{"info":{"_postman_id":"98a74a7b-f53c-4d56-a892-79a705933b7f","name":"Gimmonix API Documentation","description":"<html><head></head><body><p>Welcome to the Gimmonix Postman Documentation.</p>\n<p>Here, you will find comprehensive API documentation, including API flows, request and response parameters, and best practice implementation notes.</p>\n<p><strong>Please navigate to the section you're interested in:</strong></p>\n<ul>\n<li><p>🏢 <a href=\"https://postman.hsp.gimmonix.com/#1333c6e7-666a-483c-a4bb-3378f365c806\">Hotel API</a></p>\n</li>\n<li><p>👥 <a href=\"https://postman.hsp.gimmonix.com/#a66f23b8-77e7-478e-9a7a-9e34610e099e\">B2C Wrapper API</a></p>\n</li>\n<li><p>💵 <a href=\"https://postman.hsp.gimmonix.com/#feeaf5da-4402-43df-89dd-d10b33ca28f3\">Financial Reports</a></p>\n</li>\n<li><p>🗺️ <a href=\"https://postman.hsp.gimmonix.com/#0f8dbdc3-5da5-466d-83a4-b5829ca2d234\">Hotel Mapping (Mapping.Works)</a></p>\n</li>\n<li><p>🛏️ <a href=\"https://postman.hsp.gimmonix.com/#b1b7fc60-9432-43fa-9265-b723c5c7d3fb\">Room Mapping (Room.Works)</a></p>\n</li>\n<li><p>💲 <a href=\"https://postman.hsp.gimmonix.com/#12a58c89-37fa-44f8-9043-6258b4003a36\">Ratebook API</a></p>\n</li>\n<li><p>✈️ <a href=\"https://postman.hsp.gimmonix.com/#26dcc713-b1c9-42cc-8372-b857d2096130\">Flight API</a></p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7112591","collectionId":"98a74a7b-f53c-4d56-a892-79a705933b7f","publishedId":"S1TYUGF9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-11-15T12:42:58.000Z"},"item":[{"name":"Hotels API","item":[{"name":"Login","item":[{"name":"Login","event":[{"listen":"test","script":{"id":"befefceb-d8cd-474a-abb6-d9ae1297c2ef","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2df1a146-b428-4ff9-9501-463d923b3095","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" {\n  \"rqst\": {\n    \"Credentials\": {\n        \"UserName\": \"UserName\",\n        \"Password\": \"Password\"\n    },\n    \"RequestType\": 0,\n    \"TypeOfService\": 2\n  }\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"8eccb88f-7081-4229-9dc1-d322839633c5","name":"Login Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" {\n  \"rqst\": {\n    \"Credentials\": {\n        \"UserName\": \"UserName\",\n        \"Password\": \"Password\"\n    },\n    \"RequestType\": 0,\n    \"TypeOfService\": 2\n  }\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001O"},{"key":"Date","value":"Sun, 29 Dec 2024 11:55:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"SessionID\": \"/181/141747/D20241229T115520/11e98828295845bf894ed0f14325bd24\"\n    }\n}"}],"_postman_id":"2df1a146-b428-4ff9-9501-463d923b3095"}],"id":"bea467c2-da50-4281-8a14-e9666d21e275","description":"<p><b>Note</b>:</p>\n<p>The <strong>\"<strong>Login\" request is <b>optional</b> as it primarily establishes a connection and retrieves the sessionID</strong>.</strong></p>\n<p>Initiating a \"Search Hotels\" request will automatically establish the session and the sessionID will be included in the response.</p>\n<p>Therefore, it is <b>not mandatory</b>!</p>\n<p>The HSP API operates as a session-based service, so proper session creation and management are crucial.</p>\n<p>There are two methods to create a session:</p>\n<ol>\n<li><p><strong>\"Login\":</strong> Initiate a \"Login Request\" using your username and password. The response will include the SessionID .</p>\n</li>\n<li><p><strong>\"Search Hotels\":</strong> By starting a \"Search Hotels\" request with your username and password, you will also receive the SessionID.</p>\n</li>\n</ol>\n<p>The SessionID obtained from either the Login or Search response (based on the method used) is essential for continuing the workflow and <strong>will be valid for approximately 40 minutes.</strong></p>\n<h2 id=\"login-request\">Login request</h2>\n<p>The login request allows our clients to establish a session, which can subsequently be utilized for Searching and Booking flow.</p>\n<p><strong>Request Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Credentials</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>username</td>\n<td>username</td>\n</tr>\n<tr>\n<td>password</td>\n<td>password</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SessionID</td>\n<td>SessionID</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"bea467c2-da50-4281-8a14-e9666d21e275"},{"name":"Search Hotels","item":[{"name":"Search by Hotel IDs","item":[{"name":"Search by Hotel IDs","event":[{"listen":"test","script":{"id":"befefceb-d8cd-474a-abb6-d9ae1297c2ef","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e11f5f47-1838-44fa-a5ec-529aa7a8cd09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"rqst\": {\n\t\t\"Credentials\": {\n\t\t\t\"UserName\": \"UserName\",\n\t\t\t\"Password\": \"Password\"\n\t\t},\n\t\t\"Request\": {\n\t\t\t\"__type\": \"HotelsServiceSearchRequest\",\n\t\t\t\"ClientIP\": null,\n\t\t\t\"DesiredResultCurrency\": \"USD\",\n\t\t\t\"Residency\": \"US\",\n\t\t\t\"TimeoutSeconds\": 10,\n\t\t\t\"CheckIn\": \"\\/Date(1739188510000)\\/\",\n\t\t\t\"CheckOut\": \"\\/Date(1739361310000)\\/\",\n\t\t\t\"ContractIds\": null,\n\t\t\t\"DetailLevel\": 6,\n\t\t\t\"ExcludeHotelDetails\": false,\n\t\t\t\"GeoLocationInfo\": null,\n\t\t\t\"HotelIds\": [4300601,4298373,4300616,4300600,4403815,4403816,4404002,4403689],\n\t\t\t\"IncludeCityTax\": false,\n\t\t\t\"Nights\": 0,\n\t\t\t\"RadiusInMeters\": null,\n\t\t\t\"ResponseLanguage\" : \"en\",\n\t\t\t\"Rooms\": [\n\t\t\t\t{\n\t\t\t\t\t\"AdultsCount\": 2\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"SupplierIds\": null\n\t\t},\n\t\t\"RequestType\": 1,\n\t\t\"TypeOfService\": 2\n\t}\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"11e8f532-ef8e-4f39-a32d-9ccc3ba92e01","name":"Search by Hotel IDs - Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"rqst\": {\n\t\t\"Credentials\": {\n\t\t\t\"UserName\": \"UserName\",\n\t\t\t\"Password\": \"Password\"\n\t\t},\n\t\t\"Request\": {\n\t\t\t\"__type\": \"HotelsServiceSearchRequest\",\n\t\t\t\"ClientIP\": null,\n\t\t\t\"DesiredResultCurrency\": \"USD\",\n\t\t\t\"Residency\": \"US\",\n\t\t\t\"TimeoutSeconds\": 10,\n\t\t\t\"CheckIn\": \"\\/Date(1739188510000)\\/\",\n\t\t\t\"CheckOut\": \"\\/Date(1739361310000)\\/\",\n\t\t\t\"ContractIds\": null,\n\t\t\t\"DetailLevel\": 6,\n\t\t\t\"ExcludeHotelDetails\": false,\n\t\t\t\"GeoLocationInfo\": null,\n\t\t\t\"HotelIds\": [4300601,4298373,4300616,4300600,4403815,4403816,4404002,4403689],\n\t\t\t\"IncludeCityTax\": false,\n\t\t\t\"Nights\": 0,\n\t\t\t\"RadiusInMeters\": null,\n\t\t\t\"ResponseLanguage\" : \"en\",\n\t\t\t\"Rooms\": [\n\t\t\t\t{\n\t\t\t\t\t\"AdultsCount\": 2\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"SupplierIds\": null\n\t\t},\n\t\t\"RequestType\": 1,\n\t\t\"TypeOfService\": 2\n\t}\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001Q"},{"key":"Date","value":"Sun, 29 Dec 2024 11:59:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"HotelsSearchResponse\": {\n            \"Result\": [\n                {\n                    \"Address\": \"Via Nazionale 13, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7ab0c7d8-3cab-4d75-af9a-3767f0f8c97f.jpeg\"\n                    },\n                    \"DisplayName\": \"La Griffe Roma MGallery Collection\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.901591,\n                        \"Longitude\": 12.494572\n                    },\n                    \"ID\": 4298373,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 308.51,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1392,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1483,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 943,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1696,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 529,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 413,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 71,\n                                    \"Score\": 10,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"c4dd0829-654b-4099-ab1f-43717cf65402\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5341,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 242,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 278,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 679,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1959,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2183,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good business hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 5205\n                    }\n                },\n                {\n                    \"Address\": \"Via Mario Dè Fiori 37, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1745fe91-9857-4265-a9f0-23f569701e28.jpeg\"\n                    },\n                    \"DisplayName\": \"Condotti Boutique Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.906178,\n                        \"Longitude\": 12.480706\n                    },\n                    \"ID\": 4300600,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 247.41,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 277.88,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 354.26,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 707,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 526,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 216,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 674,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 193,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Ordinary amenities\",\n                                    \"Text\": \"Average amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 82,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 25,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 392,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 14,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is not good.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"3d5eb5da-c439-442a-b7d0-fb8c62603dc9\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2493,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 106,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 103,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 194,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 733,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1357,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good boutique hotel. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 2498\n                    }\n                },\n                {\n                    \"Address\": \"Via Rasella 29, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9ef8dd78-4623-4806-a763-abfa7d6196ca.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Julia\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.902492523193359,\n                        \"Longitude\": 12.48790168762207\n                    },\n                    \"ID\": 4300601,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 208.25,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 234.7,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 526,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 344,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 166,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 430,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 294,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 70,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 115,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 45,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 86,\n                                    \"Score\": 13,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"4d65b543-b1f3-4c1a-abfe-af872388ff70\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1593,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 62,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 87,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 237,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 663,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 544,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good romantic hotel. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1593\n                    }\n                },\n                {\n                    \"Address\": \"Viale Salvatore Rebecchini 145, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e77eacbb-e737-4fae-a0d2-948d7729a414.jpeg\"\n                    },\n                    \"DisplayName\": \"Sheraton Rome Parco de Medici\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8157119750977,\n                        \"Longitude\": 12.409215927124\n                    },\n                    \"ID\": 4300616,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 326.92,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 20% in city\",\n                                    \"Text\": \"Top 20% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 163,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 472,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 162,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 278,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Location is ok\",\n                                    \"Text\": \"Location is acceptable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 167,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Food is all right\",\n                                    \"Text\": \"Food is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 426,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 27,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 162,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 146,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Terrible value.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to parking areas and the airport.\",\n                            \"ReviewId\": \"545e6ef1-0fb5-4e9f-ac0d-052cbf762151\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2121,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 195,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 145,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 307,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 623,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 851,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good business hotel. Close to parking areas and the airport. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 2121\n                    }\n                },\n                {\n                    \"Address\": \"Via Valgia Silvilla 71, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ba153663-bfa3-42e2-93b6-b2ebed8ccdb1.jpeg\"\n                    },\n                    \"DisplayName\": \"Arco di Travertino\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.868347,\n                        \"Longitude\": 12.535879\n                    },\n                    \"ID\": 4403815,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 331.8,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 11% in city\",\n                                    \"Text\": \"Top 11% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 225,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 53,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 288,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 194,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 96,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 48,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 194,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 19,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good budget hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to parking areas and public transportation.\",\n                            \"ReviewId\": \"f1587f0d-2865-4a8e-8da0-046e35c74c48\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 825,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 70,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 327,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 405,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good budget hotel. Close to parking areas and public transportation. Great rooms and fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 823\n                    }\n                },\n                {\n                    \"Address\": \"Via Pistoia 21, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7e31ac8c-6991-45d9-9934-e6e0ba2d45bc.jpeg\"\n                    },\n                    \"DisplayName\": \"A Vinicius et Mita\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.88414,\n                        \"Longitude\": 12.51934\n                    },\n                    \"ID\": 4403816,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 149.84,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 168.56,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 292.09,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 28,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 22,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 38,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 6,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 10,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 31,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 22,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation.\",\n                            \"ReviewId\": \"a193e4d6-2be8-4ad0-9a7b-56f28da23861\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 120,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 49,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 55,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Close to public transportation. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 117\n                    }\n                }\n            ],\n            \"SearchId\": \"WCJHQ7\"\n        },\n        \"SessionID\": \"/181/141747/D20241229T115947/b00f5f79693f4de78869ba4e2342a0c7\"\n    }\n}"}],"_postman_id":"e11f5f47-1838-44fa-a5ec-529aa7a8cd09"}],"id":"cc958b1b-fe4b-4a66-a477-2d395a314f52","description":"<p>The ‘HotelsServiceSearchRequest’ with an HotelID allows you to include up to 3,000 hotelIDs in a single search request.</p>\n<p><strong>Gimmonix Hotel Ids for search Can be retrieved from :</strong> <a href=\"https://documentation.hsp.gimmonix.com/docs/hotel-level-content\"><b>Hotel Level Content</b></a></p>\n<p>Once a request has been made, HSP sends a search request to each of your contracted suppliers along with list of hotels that you want to receive in the response.</p>\n<p>The suppliers return hotels according to the search criteria and their availability, Travolutionary gathers all of the results and returns them to you.<br />The purpose of this call is to return you with the cheapest rate available per each hotel in the search response.</p>\n","_postman_id":"cc958b1b-fe4b-4a66-a477-2d395a314f52"},{"name":"Search by Geo Location","item":[{"name":"Search by Geo Location","event":[{"listen":"test","script":{"id":"befefceb-d8cd-474a-abb6-d9ae1297c2ef","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ce3aa4c9-3d9e-4c3b-b571-66199996bf5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Credentials\": {\r\n\t\t\t\"UserName\": \"username\",\r\n\t\t\t\"Password\": \"password\"\r\n\t\t},\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"HotelsServiceSearchRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"DesiredResultCurrency\": \"USD\",\r\n\t\t\t\"Residency\": \"US\",\r\n\t\t\t\"TimeoutSeconds\": 10,\r\n\t\t\t\"CheckIn\": \"\\/Date(1739188510000)\\/\",\r\n\t\t\t\"CheckOut\": \"\\/Date(1739361310000)\\/\",\r\n\t\t\t\"ContractIds\": null,\r\n\t\t\t\"DetailLevel\": 6,\r\n\t\t\t\"ExcludeHotelDetails\": false,\r\n\t\t\t\"GeoLocationInfo\": {\r\n\t\t\t\t\"Latitude\": \"41.902782\",\r\n\t\t\t\t\"Longitude\": \"12.496365\"\r\n\t\t\t},\r\n\t\t\t\"HotelIds\": null,\r\n\t\t\t\"IncludeCityTax\": false,\r\n\t\t\t\"Nights\": 0,\r\n\t\t\t\"RadiusInMeters\": 1000,\r\n\t\t\t\"ResponseLanguage\" : \"en\",\r\n\t\t\t\"Rooms\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"AdultsCount\": 2\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"SupplierIds\": null\r\n\t\t},\r\n\t\t\"RequestType\": 1,\r\n\t\t\"TypeOfService\": 2\r\n\t}\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"22d1c4b7-cf11-434c-a525-24f48a44397b","name":"Search by Geo Location - Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Credentials\": {\r\n\t\t\t\"UserName\": \"username\",\r\n\t\t\t\"Password\": \"password\"\r\n\t\t},\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"HotelsServiceSearchRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"DesiredResultCurrency\": \"USD\",\r\n\t\t\t\"Residency\": \"US\",\r\n\t\t\t\"TimeoutSeconds\": 10,\r\n\t\t\t\"CheckIn\": \"\\/Date(1739188510000)\\/\",\r\n\t\t\t\"CheckOut\": \"\\/Date(1739361310000)\\/\",\r\n\t\t\t\"ContractIds\": null,\r\n\t\t\t\"DetailLevel\": 6,\r\n\t\t\t\"ExcludeHotelDetails\": false,\r\n\t\t\t\"GeoLocationInfo\": {\r\n\t\t\t\t\"Latitude\": \"41.902782\",\r\n\t\t\t\t\"Longitude\": \"12.496365\"\r\n\t\t\t},\r\n\t\t\t\"HotelIds\": null,\r\n\t\t\t\"IncludeCityTax\": false,\r\n\t\t\t\"Nights\": 0,\r\n\t\t\t\"RadiusInMeters\": 1000,\r\n\t\t\t\"ResponseLanguage\" : \"en\",\r\n\t\t\t\"Rooms\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"AdultsCount\": 2\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"SupplierIds\": null\r\n\t\t},\r\n\t\t\"RequestType\": 1,\r\n\t\t\"TypeOfService\": 2\r\n\t}\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001Q"},{"key":"Date","value":"Sun, 29 Dec 2024 12:08:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"HotelsSearchResponse\": {\n            \"Result\": [\n                {\n                    \"Address\": \"Via Sforza 10, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e256dbd8-8120-4fd1-a559-536e84704c7f.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Colosseum\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89597,\n                        \"Longitude\": 12.49581\n                    },\n                    \"ID\": 4150329,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 329.34,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 330.9,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 385.28,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 522,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 419,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 88,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 166,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 317,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 147,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 420,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 238,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent budget hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"abfa5551-fb4b-4413-a992-604ce202fa1f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1329,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 18,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 23,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 76,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 427,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 785,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent budget hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1320\n                    }\n                },\n                {\n                    \"Address\": \"Via Gaeta 29, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4c7a9378-428b-4f7b-b837-3153d997a9ad.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Alexis\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904525,\n                        \"Longitude\": 12.500475\n                    },\n                    \"ID\": 4150553,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 196.2,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 9,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 467,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 433,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 98,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 317,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 88,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 163,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 397,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 157,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"648eb03a-1719-440e-94dc-9c187dff68e0\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1496,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 28,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 38,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 161,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 713,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 556,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel for solo travelers. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1506\n                    }\n                },\n                {\n                    \"Address\": \"Via Modena 5, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9d2a3ebc-7322-49cd-9e5e-3d40f9afbb23.jpeg\"\n                    },\n                    \"DisplayName\": \"Target Inn Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.902517,\n                        \"Longitude\": 12.49463\n                    },\n                    \"ID\": 4151089,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 158.64,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 140,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 14,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 52,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 82,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 151,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 94,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 25,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 17,\n                                    \"Score\": 28,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 11,\n                                    \"Score\": 17,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"d2dd97dd-d735-4f4a-b1e7-4efabc5c1116\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 465,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 19,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 19,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 75,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 206,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 146,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.9,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 464\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Lavatore 95, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4298cb24-c770-4646-bdbf-5abbde5d4726.jpeg\"\n                    },\n                    \"DisplayName\": \"Relais Trevi 95 Boutique Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.901418,\n                        \"Longitude\": 12.484953\n                    },\n                    \"ID\": 4151496,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 318.14,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 356.16,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 500,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 185,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 172,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 30,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 110,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 58,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 154,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 23,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 65,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 17,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"ad991bc4-3ddd-4e19-8638-b13e3d8a8c10\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 588,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 30,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 146,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 388,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Close to Trevi Fountain. Good for sightseeing and located near shopping areas. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 590\n                    }\n                },\n                {\n                    \"Address\": \"Piazza Barberini 23, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/56b15376-3c37-48af-bba7-2347bb3269b6.jpeg\"\n                    },\n                    \"DisplayName\": \"Sina Bernini Bristol Autograph Collection\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9039459228516,\n                        \"Longitude\": 12.4892311096191\n                    },\n                    \"ID\": 4156830,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 833.64,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 161,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 60,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 210,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 55,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 63,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 186,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 40,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 78,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 10,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                    \"Text\": \"Disappointing wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 18,\n                                    \"Score\": 10,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"a56dde3c-8a7d-4fb5-b339-dd8d2cb334b4\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 670,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 43,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 43,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 62,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 143,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 379,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good wellness hotel. Close to Piazza Barberini. Good for sightseeing with access to public transportation. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 670\n                    }\n                },\n                {\n                    \"Address\": \"Piazza Della Repubblica 47, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7acb57cb-6f3b-4a5d-9431-139a5f493751.jpeg\"\n                    },\n                    \"DisplayName\": \"Anantara Palazzo Naiadi Rome Hotel A Leading Hotel of the World\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90199,\n                        \"Longitude\": 12.49608\n                    },\n                    \"ID\": 4156831,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 831.84,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 1263.5,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 20% in city\",\n                                    \"Text\": \"Top 20% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 231,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 113,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 367,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 75,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 83,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 118,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 108,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 256,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 55,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 41,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 39,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Pool should be renewed\",\n                                    \"Text\": \"Pool is below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"77dcc2b3-d521-4c2e-a4b0-82b294cd6be3\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1250,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 40,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 42,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 117,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1038,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent wellness hotel. Good for sightseeing with easy access to train stations. Fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 1250\n                    }\n                },\n                {\n                    \"Address\": \"Via Vittorio Veneto 72, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fda601e8-b84f-45f7-a49f-a1f612648401.jpeg\"\n                    },\n                    \"DisplayName\": \"Baglioni Hotel Regina The Leading Hotels of the World\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90719,\n                        \"Longitude\": 12.48998\n                    },\n                    \"ID\": 4156833,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 630.99,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 753.81,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 759.53,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 160,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 306,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 22,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 22,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 108,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 42,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 82,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 196,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 0,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Easily accessible by car and good for sightseeing.\",\n                            \"ReviewId\": \"c2ec4507-d082-4f6e-b88b-a3e301a7d458\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 995,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 24,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 44,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 147,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 760,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent luxury hotel. Close to US Embassy. Easily accessible by car and good for sightseeing. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1004\n                    }\n                },\n                {\n                    \"Address\": \"Via Vittorio Veneto 62, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/33b7549e-db45-4248-863d-8476ca8e70b0.jpeg\"\n                    },\n                    \"DisplayName\": \"InterContinental Rome Ambasciatori Palace\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9062347412109,\n                        \"Longitude\": 12.4897203445435\n                    },\n                    \"ID\": 4156838,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 670.32,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 18% in city\",\n                                    \"Text\": \"Top 18% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 50,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 25,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 38,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 15,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 13,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 13,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 36,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 18,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"16958d70-588d-4281-97a3-4aca9bb5c4fa\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 206,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 21,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 170,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent luxury hotel. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 206\n                    }\n                },\n                {\n                    \"Address\": \"Via Di San Basilio 15, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/256c0650-c1a3-4fcd-8fbb-23d3c8b5992a.jpeg\"\n                    },\n                    \"DisplayName\": \"Aleph Rome Hotel Curio Collection by Hilton\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90521,\n                        \"Longitude\": 12.48996\n                    },\n                    \"ID\": 4156848,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 728.42,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 90,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 172,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 42,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 38,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 108,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 45,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 20,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Wellness & sports facilities were pleasant enough.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 25,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 47,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 20,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Ordinary pool\",\n                                    \"Text\": \"Pool is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 34,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"418e62a0-96ca-42d0-a35a-6f83a177c707\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 503,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 33,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 76,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 371,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent wellness hotel. Good for sightseeing and located near shopping areas. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 496\n                    }\n                },\n                {\n                    \"Address\": \"Via Cavour 25, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/50013e24-a31b-42fc-92c3-5596a7db5874.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Genova\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89981,\n                        \"Longitude\": 12.4987\n                    },\n                    \"ID\": 4156856,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 225.22,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 282.48,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 13% in city\",\n                                    \"Text\": \"Top 13% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 516,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 203,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 378,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 348,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 522,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 83,\n                                    \"Score\": 17,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 10,\n                                    \"Score\": 8,\n                                    \"ShortText\": \"Pool should be renewed\",\n                                    \"Text\": \"Horrible pool.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"efd6ec25-ccce-42cf-9831-58417c33ac32\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1621,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 48,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 63,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 135,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 501,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 874,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good luxury hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1611\n                    }\n                },\n                {\n                    \"Address\": \"Via Ludovisi 49, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/977f51be-142d-4fe9-a091-dabb3ffc5cee.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Eden Dorchester Collection\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.906426,\n                        \"Longitude\": 12.486422\n                    },\n                    \"ID\": 4156859,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 2232.85,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 2492.62,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 16% in city\",\n                                    \"Text\": \"Top 16% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 7,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 37,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 26,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 20,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 9,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 74,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 30,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 49,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 7,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Easily accessible by car and good for sightseeing.\",\n                            \"ReviewId\": \"218f9ca9-8f36-43e6-8aa5-2af029f39517\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 328,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 34,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 275,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent luxury hotel. Easily accessible by car and good for sightseeing. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 328\n                    }\n                },\n                {\n                    \"Address\": \"Via Vittorio Veneto 125, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/af5cbbdf-2808-4525-837b-3385a0bba884.jpeg\"\n                    },\n                    \"DisplayName\": \"The Westin Excelsior Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90746,\n                        \"Longitude\": 12.48972\n                    },\n                    \"ID\": 4156860,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 914.63,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 1001.5,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 19% in city\",\n                                    \"Text\": \"Top 19% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 130,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 24,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 13,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 189,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 98,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 65,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 12,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Good pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 85,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 212,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 119,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Decent vibe\",\n                                    \"Text\": \"Vibe was decent.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 55,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Easily accessible by car and good for sightseeing.\",\n                            \"ReviewId\": \"2d19e550-63f9-4446-9e75-5af06503ad81\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 790,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 31,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 41,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 78,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 143,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 497,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent wellness hotel. Close to US Embassy. Easily accessible by car and good for sightseeing. Great pool.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 786\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 7, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/32250278-e484-4f1a-95c7-ab3ac7a81848.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Quirinale\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.901662,\n                        \"Longitude\": 12.494804\n                    },\n                    \"ID\": 4156864,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 120.55,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 291.35,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 11% in city\",\n                                    \"Text\": \"Top 11% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 17% in city\",\n                                    \"Text\": \"Top 17% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1755,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1436,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 1357,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 30,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 451,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Tasty food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 593,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1852,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 1132,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 15,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                    \"Text\": \"Wellness & sports facilities were not very nice.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 10,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Pool should be renewed\",\n                                    \"Text\": \"Horrible pool.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"ffdf84ec-ae79-49bc-9b86-0b6922f2f328\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6473,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 164,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 242,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 602,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2327,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3138,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good luxury hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 6456\n                    }\n                },\n                {\n                    \"Address\": \"Via Vittorio Veneto 70, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1177ffa2-fa2b-4b5e-905d-139f3fd14750.jpeg\"\n                    },\n                    \"DisplayName\": \"Grand Hotel Palace\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90693,\n                        \"Longitude\": 12.490212\n                    },\n                    \"ID\": 4156868,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 494.14,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 546.17,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 11% in city\",\n                                    \"Text\": \"Top 11% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 147,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 223,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 171,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 51,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 23,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                    \"Text\": \"Sufficient wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 48,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 29,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"ab78d7ae-5ed0-4f80-b7cd-8732eedc67f8\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 818,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 38,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 54,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 187,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 522,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent wellness hotel. Good for sightseeing and located near shopping areas. Great rooms and fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 819\n                    }\n                },\n                {\n                    \"Address\": \"Via Boncompagni 37, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/be7d9754-acb8-4cf1-bdd6-98c3e8ddbaf3.jpeg\"\n                    },\n                    \"DisplayName\": \"Romanico Palace Luxury Hotel & Spa\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90843,\n                        \"Longitude\": 12.49349\n                    },\n                    \"ID\": 4156871,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 127.83,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 319.89,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 18% in city\",\n                                    \"Text\": \"Top 18% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 140,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 117,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 151,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 92,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 46,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 27,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 15,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                    \"Text\": \"Wellness & sports facilities were not very nice.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 70,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 51,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"644e6a0f-20c3-4ea4-ab82-bf4b38a860fc\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 420,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 36,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 33,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 54,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 132,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 165,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.1,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good wellness hotel. Good for sightseeing and close to the city center.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 417\n                    }\n                },\n                {\n                    \"Address\": \"Via Piemonte 63, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e830c407-0b7c-41e0-b848-d00a9f71baa6.jpeg\"\n                    },\n                    \"DisplayName\": \"Room Select Via Veneto\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90861,\n                        \"Longitude\": 12.49339\n                    },\n                    \"ID\": 4156874,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 185.44,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 211.22,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 576,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 224,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 524,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 11,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 300,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 111,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"High value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 699,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 160,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 451,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 18,\n                                    \"Score\": 14,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is disappointing.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"23eaf579-05f0-4687-941d-185bde9e2d36\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2171,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 43,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 29,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 129,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 689,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1281,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent boutique hotel. Good for sightseeing with access to public transportation. Fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 2183\n                    }\n                },\n                {\n                    \"Address\": \"Via Ludovisi 15, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b536831b-b307-4b03-a7b2-de15cab95ed3.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Savoy\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90728,\n                        \"Longitude\": 12.48924\n                    },\n                    \"ID\": 4156877,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 138.93,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 11% in city\",\n                                    \"Text\": \"Top 11% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 320,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 50,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 159,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 344,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 125,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 320,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"de84768a-be5f-4322-a3b1-887279f20d90\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1216,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 35,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 55,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 141,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 372,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 613,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good business hotel. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1215\n                    }\n                },\n                {\n                    \"Address\": \"Via Lombardia 47, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/02bee8be-3e9b-483f-8792-6fabf47d3d1d.jpeg\"\n                    },\n                    \"DisplayName\": \"Sofitel Rome Villa Borghese\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.908132,\n                        \"Longitude\": 12.489339\n                    },\n                    \"ID\": 4156878,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 128.73,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 230,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 130,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 67,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 139,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 482,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 159,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 353,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 111,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 143,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 43,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"9036db36-5f9a-45b8-be76-61e45ae65e2e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1321,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 37,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 195,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1052,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent luxury hotel. Good for sightseeing and located near shopping areas. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1316\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Macao, 6, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6fd798e0-b22c-4ffd-8a19-8b8aacf562cb.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel XX Settembre\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90584,\n                        \"Longitude\": 12.4997\n                    },\n                    \"ID\": 4156884,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 222.93,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 5,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair Hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"dd4d87d4-c2e7-4fc2-ac27-23532d4b7f55\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 14,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.6,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair Hotel. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Rasella 3, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1deebd99-5fa9-446e-96cd-070a2e712744.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Barberini\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90229,\n                        \"Longitude\": 12.48638\n                    },\n                    \"ID\": 4156885,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 274.86,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 357.45,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 11% in city\",\n                                    \"Text\": \"Top 11% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 514,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 611,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 335,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 96,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 9,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 120,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 131,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 173,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 550,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 267,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"541deaf4-b64d-4b77-917a-909a0fc53bfc\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1805,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 30,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 56,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 430,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1273,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent wellness hotel. Close to Trevi Fountain. Good for sightseeing with access to public transportation. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1807\n                    }\n                },\n                {\n                    \"Address\": \"Via Flavia 106, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/011c75e4-2eca-4779-be61-2d0a8cc6eea9.jpeg\"\n                    },\n                    \"DisplayName\": \"Marcella Royal Hotel Rooftop Garden\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9078254699707,\n                        \"Longitude\": 12.4981002807617\n                    },\n                    \"ID\": 4156924,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 125.32,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 236.71,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 15% in city\",\n                                    \"Text\": \"Top 15% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 103,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 304,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 200,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 119,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 79,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 125,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 68,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 110,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 257,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 42,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"7a95e3e3-694e-4a04-acbe-e140c883e17a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 756,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 40,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 205,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 489,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Close to Trevi Fountain. Good for sightseeing with easy access to train stations. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 756\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 5 B, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e2c80082-ba09-475a-a679-52b85452ba19.jpeg\"\n                    },\n                    \"DisplayName\": \"Best Western Plus Hotel Universo\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.900422,\n                        \"Longitude\": 12.497616\n                    },\n                    \"ID\": 4156936,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 298.89,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 384.13,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 14% in city\",\n                                    \"Text\": \"Top 14% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1510,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 942,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1228,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 556,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 31,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 242,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1395,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 21,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 809,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"35328818-df8a-4085-a1f5-cb46a7bac81f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5027,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 52,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 76,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 256,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1555,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3088,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 5016\n                    }\n                },\n                {\n                    \"Address\": \"Via Massimo D'azeglio 24, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8ad036b0-e599-4183-8d99-22573e1f1e05.jpeg\"\n                    },\n                    \"DisplayName\": \"Augusta Lucilla Palace\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9000968933105,\n                        \"Longitude\": 12.4977626800537\n                    },\n                    \"ID\": 4156946,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 128.63,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 245.89,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1285,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 751,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1039,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 45,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 136,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 484,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1337,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 896,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 56,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"f20b8c34-354e-48fc-8d99-a35c1ef3f68a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 4744,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 72,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 92,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 282,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1674,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2624,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent romantic hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 4744\n                    }\n                },\n                {\n                    \"Address\": \"Via Cavour 134, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3911bc76-456d-47cc-a723-ff93dc179f90.jpeg\"\n                    },\n                    \"DisplayName\": \"Valle\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8968505859375,\n                        \"Longitude\": 12.4955759048462\n                    },\n                    \"ID\": 4156947,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 193.12,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 199.45,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 363,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 356,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 257,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 498,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Awful rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 250,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 99,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Complaints about food\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 256,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 120,\n                                    \"Score\": 16,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 5,\n                                    \"Score\": 0,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is disappointing.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"f91a1c70-d891-4ecd-b301-c4847ed27461\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1318,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 272,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 194,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 289,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 308,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 255,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.1,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good for sightseeing with easy access to train stations. Room needs to be improved.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                        \"ReviewsCount\": 1318\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Viminale 19, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e146daf3-acaa-4c1d-bf9d-7a2018e5b9cf.jpeg\"\n                    },\n                    \"DisplayName\": \"Impero Hotel Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.900695,\n                        \"Longitude\": 12.496478\n                    },\n                    \"ID\": 4156949,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 214.85,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1288,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 934,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 581,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 42,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 517,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1190,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"0a6ef4bf-9e6b-4b9c-b2bf-d20b0d0b6dd6\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 4198,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 108,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 123,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 423,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1795,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1749,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good city hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 4199\n                    }\n                },\n                {\n                    \"Address\": \"Via In Arcione 77, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b986d4d9-2044-4fc3-ad4a-be4a31f46e0f.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel White\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90198,\n                        \"Longitude\": 12.48557\n                    },\n                    \"ID\": 4156958,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 148.03,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 307.52,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 254,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 202,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 131,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 77,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 180,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 13,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                    \"Text\": \"Sufficient wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 120,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 14,\n                                    \"Score\": 24,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"9bc4037a-f5e0-4a99-9e3c-7d60bcb1741e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 638,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 21,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 63,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 185,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 357,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent wellness hotel. Close to Trevi Fountain. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 637\n                    }\n                },\n                {\n                    \"Address\": \"Via Aureliana 39, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/16d7b16c-7b5f-4875-917e-b7f70f6f81b8.jpeg\"\n                    },\n                    \"DisplayName\": \"Unaway Hotel Empire Roma\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.906725,\n                        \"Longitude\": 12.495581\n                    },\n                    \"ID\": 4156961,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 273.9,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 670,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 988,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 581,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 324,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 821,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 280,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Decent vibe\",\n                                    \"Text\": \"Vibe was decent.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 63,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 9,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                    \"Text\": \"Disappointing wellness & sports facilities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"2b5869f2-5ee7-47fb-a0a0-7456e6746aa6\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3628,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 92,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 110,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 326,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1237,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1863,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent romantic hotel. Close to Rome Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 3614\n                    }\n                },\n                {\n                    \"Address\": \"Via Vittorio Emanuele Orlando 90, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3ce6c287-30d6-4168-893e-216cfa8f34ed.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Mascagni\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.903759002685547,\n                        \"Longitude\": 12.494821548461914\n                    },\n                    \"ID\": 4156994,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 354.81,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 342,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 11,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 338,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 266,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 104,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 332,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 15,\n                                    \"Score\": 9,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"1e745f6d-bc09-4de7-993d-9ed4b58e012e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1395,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 52,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 42,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 114,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 456,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 731,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good romantic hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1395\n                    }\n                },\n                {\n                    \"Address\": \"Corso D'italia 1, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b39879cc-0cd0-48c2-bbbe-0f33bf7df828.jpeg\"\n                    },\n                    \"DisplayName\": \"NH Collection Roma Vittorio Veneto\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.910331726074219,\n                        \"Longitude\": 12.49029541015625\n                    },\n                    \"ID\": 4157008,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 339.91,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 374.03,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 416.85,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 13% in city\",\n                                    \"Text\": \"Top 13% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 258,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 18,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 156,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 88,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 332,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 347,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 124,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 59,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"bfec2697-4397-42f0-9028-4f831bdf4658\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1418,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 56,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 66,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 140,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 437,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 719,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Good for sightseeing and close to the city center. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1401\n                    }\n                },\n                {\n                    \"Address\": \"Via Cavour 213, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/51542e05-0f24-405c-bbbc-7c8b1614615c.jpeg\"\n                    },\n                    \"DisplayName\": \"FH55 Grand Hotel Palatino\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8944625854492,\n                        \"Longitude\": 12.492280960083\n                    },\n                    \"ID\": 4157027,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 356.36,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 408.69,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 422.47,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 939,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 841,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 46,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 558,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 19,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 297,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 921,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"ca99d772-d912-4376-a6be-0cb32fc7f3df\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3443,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 68,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 72,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 251,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1216,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1836,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 3443\n                    }\n                },\n                {\n                    \"Address\": \"Via Cavour 18, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/01d9348b-1514-4f9c-8195-1c6b1ea2e931.jpeg\"\n                    },\n                    \"DisplayName\": \"Bettoja Hotel Massimo D'Azeglio\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.900066,\n                        \"Longitude\": 12.498982\n                    },\n                    \"ID\": 4157035,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 141.6,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 532.42,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 15,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 416,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 132,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 338,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 408,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 58,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"High value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 233,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 241,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 20,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 8,\n                                    \"Score\": 20,\n                                    \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                    \"Text\": \"Disappointing wellness & sports facilities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"defffa7d-a3a3-43e7-aeef-eca8dc635428\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1374,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 22,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 30,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 103,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 462,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 757,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Close to Roma Termini. Good for sightseeing with easy access to train stations. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1349\n                    }\n                },\n                {\n                    \"Address\": \"Via Cavour 15, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/10cea9db-96dd-4b3c-9ac6-5534895c69f1.jpeg\"\n                    },\n                    \"DisplayName\": \"Bettoja Hotel Mediterraneo\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9003486633301,\n                        \"Longitude\": 12.4990978240967\n                    },\n                    \"ID\": 4157037,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 144.18,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 572.77,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 487,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 390,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 59,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 477,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 237,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 156,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 308,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 148,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 38,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"70a12650-2431-4946-bea3-11608437cf3e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1826,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 23,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 33,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 124,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 540,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1106,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Close to Roma Termini. Good for sightseeing with easy access to train stations. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1819\n                    }\n                },\n                {\n                    \"Address\": \"Via Giovanni Amendola 3, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cca1c450-3374-4422-ae6d-4361a4c01be9.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Nord Nuova Roma\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.901101,\n                        \"Longitude\": 12.497948\n                    },\n                    \"ID\": 4157038,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 125.32,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 436.19,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1411,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 473,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 102,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 723,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 971,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1162,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 293,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 30,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"d31077b7-c113-4b37-84e2-69cce6ea85b1\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3615,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 60,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 93,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 241,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1275,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1946,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel for solo travelers. Close to Roma Termini. Close to public transportation and the train station. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 3611\n                    }\n                },\n                {\n                    \"Address\": \"Via Liberiana 21, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/901169ef-ba0a-4ed6-9c12-bc1eae0d3a76.jpeg\"\n                    },\n                    \"DisplayName\": \"Relais Hotel Antico Palazzo Rospigliosi\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8973579406738,\n                        \"Longitude\": 12.4976778030396\n                    },\n                    \"ID\": 4157040,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 143.03,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 333.37,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 19% in city\",\n                                    \"Text\": \"Top 19% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 167,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 148,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 110,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 106,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 213,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Awful rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 36,\n                                    \"Score\": 18,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Complaints about food\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 103,\n                                    \"Score\": 17,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 8,\n                                    \"Score\": 8,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is disappointing.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with nearby parking areas.\",\n                            \"ReviewId\": \"570298e0-a8ed-4822-a58c-2083880f3b49\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 529,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 87,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 75,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 103,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 137,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 127,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.4,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good for sightseeing with nearby parking areas. Fantastic service. Room needs to be improved.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 529\n                    }\n                },\n                {\n                    \"Address\": \"34 Via Volturno, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f6c650d4-345a-40f2-b598-7983e3bf4538.jpeg\"\n                    },\n                    \"DisplayName\": \"Exe Domus Aurea\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904358,\n                        \"Longitude\": 12.499865\n                    },\n                    \"ID\": 4157043,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 193.49,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 196.29,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 213,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 445,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 459,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 340,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 440,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 42,\n                                    \"Score\": 24,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"8cdd2825-d0ce-49b0-91fd-b1563295ff95\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1566,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 18,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 26,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 91,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 600,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 831,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Close to Roma Termini. Close to public transportation and the train station. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1551\n                    }\n                },\n                {\n                    \"Address\": \"Via Marsala 90, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6d46e579-88c0-475a-ba84-f55ad2f85177.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Aphrodite\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90113,\n                        \"Longitude\": 12.50435\n                    },\n                    \"ID\": 4157045,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 133.88,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 313.61,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 16% in city\",\n                                    \"Text\": \"Top 16% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 315,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 114,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 258,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 221,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 43,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 358,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 35,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 233,\n                                    \"Score\": 20,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to train stations.\",\n                            \"ReviewId\": \"efcc81a2-0348-4229-a864-d4537dc6c45c\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1212,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 76,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 83,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 180,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 473,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 400,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.9,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good hotel for solo travelers. Close to Rome Termini. Located near shopping areas and has easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1213\n                    }\n                },\n                {\n                    \"Address\": \"Via Marsala 60, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/af5a898e-b877-48e5-8026-8839870b5ffa.jpeg\"\n                    },\n                    \"DisplayName\": \"Madison Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.901821136474609,\n                        \"Longitude\": 12.5033540725708\n                    },\n                    \"ID\": 4157050,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 188.36,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 18% in city\",\n                                    \"Text\": \"Top 18% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 2103,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1813,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 807,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 783,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 2171,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 104,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 557,\n                                    \"Score\": 25,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 458,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"9dd2776f-8d45-40e6-a91a-8d115d7c8b53\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 7698,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 358,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 485,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1141,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3127,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2587,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good hotel for solo travelers. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 7698\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Tritone 113, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/656f266a-eb5f-45ce-82f3-136866855829.jpeg\"\n                    },\n                    \"DisplayName\": \"Stendhal Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9034423828125,\n                        \"Longitude\": 12.487563133239746\n                    },\n                    \"ID\": 4157061,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 146.06,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 283.23,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 379.72,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 178,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 57,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 164,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 127,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 32,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 34,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"High value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 33,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 154,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 30,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"a6dd34e2-1f3f-4396-a2ae-dad34fc9b84b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 536,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 36,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 156,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 308,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent luxury hotel. Close to Trevi Fountain. Good for sightseeing with access to public transportation. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 536\n                    }\n                },\n                {\n                    \"Address\": \"Via Firenze 48, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a8f83a54-847f-4296-ab03-d88a25454756.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Seiler\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90256,\n                        \"Longitude\": 12.49375\n                    },\n                    \"ID\": 4157068,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 244.82,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 493,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 438,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 16,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 298,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 178,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 519,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 67,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 328,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"b8c47f77-e1cf-460f-959f-6e8d9a1cd6d2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1705,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 63,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 89,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 321,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 735,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 497,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.9,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good hotel for solo travelers. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1701\n                    }\n                },\n                {\n                    \"Address\": \"Via Vittorio Veneto, 191, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/34af7979-8195-4f05-8da1-d4c1aadb93ca.jpeg\"\n                    },\n                    \"DisplayName\": \"Rome Marriott Grand Hotel Flora\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9090232849121,\n                        \"Longitude\": 12.4887704849243\n                    },\n                    \"ID\": 4157071,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 841.92,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 920.99,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 18% in city\",\n                                    \"Text\": \"Top 18% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 85,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 20,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 36,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 13,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 99,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 35,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 103,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 44,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 48,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 5,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                    \"Text\": \"Sufficient wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 17,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"7335125f-bed8-406c-9186-e39e54f5439d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 402,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 22,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 68,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 290,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Good for sightseeing with easy access to train stations. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 402\n                    }\n                },\n                {\n                    \"Address\": \"Via Villafranca 9, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/090d0037-7a35-4c56-a7d0-89274431fc9a.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Villafranca\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904946,\n                        \"Longitude\": 12.505526\n                    },\n                    \"ID\": 4157075,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 142.62,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 289.72,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 13% in city\",\n                                    \"Text\": \"Top 13% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 305,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 296,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 111,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 241,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 316,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 198,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 50,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 85,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"dbeb42e9-3c9e-4034-86f9-8a3cf3d932df\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1190,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 27,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 45,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 159,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 490,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 469,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good city hotel. Close to public transportation and the train station. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1172\n                    }\n                },\n                {\n                    \"Address\": \"Via Massimo D'azeglio 16, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/63dc40b1-3477-4599-9613-1a85439bcf37.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Nizza Roma\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.900375,\n                        \"Longitude\": 12.498117\n                    },\n                    \"ID\": 4157078,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 155.69,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 442,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 388,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 7,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 299,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 97,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Complaints about food\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 620,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Awful rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 388,\n                                    \"Score\": 28,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 237,\n                                    \"Score\": 24,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 171,\n                                    \"Score\": 21,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 153,\n                                    \"Score\": 19,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"76475e3c-4db7-463e-8c96-6c0cd8a80b2e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1602,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 280,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 221,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 371,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 478,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 252,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Close to Rome Termini. Good for sightseeing with easy access to train stations. Vibe is not too good. Room needs to be improved.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                        \"ReviewsCount\": 1589\n                    }\n                },\n                {\n                    \"Address\": \"Via Gioberti 20, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3ee1e672-3dc9-4713-a016-8bb08eccc32c.jpeg\"\n                    },\n                    \"DisplayName\": \"Gioberti Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89959,\n                        \"Longitude\": 12.50125\n                    },\n                    \"ID\": 4157083,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 315.02,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 353.1,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 14% in city\",\n                                    \"Text\": \"Top 14% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 654,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 443,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 255,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 383,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 526,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 33,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 13,\n                                    \"Score\": 6,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is disappointing.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"11fd4ba5-e07e-4c08-b690-04544632293a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1729,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 54,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 60,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 202,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 590,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 823,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good luxury hotel. Close to Roma Termini. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1727\n                    }\n                },\n                {\n                    \"Address\": \"Via Di Porta Pinciana 30, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/153eab0f-a5bf-49a3-bc12-010ec75e4549.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Eliseo\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9086,\n                        \"Longitude\": 12.487596\n                    },\n                    \"ID\": 4157088,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 133.62,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 273.72,\n                            \"SupplierName\": \"DDT\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 13% in city\",\n                                    \"Text\": \"Top 13% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 200,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 178,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 165,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 38,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"Food is all right\",\n                                    \"Text\": \"Food is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 301,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 134,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 105,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 19,\n                                    \"Score\": 26,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 148,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"7ff9140e-8fa7-4f95-94d3-c3e58a5a2b42\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 959,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 98,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 85,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 165,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 356,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 255,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.7,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair luxury hotel. Good for sightseeing and close to the city center. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 960\n                    }\n                },\n                {\n                    \"Address\": \"Via Cesare Balbo 31, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b061e732-a77a-4fa6-a636-3af1207084e3.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Viminale\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.898346,\n                        \"Longitude\": 12.494936\n                    },\n                    \"ID\": 4157100,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 369.78,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 415.62,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 142,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 393,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 165,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 246,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 105,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 212,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 265,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 32,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 136,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"8aebb969-8d5e-414e-aed4-076af0001402\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 806,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 100,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 681,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent luxury hotel. Good for sightseeing with easy access to train stations. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 831\n                    }\n                },\n                {\n                    \"Address\": \"Via Cavour 23, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0be46377-6400-4853-8ee3-85c1885fde3f.jpeg\"\n                    },\n                    \"DisplayName\": \"Bettoja Hotel Atlantico\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8999786376953,\n                        \"Longitude\": 12.4988098144531\n                    },\n                    \"ID\": 4157107,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 141.6,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 528.57,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 320,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 270,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 211,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 94,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 50,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 260,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 146,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 9,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"8bdfd626-f585-4239-a31a-cd428c4771b7\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 848,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 54,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 282,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 492,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 848\n                    }\n                },\n                {\n                    \"Address\": \"Via Marghera 15 17, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/74b40a78-ddbf-4f64-a3b0-79a6a9fffcc7.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Corot\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90224,\n                        \"Longitude\": 12.50348\n                    },\n                    \"ID\": 4157112,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 127,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 32% in city\",\n                                    \"Text\": \"Top 32% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 289,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 170,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 87,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 110,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 232,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 118,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 14,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 56,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 76,\n                                    \"Score\": 16,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"042174bb-c8cb-4452-a318-4d0235609a23\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 756,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 58,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 49,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 144,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 279,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 226,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.9,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good hotel for solo travelers. Close to Roma Termini. Great location. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 749\n                    }\n                },\n                {\n                    \"Address\": \"Via Castelfidardo 55, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/93feee99-0f1f-4fd6-8819-21927a2a42bd.jpeg\"\n                    },\n                    \"DisplayName\": \"LH Hotel Andreotti\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9054,\n                        \"Longitude\": 12.50215\n                    },\n                    \"ID\": 4157136,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 232.67,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 346.7,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 686,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 721,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 131,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 747,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 313,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 39,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 793,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"f2b4eaac-3046-4d97-aca7-f1f25fe459e3\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2740,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 59,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 66,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 216,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1115,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1284,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good boutique hotel. Close to Rome Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 2740\n                    }\n                },\n                {\n                    \"Address\": \"Via Di Santa Maria Maggiore 143, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d3782dbd-e1a3-4de3-9093-bc6333cbc83b.jpeg\"\n                    },\n                    \"DisplayName\": \"The Major\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.897511,\n                        \"Longitude\": 12.497236\n                    },\n                    \"ID\": 4157144,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 272.59,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 293.79,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 166,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 401,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 467,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 62,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 482,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 192,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 257,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 182,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 166,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 9,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"c82e3941-f286-4df5-8708-3ea5ccaf080b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1487,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 50,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 347,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1057,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent luxury hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1501\n                    }\n                },\n                {\n                    \"Address\": \"Via Gaeta 61, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/61e99237-7118-4780-bd9d-1484dd04d376.jpeg\"\n                    },\n                    \"DisplayName\": \"The Republic Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90409,\n                        \"Longitude\": 12.49973\n                    },\n                    \"ID\": 4157150,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 310.39,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 377.76,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 13% in city\",\n                                    \"Text\": \"Top 13% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 561,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 508,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 110,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 267,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 406,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 487,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 101,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"26f723cf-65ce-4518-8004-30d0acb8ab21\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1683,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 30,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 24,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 105,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 475,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1049,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Close to Roma Termini. Close to public transportation and the train station. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1680\n                    }\n                },\n                {\n                    \"Address\": \"Via Palermo 30, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/30a7a2b4-3bf8-4bfb-8859-89197b6d1f6d.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Virgilio\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.898933,\n                        \"Longitude\": 12.492009\n                    },\n                    \"ID\": 4157160,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 222.58,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 272.01,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 822,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 736,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 389,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 830,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 440,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 508,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 48,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"ab7600a1-d7c5-4b2f-b9bd-da67ea3a6584\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2737,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 29,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 53,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 175,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1048,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1432,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Good for sightseeing with easy access to train stations. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 2721\n                    }\n                },\n                {\n                    \"Address\": \"Via Piave 35, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/aeff4206-6019-4af3-9304-30e93e66256f.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Gambrinus\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90959,\n                        \"Longitude\": 12.49829\n                    },\n                    \"ID\": 4157162,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 143.25,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 222.62,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 276.54,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 15% in city\",\n                                    \"Text\": \"Top 15% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 149,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 184,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 70,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 120,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 197,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 124,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 50,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 24,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"c0b0062a-f43a-4f82-8edc-d04905bdcf5e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 645,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 21,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 32,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 55,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 250,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 287,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel for solo travelers. Close to public transportation and the train station. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 638\n                    }\n                },\n                {\n                    \"Address\": \"Via Goito 36, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4d27ef6a-897b-49fe-9470-f3e43c86c7e9.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Camelia\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.905902862548828,\n                        \"Longitude\": 12.501003265380859\n                    },\n                    \"ID\": 4157171,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 145.46,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 198.73,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 226.05,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 352,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 379,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 174,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 142,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 316,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 13,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"3536b9fb-0c30-4c55-aa96-2dbe16dc7516\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1156,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 26,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 82,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 407,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 624,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel for solo travelers. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1156\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 3, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3bbb5e88-bf71-4654-97a7-b31bf1e4a5ec.jpeg\"\n                    },\n                    \"DisplayName\": \"Starhotels Metropole\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.900587,\n                        \"Longitude\": 12.497307\n                    },\n                    \"ID\": 4157183,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 354.07,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 520,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 479,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 205,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 301,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 93,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 305,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 580,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 17,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"b3d6d7ec-9be3-4f56-9d76-a6e0b489067d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2155,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 43,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 43,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 139,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 676,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1254,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 2140\n                    }\n                },\n                {\n                    \"Address\": \"Via Massimo D'azeglio 36, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/96b48a6e-6eb3-4b09-bc2a-ec30fd1bafac.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel San Remo\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899978637695312,\n                        \"Longitude\": 12.497549057006836\n                    },\n                    \"ID\": 4157193,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 151.34,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 723,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 346,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 614,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 180,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 333,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 948,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 50,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 243,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 556,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 178,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 13,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is disappointing.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good for traveling with friends.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"2a813d9a-bcb3-4da4-b626-d506eed36bb8\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3205,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 234,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 255,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 538,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1276,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 902,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.8,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good for traveling with friends. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 3205\n                    }\n                },\n                {\n                    \"Address\": \"Via Brescia 5, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9b21b7ce-43fa-4f50-a360-f998fb3dd0dc.jpeg\"\n                    },\n                    \"DisplayName\": \"c hotels Fiume\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.91138,\n                        \"Longitude\": 12.49994\n                    },\n                    \"ID\": 4157250,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 205.73,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 231.31,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 597,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 373,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 169,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 206,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 66,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 71,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 383,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 233,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"9d49d9e4-02cd-4d1c-8b7e-a76fe3f295c1\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1525,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 21,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 43,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 349,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1097,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent boutique hotel. Good for sightseeing with access to public transportation. Great rooms and fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1525\n                    }\n                },\n                {\n                    \"Address\": \"Via Xx Settembre 90 94, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/95963625-2e38-49ee-81d8-6cf09423c2af.jpeg\"\n                    },\n                    \"DisplayName\": \"Leon's Place Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90818,\n                        \"Longitude\": 12.49951\n                    },\n                    \"ID\": 4157273,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 128.73,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 311.78,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 14% in city\",\n                                    \"Text\": \"Top 14% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 141,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 381,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 162,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 220,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 95,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 59,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 138,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 86,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Wellness & sports facilities were pleasant enough.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 329,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"9f43fecb-b861-4004-b095-a3d43fd7eb2c\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1173,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 22,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 65,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 302,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 767,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent wellness hotel. Good for sightseeing with easy access to train stations. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1154\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo No 14, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/448e0e25-eb8c-468f-bc51-aa9e3865b2b2.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Giglio dell'Opera\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90008,\n                        \"Longitude\": 12.49828\n                    },\n                    \"ID\": 4157276,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 139.77,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 205.68,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 18% in city\",\n                                    \"Text\": \"Top 18% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 474,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 123,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 392,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 244,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 554,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 71,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 38,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 306,\n                                    \"Score\": 26,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 169,\n                                    \"Score\": 24,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 107,\n                                    \"Score\": 19,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"db8fc992-70b4-4e3f-9929-763a3d30cc0e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1193,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 185,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 140,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 229,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 291,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 348,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.6,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair city hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 1173\n                    }\n                },\n                {\n                    \"Address\": \"Via Calabria 17, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/78addf5c-1738-417b-98a5-34e64c7392be.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Priscilla\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9098129272461,\n                        \"Longitude\": 12.4974565505981\n                    },\n                    \"ID\": 4157282,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 132.57,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 136.25,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 262.2,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 16% in city\",\n                                    \"Text\": \"Top 16% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 105,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 122,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 55,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 166,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 89,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 69,\n                                    \"Score\": 19,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 18,\n                                    \"Score\": 13,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"ecf56836-e82a-4b8f-b050-342fe078445f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 462,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 75,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 51,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 107,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 137,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 92,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.4,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good for sightseeing with access to public transportation. Vibe is not too good. Room needs to be improved.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 462\n                    }\n                },\n                {\n                    \"Address\": \"Via Palestro 19, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/603afb9d-4da1-4940-a66f-ce5452d372a5.jpeg\"\n                    },\n                    \"DisplayName\": \"Best Western Hotel Artdeco\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90678,\n                        \"Longitude\": 12.50199\n                    },\n                    \"ID\": 4157285,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 133.88,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 259.24,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 13% in city\",\n                                    \"Text\": \"Top 13% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 332,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 301,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 186,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 39,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 155,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 324,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 12,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 97,\n                                    \"Score\": 26,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 8,\n                                    \"Score\": 10,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is disappointing.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"4c2427a2-e7a7-438f-9add-735dac298e66\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1271,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 21,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 45,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 157,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 593,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 455,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel for solo travelers. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1269\n                    }\n                },\n                {\n                    \"Address\": \"Via Gioberti 36, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d711db04-dcb1-4e37-81e0-ae2bd4e9d11e.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Palladium Palace\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.898457,\n                        \"Longitude\": 12.500345\n                    },\n                    \"ID\": 4157307,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 252.59,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 257.64,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 516,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 436,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 213,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 343,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 90,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"High value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 15,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 457,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 75,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Decent vibe\",\n                                    \"Text\": \"Vibe was decent.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 111,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 263,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 14,\n                                    \"Score\": 24,\n                                    \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                    \"Text\": \"Disappointing wellness & sports facilities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"d08ec032-6f2f-4ac5-80c7-31d67fb51e95\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1601,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 47,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 51,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 150,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 577,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 776,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good business hotel. Close to Roma Termini. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1609\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 22, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9cab8673-ab56-4b82-9caa-a7eab1636732.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Artemide\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.900829,\n                        \"Longitude\": 12.49363\n                    },\n                    \"ID\": 4157308,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 391.04,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 670,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1031,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 646,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 158,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 281,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 124,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 330,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 14,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 711,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 225,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 165,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 101,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 319,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"8990d26d-2ce7-448a-8c73-e16a858991fa\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2540,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 19,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 36,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 272,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2204,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent wellness hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 2536\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 103, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b4f96468-7ed2-4cac-a220-b31d30f6b564.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Terminal\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.897969,\n                        \"Longitude\": 12.501727\n                    },\n                    \"ID\": 4157309,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 157.39,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 183.59,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 16% in city\",\n                                    \"Text\": \"Top 16% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 366,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 250,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 14,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 12,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 373,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 174,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 58,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 235,\n                                    \"Score\": 24,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 52,\n                                    \"Score\": 12,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 86,\n                                    \"Score\": 11,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"92bbe38a-2f68-412d-96d3-67a19ddb11e1\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1587,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 192,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 142,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 351,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 538,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 364,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.6,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair city hotel. Close to Roma Termini. Close to public transportation and the train station. Room needs to be improved. Vibe is not too good.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 1583\n                    }\n                },\n                {\n                    \"Address\": \"Via Filippo Turati 62-64, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/dda0a384-c03d-442a-bdee-52f2351b155a.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Kennedy\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.898471832275391,\n                        \"Longitude\": 12.502190589904785\n                    },\n                    \"ID\": 4157312,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 144.18,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 322.43,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 398,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 335,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 16,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 155,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 389,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 230,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 68,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 106,\n                                    \"Score\": 28,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"99df29f7-4c65-4a58-859b-43ccbb78352a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1252,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 72,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 80,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 189,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 463,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 448,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good city hotel. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1252\n                    }\n                },\n                {\n                    \"Address\": \"Piazza Manfredo Fanti 19, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a7ea72da-7f1c-4621-8c34-e117c796cc44.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Mariano\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89752197265625,\n                        \"Longitude\": 12.503262519836426\n                    },\n                    \"ID\": 4157318,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 125.32,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 117,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 83,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 178,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 94,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 155,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 20,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Complaints about food\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 45,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"b51a8c91-440e-4fb5-b148-b9bfd6a7635f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 550,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 42,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 257,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 235,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good city hotel. Close to Rome Termini. Great rooms in excellent location.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 550\n                    }\n                },\n                {\n                    \"Address\": \"Via Boncompagni 19, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/35aa34f7-5278-4247-84d8-c9c3d41d3ad1.jpeg\"\n                    },\n                    \"DisplayName\": \"Rose Garden Palace Roma by OMNIA hotels\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90802,\n                        \"Longitude\": 12.49194\n                    },\n                    \"ID\": 4157320,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 159.42,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 442.52,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 19% in city\",\n                                    \"Text\": \"Top 19% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 6,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 65,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 87,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 26,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 16,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Good pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 24,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 84,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 58,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 44,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 12,\n                                    \"Score\": 19,\n                                    \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                    \"Text\": \"Disappointing wellness & sports facilities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing.\",\n                            \"ReviewId\": \"fc80deb2-a81b-4024-8b6c-be6ae81b233c\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 348,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 93,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 214,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent romantic hotel. Close to US Embassy. Good for sightseeing. Great pool.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 348\n                    }\n                },\n                {\n                    \"Address\": \"Via Boncompagni 89, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/66fc16b5-6fe2-4071-8c93-2bcd3e7237f8.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Oxford\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.909145355224609,\n                        \"Longitude\": 12.496188163757324\n                    },\n                    \"ID\": 4157322,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 196.79,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 211.35,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 281.25,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 20% in city\",\n                                    \"Text\": \"Top 20% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 108,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 88,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 35,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 47,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 19,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 115,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 74,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 36,\n                                    \"Score\": 28,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"d1ba7a17-0957-4cc4-9cd9-267b3dc1f521\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 361,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 37,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 45,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 119,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 144,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good business hotel. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 361\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo, 82, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/09f60e93-6d9c-40e4-a006-1d05023040e5.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Champagne Palace\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8986995210635,\n                        \"Longitude\": 12.5007140636444\n                    },\n                    \"ID\": 4157324,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 155.84,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 239.07,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 158,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 130,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 10,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 42,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 64,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 5,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is disappointing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 47,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 233,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Awful rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 128,\n                                    \"Score\": 25,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 122,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 10,\n                                    \"Score\": 20,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Complaints about food\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 35,\n                                    \"Score\": 16,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"e94aa9ba-4def-4e4f-a673-baf805c68ffc\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 679,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 211,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 106,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 128,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 125,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 109,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 2.8,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good for sightseeing with easy access to train stations. Room needs to be improved. Vibe is not too good.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                        \"ReviewsCount\": 672\n                    }\n                },\n                {\n                    \"Address\": \"Via Magenta 12, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a0a7b1ee-8aca-4db8-9f8c-af0fb3415372.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Milani\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90342,\n                        \"Longitude\": 12.50268\n                    },\n                    \"ID\": 4157331,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 221.1,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 264.95,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 270.62,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 13% in city\",\n                                    \"Text\": \"Top 13% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1234,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1206,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 790,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 493,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 145,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1201,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 46,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 20,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is not good.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"0279e3cf-1209-4d6d-b7f1-36934dbb7be5\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 4062,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 77,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 122,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 358,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1691,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1814,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good city hotel. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 4050\n                    }\n                },\n                {\n                    \"Address\": \"Via Sistina 131 Rome Rm 187\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f7ebefb1-010d-462c-9aba-53eef1157c77.jpeg\"\n                    },\n                    \"DisplayName\": \"King\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9041,\n                        \"Longitude\": 12.48681\n                    },\n                    \"ID\": 4157332,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 123.69,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 360.54,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 478,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 411,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 11,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 172,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 197,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 542,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"ab94185e-e95b-4d44-93c5-4c1f15391e29\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1308,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 71,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 59,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 162,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 487,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 529,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.1,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good city hotel. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1303\n                    }\n                },\n                {\n                    \"Address\": \"Via Di Capo Le Case 60, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/752b1a6d-5100-4554-8e5f-dd2b6a7a7e6e.jpeg\"\n                    },\n                    \"DisplayName\": \"Trevi Collection Hotel Gruppo Trevi Hotels\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9041175842285,\n                        \"Longitude\": 12.4854869842529\n                    },\n                    \"ID\": 4157335,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 149.52,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 258.83,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 357.54,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 353,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 280,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 298,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 366,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 131,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 11,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 84,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"5e7988ca-e694-4e0e-b79e-2515e5b54a56\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1173,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 68,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 56,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 123,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 392,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 534,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good luxury hotel. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1173\n                    }\n                },\n                {\n                    \"Address\": \"Via Marghera 17, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0937115f-c91b-4898-9bf8-4761fe6a672a.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Rimini\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90229,\n                        \"Longitude\": 12.50354\n                    },\n                    \"ID\": 4157345,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 161.16,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 186.12,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 27% in city\",\n                                    \"Text\": \"Top 27% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 340,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 193,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 9,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 122,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 296,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 95,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 175,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 65,\n                                    \"Score\": 25,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 90,\n                                    \"Score\": 16,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"b9007738-0101-4d0b-8f84-3c3e0e8efff2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1158,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 49,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 75,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 209,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 534,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 291,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.8,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good hotel for solo travelers. Close to Roma Termini. Great location. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1150\n                    }\n                },\n                {\n                    \"Address\": \"Via Giovanni Amendola 7, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b29367ef-47d2-4716-954f-abd8dea75bb4.jpeg\"\n                    },\n                    \"DisplayName\": \"Golden Tulip Rome Piram\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9008102416992,\n                        \"Longitude\": 12.4984312057495\n                    },\n                    \"ID\": 4157347,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 191.83,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 11% in city\",\n                                    \"Text\": \"Top 11% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 579,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 74,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 544,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 294,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 216,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 615,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 336,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 43,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"0c18e31e-9d94-4d7d-a09c-f973d5fb5bce\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2294,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 85,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 124,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 320,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 825,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 940,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good wellness hotel. Close to Rome Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 2294\n                    }\n                },\n                {\n                    \"Address\": \"Via Torino 36, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0fa665f2-6a39-4ae6-ae72-a5f5b2cd5a63.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Patria\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.902649,\n                        \"Longitude\": 12.494637\n                    },\n                    \"ID\": 4157353,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 213.43,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 432,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 404,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 193,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 10,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 194,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 450,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 71,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"7e312ab2-983b-45a4-a95e-d218e5392c95\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1402,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 54,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 54,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 144,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 477,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 673,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel for solo travelers. Close to Republica Metro Station. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1395\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 163, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/26f8f8cd-6ef1-426c-9216-8ae7f833f1ec.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Fiori\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.896833,\n                        \"Longitude\": 12.487316\n                    },\n                    \"ID\": 4157361,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 210.17,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 244.48,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 273.44,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 429,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 359,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 125,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 15,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 249,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 311,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"78a13098-e8f5-4303-8ce2-6fad5e57e71e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1128,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 25,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 38,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 126,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 420,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 519,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good city hotel. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1132\n                    }\n                },\n                {\n                    \"Address\": \"Via Degli Avignonesi 36 A, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b9e5c5b7-5d17-4dec-978f-1bcf6f97a6f8.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Memphis\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9029,\n                        \"Longitude\": 12.4863\n                    },\n                    \"ID\": 4157363,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 135.7,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 314.25,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 175,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 65,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 125,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 25,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"High value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 153,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 107,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 13,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 108,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"e46464f9-fcee-4c50-a708-6993b6ee8af8\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 575,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 18,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 49,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 234,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 258,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good boutique hotel. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 574\n                    }\n                },\n                {\n                    \"Address\": \"Via Francesco Crispi 47, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a1309c04-2dec-4c1a-8173-6e730229c40b.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Elite\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90417,\n                        \"Longitude\": 12.48567\n                    },\n                    \"ID\": 4157366,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 182.05,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 236.12,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 7,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 182,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 29,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 82,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 151,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 170,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 26,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 98,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 17,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 7,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"cc482b7d-105c-435f-b121-39a7538a09e8\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 625,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 27,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 24,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 72,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 227,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 275,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good city hotel. Good for sightseeing and located near shopping areas. Fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 631\n                    }\n                },\n                {\n                    \"Address\": \"Via Palestro 17/A, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/bfe39bb5-3277-4a3c-a148-3800d6de3e48.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Montecarlo\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9068336486816,\n                        \"Longitude\": 12.5017757415771\n                    },\n                    \"ID\": 4157369,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 130.33,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 267.1,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 747,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 565,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 265,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 554,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 18,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 186,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 661,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"1235f0ae-9966-4df9-a5e5-29b084c7aff0\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2382,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 40,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 43,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 162,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 976,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1161,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good business hotel. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 2382\n                    }\n                },\n                {\n                    \"Address\": \"Via Francesco Crispi 15, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/dec67b48-fd30-4f85-b9f6-be22f4094c46.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel La Fenice\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9033355712891,\n                        \"Longitude\": 12.4854726791382\n                    },\n                    \"ID\": 4157373,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 258.78,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 275.42,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 308.97,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 18% in city\",\n                                    \"Text\": \"Top 18% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 160,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 117,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 138,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 67,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 24,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 170,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 20,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 100,\n                                    \"Score\": 26,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"772e581a-ea60-4b8b-abd7-d921ba811df3\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 500,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 45,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 38,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 75,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 188,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 154,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.8,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair boutique hotel. Good for sightseeing and close to the city center. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 500\n                    }\n                },\n                {\n                    \"Address\": \"Via Ventiquattro Maggio 8, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/dadff49f-fbc0-4213-875c-252eac4daf25.jpeg\"\n                    },\n                    \"DisplayName\": \"Hiberia\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8972320556641,\n                        \"Longitude\": 12.4868974685669\n                    },\n                    \"ID\": 4157375,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 130.9,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 325.97,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1323,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1297,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 422,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 239,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 490,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 200,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 876,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 503,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 24,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"95c1b41a-f453-498e-8b19-c1dab4753912\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3545,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 33,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 96,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1012,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2391,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Close to Trevi Fountain. Good for sightseeing with access to public transportation. Great rooms and fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 3545\n                    }\n                },\n                {\n                    \"Address\": \"Via Carlo Alberto 3, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e8b75eca-dd51-422f-a335-796228f16b83.jpeg\"\n                    },\n                    \"DisplayName\": \"Mecenate Palace\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89709,\n                        \"Longitude\": 12.49968\n                    },\n                    \"ID\": 4157380,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 148.03,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 324.13,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 564,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 423,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 462,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 220,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 155,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 603,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 90,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 21,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 237,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"8f1179f3-d782-4f89-9249-0ca36a981927\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1877,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 43,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 45,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 128,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 617,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1044,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1869\n                    }\n                },\n                {\n                    \"Address\": \"Via Palestro 87, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/24853956-7c72-4413-aeb3-12c2f446681f.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Cambridge\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90332,\n                        \"Longitude\": 12.50637\n                    },\n                    \"ID\": 4157383,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 168.61,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 18% in city\",\n                                    \"Text\": \"Top 18% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 192,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 171,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 102,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 25,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 237,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 18,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 62,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 145,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 62,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 60,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"49965a38-fa76-44f6-843e-e89f4ba1df4e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 779,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 70,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 90,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 189,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 288,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 142,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.4,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Close to public transportation and the train station. Vibe is not too good.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 766\n                    }\n                },\n                {\n                    \"Address\": \"Via Gaeta 71, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1c6a6109-4a7f-4dce-8b8b-ec330da22de6.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Diocleziano\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.903931,\n                        \"Longitude\": 12.49964\n                    },\n                    \"ID\": 4157389,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 316.12,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1344,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1061,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 436,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 625,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 874,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 153,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 136,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 142,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 512,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 29,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"9967427e-118d-4744-9750-a7ca4e8be685\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3130,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 22,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 26,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 56,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 540,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2486,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Close to Roma Termini. Close to public transportation and the train station. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 3119\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 51, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/13b913d9-ef47-48b7-bebb-ee9ae501d14c.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel St. Moritz\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899829864502,\n                        \"Longitude\": 12.492094039917\n                    },\n                    \"ID\": 4157400,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 246.84,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 298.64,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 368.69,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 224,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 184,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 76,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 197,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 162,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 79,\n                                    \"Score\": 14,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"64362216-8d1a-4032-a975-10e000e33611\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 725,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 33,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 86,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 334,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 259,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.1,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good city hotel. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 728\n                    }\n                },\n                {\n                    \"Address\": \"Via Di Porta Pinciana 14, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/51fc05de-c548-4d1c-84a9-02f825c38229.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Splendide Royal The Leading Hotels of the World\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90812,\n                        \"Longitude\": 12.48676\n                    },\n                    \"ID\": 4157421,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 119.78,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 758.19,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 825.75,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 222,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 128,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 33,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 203,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 57,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 56,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 72,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 71,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 81,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 52,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 35,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"5fa3532f-5ff6-483a-833a-12dfcb1ab073\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 774,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 22,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 25,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 107,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 603,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent luxury hotel. Good for sightseeing and located near shopping areas. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 773\n                    }\n                },\n                {\n                    \"Address\": \"Via Dei Serpenti 130, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7c6a8eaf-cdda-49bf-bcfc-30c3260d750a.jpeg\"\n                    },\n                    \"DisplayName\": \"Anfiteatro Flavio\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8958778381348,\n                        \"Longitude\": 12.4905080795288\n                    },\n                    \"ID\": 4157423,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 139.77,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 218.13,\n                            \"SupplierName\": \"DDT\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 353,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 52,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 210,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 13,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 196,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 314,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 119,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 49,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 183,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 68,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"09370c67-0961-47f2-a6cf-89ccb57fc41d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1067,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 45,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 68,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 188,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 477,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 289,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.8,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good hotel for solo travelers. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1067\n                    }\n                },\n                {\n                    \"Address\": \"Via Di Santa Maria Maggiore 154, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e2e7f2a0-8423-4d83-92e1-a3a4a2063d3a.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Verona Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.897396087646484,\n                        \"Longitude\": 12.496665000915527\n                    },\n                    \"ID\": 4157434,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 293.68,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 315,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 334,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 40,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 145,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 10,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 82,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 284,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"347e5592-3f46-494c-8567-894c8d47be50\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 846,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 19,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 18,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 88,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 264,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 457,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 846\n                    }\n                },\n                {\n                    \"Address\": \"Via Napoli 64, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6d190d84-66fe-443c-9587-a90b38c44301.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Britannia\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9008,\n                        \"Longitude\": 12.4943\n                    },\n                    \"ID\": 4157435,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 124.93,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 359.37,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 481,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 596,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 308,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 76,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 186,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 449,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 121,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"94711be6-5245-4a24-87c0-cce113805525\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1561,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 23,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 31,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 91,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 474,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 942,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Great rooms and fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1556\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 76, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/008bd8cc-f78e-437c-a0f5-0809c82f5448.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Milo\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.898946,\n                        \"Longitude\": 12.500284\n                    },\n                    \"ID\": 4157437,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 142.82,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 163.83,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 343,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 263,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 9,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 148,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 234,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 310,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 108,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 102,\n                                    \"Score\": 24,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"85c7c323-619e-4fb7-9d32-22a7166a09f2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1164,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 50,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 60,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 196,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 519,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 339,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.9,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good city hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1154\n                    }\n                },\n                {\n                    \"Address\": \"Via Giovanni Amendola 97, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7c3dd837-ff75-4a05-93c2-b75e98f808ac.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Tex\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8994026184082,\n                        \"Longitude\": 12.5006246566772\n                    },\n                    \"ID\": 4157444,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 163.88,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 184.34,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 19% in city\",\n                                    \"Text\": \"Top 19% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 130,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 178,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 109,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 24,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Food is all right\",\n                                    \"Text\": \"Food is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 132,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 56,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 14,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 74,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 35,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 35,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"caba7994-8e98-4f53-abbc-bf637b7a4a7f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 650,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 28,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 55,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 123,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 290,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 154,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.6,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair hotel for solo travelers. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 650\n                    }\n                },\n                {\n                    \"Address\": \"Via Firenze 57, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e4d3d6a2-6be4-463c-a648-51c44425d381.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Paris\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.901757,\n                        \"Longitude\": 12.494404\n                    },\n                    \"ID\": 4157446,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 142.36,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 177.54,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 102,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 88,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 70,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 52,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 141,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 17,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 69,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 9,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 28,\n                                    \"Score\": 26,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 79,\n                                    \"Score\": 25,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"5144ec2b-2ab9-4c7e-b3d7-f77e46fb9a98\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 469,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 81,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 57,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 105,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 139,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 87,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.1,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good for sightseeing with access to public transportation. Room needs to be improved. Vibe is not too good.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                        \"ReviewsCount\": 469\n                    }\n                },\n                {\n                    \"Address\": \"Via Vicenza 34, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/472a7321-a183-4800-a136-4123e026d9fe.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Piemonte\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.903751,\n                        \"Longitude\": 12.503684\n                    },\n                    \"ID\": 4157464,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 144.18,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 230.65,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 14% in city\",\n                                    \"Text\": \"Top 14% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 416,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 284,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 11,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 236,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 188,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 420,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 74,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 75,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 109,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good for traveling with friends.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"b977ab2f-24a6-429a-97f4-7a01c073a161\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1544,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 73,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 78,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 254,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 678,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 461,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.9,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good for traveling with friends. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1542\n                    }\n                },\n                {\n                    \"Address\": \"Via Marghera 47 A, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b4e1785c-6e44-4223-9b35-9dc4f06159c1.jpeg\"\n                    },\n                    \"DisplayName\": \"Leonardo Boutique Hotel Rome Termini\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90324,\n                        \"Longitude\": 12.505\n                    },\n                    \"ID\": 4157475,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 264.18,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 273.48,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 333.84,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 510,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 514,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 196,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 26,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 116,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 68,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 293,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 5,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Pool is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 59,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 11,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 472,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"a3632c99-432e-421f-b7f7-fbf6c02c3604\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1752,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 25,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 48,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 115,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 596,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 968,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent wellness hotel. Close to Roma Termini. Close to public transportation and the train station. Great pool. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1731\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Viminale 7, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5386497f-2647-469a-bb51-772e2349dc82.jpeg\"\n                    },\n                    \"DisplayName\": \"Flower Garden Hotel Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.900987,\n                        \"Longitude\": 12.496983\n                    },\n                    \"ID\": 4157482,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 299.53,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 535,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 562,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 13,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 57,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 271,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 203,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 477,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 284,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"95db7e96-50d2-41a9-8f95-0af4247f363f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1613,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 38,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 57,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 170,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 629,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 719,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good city hotel. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1613\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 64, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/31f1a1da-d04a-4879-b275-78db879f8a48.jpeg\"\n                    },\n                    \"DisplayName\": \"Serena Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899144,\n                        \"Longitude\": 12.499752\n                    },\n                    \"ID\": 4157484,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 202.18,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 228.12,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 239.81,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 11% in city\",\n                                    \"Text\": \"Top 11% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 6,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1083,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 866,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 738,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 393,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 940,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 33,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 193,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 560,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"81dc8979-8248-460b-969d-6daf76879b6c\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3749,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 103,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 154,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 539,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1620,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1333,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good hotel for solo travelers. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 3740\n                    }\n                },\n                {\n                    \"Address\": \"Via Francesco Crispi 55, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2487bdf9-76fd-4d42-9806-ea42e4bfe63e.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Cecil Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9044649789091,\n                        \"Longitude\": 12.4857151508331\n                    },\n                    \"ID\": 4157486,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 141.42,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 86,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 73,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 11,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 42,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 19,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 25,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 76,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 33,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 25,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 18,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"26e4db8e-aba5-42fe-81e5-09eb20f26e72\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 191,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 33,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 126,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Good for sightseeing and located near shopping areas. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 186\n                    }\n                },\n                {\n                    \"Address\": \"79 Via Sistina, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/18a02ea4-168d-4441-8779-94027f3b0de8.jpeg\"\n                    },\n                    \"DisplayName\": \"The Code Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90536,\n                        \"Longitude\": 12.48481\n                    },\n                    \"ID\": 4157498,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 130.5,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 328.2,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 375.74,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 11% in city\",\n                                    \"Text\": \"Top 11% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 233,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 171,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 74,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 240,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 139,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 135,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 31,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 36,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                    \"Text\": \"Wellness & sports facilities were not very nice.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 41,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 8,\n                                    \"Score\": 25,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is disappointing.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"5d626e2a-2ebe-400b-9bf0-2f693d50bacb\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 819,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 18,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 32,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 92,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 347,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 330,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good boutique hotel. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 813\n                    }\n                },\n                {\n                    \"Address\": \"Via Lombardia 30, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/690c3777-d792-44a8-8fe1-417a211cfa42.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Garda\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90782,\n                        \"Longitude\": 12.4879\n                    },\n                    \"ID\": 4157504,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 206.55,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 225.63,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 383,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 326,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 21,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 178,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 409,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 65,\n                                    \"Score\": 19,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"b64e1958-ba45-4a88-9d95-7bbfc16e8603\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1478,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 66,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 86,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 236,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 619,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 471,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good hotel for solo travelers. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1474\n                    }\n                },\n                {\n                    \"Address\": \"Via Filippo Turati 31 33 35, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0b3d77fa-0957-4db8-8e42-6cf2fbc52996.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Morgana\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.898857,\n                        \"Longitude\": 12.501892\n                    },\n                    \"ID\": 4157509,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 286.59,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 14% in city\",\n                                    \"Text\": \"Top 14% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 338,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 284,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 200,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 139,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 336,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 14,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 179,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 98,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 9,\n                                    \"Score\": 7,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is disappointing.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"edb092e7-eff1-4d62-b03a-dae6df75f064\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1078,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 74,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 70,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 127,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 388,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 419,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good business hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1070\n                    }\n                },\n                {\n                    \"Address\": \"Via Quattro Fontane 37 Rome 00184\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/629cd94e-aac9-4aaa-9402-1aea9707c31a.jpeg\"\n                    },\n                    \"DisplayName\": \"Zara\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9011,\n                        \"Longitude\": 12.4927\n                    },\n                    \"ID\": 4157512,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 295.97,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"00ced316-3f60-4863-b899-b6f7496971f0\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"Score\": 0,\n                            \"ScoreDescription\": \"\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Vicenza 5, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7e3d49bf-6104-4c51-aec7-aee6a7acffcc.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Villa Delle Rose\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9033546447754,\n                        \"Longitude\": 12.5034036636353\n                    },\n                    \"ID\": 4157533,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 183.68,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 16% in city\",\n                                    \"Text\": \"Top 16% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 293,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 212,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 60,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 88,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 88,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 80,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 114,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 281,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"73cb7d6c-7787-4b88-a110-1481f56399a8\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 928,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 28,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 51,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 127,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 435,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 287,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good hotel for solo travelers. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 928\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo, 76, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/dbc932d9-67d5-4b2f-8764-3116a1dca175.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Orlanda\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.898948669433594,\n                        \"Longitude\": 12.500272750854492\n                    },\n                    \"ID\": 4157539,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 246.36,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 276.52,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 178,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 195,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 78,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 150,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 80,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 77,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 27,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Food is all right\",\n                                    \"Text\": \"Food is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"bafdc58a-9906-4b1e-8a26-bfe17e272630\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 552,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 56,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 182,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 288,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Great rooms and fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 552\n                    }\n                },\n                {\n                    \"Address\": \"Via Firenze 8, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e7f99ccd-9e71-4599-b0cf-13eb584aa371.jpeg\"\n                    },\n                    \"DisplayName\": \"iQ Hotel Roma\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.900706,\n                        \"Longitude\": 12.495129\n                    },\n                    \"ID\": 4157549,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 320.21,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1127,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 525,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 782,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 998,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 310,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 231,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 256,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 315,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 892,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 59,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 65,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 16,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 423,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"da997aa1-e186-4d68-a28b-5fbfad8969db\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3081,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 42,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 364,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2663,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 3074\n                    }\n                },\n                {\n                    \"Address\": \"Via Di Capo Le Case 14, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/54178106-82e9-4283-bc41-1516ce67ef9a.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Concordia\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9039001464844,\n                        \"Longitude\": 12.4849462509155\n                    },\n                    \"ID\": 4157561,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 153.18,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 269.02,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 308.99,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 254,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 222,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 178,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 88,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 248,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 84,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Ordinary amenities\",\n                                    \"Text\": \"Average amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 169,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"adc1ac2a-1a61-4018-975e-13a98f7b2d5b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 638,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 22,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 86,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 232,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 282,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good boutique hotel. Good for sightseeing and close to the city center.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 638\n                    }\n                },\n                {\n                    \"Address\": \"Via Dei Mille 19, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/42f63a0c-afb9-43a2-827e-88c811cee87c.jpeg\"\n                    },\n                    \"DisplayName\": \"Raeli Hotel Archimede\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9026641845703,\n                        \"Longitude\": 12.5044679641724\n                    },\n                    \"ID\": 4157571,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 165.29,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 221,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 191,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 12,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 137,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 147,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 49,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 90,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 313,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Awful rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 49,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 189,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"ec6e37d2-28c6-43ce-a6a5-56d14d4c10db\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 941,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 192,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 123,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 181,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 250,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 195,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.2,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Close to public transportation and the train station. Fantastic service. Room needs to be improved. Vibe is not too good.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                        \"ReviewsCount\": 927\n                    }\n                },\n                {\n                    \"Address\": \"Via Napoli 3, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/08dad20b-a644-4608-8253-1043c9653bce.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Corona\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899653,\n                        \"Longitude\": 12.495823\n                    },\n                    \"ID\": 4157620,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 125.32,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 213.32,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 15% in city\",\n                                    \"Text\": \"Top 15% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 561,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 548,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 213,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 377,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 27,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 116,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Food is all right\",\n                                    \"Text\": \"Food is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 557,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 5,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 128,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 321,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 113,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"97cb17c6-fb50-4138-a9ec-2c085eb881e7\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2305,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 111,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 152,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 383,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 992,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 667,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.8,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good hotel for solo travelers. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 2291\n                    }\n                },\n                {\n                    \"Address\": \"Corso D'italia 92, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9e5dc664-ba4e-41a3-8d75-28ad636f3b68.jpeg\"\n                    },\n                    \"DisplayName\": \"Imperial Suite Rome Guest House\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.91049,\n                        \"Longitude\": 12.49949\n                    },\n                    \"ID\": 4157628,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 306.24,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 157,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 24,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 149,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 74,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 15,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 15,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 17,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 140,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to the city center and public transportation.\",\n                            \"ReviewId\": \"7d81ceab-a628-406f-bd30-c2cb46e47327\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 544,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 28,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 196,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 311,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to the city center and public transportation. Fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 548\n                    }\n                },\n                {\n                    \"Address\": \"85 Via Giovanni Amendola 00185 Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/392a0be1-8a99-4b0c-a36d-8471ea6d125e.jpeg\"\n                    },\n                    \"DisplayName\": \"Numa I Linea\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899514,\n                        \"Longitude\": 12.500349\n                    },\n                    \"ID\": 4157644,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 156.28,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 6,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 369,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 118,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 407,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 188,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 13,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 92,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Ordinary amenities\",\n                                    \"Text\": \"Average amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 214,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 200,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 44,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 78,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"0ecd4630-4594-4750-b178-8094d1004a57\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1333,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 26,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 62,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 156,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 529,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 560,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel for solo travelers. Close to Roma Termini. Great rooms in excellent location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1310\n                    }\n                },\n                {\n                    \"Address\": \"Via Giovanni Amendola 57, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0cf2839f-8921-430f-891f-6b72a9c7458e.jpeg\"\n                    },\n                    \"DisplayName\": \"Unahotels Decò Roma\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8999099731445,\n                        \"Longitude\": 12.4997978210449\n                    },\n                    \"ID\": 4157699,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 403.61,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 474.46,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 901,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1085,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 583,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 175,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 201,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 390,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 932,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 162,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 15,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"e89aa359-0615-494b-ba19-37e5e7f5171f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3615,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 58,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 49,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 176,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 972,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2360,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent luxury hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 3615\n                    }\n                },\n                {\n                    \"Address\": \"Via Palestro 15, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c05b28f1-b392-43e9-9cd5-3b670297c95a.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Bolognese\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.907225,\n                        \"Longitude\": 12.501316\n                    },\n                    \"ID\": 4157702,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 373.27,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 53,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 54,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 36,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 77,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 56,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 24,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 19,\n                                    \"Score\": 7,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"a0c90ed9-f880-437e-ad3c-3c2d350f9ddf\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 253,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 58,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 28,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 57,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 70,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 40,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.1,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Close to public transportation and the train station. Room needs to be improved.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                        \"ReviewsCount\": 247\n                    }\n                },\n                {\n                    \"Address\": \"Via Ludovisi 43, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cb506701-de94-43eb-a89d-21313644f7fc.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Ludovisi Palace\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90703,\n                        \"Longitude\": 12.48824\n                    },\n                    \"ID\": 4157705,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 451.2,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 92,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 99,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 32,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 76,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 95,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 57,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 14,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"5b63f596-fb98-4ad8-9fba-3e73d6de3bf4\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 484,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 49,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 189,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 217,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good city hotel. Good for sightseeing and close to the city center. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 483\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 81, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2b156a76-7fed-4c46-971b-146c676f8cbc.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Contilia\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8983688354492,\n                        \"Longitude\": 12.5009899139404\n                    },\n                    \"ID\": 4157722,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 139.77,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 236.68,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 365,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 342,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 163,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 15,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 435,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 292,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 76,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 75,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 265,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"f8acd83e-94bf-4a16-97aa-35e4443cc65a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1474,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 116,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 100,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 233,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 567,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 458,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good city hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1474\n                    }\n                },\n                {\n                    \"Address\": \"Via Merulana 278, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/75283c7d-2c7e-4da5-9696-accfe937cdee.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Amalfi\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.896351,\n                        \"Longitude\": 12.499296\n                    },\n                    \"ID\": 4157730,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 251.6,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 322.52,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 364.98,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 362,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 350,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 94,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 190,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 31,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 68,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 290,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 24,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 197,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"e04c27ee-2063-48ab-ae3b-6612a8411be8\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 986,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 56,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 324,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 585,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent romantic hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Awesome vibe. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 988\n                    }\n                },\n                {\n                    \"Address\": \"Piazza Barberini 9,, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f7190b18-d5db-4394-b7a6-851f7cf83700.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Barocco\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9039192199707,\n                        \"Longitude\": 12.488114356994629\n                    },\n                    \"ID\": 4157732,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 460.39,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 715,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 480,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 145,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 55,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 336,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 113,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 416,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 241,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"ee75d02e-1271-4407-80d5-603b539cecbf\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1562,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 38,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 223,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1275,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent boutique hotel. Close to Piazza Barberini. Good for sightseeing with access to public transportation. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 1562\n                    }\n                },\n                {\n                    \"Address\": \"Via Filippo Turati 16, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/04e2960a-5d19-43ab-8536-f543c2509f6e.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Ariston\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8990364074707,\n                        \"Longitude\": 12.5013046264648\n                    },\n                    \"ID\": 4157747,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 323.71,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 225,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 218,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 146,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 10,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 277,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 91,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 40,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 7,\n                                    \"Score\": 0,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is disappointing.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"d86bf863-02fe-4759-af1a-4edce1c3b1a4\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 804,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 65,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 43,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 136,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 286,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 274,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good city hotel. Close to Rome Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 804\n                    }\n                },\n                {\n                    \"Address\": \"Via Sardegna 149 151, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f5a94b42-b9b6-4cb4-8349-2621dc781ffa.jpeg\"\n                    },\n                    \"DisplayName\": \"Clarion Collection Hotel Principessa Isabella\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.91012,\n                        \"Longitude\": 12.49387\n                    },\n                    \"ID\": 4157753,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 148.49,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 270.09,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 17% in city\",\n                                    \"Text\": \"Top 17% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 265,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 280,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 125,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 309,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 262,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 201,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 16,\n                                    \"Score\": 15,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"60c058c1-c11b-4b40-a1b7-18eef5a41add\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1332,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 31,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 40,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 113,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 587,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 561,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good romantic hotel. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1332\n                    }\n                },\n                {\n                    \"Address\": \"Via Cavour N.185, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cb283acc-7ed6-4789-8ebb-ab83587f4349.jpeg\"\n                    },\n                    \"DisplayName\": \"Monti Palace Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89555,\n                        \"Longitude\": 12.494015\n                    },\n                    \"ID\": 4157761,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 138.1,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 572.86,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 66,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 149,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 29,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 170,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 175,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 115,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"39ad9d7f-34c9-4373-a4aa-4d81607bd153\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 493,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 32,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 132,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 302,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Close to Roma Termini. Good for sightseeing with access to public transportation. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 488\n                    }\n                },\n                {\n                    \"Address\": \"Via Xx Settembre 58 A, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8380685c-f5ea-4efb-9109-d080ab199ecf.jpeg\"\n                    },\n                    \"DisplayName\": \"Seven Kings Relais\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90752,\n                        \"Longitude\": 12.498654\n                    },\n                    \"ID\": 4157774,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 387.11,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 91,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 79,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 47,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 110,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 67,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 7,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to restaurants, bars and train stations.\",\n                            \"ReviewId\": \"02b6c9c7-2a72-4b9d-a0ae-a5c469d2cc42\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 370,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 38,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 142,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 163,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.1,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Close to restaurants, bars and train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 368\n                    }\n                },\n                {\n                    \"Address\": \"Via Calatafimi 12, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ee95fd9a-31b6-4aac-98ed-9bfcad02c186.jpeg\"\n                    },\n                    \"DisplayName\": \"Raeli Hotel Noto\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90483,\n                        \"Longitude\": 12.49988\n                    },\n                    \"ID\": 4157791,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 151.38,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 465,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 23,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 428,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 291,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 98,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 277,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 614,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Awful rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 80,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 362,\n                                    \"Score\": 24,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 170,\n                                    \"Score\": 17,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"9e838e06-20ed-4da3-b32d-e8f3dffe3f8e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1719,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 284,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 161,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 300,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 526,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 448,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.6,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair hotel for solo travelers. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 1712\n                    }\n                },\n                {\n                    \"Address\": \"Via Merulana 4, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c052c614-8a35-4c5c-92fd-e20ace73905d.jpeg\"\n                    },\n                    \"DisplayName\": \"Doria Palace Boutique Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.896599,\n                        \"Longitude\": 12.499497\n                    },\n                    \"ID\": 4157798,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 348.96,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 307,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 34,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 262,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 21,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 111,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 167,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 93,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 269,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 121,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"4e3a6010-0c28-4b65-bb0e-1f561901764c\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 869,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 26,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 204,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 616,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Good for sightseeing with easy access to train stations. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 859\n                    }\n                },\n                {\n                    \"Address\": \"Via Palermo 36, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0fbb27d9-392c-4f94-be23-9f5e5098fd91.jpeg\"\n                    },\n                    \"DisplayName\": \"Morpheus Rooms\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899504,\n                        \"Longitude\": 12.49292\n                    },\n                    \"ID\": 4157809,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 477.07,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 128,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 9,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 70,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 111,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 139,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 37,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 8,\n                                    \"Score\": 20,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"ae33b883-e272-44de-8bd1-8c872cb2dc34\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 440,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 41,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 155,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 223,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing with easy access to train stations. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 434\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Boschetto 144, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2c86bf21-3101-4146-af76-9f8c28b0eac2.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Grifo\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.896057,\n                        \"Longitude\": 12.490797\n                    },\n                    \"ID\": 4157817,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 289.87,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 314.48,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 13% in city\",\n                                    \"Text\": \"Top 13% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 808,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 738,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 10,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 203,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 310,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 540,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 11,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 371,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and has nearby restaurants and bars.\",\n                            \"ReviewId\": \"b76c2783-d117-4496-a54c-4139ac6e26a2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1698,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 23,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 35,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 87,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 352,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1201,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Close to Cavour Metro. Good for sightseeing and has nearby restaurants and bars. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1694\n                    }\n                },\n                {\n                    \"Address\": \"Via Villafranca 20, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6a8f82b4-eb6c-4a36-b5b3-0543eb9d7bbd.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Des Artistes Roma\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9051856994629,\n                        \"Longitude\": 12.505199432373\n                    },\n                    \"ID\": 4157819,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 273.23,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 15% in city\",\n                                    \"Text\": \"Top 15% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 531,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 292,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 472,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 61,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 224,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 534,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 123,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 20,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 151,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 323,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"75caacea-c231-45c7-ba1a-1c580ac2ee06\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1770,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 29,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 30,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 105,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 593,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1013,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent romantic hotel. Close to Roma Termini. Close to public transportation and the train station. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1770\n                    }\n                },\n                {\n                    \"Address\": \"Via Vicenza 8, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d21a7e6b-ae3f-4c30-b9b8-054e744e0738.jpeg\"\n                    },\n                    \"DisplayName\": \"Raeli Hotel Lazio\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.902738,\n                        \"Longitude\": 12.502287\n                    },\n                    \"ID\": 4157833,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 130.75,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 147.25,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 169,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 137,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 92,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 79,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 12,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 199,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 22,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 47,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 106,\n                                    \"Score\": 26,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair Hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"83feed12-037a-4d99-80d5-5b8b6078f163\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 621,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 81,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 41,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 105,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 243,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 151,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.7,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair Hotel. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 608\n                    }\n                },\n                {\n                    \"Address\": \"Via Di San Basilio 53, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7f0eba41-3214-4d77-9df1-5d9ebbc402d5.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel 53 Cinquantatre\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904964,\n                        \"Longitude\": 12.48982\n                    },\n                    \"ID\": 4157836,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 183.84,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 263.36,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 299,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 272,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 247,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 93,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 187,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 151,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"8acb3f3c-936c-42c1-9bf8-29a892b4ac29\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 926,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 25,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 65,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 366,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 450,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good city hotel. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 916\n                    }\n                },\n                {\n                    \"Address\": \"Via Magenta 34, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/72be956a-cfe8-4ac7-b587-91b82dc3646d.jpeg\"\n                    },\n                    \"DisplayName\": \"Raeli Hotel Luce\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.902156829834,\n                        \"Longitude\": 12.5040578842163\n                    },\n                    \"ID\": 4157838,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 148.27,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 153.47,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 18% in city\",\n                                    \"Text\": \"Top 18% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 162,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 112,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 86,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 10,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 77,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 22,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"Food is all right\",\n                                    \"Text\": \"Food is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 183,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 50,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 20,\n                                    \"Score\": 26,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 115,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 5,\n                                    \"Score\": 18,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is disappointing.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"ccc698a0-7eec-46b3-a34d-2d69cd4c3bf5\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 672,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 68,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 45,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 114,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 244,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 201,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good hotel for solo travelers. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 665\n                    }\n                },\n                {\n                    \"Address\": \"Via Rasella 53, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8694940f-15c8-4e33-af71-fd1c96166683.jpeg\"\n                    },\n                    \"DisplayName\": \"Residenza Ki\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9023513793945,\n                        \"Longitude\": 12.4869070053101\n                    },\n                    \"ID\": 4157845,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 229.77,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 399,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 270,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 172,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 155,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 370,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 219,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 26,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 62,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 126,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 29,\n                                    \"Score\": 19,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"814721b6-f41b-40c0-95ec-373f04a5d875\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1415,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 61,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 78,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 200,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 555,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 521,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Fantastic service. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1415\n                    }\n                },\n                {\n                    \"Address\": \"Via Calatafimi 31, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/85f6f3a0-9679-47dc-97f0-4c88daf567b6.jpeg\"\n                    },\n                    \"DisplayName\": \"Domus Mea\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.905138,\n                        \"Longitude\": 12.500093\n                    },\n                    \"ID\": 4157850,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 338.1,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 1518.16,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 14% in city\",\n                                    \"Text\": \"Top 14% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 303,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 314,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 196,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 84,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Decent vibe\",\n                                    \"Text\": \"Vibe was decent.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 468,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 55,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 239,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 10,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                    \"Text\": \"Wellness & sports facilities were not very nice.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 35,\n                                    \"Score\": 11,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"0feb956e-b116-431e-b2f7-62e45ac1e8a9\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1599,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 79,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 90,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 207,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 611,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 612,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good boutique hotel. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1592\n                    }\n                },\n                {\n                    \"Address\": \"Via Abruzzi 11, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/626a4f46-1765-4abb-b612-365699148977.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Villa Pinciana\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9092864990234,\n                        \"Longitude\": 12.4922924041748\n                    },\n                    \"ID\": 4157858,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 123.69,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 19% in city\",\n                                    \"Text\": \"Top 19% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 150,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 143,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 44,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 84,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 27,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 124,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 102,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 10,\n                                    \"Score\": 0,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with nearby parking areas.\",\n                            \"ReviewId\": \"3e72afd8-8246-401f-a3b7-a7a3737a9c47\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 542,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 146,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 367,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent luxury hotel. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 542\n                    }\n                },\n                {\n                    \"Address\": \"Via Dello Statuto 58, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4c84e0b4-0c66-4794-bd10-d2574df78813.jpeg\"\n                    },\n                    \"DisplayName\": \"Oriente\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89493,\n                        \"Longitude\": 12.50089\n                    },\n                    \"ID\": 4157864,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 170.68,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 172.47,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 89,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 72,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 57,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 86,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 45,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 15,\n                                    \"Score\": 26,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 38,\n                                    \"Score\": 19,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 31,\n                                    \"Score\": 6,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"48f02f97-87c3-40a6-a788-5eb143122f27\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 312,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 62,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 30,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 66,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 99,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 55,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 2.9,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good for sightseeing with easy access to train stations. Room needs to be improved. Vibe is not too good.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                        \"ReviewsCount\": 306\n                    }\n                },\n                {\n                    \"Address\": \"Via Marghera 29, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a140ec1b-b4a6-44b7-8a80-bb13ec3bca94.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Tito\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9025344848633,\n                        \"Longitude\": 12.5038967132568\n                    },\n                    \"ID\": 4157886,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 375.65,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 341,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 256,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 180,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 474,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 18,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 266,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 87,\n                                    \"Score\": 28,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 13,\n                                    \"Score\": 25,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Complaints about food\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 21,\n                                    \"Score\": 12,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair Hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"6eef30a7-3f34-4935-b4c3-6a097ecc2ff9\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1359,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 114,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 105,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 213,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 524,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 403,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.8,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair Hotel. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 1359\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Viminale 58, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/35d19734-1912-463b-9928-3bee3d3c2b24.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Sonya\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.900066,\n                        \"Longitude\": 12.495454\n                    },\n                    \"ID\": 4157895,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 216.71,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 749,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 523,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 13,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 318,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 667,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 130,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 176,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"ac68e1ea-f8a2-4b0b-ab55-5ecc420d6623\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2527,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 66,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 115,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 353,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1105,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 888,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.1,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good romantic hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 2525\n                    }\n                },\n                {\n                    \"Address\": \"Via Palermo 75, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9b14230b-15ba-4e6b-ba01-70b600172d9b.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Caravaggio\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899365,\n                        \"Longitude\": 12.492661\n                    },\n                    \"ID\": 4157900,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 208.16,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 248.84,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 120,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 96,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 120,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 51,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 26,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 6,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 43,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 74,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 27,\n                                    \"Score\": 21,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"8b225b6c-de78-4159-b181-b6db9a6d1df7\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 451,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 30,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 22,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 77,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 169,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 153,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good romantic hotel. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 459\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 39, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8362f844-f027-4cdf-be0f-8a8ae7b937a2.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel California\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8990745544434,\n                        \"Longitude\": 12.4995336532593\n                    },\n                    \"ID\": 4157903,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 202.6,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 203.21,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1022,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 649,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 584,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 32,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 976,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 452,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 198,\n                                    \"Score\": 24,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"427783b4-0f28-4bbe-b12d-1e0d052b546e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3571,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 191,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 240,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 550,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1531,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1059,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.8,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good city hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 3571\n                    }\n                },\n                {\n                    \"Address\": \"Via Marghera 51, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/727943c4-7a52-49fe-be15-a3d143bfbd2a.jpeg\"\n                    },\n                    \"DisplayName\": \"Royal Court Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90351,\n                        \"Longitude\": 12.50534\n                    },\n                    \"ID\": 4157908,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 215.53,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 231.61,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 288.97,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 13% in city\",\n                                    \"Text\": \"Top 13% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 337,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 328,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 161,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 126,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 12,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 329,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"309bbad1-4443-4263-939c-c7dad404871d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 969,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 38,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 22,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 87,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 313,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 509,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent romantic hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 971\n                    }\n                },\n                {\n                    \"Address\": \"Via Montebello 45, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1631c40b-b5bb-4556-8aa3-27053f8fff57.jpeg\"\n                    },\n                    \"DisplayName\": \"Raeli Hotel Floridia\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.905595,\n                        \"Longitude\": 12.500201\n                    },\n                    \"ID\": 4157913,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 134.02,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 150.72,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 15% in city\",\n                                    \"Text\": \"Top 15% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 193,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 193,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 143,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 123,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 267,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 157,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 63,\n                                    \"Score\": 25,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"d7d7ad0e-fd2d-4624-9160-85d832e191e6\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 931,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 61,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 48,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 146,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 401,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 275,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good hotel for solo travelers. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 944\n                    }\n                },\n                {\n                    \"Address\": \"Via Marsala 50, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ce22bdca-6702-4f6b-a639-850520b3a842.jpeg\"\n                    },\n                    \"DisplayName\": \"Raeli Hotel Siracusa\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9019432067871,\n                        \"Longitude\": 12.5031509399414\n                    },\n                    \"ID\": 4157915,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 170.85,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 29% in city\",\n                                    \"Text\": \"Top 29% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 6,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 478,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 197,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 275,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 51,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Food is all right\",\n                                    \"Text\": \"Food is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 11,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 181,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 493,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 75,\n                                    \"Score\": 24,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 314,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 149,\n                                    \"Score\": 16,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"50efed0e-5fec-49cb-8c8e-28671bf28a9d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1668,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 214,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 116,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 294,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 637,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 407,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.6,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair hotel for solo travelers. Close to Roma Termini. Good for sightseeing with easy access to train stations. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 1668\n                    }\n                },\n                {\n                    \"Address\": \"Via Due Macelli 28, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/27a6ce95-2c7a-4df1-b5ec-76d3dc674f9d.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Erdarelli\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90347,\n                        \"Longitude\": 12.48476\n                    },\n                    \"ID\": 4157924,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 262.37,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 295.53,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 194,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 186,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 104,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 51,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 134,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 31,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 87,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 9,\n                                    \"Score\": 20,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"aad105d2-6efe-4614-a7c1-ebe2df6d6a33\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 578,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 25,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 62,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 231,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 244,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel for solo travelers. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 579\n                    }\n                },\n                {\n                    \"Address\": \"Via Dei Due Macelli 31, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c06b9ea4-ba86-4eeb-8ab7-ea301d67e75e.jpeg\"\n                    },\n                    \"DisplayName\": \"Spagna Ave\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90358,\n                        \"Longitude\": 12.48465\n                    },\n                    \"ID\": 4157925,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 200.84,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 226.13,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 295,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 199,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 113,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 271,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 40,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"22135c40-1467-461f-afdc-9af8a83d8c26\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 781,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 51,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 238,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 469,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 781\n                    }\n                },\n                {\n                    \"Address\": \"Via Flavia 84, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cc79eaa4-491d-40cd-b233-dd7e9938fc52.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Giotto Flavia\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.907273,\n                        \"Longitude\": 12.497327\n                    },\n                    \"ID\": 4157932,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 171.29,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 192.85,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 206,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 257,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 122,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 299,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 134,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 56,\n                                    \"Score\": 24,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 26,\n                                    \"Score\": 14,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"825f3bdb-b778-43d0-b73e-062122264821\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 794,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 34,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 68,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 119,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 352,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 221,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.8,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good romantic hotel. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 783\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Viminale 15, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/270a304e-bf74-4ee5-9a3a-2b661f29af27.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Columbia\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.900786,\n                        \"Longitude\": 12.496636\n                    },\n                    \"ID\": 4157949,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 259.79,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 289.32,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 11% in city\",\n                                    \"Text\": \"Top 11% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 8,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 337,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 239,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 172,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 93,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 27,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 65,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 205,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 9,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"7fbdc9a7-9496-468a-ac0c-836189d5dee1\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 661,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 42,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 186,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 418,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent boutique hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 658\n                    }\n                },\n                {\n                    \"Address\": \"Via Rasella 32, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b3f3b614-f4a6-43f1-9b60-d7745be7213d.jpeg\"\n                    },\n                    \"DisplayName\": \"Domus Julia\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.902530670166,\n                        \"Longitude\": 12.4878263473511\n                    },\n                    \"ID\": 4157955,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 177.19,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 199.5,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 134,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 85,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 25,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 127,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 83,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 42,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 5,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 28,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 16,\n                                    \"Score\": 24,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"204d564a-4ba6-4a35-bfc7-126ff7a79523\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 402,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 45,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 161,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 175,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing and located near shopping areas.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 402\n                    }\n                },\n                {\n                    \"Address\": \"Via Dei Cappuccini 19, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e4a19459-d8ea-47ff-94d1-666fbb4b271b.jpeg\"\n                    },\n                    \"DisplayName\": \"Albergo Ottocento\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904157,\n                        \"Longitude\": 12.487596\n                    },\n                    \"ID\": 4157964,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 142.24,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 288.73,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 324.83,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 497,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 468,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 162,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 217,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Tasty food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 346,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 440,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 12,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 301,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"87dae06e-6a2a-4421-88ea-54396aad800c\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1634,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 28,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 37,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 121,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 624,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 824,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good boutique hotel. Close to Trevi Fountain. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1633\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 18, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/578a985f-e1cc-4690-a9ac-7c469f0cfcf4.jpeg\"\n                    },\n                    \"DisplayName\": \"Cortina\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9009895324707,\n                        \"Longitude\": 12.4937696456909\n                    },\n                    \"ID\": 4157967,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 306.09,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 165,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 69,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 210,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 60,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 136,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 44,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"47829388-231b-4b60-a908-268fc7e11ccf\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 431,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 120,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 275,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent romantic hotel. Good for sightseeing with easy access to train stations. Great rooms and fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 431\n                    }\n                },\n                {\n                    \"Address\": \"Via Della Panetteria 41, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a84a0992-7d39-4364-996c-392961507e82.jpeg\"\n                    },\n                    \"DisplayName\": \"Trevi 41 Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.901615142822266,\n                        \"Longitude\": 12.484638214111328\n                    },\n                    \"ID\": 4157973,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 227.28,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 254.47,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 564,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 482,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 10,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 486,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 122,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 216,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 73,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 201,\n                                    \"Score\": 14,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"e69225c6-aece-4085-80c1-9e99ac966ddd\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1579,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 47,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 56,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 180,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 586,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 710,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good city hotel. Close to Trevi Fountain. Good for sightseeing and located near shopping areas.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1579\n                    }\n                },\n                {\n                    \"Address\": \"Via Flavia 96, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/15d9c91a-7c46-4ab9-b49b-fc55df0048b3.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Medici\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.907523,\n                        \"Longitude\": 12.497714\n                    },\n                    \"ID\": 4157976,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 185.5,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 189.77,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 218.9,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 536,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 480,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 249,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 556,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 27,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 93,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 236,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good for traveling with friends.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"5d56f631-7a99-4a9e-a454-2463054e647a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2235,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 60,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 92,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 326,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 954,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 803,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.1,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good for traveling with friends. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 2221\n                    }\n                },\n                {\n                    \"Address\": \"Via Rasella 56, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3729e5e2-a1c8-4855-8d03-fc01368c24bb.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Fellini\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9022979736328,\n                        \"Longitude\": 12.4867858886719\n                    },\n                    \"ID\": 4158036,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 146.28,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 167.98,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 657,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 505,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 207,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 251,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 20,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 515,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 124,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 348,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"5f557b41-b425-4b83-9c7d-b61752b0f7d3\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2014,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 41,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 40,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 124,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 722,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1087,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Close to Trevi Fountain. Good for sightseeing and located near shopping areas.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 2014\n                    }\n                },\n                {\n                    \"Address\": \"Via Genova 24, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d4dcc1d9-4c07-4b2f-9ec7-8632e29d68a2.jpeg\"\n                    },\n                    \"DisplayName\": \"Boutique Hotel Galatea\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89931,\n                        \"Longitude\": 12.49227\n                    },\n                    \"ID\": 4158076,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 258.3,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 293.81,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 45,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 60,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 95,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 84,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"8b1c590f-3820-4562-aa5c-6b5fe0929b58\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 226,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 44,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 178,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with easy access to train stations. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 226\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 9 B, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9413f9af-9baf-4d24-9a4d-d45c8d567aa0.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Altavilla\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.900027,\n                        \"Longitude\": 12.498362\n                    },\n                    \"ID\": 4158077,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 136.86,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 160.57,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 290,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 239,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 79,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 163,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 58,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Complaints about food\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 161,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 13,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 402,\n                                    \"Score\": 26,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Awful rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 196,\n                                    \"Score\": 20,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 80,\n                                    \"Score\": 16,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 121,\n                                    \"Score\": 13,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"882f8902-bc5b-492c-851e-2a5ee495c963\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1228,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 226,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 197,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 322,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 310,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 173,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 2.9,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Close to public transportation and the train station. Room needs to be improved. Vibe is not too good.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                        \"ReviewsCount\": 1219\n                    }\n                },\n                {\n                    \"Address\": \"Via Magenta 15, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b5f2cd4c-772f-49a6-9e6b-b30234f5bf45.jpeg\"\n                    },\n                    \"DisplayName\": \"Yes Hotel Boutique Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.903327941894531,\n                        \"Longitude\": 12.502610206604004\n                    },\n                    \"ID\": 4158080,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 290.52,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 347.16,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 16% in city\",\n                                    \"Text\": \"Top 16% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 382,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 445,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 207,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 54,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 52,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 163,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 358,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 53,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Ordinary amenities\",\n                                    \"Text\": \"Average amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"74d7d0d7-55e7-4704-a8a8-57b8365c5875\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1280,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 73,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 432,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 742,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent boutique hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1280\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 2, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ffc9e5f2-4252-46df-aa09-c73656a51b85.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Touring\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.900844573974609,\n                        \"Longitude\": 12.497076988220215\n                    },\n                    \"ID\": 4158108,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 227.61,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 362,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 227,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 15,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 171,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 414,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 265,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 97,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 76,\n                                    \"Score\": 18,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 21,\n                                    \"Score\": 18,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair for traveling with friends.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"5dbb69df-41bd-4eac-a83b-932cde4a65a0\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1393,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 115,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 137,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 302,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 547,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 292,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.6,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair for traveling with friends. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 1399\n                    }\n                },\n                {\n                    \"Address\": \"Via Merulana 19, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a814ebb3-ff64-4e01-85b7-849df1c3d77e.jpeg\"\n                    },\n                    \"DisplayName\": \"Merulana Inn Guest House\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89617,\n                        \"Longitude\": 12.49959\n                    },\n                    \"ID\": 4158112,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 191.75,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 215.31,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 68,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 142,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 139,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 13,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 107,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 71,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 28,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 52,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 35,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"7aa9615f-7bd0-4c77-b1ca-aedd28aadc73\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 311,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 54,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 248,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with easy access to train stations. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 311\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Viminale 31, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a790a7c3-312a-49a2-b35f-02b07da5335e.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Lirico\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90011,\n                        \"Longitude\": 12.49546\n                    },\n                    \"ID\": 4158142,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 215.56,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 223.96,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 574,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 477,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 227,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 17,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 200,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 469,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 136,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"b1dbd361-2ebf-48a8-a095-074eef774ce8\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1814,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 22,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 29,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 138,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 840,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 785,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good city hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1816\n                    }\n                },\n                {\n                    \"Address\": \"Via Firenze N. 50, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0e50b048-51c7-4786-ade9-f0ab6168c459.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Elide\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90233,\n                        \"Longitude\": 12.49404\n                    },\n                    \"ID\": 4158151,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 197.01,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 328,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 285,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 134,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 13,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 282,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 64,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 22,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 172,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 50,\n                                    \"Score\": 26,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"6c9572b8-08f2-416a-82fc-4c3539dc8388\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1125,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 48,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 45,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 170,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 459,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 403,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good hotel for solo travelers. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1125\n                    }\n                },\n                {\n                    \"Address\": \"Via Collina 48, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4a025486-b1b1-4629-8b4e-c1f335aea8e2.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Ercoli\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90865,\n                        \"Longitude\": 12.49726\n                    },\n                    \"ID\": 4158154,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 304.83,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 347,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 272,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 30,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 93,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 214,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 163,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 130,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 293,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"246b5a07-e813-481d-9ee6-290b906338cf\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1033,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 30,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 21,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 72,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 384,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 526,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good city hotel. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1037\n                    }\n                },\n                {\n                    \"Address\": \"Via San Martino Ai Monti 18, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/43ffcef4-7acb-43dd-bb85-563be340abd1.jpeg\"\n                    },\n                    \"DisplayName\": \"Tirreno Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89549,\n                        \"Longitude\": 12.49827\n                    },\n                    \"ID\": 4158159,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 177.52,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 230.43,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 261,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 239,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 84,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 229,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 14,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 51,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 180,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 156,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 73,\n                                    \"Score\": 28,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good for traveling with friends.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"ae3ae695-654b-4926-b7f1-32f1bb8f722e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 819,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 31,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 67,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 137,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 345,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 239,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.9,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good for traveling with friends. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 817\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 97, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6e15b1ee-380c-410d-b870-50cf915e7a89.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Igea\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.898013,\n                        \"Longitude\": 12.501615\n                    },\n                    \"ID\": 4158167,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 195.28,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 216.96,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 14% in city\",\n                                    \"Text\": \"Top 14% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 788,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 654,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 267,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 539,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 765,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 30,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 137,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 506,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 227,\n                                    \"Score\": 24,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"6c6650d8-8e59-4ad7-86ca-0053a05743d2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2716,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 102,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 156,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 531,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1211,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 716,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.8,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good hotel for solo travelers. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 2701\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 58, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/27f2e01d-d271-42c5-8d05-1267a086fc73.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Demetra Capitolina\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89923095703125,\n                        \"Longitude\": 12.499800682067871\n                    },\n                    \"ID\": 4158210,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 167.86,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 377.39,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 131,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 92,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 14,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 9,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 175,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Awful rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 92,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 95,\n                                    \"Score\": 18,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 32,\n                                    \"Score\": 15,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 69,\n                                    \"Score\": 11,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"54015dae-0353-4df8-be04-835a595a5062\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 596,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 129,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 74,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 133,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 137,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 123,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.2,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good for sightseeing with easy access to train stations. Vibe is not too good. Room needs to be improved.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                        \"ReviewsCount\": 596\n                    }\n                },\n                {\n                    \"Address\": \"Via Dei Mille 7 B, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/840fae4a-eb05-4cc6-91ad-fa8644d297fb.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel dei Mille\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90364,\n                        \"Longitude\": 12.50337\n                    },\n                    \"ID\": 4158222,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 283.23,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 25% in city\",\n                                    \"Text\": \"Top 25% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 400,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 320,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 143,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 308,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 81,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 395,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 52,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 241,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 24,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 70,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 66,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"61b91360-e6d2-4344-b213-9327e1961d4b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1605,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 59,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 74,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 233,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 776,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 463,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.9,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good hotel for solo travelers. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1602\n                    }\n                },\n                {\n                    \"Address\": \"Via Boncompagni 79, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/92e984a3-3ae6-4605-9663-4931e1b5992d.jpeg\"\n                    },\n                    \"DisplayName\": \"Boncompagni Suite\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.909035,\n                        \"Longitude\": 12.495976\n                    },\n                    \"ID\": 4158227,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 331.82,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 12,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 95,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 50,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 66,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 90,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 61,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 19,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 17,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Ordinary amenities\",\n                                    \"Text\": \"Average amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 10,\n                                    \"Score\": 17,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 11,\n                                    \"Score\": 14,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"58a78889-7a44-4471-9957-e093a599f496\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 353,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 140,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 184,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Great rooms in excellent location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 357\n                    }\n                },\n                {\n                    \"Address\": \"Via Firenze 38, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/904369c2-681c-4cb0-9142-0cacfc7490da.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Nardizzi Americana\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.903244018554688,\n                        \"Longitude\": 12.493128776550293\n                    },\n                    \"ID\": 4158270,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 199.08,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 372,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 353,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 23,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 101,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 136,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 380,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 16,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"3b6f7b32-074d-4edb-b884-def2bac335cf\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1244,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 22,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 55,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 127,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 487,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 553,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good city hotel. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1244\n                    }\n                },\n                {\n                    \"Address\": \"Via Lombardia 30, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f991a5d5-bd9f-428a-8fa2-e955fcab8119.jpeg\"\n                    },\n                    \"DisplayName\": \"DG Prestige Room\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.907848,\n                        \"Longitude\": 12.488205\n                    },\n                    \"ID\": 4158279,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 579.22,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 156,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 15,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 143,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 106,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 63,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 144,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"e4aab6ae-2c84-4681-8396-62f94f4ad237\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 496,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 57,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 155,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 255,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 496\n                    }\n                },\n                {\n                    \"Address\": \"Via Farini 62, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/02896caa-4317-435d-bc02-d01ceb56f7fe.jpeg\"\n                    },\n                    \"DisplayName\": \"New Inn\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.898264,\n                        \"Longitude\": 12.49964\n                    },\n                    \"ID\": 4158288,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 208.66,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 88,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 56,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 38,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 89,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 13,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 54,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 10,\n                                    \"Score\": 28,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Terrible value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 6,\n                                    \"Score\": 17,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"12f869a8-74ff-441f-81e6-92123e3210b8\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 266,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 31,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 121,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 86,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 263\n                    }\n                },\n                {\n                    \"Address\": \"Via Gaeta 14, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/56bbd2f2-e1ec-43a4-8147-a1c6f8ca26b0.jpeg\"\n                    },\n                    \"DisplayName\": \"Raeli Hotel Lux\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90585,\n                        \"Longitude\": 12.50239\n                    },\n                    \"ID\": 4158311,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 133.81,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 191.38,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 117,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 88,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 161,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 32,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 100,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 236,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 27,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 144,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"795527c0-1320-42ba-aeae-8055cfed111a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 563,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 194,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 66,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 85,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 99,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 119,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Close to public transportation and the train station. Room needs to be improved.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                        \"ReviewsCount\": 561\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 230, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/dbe1f8d3-b631-4dc7-862e-e5f414a46717.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Miami\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.901149749755859,\n                        \"Longitude\": 12.493161201477051\n                    },\n                    \"ID\": 4158347,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 253.92,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 745,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 572,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 283,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 313,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 36,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 674,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 444,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 148,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 146,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"7cc04f98-5ce4-47ca-8d85-e0912515ba16\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2404,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 31,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 39,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 186,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1020,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1128,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good business hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 2404\n                    }\n                },\n                {\n                    \"Address\": \"Via Firenze 11, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c0274931-e0ad-4661-a5b8-a60a0147d3a5.jpeg\"\n                    },\n                    \"DisplayName\": \"Suite Opera Rooms\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90106,\n                        \"Longitude\": 12.49489\n                    },\n                    \"ID\": 4158427,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 205.77,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 197,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 124,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 221,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 30,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 102,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 5,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 132,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 12,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 62,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 47,\n                                    \"Score\": 26,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"0e239be9-abff-4500-b6d8-687d6f350e4c\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 696,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 53,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 66,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 137,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 256,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 184,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.8,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Close to Roma Termini. Good for sightseeing with easy access to train stations. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 699\n                    }\n                },\n                {\n                    \"Address\": \"Via Aurora 29, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1b4f2863-201c-4216-a503-97fe7961fdba.jpeg\"\n                    },\n                    \"DisplayName\": \"Berg Luxury Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9071,\n                        \"Longitude\": 12.48779\n                    },\n                    \"ID\": 4158448,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 366.68,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 236,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 75,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 177,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 29,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 121,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 42,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 32,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 219,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 150,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 7,\n                                    \"Score\": 19,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is disappointing.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"e8f731c3-5aee-4cc8-9ebf-6ed22bdc17cf\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 651,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 21,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 129,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 478,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent boutique hotel. Good for sightseeing with access to public transportation. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 661\n                    }\n                },\n                {\n                    \"Address\": \"84 Via Castelfidardo, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/322170bc-0012-43e5-9572-fffda346576f.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Alpi\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.905186,\n                        \"Longitude\": 12.502674\n                    },\n                    \"ID\": 4158452,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 270.34,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 303.49,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 582,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 520,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 20,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 218,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 102,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 154,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 506,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 78,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"438c03b8-88a0-4c02-857c-5c8a559ba091\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1808,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 32,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 77,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 604,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1086,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent luxury hotel. Close to Roma Termini. Close to public transportation and the train station. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1803\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 230, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/124a7bbf-11b4-468b-bf53-f385785c8fe6.jpeg\"\n                    },\n                    \"DisplayName\": \"Domus Livia Luxury Suites\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90088,\n                        \"Longitude\": 12.49333\n                    },\n                    \"ID\": 4158474,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 159.7,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 133,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 93,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 114,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 34,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 42,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 10,\n                                    \"Score\": 26,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Complaints about food\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"bbbfb66d-027d-41d5-ae60-7c46ec44b50f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 379,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 32,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 139,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 198,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 373\n                    }\n                },\n                {\n                    \"Address\": \"Via Montebello 104, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/14dd896d-a6e9-40f1-aba2-53dfdd126ff8.jpeg\"\n                    },\n                    \"DisplayName\": \"Capitolium Rooms\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.906388,\n                        \"Longitude\": 12.501316\n                    },\n                    \"ID\": 4158503,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 211.23,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 24,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 122,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 19,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 23,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 70,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 136,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 68,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"75982ffa-1412-4c2a-be41-400727bed98c\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 419,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 31,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 143,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 231,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to public transportation and the train station. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 422\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 230, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/da746e16-166a-415d-ac5b-686c7b4658b3.jpeg\"\n                    },\n                    \"DisplayName\": \"Welcome House\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9009552001953,\n                        \"Longitude\": 12.4933567047119\n                    },\n                    \"ID\": 4158513,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 172.13,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 112,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 78,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 41,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 109,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 75,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 42,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 9,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 25,\n                                    \"Score\": 25,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"9a048c76-cd76-4df6-b534-56c176541b39\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 371,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 33,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 171,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 158,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 371\n                    }\n                },\n                {\n                    \"Address\": \"Via Milazzo 14, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/415dcad5-38c3-4518-ba4f-881e0e4d6d00.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Beautiful\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.901899,\n                        \"Longitude\": 12.50414\n                    },\n                    \"ID\": 4158517,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 357.79,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 583,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 414,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 169,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 48,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Complaints about food\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 123,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 805,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Awful rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 471,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 21,\n                                    \"Score\": 28,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 123,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 441,\n                                    \"Score\": 19,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 135,\n                                    \"Score\": 19,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"6e44dc10-4ff3-46b6-b9b9-a165ce33fbfd\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2394,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 561,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 298,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 524,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 615,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 396,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.1,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Close to Roma Termini. Close to public transportation and the train station. Vibe is not too good. Room needs to be improved.\"\n                        }\n                    ],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                        \"ReviewsCount\": 2391\n                    }\n                },\n                {\n                    \"Address\": \"Via Giovanni Amendola 95, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e6b77563-a0a6-42fd-9b64-21d2b10c573b.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Concorde\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899208068847656,\n                        \"Longitude\": 12.500391006469727\n                    },\n                    \"ID\": 4158521,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 194.94,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 371,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 259,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 159,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 216,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 329,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 54,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 92,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 178,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 88,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 16,\n                                    \"Score\": 21,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"9562d385-d3a1-497f-9d70-9f9a549d11f8\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1231,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 141,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 139,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 279,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 441,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 231,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.3,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Close to Roma Termini. Fantastic service. Great location. Vibe is not too good.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                        \"ReviewsCount\": 1231\n                    }\n                },\n                {\n                    \"Address\": \"Via Palestro 9, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b5e46ead-887c-4d5b-905c-d05db1f73aee.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Lella\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90771,\n                        \"Longitude\": 12.500778\n                    },\n                    \"ID\": 4158523,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 189.82,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 151,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 183,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 18,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 13,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 127,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 292,\n                                    \"Score\": 25,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Awful rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 38,\n                                    \"Score\": 24,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 167,\n                                    \"Score\": 13,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 7,\n                                    \"Score\": 11,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 61,\n                                    \"Score\": 10,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"d31ae385-ff36-4b4d-a1d6-e70f70187d64\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 937,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 235,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 190,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 189,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 191,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 132,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 2.9,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Close to public transportation and the train station. Room needs to be improved. Vibe is not too good.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                        \"ReviewsCount\": 933\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale, 18, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b7928fff-5d9d-4c5d-8164-29bd24cfc888.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Martini\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.900947570800781,\n                        \"Longitude\": 12.493793487548828\n                    },\n                    \"ID\": 4158524,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 163.83,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 141,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 9,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 135,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 71,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 140,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 34,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 88,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 73,\n                                    \"Score\": 15,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"9726e5ed-6909-4edf-b9e7-05b2fa7aed87\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 473,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 22,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 58,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 182,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 198,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.1,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good city hotel. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 473\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Boschetto 84, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e301b999-e4f0-4121-89da-36b42a35a351.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Antica Locanda\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8962478637695,\n                        \"Longitude\": 12.4908647537231\n                    },\n                    \"ID\": 4158525,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 334.11,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 294,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 78,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 253,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 172,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 83,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Ordinary amenities\",\n                                    \"Text\": \"Average amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 256,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 19,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 151,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 30,\n                                    \"Score\": 18,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"f982ab79-0892-43eb-8a50-41cc4505f25a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 827,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 69,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 271,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 459,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent boutique hotel. Good for sightseeing and close to the city center.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 827\n                    }\n                },\n                {\n                    \"Address\": \"Via Volturno 22, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6f629abf-53ce-4cff-871c-09d0ea9201f6.jpeg\"\n                    },\n                    \"DisplayName\": \"Raeli Hotel Regio\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904499,\n                        \"Longitude\": 12.499716\n                    },\n                    \"ID\": 4158564,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 161.7,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 337,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 262,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 160,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 179,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 37,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Ordinary amenities\",\n                                    \"Text\": \"Average amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 368,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 36,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 204,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 27,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good budget hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"ebd92587-5557-44c4-adcd-377c85363cf5\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1341,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 60,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 37,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 142,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 551,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 551,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good budget hotel. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1343\n                    }\n                },\n                {\n                    \"Address\": \"Via Emilia 22 24, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/39ca6453-fc95-4e39-9f25-9ebef727af92.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel La Residenza\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90676,\n                        \"Longitude\": 12.48897\n                    },\n                    \"ID\": 4158575,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 158.32,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 339.44,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 382.47,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 14% in city\",\n                                    \"Text\": \"Top 14% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 340,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 131,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 441,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 275,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 60,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 368,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 262,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 151,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Tasty food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 15,\n                                    \"Score\": 15,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"01bff7dc-c063-45ee-b0ee-f46e50b6566c\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1201,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 60,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 323,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 798,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent romantic hotel. Good for sightseeing with access to public transportation. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1197\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Viminale 38, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7170a3db-3813-42b2-8da1-49570bad4e48.jpeg\"\n                    },\n                    \"DisplayName\": \"Al Viminale Hill Inn & Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9002990722656,\n                        \"Longitude\": 12.4959602355957\n                    },\n                    \"ID\": 4158599,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 235.5,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 259.67,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 210,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 80,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 150,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 191,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 21,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"9dce2f8e-35ce-4da5-bfdd-3c552bdc077e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 616,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 32,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 225,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 345,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent boutique hotel. Close to Repubblica Metro. Great rooms in excellent location.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 616\n                    }\n                },\n                {\n                    \"Address\": \"Via Dei Serpenti 109, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/22bb7333-e39f-4545-a4c7-479a907e0a10.jpeg\"\n                    },\n                    \"DisplayName\": \"Condominio Monti Boutique Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8967552185059,\n                        \"Longitude\": 12.4901609420776\n                    },\n                    \"ID\": 4158601,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 372.33,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 621,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 509,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 346,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 136,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 45,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 156,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 63,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 103,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 446,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 170,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 250,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and has nearby restaurants and bars.\",\n                            \"ReviewId\": \"fe90bf5f-8198-47aa-b98f-5d10390cad62\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1366,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 49,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 358,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 940,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent boutique hotel. Good for sightseeing and has nearby restaurants and bars. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1366\n                    }\n                },\n                {\n                    \"Address\": \"Via Urbana 156, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0ae18475-3919-4190-aa93-5295019d1b1c.jpeg\"\n                    },\n                    \"DisplayName\": \"Aenea Superior Inn\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.897897,\n                        \"Longitude\": 12.49554\n                    },\n                    \"ID\": 4158608,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 222.11,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 9,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 530,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 657,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 233,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 78,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 611,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 161,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 310,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 266,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 91,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 162,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Ordinary amenities\",\n                                    \"Text\": \"Average amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 14,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"73874841-0cc8-436b-919d-b55cff768cf3\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1745,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 54,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 455,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1209,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to Roma Termini. Good for sightseeing with easy access to train stations. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1744\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Boschetto 13, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/eebb9085-724c-4601-abf6-f5d970e477c8.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Artorius\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8971710205078,\n                        \"Longitude\": 12.4904155731201\n                    },\n                    \"ID\": 4158619,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 269.48,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 19% in city\",\n                                    \"Text\": \"Top 19% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 225,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 177,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 15,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 96,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 34,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 44,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 191,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 114,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 27,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 10,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"38e8b90a-5553-4c36-bed4-aa3097a8d55c\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 559,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 37,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 166,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 340,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent romantic hotel. Good for sightseeing and located near shopping areas. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 559\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 128, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a61deead-1c70-4c6e-84ff-2a0f637ab65f.jpeg\"\n                    },\n                    \"DisplayName\": \"Hold Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.897223,\n                        \"Longitude\": 12.503193\n                    },\n                    \"ID\": 4158629,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 329.08,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 85,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 39,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 19,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 85,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 39,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 38,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 63,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 11,\n                                    \"Score\": 15,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"ff031ebb-487b-4556-b428-3a260f7a942a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 248,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 111,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 123,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Close to public transportation and the train station. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 247\n                    }\n                },\n                {\n                    \"Address\": \"Via Urbana 3 5, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a8d9a21e-36dd-4ef5-9dbc-2108397dc6fc.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Raffaello Sure Hotel Collection by Best Western\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89784,\n                        \"Longitude\": 12.49547\n                    },\n                    \"ID\": 4158654,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 279.72,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 321.78,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 475,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 521,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 31,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 301,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 10,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 472,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 180,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 55,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 103,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 297,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 197,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"27198966-4ba4-4259-85b3-bd50a3cfbb05\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1434,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 22,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 25,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 84,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 486,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 817,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1431\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 76, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/616b05a2-0b34-4509-a45b-cda8138f4eab.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Ferrarese Roma\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.898896,\n                        \"Longitude\": 12.500247\n                    },\n                    \"ID\": 4158717,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 199.25,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 223.96,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 470,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 422,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 14,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 198,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 464,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 295,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 66,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 259,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 118,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good for traveling with friends.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"2bd90613-8e56-4f86-9d66-7ded8dbed680\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1734,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 72,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 87,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 274,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 739,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 562,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good for traveling with friends. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1731\n                    }\n                },\n                {\n                    \"Address\": \"Via Dei Due Macelli 97, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/90c5b78f-2391-4b58-b17c-fa7ca4501a33.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel City Palazzo dei Cardinali\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90373,\n                        \"Longitude\": 12.48453\n                    },\n                    \"ID\": 4158725,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 354.02,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 398.77,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 488,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 518,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 165,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 268,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 44,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 125,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 433,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 16,\n                                    \"Score\": 28,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"82f8db16-371c-4971-b714-15d017c2e6c3\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1575,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 31,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 25,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 74,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 517,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 928,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Good for sightseeing with access to public transportation. Awesome vibe. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1565\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Boschetto 83, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a0b123ff-fd2c-437c-87b5-dc2a0ace9a2e.jpeg\"\n                    },\n                    \"DisplayName\": \"Il Covo\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.896227,\n                        \"Longitude\": 12.49084\n                    },\n                    \"ID\": 4158758,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 207.39,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 300,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 214,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 19,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 83,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 45,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 144,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 285,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 177,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 30,\n                                    \"Score\": 10,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"5af834af-8fd2-4689-822d-5ccb15e29959\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 835,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 65,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 324,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 420,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing and close to the city center. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 835\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 13, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7ab0c7d8-3cab-4d75-af9a-3767f0f8c97f.jpeg\"\n                    },\n                    \"DisplayName\": \"La Griffe Roma MGallery Collection\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.901591,\n                        \"Longitude\": 12.494572\n                    },\n                    \"ID\": 4298373,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 308.51,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1392,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1483,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 943,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1696,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 529,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 413,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 71,\n                                    \"Score\": 10,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"c4dd0829-654b-4099-ab1f-43717cf65402\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5341,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 242,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 278,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 679,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1959,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2183,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good business hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 5205\n                    }\n                },\n                {\n                    \"Address\": \"Via Rasella 29, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9ef8dd78-4623-4806-a763-abfa7d6196ca.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Julia\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.902492523193359,\n                        \"Longitude\": 12.48790168762207\n                    },\n                    \"ID\": 4300601,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 208.25,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 234.7,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 526,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 344,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 166,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 430,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 294,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 70,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 115,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 45,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 86,\n                                    \"Score\": 13,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"4d65b543-b1f3-4c1a-abfe-af872388ff70\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1593,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 62,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 87,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 237,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 663,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 544,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good romantic hotel. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1593\n                    }\n                },\n                {\n                    \"Address\": \"Via Vittorio Emanuele Orlando 3, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f4bf290f-54df-486a-a423-83330e99a11b.jpeg\"\n                    },\n                    \"DisplayName\": \"The St. Regis Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9039916992188,\n                        \"Longitude\": 12.4947910308838\n                    },\n                    \"ID\": 4316520,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 1940.43,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 86,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 23,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 83,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 208,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 54,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 63,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 35,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 102,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 12,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"e4fbbaad-50a7-4427-85e3-c6b4274420c1\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 820,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 51,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 18,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 64,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 679,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent luxury hotel. Good for sightseeing with easy access to train stations. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 820\n                    }\n                },\n                {\n                    \"Address\": \"Via Xx Settembre 58 A, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/46eca280-bb1f-401f-bfcb-f4a94e5874ea.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Lilium\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.907516,\n                        \"Longitude\": 12.498718\n                    },\n                    \"ID\": 4403657,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 232.1,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 349,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 274,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 131,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 122,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 41,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 99,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 136,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 295,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 167,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"5eac682f-e7e2-4159-9ecb-acb77528bef3\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1075,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 66,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 367,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 615,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent boutique hotel. Good for sightseeing with easy access to train stations. Awesome vibe. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1075\n                    }\n                },\n                {\n                    \"Address\": \"Via Lucullo 11, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3375f0b9-4926-4953-9659-6ed038f0f0cd.jpeg\"\n                    },\n                    \"DisplayName\": \"ResidenzaRomaCentro\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.906462,\n                        \"Longitude\": 12.493038\n                    },\n                    \"ID\": 4403661,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 258.72,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 16% in city\",\n                                    \"Text\": \"Top 16% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 137,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 143,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 27,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 83,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 25,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 140,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 19,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 81,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 54,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"a977a826-7fe0-4db7-bfb3-a3eeec41a152\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 494,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 118,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 361,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to US Embassy. Good for sightseeing and close to the city center. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 492\n                    }\n                },\n                {\n                    \"Address\": \"Via Cavour 47, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d6f144b2-9a00-40da-bd5c-e9962b534e1b.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Everest\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899452,\n                        \"Longitude\": 12.498313\n                    },\n                    \"ID\": 4403670,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 248.03,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 16,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 266,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 215,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 41,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 113,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 190,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 14,\n                                    \"Score\": 14,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"c3d17c8d-4532-41fe-b9dd-e90969dcd97f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 793,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 40,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 269,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 477,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Good for sightseeing with easy access to train stations. Great rooms and fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 788\n                    }\n                },\n                {\n                    \"Address\": \"Via Dei Mille 29, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/07e8b5f5-aa9e-4e5b-a626-d2ea13fc3097.jpeg\"\n                    },\n                    \"DisplayName\": \"Assisi\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9023020574434,\n                        \"Longitude\": 12.5050297379494\n                    },\n                    \"ID\": 4403673,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 145.46,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 288.97,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 138,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 126,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 46,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 16,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 79,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 123,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 83,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to restaurants, bars and train stations.\",\n                            \"ReviewId\": \"1e3fec07-e979-4366-9eb9-b0bc6dc2cf5f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 463,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 62,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 194,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 180,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel for solo travelers. Close to Roma Termini. Close to restaurants, bars and train stations. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 453\n                    }\n                },\n                {\n                    \"Address\": \"Via Della Purificazione 42, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6647a42d-9c70-4777-b16b-1010a1d4ac69.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Modigliani\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.905061,\n                        \"Longitude\": 12.486905\n                    },\n                    \"ID\": 4403685,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 298.78,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 386,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 373,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 135,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 291,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 58,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 337,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 10,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is disappointing.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"e85b2c35-a145-4254-bd16-8f74ed398e58\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1167,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 59,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 428,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 656,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent boutique hotel. Good for sightseeing with access to public transportation. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1167\n                    }\n                },\n                {\n                    \"Address\": \"Via De' Ciancaleoni 49 Via Urbana 50, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f57fd455-7662-472f-a1ad-fcbf3b0b855c.jpeg\"\n                    },\n                    \"DisplayName\": \"Dharma Boutique Hotel & SPA\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89593,\n                        \"Longitude\": 12.49354\n                    },\n                    \"ID\": 4403701,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 141.99,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 826.65,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 11,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 26,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 18,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 11,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 7,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing.\",\n                            \"ReviewId\": \"86441a6f-afd3-4f09-abe1-fcc13c4d600b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 124,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 114,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Awesome rooms and service in a great location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 124\n                    }\n                },\n                {\n                    \"Address\": \"Via Palestro 44, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/df470700-6c3a-4676-94db-81843a714dc8.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Corallo\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904772,\n                        \"Longitude\": 12.504479\n                    },\n                    \"ID\": 4403726,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 140.41,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 16,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 8,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 7,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 20,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Service could be improved\",\n                                    \"Text\": \"Service is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 24,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 21,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 5,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"1c87d156-08e8-4d03-9728-d7b62c445533\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 44,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 2.4,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Inadequate rooms with subpar service.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 2.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/2_5.png\",\n                        \"ReviewsCount\": 43\n                    }\n                },\n                {\n                    \"Address\": \"Via Palestro 3, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1f7c082d-4b35-4e97-a1cb-47f23824faa9.jpeg\"\n                    },\n                    \"DisplayName\": \"Deseo Home\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.908118,\n                        \"Longitude\": 12.500307\n                    },\n                    \"ID\": 4403808,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 288.95,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 16% in city\",\n                                    \"Text\": \"Top 16% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 605,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 293,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 490,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 99,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 488,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 572,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 310,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 13,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"6ea22564-a849-4ff4-be61-0f4bd7a7b490\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1891,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 59,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 582,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1226,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to Roma Termini. Close to public transportation and the train station. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1889\n                    }\n                },\n                {\n                    \"Address\": \"Via Francesco Crispi 79, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4195a63e-0f7d-4434-b805-ac670765c47c.jpeg\"\n                    },\n                    \"DisplayName\": \"Trinità dei Monti Piazza di Spagna\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.905154,\n                        \"Longitude\": 12.485879\n                    },\n                    \"ID\": 4403819,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 300.85,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 338.87,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 128,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 9,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 42,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 54,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 117,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 74,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 5,\n                                    \"Score\": 14,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 8,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"5c4aa968-ceeb-4bb7-bcc8-bda6ce5f5b1f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 342,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 23,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 129,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 165,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Fantastic service. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 341\n                    }\n                },\n                {\n                    \"Address\": \"Via Sistina 37, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/40f34996-a443-4ccd-b87b-7a3cd9fe4d60.jpeg\"\n                    },\n                    \"DisplayName\": \"Golden Rooms\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9045791625977,\n                        \"Longitude\": 12.4860601425171\n                    },\n                    \"ID\": 4403832,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 208.96,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 115,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 54,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 141,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 39,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 23,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 19,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 17,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 40,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 82,\n                                    \"Score\": 20,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and has nearby restaurants and bars.\",\n                            \"ReviewId\": \"21c31092-b1e2-45d7-b749-4a799bfa0727\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 415,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 34,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 52,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 153,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 161,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Good for sightseeing and has nearby restaurants and bars.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 416\n                    }\n                },\n                {\n                    \"Address\": \"Via Urbana 10, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9b5e8a09-376b-4020-a587-98836c7b6c39.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Canova\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.897865295410156,\n                        \"Longitude\": 12.49575138092041\n                    },\n                    \"ID\": 4403881,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 200.76,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 497,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 408,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 158,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 466,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 298,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 141,\n                                    \"Score\": 28,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"cdbfe624-abb8-4712-879a-40433e220ddc\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1598,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 31,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 42,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 171,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 718,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 636,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good romantic hotel. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1598\n                    }\n                },\n                {\n                    \"Address\": \"Via Castelfidardo 78, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0b062b2d-f99e-4af1-b69b-d082108cd59a.jpeg\"\n                    },\n                    \"DisplayName\": \"Relais Indipendenza\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9053,\n                        \"Longitude\": 12.502626\n                    },\n                    \"ID\": 4403897,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 214.63,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 357,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 267,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 122,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 68,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 329,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 234,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 6,\n                                    \"Score\": 9,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"ee2ae621-36ff-4faa-b37f-b4db5830cd56\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1001,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 58,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 322,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 601,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to Roma Termini. Close to public transportation and the train station. Fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 999\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 47, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ac22bd17-c88a-4a7e-942a-fa2cdd830879.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Sweet Home\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89916,\n                        \"Longitude\": 12.499777\n                    },\n                    \"ID\": 4403930,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 170.35,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 191.18,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 296,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 216,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 19,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 321,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 117,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 16,\n                                    \"Score\": 12,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair for traveling with friends.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"5d39975a-e921-4a00-a5e1-30603511c93a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1027,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 72,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 100,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 169,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 392,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 294,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.6,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair for traveling with friends. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 1026\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 77 C, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/eef80095-bc48-4e8c-a8dd-7b2ae22fc2a8.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel RomAntica\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.898523,\n                        \"Longitude\": 12.500758\n                    },\n                    \"ID\": 4403964,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 217.29,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 217.33,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 11% in city\",\n                                    \"Text\": \"Top 11% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 486,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 640,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 228,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 454,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 527,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 340,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 19,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 58,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"b3474794-7575-4101-9723-2e23c518161f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1960,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 24,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 40,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 193,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 969,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 734,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good city hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1960\n                    }\n                },\n                {\n                    \"Address\": \"Via Toscana 1, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/565449c3-465c-4d5f-b7ab-bdaaa8624ad0.jpeg\"\n                    },\n                    \"DisplayName\": \"Roma Boutique Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9081535339355,\n                        \"Longitude\": 12.4920854568481\n                    },\n                    \"ID\": 4403996,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 249.87,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 278.05,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 281.22,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 151,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 181,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 75,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 170,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 39,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 34,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 109,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 43,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 22,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Complaints about food\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 13,\n                                    \"Score\": 4,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"92e2cf15-449e-47a0-85a1-3753b6f796f0\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 614,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 23,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 31,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 75,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 230,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 255,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.1,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Good for sightseeing and close to the city center.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 614\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Boccaccio 25, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b51021fb-111c-4f2c-a830-8c23d55aa6e9.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Azzurra\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9028514,\n                        \"Longitude\": 12.4869948\n                    },\n                    \"ID\": 4404054,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 827.46,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 17,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 20,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 7,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 5,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 11,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing.\",\n                            \"ReviewId\": \"1e9d3d58-48e3-41bf-a042-1462d48778eb\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 54,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 23,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 25,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel. Good for sightseeing. Great rooms and fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 65\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 79 B, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9f8c1678-fd36-42c7-b441-fcda480e874e.jpeg\"\n                    },\n                    \"DisplayName\": \"Hollywood Roma\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.898447,\n                        \"Longitude\": 12.500864\n                    },\n                    \"ID\": 4404081,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 228.12,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 14% in city\",\n                                    \"Text\": \"Top 14% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 125,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 129,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 7,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 47,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 109,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 16,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 18,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 29,\n                                    \"Score\": 20,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 8,\n                                    \"Score\": 12,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"dcb20bee-b876-4617-9c21-33a27293010e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 400,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 19,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 18,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 58,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 133,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 172,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good hotel for solo travelers. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 400\n                    }\n                },\n                {\n                    \"Address\": \"Via Cavour 184, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/adb7d39e-e3a7-4b20-885b-56440e48df7f.jpeg\"\n                    },\n                    \"DisplayName\": \"Re Monti Guesthouse\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89622,\n                        \"Longitude\": 12.49478\n                    },\n                    \"ID\": 4404128,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 213.51,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 238.99,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 269,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 189,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 169,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 99,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 219,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 30,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"2095089a-3bf3-4ad0-8212-41677a2a7f57\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 660,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 41,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 259,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 346,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 664\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Macao 9, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a6c3de8b-fcb8-462f-9a6d-fc0039d4bbf7.jpeg\"\n                    },\n                    \"DisplayName\": \"The Place in Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.905904,\n                        \"Longitude\": 12.499589\n                    },\n                    \"ID\": 4404150,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 324.85,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 367.51,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 202,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 207,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 35,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 251,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 97,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 10,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 156,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 40,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 26,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to the city center and train stations.\",\n                            \"ReviewId\": \"879b0303-e6e3-4d59-9601-f63143c69577\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 963,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 49,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 64,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 144,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 364,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 342,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.9,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Close to the city center and train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 953\n                    }\n                },\n                {\n                    \"Address\": \"Via Magenta 13, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1f8f6311-93b6-4bd8-ac8c-19b17c0fcc3d.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Indipendenza\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90344,\n                        \"Longitude\": 12.50255\n                    },\n                    \"ID\": 4404186,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 138.8,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 153.76,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 192,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 139,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 83,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 9,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 209,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 69,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 11,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 143,\n                                    \"Score\": 26,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 35,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 8,\n                                    \"Score\": 0,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"a12b6584-df8b-435b-a96b-9352cfbaabf0\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 743,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 28,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 50,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 129,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 324,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 212,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.9,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good city hotel. Close to Rome Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 744\n                    }\n                },\n                {\n                    \"Address\": \"Via Volturno 27, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/04024702-e669-4294-afc6-b6000281e3a8.jpeg\"\n                    },\n                    \"DisplayName\": \"Cressy\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904658,\n                        \"Longitude\": 12.499414\n                    },\n                    \"ID\": 4404236,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 240.57,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 179,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 45,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 126,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 83,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 157,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 42,\n                                    \"Score\": 26,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good budget hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"8723f630-f742-410f-b912-6cbf06e99be7\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 653,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 48,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 44,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 122,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 266,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 173,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.8,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good budget hotel. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 645\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 243, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/52f2bacb-57a1-4a31-b3df-b4c401c58ad8.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Gea Di Vulcano\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.901412963867188,\n                        \"Longitude\": 12.494125366210937\n                    },\n                    \"ID\": 4404256,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 317.28,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 372,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 337,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 126,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 33,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 257,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 285,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 16,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"e5f208cf-1d39-4611-81d2-d33b18aec0ea\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1132,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 49,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 361,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 709,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Close to public transportation and the train station. Great rooms and fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1132\n                    }\n                },\n                {\n                    \"Address\": \"Via Gregoriana 18, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/877796af-31fb-4a74-9474-f39beb29d200.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Gregoriana\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904693,\n                        \"Longitude\": 12.484793\n                    },\n                    \"ID\": 4404265,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 258.43,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 290.86,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 346,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 155,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 372,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 47,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 50,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 279,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 221,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 35,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and has nearby restaurants and bars.\",\n                            \"ReviewId\": \"78af5330-5927-4b98-950a-a5a97eae0913\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 961,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 50,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 257,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 640,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent romantic hotel. Close to Trevi Fountain. Good for sightseeing and has nearby restaurants and bars. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 971\n                    }\n                },\n                {\n                    \"Address\": \"Via Cernaia 39B, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e27ceef1-9cb1-464b-9895-406a3746193f.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Mosaic\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9065895080566,\n                        \"Longitude\": 12.500340461731\n                    },\n                    \"ID\": 4404289,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 166.36,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 932,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 780,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 548,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1205,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 65,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 103,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 782,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair hostel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"831f8c9c-5806-40f5-8638-08f2d148c942\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 4164,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 212,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 285,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 763,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1776,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1128,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.7,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair hostel. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 4188\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 85A, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fff81ee6-f4a3-4782-905f-b94ccbbb24ef.jpeg\"\n                    },\n                    \"DisplayName\": \"La Casa di Amy\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.898212,\n                        \"Longitude\": 12.501323\n                    },\n                    \"ID\": 4404310,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 242.64,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 13% in city\",\n                                    \"Text\": \"Top 13% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 18,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 859,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 785,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 302,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 117,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 743,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 386,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 35,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 42,\n                                    \"Score\": 28,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"57d86fa9-d245-47c5-9475-3d5e8d5be06c\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2188,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 28,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 86,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 665,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1389,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to Roma Termini. Good for sightseeing with easy access to train stations. Great rooms and fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 2186\n                    }\n                },\n                {\n                    \"Address\": \"Via Sistina 54, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ed0e5cc7-bb10-488e-ad53-5f4f7e8a4d5f.jpeg\"\n                    },\n                    \"DisplayName\": \"SuiteSistina for Brave Lovers\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9051895141602,\n                        \"Longitude\": 12.4847936630249\n                    },\n                    \"ID\": 4404335,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 143.73,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 362,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 378,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 55,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 433,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 107,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 475,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 114,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"71bf0a5f-f473-44bc-8900-796ea9ed9437\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1678,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 58,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 39,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 58,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 281,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1242,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing and located near shopping areas. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1678\n                    }\n                },\n                {\n                    \"Address\": \"Via Piacenza 4, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3837682d-1524-425f-ac16-fd5207903d63.jpeg\"\n                    },\n                    \"DisplayName\": \"Villa Spalletti Trivelli\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899155,\n                        \"Longitude\": 12.488321\n                    },\n                    \"ID\": 4404357,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 953.96,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 1065.64,\n                            \"SupplierName\": \"DDT\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 14,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 14,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 33,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 36,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 40,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 69,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 60,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 19,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 95,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 48,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 13,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 6,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Easily accessible by car and good for sightseeing.\",\n                            \"ReviewId\": \"fdef58dc-4af1-4b3f-b6e2-524ba8213ff7\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 282,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 254,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Easily accessible by car and good for sightseeing. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 280\n                    }\n                },\n                {\n                    \"Address\": \"Via Belisario 7, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/184ce56d-9787-4aa4-ac21-93512c07426c.jpeg\"\n                    },\n                    \"DisplayName\": \"Domus RomAntica\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9088706970215,\n                        \"Longitude\": 12.4970178604126\n                    },\n                    \"ID\": 4404358,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 199.89,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 8,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 104,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 138,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 89,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 87,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 20,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 139,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 11,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"7f33db64-0e3b-456e-8292-178cb9733fd2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 443,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 19,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 19,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 112,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 282,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with access to public transportation. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 443\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Viminale 38, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5f3d47ca-5f61-4332-933b-7967ee77ea5b.jpeg\"\n                    },\n                    \"DisplayName\": \"Armonia All'Opera\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.900386,\n                        \"Longitude\": 12.495937\n                    },\n                    \"ID\": 4404410,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 226.91,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 11% in city\",\n                                    \"Text\": \"Top 11% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 98,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 48,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 86,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 17,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 86,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 51,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 42,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Ordinary amenities\",\n                                    \"Text\": \"Average amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"d2058d64-0842-483f-838f-59a863c4da5e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 231,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 46,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 165,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent boutique hotel. Great rooms in excellent location.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 232\n                    }\n                },\n                {\n                    \"Address\": \"Piazza Degli Zingari 4, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1f0150a5-e2ca-466a-9c3c-a373d4330a4d.jpeg\"\n                    },\n                    \"DisplayName\": \"MyTALE Creative Academy Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89559,\n                        \"Longitude\": 12.49301\n                    },\n                    \"ID\": 4404464,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 293.17,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 235,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 105,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 279,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 180,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 236,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 91,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"5f3a96c9-8cb2-49ee-901b-695df540a144\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 683,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 34,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 144,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 487,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Good for sightseeing with access to public transportation. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 683\n                    }\n                },\n                {\n                    \"Address\": \"Via Giovanni Giolitti 119, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/49f74a46-cbd4-4c1d-a7f0-14d111ef1bf8.jpeg\"\n                    },\n                    \"DisplayName\": \"Dream Station\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8993,\n                        \"Longitude\": 12.50238\n                    },\n                    \"ID\": 4404476,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 181.08,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 19,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 8,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 11,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to train stations.\",\n                            \"ReviewId\": \"559411bd-af68-45ba-a6fe-3c43c5217252\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 63,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 22,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 37,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Awesome rooms and service in a great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 60\n                    }\n                },\n                {\n                    \"Address\": \"Via Dei Cappuccini 30, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/65d3b517-93d5-4e85-8ba2-9cdefe509e49.jpeg\"\n                    },\n                    \"DisplayName\": \"La Piccola Maison\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904638,\n                        \"Longitude\": 12.48815\n                    },\n                    \"ID\": 4404499,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 249.24,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 279.95,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 146,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 5,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 16,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 80,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 59,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 111,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 52,\n                                    \"Score\": 28,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"e6ed5975-851d-41ff-a87f-4949d52eb90d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 387,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 33,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 144,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 193,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Awesome vibe. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 387\n                    }\n                },\n                {\n                    \"Address\": \"Via Dei Mille 41, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/aaa89371-b880-4007-970a-337e315da66c.jpeg\"\n                    },\n                    \"DisplayName\": \"Angelica\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90192,\n                        \"Longitude\": 12.50551\n                    },\n                    \"ID\": 4404540,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 207.39,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 6,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"116f3bac-f744-4854-b87b-3bd26f13762d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 14,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 2.8,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 2.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/2_5.png\",\n                        \"ReviewsCount\": 14\n                    }\n                },\n                {\n                    \"Address\": \"Via Marsala 22, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/36de5eac-db61-4269-afce-134ec1ec0372.jpeg\"\n                    },\n                    \"DisplayName\": \"Best Western Premier Hotel Royal Santina\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9030647277832,\n                        \"Longitude\": 12.5016183853149\n                    },\n                    \"ID\": 4459141,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 125.32,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 288.54,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 366.92,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 19% in city\",\n                                    \"Text\": \"Top 19% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 13% in city\",\n                                    \"Text\": \"Top 13% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 960,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 750,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 466,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 15,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 324,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 192,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 164,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 781,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"ebca379f-7e6d-46ae-a41d-7083f897c889\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3305,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 43,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 43,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 174,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1058,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1987,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent luxury hotel. Close to Roma Termini. Great rooms in excellent location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 3305\n                    }\n                },\n                {\n                    \"Address\": \"Piazza Dell'esquilino 29, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fecf5fd1-b316-4038-86fd-307390018fad.jpeg\"\n                    },\n                    \"DisplayName\": \"Princeps Boutique Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8979301452637,\n                        \"Longitude\": 12.4970684051514\n                    },\n                    \"ID\": 4459146,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 301.44,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 472,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 525,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 502,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 74,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 233,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 483,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 136,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 11,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"437085a7-4830-479f-b0d5-d73e87396beb\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1537,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 35,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 322,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1166,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1537\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 46, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fee9a9c4-daa1-4f0e-b1fc-072ae10db392.jpeg\"\n                    },\n                    \"DisplayName\": \"Exe International Palace\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.900089,\n                        \"Longitude\": 12.492257\n                    },\n                    \"ID\": 4459150,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 186.71,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 210.09,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 224.21,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 13% in city\",\n                                    \"Text\": \"Top 13% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 855,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 714,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 458,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 280,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 903,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 517,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 254,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 147,\n                                    \"Score\": 17,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"bc6444dc-72d8-43dd-a08c-0fdc29b2b7d8\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3461,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 102,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 140,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 435,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1387,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1397,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good luxury hotel. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 3434\n                    }\n                },\n                {\n                    \"Address\": \"Via Magenta 39, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/72ec0d6b-e212-49d3-9f82-a6b43200b301.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Marco Polo\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90234,\n                        \"Longitude\": 12.50402\n                    },\n                    \"ID\": 4459213,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 133.88,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 383.66,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 25% in city\",\n                                    \"Text\": \"Top 25% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 295,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 305,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 145,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 82,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 263,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 69,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"6df4f9fb-ede0-401d-b5cd-a421a4682606\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 723,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 54,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 33,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 92,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 181,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 363,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel for solo travelers. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 722\n                    }\n                },\n                {\n                    \"Address\": \"Via Vicenza 58, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c0e30d6e-6700-4051-ae90-016852800ccf.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Canada BW Premier Collection\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90496,\n                        \"Longitude\": 12.505538\n                    },\n                    \"ID\": 4459215,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 261.14,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 320.17,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 561,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 183,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 405,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 454,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 80,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 492,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 297,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"d378769a-a128-4919-ab29-7c180e002e93\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1600,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 42,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 412,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1129,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Close to Roma Termini. Close to public transportation and the train station. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1581\n                    }\n                },\n                {\n                    \"Address\": \"Via Varese 26, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3e44649b-243d-4485-a14d-4ea97b64753b.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Varese Roma\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90305,\n                        \"Longitude\": 12.505306\n                    },\n                    \"ID\": 4462365,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 182.69,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 205.55,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 269.52,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 674,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 600,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 75,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 401,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 220,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 536,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 12,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 77,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"92af822c-b134-438b-9e19-e4c85c27da81\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1950,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 24,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 88,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 748,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1082,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Close to Roma Termini. Close to public transportation and the train station. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1938\n                    }\n                },\n                {\n                    \"Address\": \"Via Cernaia 14B, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1f9e95bf-5fab-483c-a902-5295f7e5325a.jpeg\"\n                    },\n                    \"DisplayName\": \"Domus Australia\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90660477,\n                        \"Longitude\": 12.50021744\n                    },\n                    \"ID\": 4472036,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 258.83,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 285.37,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 365.82,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 406,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 391,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 145,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 367,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 61,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 178,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 494,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 379,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 15,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Sustainability\",\n                                    \"Count\": 8,\n                                    \"Score\": 0,\n                                    \"ShortText\": \"Sustainability could be improved\",\n                                    \"Text\": \"Not very sustainable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"6e1730b3-62c9-4107-9dc9-7246130b78c9\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1575,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 27,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 35,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 89,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 501,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 923,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Close to Rome Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1575\n                    }\n                },\n                {\n                    \"Address\": \"Largo Giovanni Montemartini 20, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1cb89dc8-d985-4f25-9ea3-2c93ca13ea28.jpeg\"\n                    },\n                    \"DisplayName\": \"Palazzo Montemartini Rome A Radisson Collection Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9034805297852,\n                        \"Longitude\": 12.5003223419189\n                    },\n                    \"ID\": 4475873,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 526.75,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 18% in city\",\n                                    \"Text\": \"Top 18% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 260,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 111,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 341,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 122,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 69,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                    \"Text\": \"Sufficient wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 315,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 95,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 65,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"11b5c030-0747-4a06-87ee-f8e3eb722710\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1197,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 82,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 49,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 92,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 258,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 716,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent wellness hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1197\n                    }\n                },\n                {\n                    \"Address\": \"Via Romagna 14, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/39828610-3500-45fc-92cb-ad297984d861.jpeg\"\n                    },\n                    \"DisplayName\": \"Gialel B&B\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9089279174805,\n                        \"Longitude\": 12.4944562911987\n                    },\n                    \"ID\": 4493733,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 112.77,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 114.18,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 126.21,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 80,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 80,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 132,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 67,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 15,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 79,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 8,\n                                    \"Score\": 18,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Complaints about food\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 21,\n                                    \"Score\": 18,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 17,\n                                    \"Score\": 12,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"54fc746b-80b6-4087-b50c-14e85f414c7a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 354,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 73,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 40,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 71,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 96,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 74,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.2,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good for sightseeing and close to the city center. Vibe is not too good. Room needs to be improved.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                        \"ReviewsCount\": 354\n                    }\n                },\n                {\n                    \"Address\": \"Via Marche 84, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/75910f6d-e851-4e4d-b895-0cba011adb92.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Golden\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9093,\n                        \"Longitude\": 12.48997\n                    },\n                    \"ID\": 4498516,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 192.26,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 216.5,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 21% in city\",\n                                    \"Text\": \"Top 21% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 52,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 125,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 140,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 63,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 111,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 15,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"211a6c21-3c39-4ee4-95d2-e3d4ea92d180\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 350,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 19,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 54,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 260,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 358\n                    }\n                },\n                {\n                    \"Address\": \"Via Toscana 1, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/aab4e0b4-b954-4b75-8a8a-85cc5207bfeb.jpeg\"\n                    },\n                    \"DisplayName\": \"Deko Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.908162,\n                        \"Longitude\": 12.491954\n                    },\n                    \"ID\": 4498547,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 250.11,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 135,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 112,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 28,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 64,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 132,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 92,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 75,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 9,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"676e619d-f602-485a-8d87-00e39d2a6ebf\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 444,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 46,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 172,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 206,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing with access to public transportation. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 441\n                    }\n                },\n                {\n                    \"Address\": \"Via Firenze 47, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/20f21312-6801-4c28-b756-ef7cd04b79fc.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Texas\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90275,\n                        \"Longitude\": 12.493604\n                    },\n                    \"ID\": 4498550,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 159.7,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 15% in city\",\n                                    \"Text\": \"Top 15% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 162,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 168,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 73,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 11,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 9,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Food is all right\",\n                                    \"Text\": \"Food is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 185,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 42,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 124,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 48,\n                                    \"Score\": 25,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 12,\n                                    \"Score\": 7,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair for traveling with friends.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"e78c5813-a71a-4983-b833-71f6c1c2d978\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 544,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 50,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 58,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 61,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 202,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 173,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.8,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair for traveling with friends. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 538\n                    }\n                },\n                {\n                    \"Address\": \"Via Torino 41, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/09fe17a7-1e26-45c2-a1db-30468313dfcb.jpeg\"\n                    },\n                    \"DisplayName\": \"At Forty One\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9031131821396,\n                        \"Longitude\": 12.4943061172962\n                    },\n                    \"ID\": 4498577,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 282.88,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 63,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 108,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 96,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 7,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 101,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 49,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 53,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 19,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 7,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"5c043381-7631-4865-83d8-9aa93477db56\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 321,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 53,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 263,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with easy access to train stations. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 320\n                    }\n                },\n                {\n                    \"Address\": \"Via Milazzo 3, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/194bfbbf-9735-4505-8234-30d60cf9051e.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Robinson\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9017448425293,\n                        \"Longitude\": 12.5040950775146\n                    },\n                    \"ID\": 4498582,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 205.3,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 98,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 87,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 24,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 47,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 101,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 28,\n                                    \"Score\": 25,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 13,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 55,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 5,\n                                    \"Score\": 12,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"e6b0d671-0eb4-4e54-8189-7ec8adb0015f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 326,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 33,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 28,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 67,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 127,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 71,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.6,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair hotel for solo travelers. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 326\n                    }\n                },\n                {\n                    \"Address\": \"49 Via Palermo, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/988be752-e999-43a4-8587-1038d513f3a1.jpeg\"\n                    },\n                    \"DisplayName\": \"Monti49 GuestHouse\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.898642,\n                        \"Longitude\": 12.491906\n                    },\n                    \"ID\": 4617147,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 380.67,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 102,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 53,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 36,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 96,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 64,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"9cec1ad6-e5bc-4576-8479-5a9004d39f79\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 299,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 115,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 151,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 296\n                    }\n                },\n                {\n                    \"Address\": \"Via Torino 122 122 1, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/03d85419-55d4-4ff3-b73f-5363dfe6fd55.jpeg\"\n                    },\n                    \"DisplayName\": \"Dharma Luxury Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9016380310059,\n                        \"Longitude\": 12.4955673217773\n                    },\n                    \"ID\": 4617220,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 130.16,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 499.62,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 11% in city\",\n                                    \"Text\": \"Top 11% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 138,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 209,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 70,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 43,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 53,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 146,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 37,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Decent vibe\",\n                                    \"Text\": \"Vibe was decent.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"e8c5a5b4-c9e3-410f-9e67-55f2c92a0dec\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 462,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 36,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 96,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 310,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent romantic hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Great rooms and fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 455\n                    }\n                },\n                {\n                    \"Address\": \"Via Palermo 36, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1e978466-b9c8-40de-b056-20692ba0d202.jpeg\"\n                    },\n                    \"DisplayName\": \"Relais de l'Opera\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899532,\n                        \"Longitude\": 12.492957\n                    },\n                    \"ID\": 4617233,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 190.61,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 18% in city\",\n                                    \"Text\": \"Top 18% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 224,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 219,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 132,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 203,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 23,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and has nearby restaurants and bars.\",\n                            \"ReviewId\": \"18a67acc-0044-41e3-a984-57f17def4d6d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 746,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 45,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 226,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 463,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing and has nearby restaurants and bars. Great rooms and fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 742\n                    }\n                },\n                {\n                    \"Address\": \"Piazza Della Suburra 2, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a806acd2-355e-49f6-8b6a-b4113dd9fcfe.jpeg\"\n                    },\n                    \"DisplayName\": \"Nerva Accommodation\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.894936,\n                        \"Longitude\": 12.493029\n                    },\n                    \"ID\": 4617300,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 679.12,\n                            \"SupplierName\": \"DDT\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 155,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 40,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 95,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 18,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 140,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 90,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 32,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"f675f31c-0b4f-43e4-bb44-fee5a5560828\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 477,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 19,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 59,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 207,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 179,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.1,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 477\n                    }\n                },\n                {\n                    \"Address\": \"Via Milazzo 14, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/57dd3b1e-47ef-4155-ad46-c45312d4a51f.jpeg\"\n                    },\n                    \"DisplayName\": \"Caroline Suite\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90214,\n                        \"Longitude\": 12.50455\n                    },\n                    \"ID\": 4617365,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 164.12,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 38,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 24,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 8,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 38,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 15,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 6,\n                                    \"Score\": 7,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"e7e332f2-b57d-40c2-ac71-dbfe11408102\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 171,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 21,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 86,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 51,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 169\n                    }\n                },\n                {\n                    \"Address\": \"Via Marsala 96B, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/bf81448b-26c7-4c63-b4fc-b5dab4613d84.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Ciao\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90117,\n                        \"Longitude\": 12.504253\n                    },\n                    \"ID\": 4617432,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 224.25,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 9,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 740,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 778,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 45,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 334,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 136,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 24,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 674,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 184,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Decent vibe\",\n                                    \"Text\": \"Vibe was decent.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 29,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"e051a885-8e97-49cd-bfea-2e5761b7c449\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2248,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 33,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 27,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 160,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 804,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1224,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Close to Roma Termini. Close to public transportation and the train station. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 2248\n                    }\n                },\n                {\n                    \"Address\": \"Via Dei Mille 41 Building A Flat 18, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e66a9725-43da-4cf7-8f38-c3291390b37d.jpeg\"\n                    },\n                    \"DisplayName\": \"Friendship Place\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9018669128418,\n                        \"Longitude\": 12.505426406860352\n                    },\n                    \"ID\": 4617441,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 129.11,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 145.99,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 415,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 19,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 241,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 6,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 505,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 275,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 291,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 22,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"0358e5c4-249c-4675-b498-35266d7a278b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1400,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 101,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 106,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 251,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 575,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 367,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.7,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair accommodation. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 1400\n                    }\n                },\n                {\n                    \"Address\": \"Via Montebello 94, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7356670d-3237-4043-8e55-7788345bdfa0.jpeg\"\n                    },\n                    \"DisplayName\": \"Virginia Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90618,\n                        \"Longitude\": 12.50103\n                    },\n                    \"ID\": 4617451,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 160.44,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 183.55,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 418,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 344,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 175,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 15,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 473,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 319,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 21,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"c761fbd7-531f-4198-907e-57b83ff1da92\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1725,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 55,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 84,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 258,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 747,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 581,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good city hotel. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1723\n                    }\n                },\n                {\n                    \"Address\": \"Largo S Alfonso 5, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/87e335ab-d04c-4c9f-b9cc-4ca6c34fbdd0.jpeg\"\n                    },\n                    \"DisplayName\": \"Marta Inn\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8959083557129,\n                        \"Longitude\": 12.499810218811\n                    },\n                    \"ID\": 4617491,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 184.76,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 230.06,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 51,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 108,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 30,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 102,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 36,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 130,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 24,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 65,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"0f02ce96-eef1-4553-964b-ef5995579bc6\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 367,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 124,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 207,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with easy access to train stations. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 366\n                    }\n                },\n                {\n                    \"Address\": \"Via Marsala 98, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/62a964f9-5a1b-434a-93d0-49e815d7983e.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Marisa\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90113,\n                        \"Longitude\": 12.50432\n                    },\n                    \"ID\": 4617630,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 211.22,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 17% in city\",\n                                    \"Text\": \"Top 17% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1243,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1307,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 524,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 31,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 511,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1229,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"47132192-a79b-4be1-b757-ea3fdce2c32b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3841,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 99,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 114,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 400,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1498,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1730,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good city hotel. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 3853\n                    }\n                },\n                {\n                    \"Address\": \"Via Volturno 7, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/af11f08d-622d-4119-af78-8001c0481875.jpeg\"\n                    },\n                    \"DisplayName\": \"Aelius B&B by Roma Inn\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.905002,\n                        \"Longitude\": 12.499056\n                    },\n                    \"ID\": 4617677,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 236.86,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 141,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 108,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 52,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 12,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 104,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 16,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 22,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Good bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 44,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 69,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"709d1c34-10b5-4f0d-9f18-f476b365e436\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 466,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 24,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 179,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 256,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with easy access to train stations. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 467\n                    }\n                },\n                {\n                    \"Address\": \"Via Palermo 12, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2ff6bbe6-c321-44ae-a930-657a9aebe838.jpeg\"\n                    },\n                    \"DisplayName\": \"Rome Life Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.898657,\n                        \"Longitude\": 12.491613\n                    },\n                    \"ID\": 4639044,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 145.16,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 424.89,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 228,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 180,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 250,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 62,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 87,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 201,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"c312e5b1-4642-443d-8e9e-a2e082892944\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 724,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 27,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 190,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 485,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 724\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 4, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fa4a1f04-ec98-49b6-bb7b-07c04bf4dff8.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Diana Roof Garden\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.900674,\n                        \"Longitude\": 12.497248\n                    },\n                    \"ID\": 4639064,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 140.14,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 561,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 455,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 410,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 227,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 114,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"High value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 578,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 159,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 315,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Sustainability\",\n                                    \"Count\": 5,\n                                    \"Score\": 20,\n                                    \"ShortText\": \"Sustainability could be improved\",\n                                    \"Text\": \"Not very sustainable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"a897301e-db4e-4ef5-9a3b-da32d5e3f249\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1682,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 52,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 70,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 196,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 571,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 793,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good business hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1676\n                    }\n                },\n                {\n                    \"Address\": \"Via Flavia 84, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d39d0e42-10f5-4d54-bfe5-fc90459ffb89.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Louisiana\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.907314,\n                        \"Longitude\": 12.497268\n                    },\n                    \"ID\": 4639102,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 191.8,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 215.8,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 118,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 96,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 85,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 129,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 65,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 5,\n                                    \"Score\": 25,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 30,\n                                    \"Score\": 20,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair budget hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"008f4037-3f0c-4825-b5f6-d98aceefa8bd\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 493,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 27,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 40,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 91,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 214,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 121,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.7,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair budget hotel. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 491\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 66, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/46fb46df-4b51-4fd6-955f-b35a3e704717.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Boutique Nazionale\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899391174316406,\n                        \"Longitude\": 12.491381645202637\n                    },\n                    \"ID\": 4640214,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 298.62,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 337,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 337,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 18,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 145,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 291,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 31,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 5,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 27,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"1d98eb1b-3730-4456-ab5a-75cad10edd87\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 958,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 23,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 50,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 293,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 578,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent romantic hotel. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 958\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Viminale 66, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4c910a88-e32f-4b08-837f-518f87fc112b.jpeg\"\n                    },\n                    \"DisplayName\": \"66 Imperial Inn DeLuxe\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899852752685547,\n                        \"Longitude\": 12.495244026184082\n                    },\n                    \"ID\": 4643803,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 290.33,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 18% in city\",\n                                    \"Text\": \"Top 18% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 286,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 279,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 81,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 99,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 56,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 120,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 215,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 19,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"9630dd59-59cf-4961-b6e4-5f3a87d235e0\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 748,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 35,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 182,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 522,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to Metros. Good for sightseeing with easy access to train stations. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 746\n                    }\n                },\n                {\n                    \"Address\": \"Via Daniele Manin 69, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f8538831-61c6-49a3-b3b5-6eece05de876.jpeg\"\n                    },\n                    \"DisplayName\": \"Manin Suites LT\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89886474609375,\n                        \"Longitude\": 12.498971939086914\n                    },\n                    \"ID\": 4647645,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 257.71,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 101,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 193,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 34,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 62,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 23,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 79,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 177,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 6,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 144,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"f911842a-9d76-4d1d-b8a9-c830e09ec693\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 555,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 49,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 241,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 250,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Close to public transportation and the train station. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 555\n                    }\n                },\n                {\n                    \"Address\": \"Via Dei Due Macelli 31, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cfc7805a-4926-4004-9e30-2def8198b4f9.jpeg\"\n                    },\n                    \"DisplayName\": \"Chic & Town Luxury Rooms\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.903595,\n                        \"Longitude\": 12.484698\n                    },\n                    \"ID\": 4655307,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 248.31,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 280.19,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 202,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 141,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 60,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 189,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 28,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 107,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 34,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 35,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"2b470c36-6947-479c-9a9b-06f4e183e14f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 649,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 59,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 266,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 298,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing and close to the city center.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 646\n                    }\n                },\n                {\n                    \"Address\": \"Via Castelfidardo 50, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e4022317-554e-4354-b87f-c623c3273ee6.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Il Papavero\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.906536102294922,\n                        \"Longitude\": 12.500935554504395\n                    },\n                    \"ID\": 4655314,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 152.47,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 144,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 145,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 76,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 159,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 15,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 6,\n                                    \"Score\": 25,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Complaints about food\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 32,\n                                    \"Score\": 21,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 5,\n                                    \"Score\": 20,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"09ba5551-afdb-481c-855e-a821105ed1d5\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 633,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 37,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 26,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 78,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 274,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 218,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.1,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good hotel for solo travelers. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 633\n                    }\n                },\n                {\n                    \"Address\": \"Via Modena 5, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0dcc6b6c-c55e-4fd9-ab20-ad255cdd6805.jpeg\"\n                    },\n                    \"DisplayName\": \"Suitedreams\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.902434,\n                        \"Longitude\": 12.494558\n                    },\n                    \"ID\": 4670643,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 203.24,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 410,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 394,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 10,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 49,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 5,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 399,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 220,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 190,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 18,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"a254ce2b-4192-42de-843d-3186bdfa997a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1316,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 37,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 110,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 449,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 700,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1316\n                    }\n                },\n                {\n                    \"Address\": \"Via Giovanni Lanza 156, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8ede8128-b431-46f4-8c93-07b19a9cf816.jpeg\"\n                    },\n                    \"DisplayName\": \"Signor Suite Colosseo\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.895082,\n                        \"Longitude\": 12.495939\n                    },\n                    \"ID\": 4670680,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 186.29,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 171,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 62,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 140,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 60,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Decent vibe\",\n                                    \"Text\": \"Vibe was decent.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 14,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 183,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 80,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"fa5917b9-6329-40ff-bf9a-4923de8b177a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 605,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 70,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 54,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 105,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 152,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 224,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.7,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair accommodation. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 607\n                    }\n                },\n                {\n                    \"Address\": \"Via San Martino Della Battaglia 58, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/31fcab73-5bc9-4136-9576-10f44a574f5e.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel St Martin by OMNIA hotels\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90604,\n                        \"Longitude\": 12.50494\n                    },\n                    \"ID\": 4714700,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 165.73,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 313.54,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 111,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 276,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 164,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 70,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 325,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 175,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 262,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 182,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"2cc6fee7-3266-4890-b7b7-c050418804a1\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1335,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 44,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 37,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 74,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 395,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 785,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Close to public transportation and the train station. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1335\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 251, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/846fb921-65ce-4930-9788-91febb0ac6df.jpeg\"\n                    },\n                    \"DisplayName\": \"Floris Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9017448425293,\n                        \"Longitude\": 12.4947147369385\n                    },\n                    \"ID\": 4714780,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 193.84,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 422,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 364,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 212,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 412,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 216,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 190,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 246,\n                                    \"Score\": 16,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 0,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"d411f2ca-244b-4166-8ad8-45f4316df177\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1538,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 57,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 71,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 163,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 678,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 569,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good boutique hotel. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1538\n                    }\n                },\n                {\n                    \"Address\": \"Piazza Della Madonna Dei Monti 3, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6267c3c6-b9f2-4c9c-b028-77c90b5437c8.jpeg\"\n                    },\n                    \"DisplayName\": \"Casa Santa Sofia Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.894828,\n                        \"Longitude\": 12.490967\n                    },\n                    \"ID\": 4714843,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 190.96,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 202.14,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 228.1,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 797,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 583,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 238,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 299,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 48,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 110,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 833,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 538,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and has nearby restaurants and bars.\",\n                            \"ReviewId\": \"199649a3-59fd-4a9f-88f6-3e72b8a8887f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2371,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 63,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 76,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 256,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 847,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1129,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel for solo travelers. Good for sightseeing and has nearby restaurants and bars.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 2363\n                    }\n                },\n                {\n                    \"Address\": \"Piazza Del Viminale 5, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7140bddb-2ba0-46e1-b8f6-2c1af9dde697.jpeg\"\n                    },\n                    \"DisplayName\": \"La Residenza dei Principi\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.901050567627,\n                        \"Longitude\": 12.4971103668213\n                    },\n                    \"ID\": 5087584,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 192.79,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"927fc018-28cc-4553-83c8-8105a30964a8\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"Score\": 0,\n                            \"ScoreDescription\": \"\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 85 A, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d11bff39-fff2-4612-aba0-0583ffc6c723.jpeg\"\n                    },\n                    \"DisplayName\": \"B&B Millyhouse\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89825,\n                        \"Longitude\": 12.50127\n                    },\n                    \"ID\": 5087716,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 257.14,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 98,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 86,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 114,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 5,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 51,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 9,\n                                    \"Score\": 10,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to train stations.\",\n                            \"ReviewId\": \"041182bf-de05-48b2-a833-fabdc12320f2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 429,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 37,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 43,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 82,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 160,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 107,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.7,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair accommodation. Located near shopping areas and has easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 437\n                    }\n                },\n                {\n                    \"Address\": \"Via Volturno 2C, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b2742d18-4939-41e9-998e-bc82c7f66613.jpeg\"\n                    },\n                    \"DisplayName\": \"AmoRoma Suite\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90507,\n                        \"Longitude\": 12.49913\n                    },\n                    \"ID\": 5087757,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 250.51,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 226,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 139,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 225,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 91,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 58,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"696a1a97-66c9-43f0-9df1-f24d6406ed65\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 701,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 31,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 40,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 103,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 285,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 242,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 694\n                    }\n                },\n                {\n                    \"Address\": \"Piazza Dell'indipendenza 5, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0014a6e1-63ea-4b24-b619-0a07594cee01.jpeg\"\n                    },\n                    \"DisplayName\": \"DD Luxury House\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9050559997559,\n                        \"Longitude\": 12.50279712677\n                    },\n                    \"ID\": 5087811,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 262.7,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 71,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 41,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 9,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 47,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 74,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 10,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 5,\n                                    \"Score\": 11,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 47,\n                                    \"Score\": 10,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"7cc5f522-8a18-421c-8841-ad9e32666bf2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 247,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 29,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 35,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 55,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 77,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 51,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.3,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Close to public transportation and the train station. Vibe is not too good. Room needs to be improved.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                        \"ReviewsCount\": 247\n                    }\n                },\n                {\n                    \"Address\": \"Via Ludovisi 36, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e4ddefee-4bfb-4340-91e3-2e3ced142e9e.jpeg\"\n                    },\n                    \"DisplayName\": \"Sleep in Rome Ludovisi\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.907,\n                        \"Longitude\": 12.488472\n                    },\n                    \"ID\": 5087899,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 1751.24,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 21,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 12,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 15,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 18,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"4b4981e1-1865-4a65-973e-11b2d76eb4b5\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 58,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 48,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Awesome rooms and service in a great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 58\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 51, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/09c55a1a-98fe-45ad-9890-845b2233a73d.jpeg\"\n                    },\n                    \"DisplayName\": \"Nazionale 51 Group\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899883,\n                        \"Longitude\": 12.491966\n                    },\n                    \"ID\": 5088034,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 299.22,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 337.11,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 210,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 154,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 189,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 100,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 94,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 30,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 28,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 101,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"7c815b53-c71c-4582-9868-1d1bcdf426e3\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 679,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 39,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 211,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 408,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with access to public transportation. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 669\n                    }\n                },\n                {\n                    \"Address\": \"Via Filippo Turati 76, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/af7e8931-b509-4cc4-afc1-c2692d192e47.jpeg\"\n                    },\n                    \"DisplayName\": \"Meltin' Rome Guesthouse\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.897589,\n                        \"Longitude\": 12.503835\n                    },\n                    \"ID\": 5088144,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 675.73,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 63,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 20,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 9,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 68,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 30,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 33,\n                                    \"Score\": 26,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 11,\n                                    \"Score\": 20,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 18,\n                                    \"Score\": 19,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to the city center and train stations.\",\n                            \"ReviewId\": \"a74a9498-5e8a-4eec-a1bf-2479b0a699bf\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 212,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 27,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 24,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 35,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 79,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 47,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.6,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair accommodation. Close to the city center and train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 207\n                    }\n                },\n                {\n                    \"Address\": \"Via Napoleone Iii 35, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3dc9a27d-5440-4990-a9d6-18cb5455249a.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Beauty\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.896849,\n                        \"Longitude\": 12.501754\n                    },\n                    \"ID\": 5088176,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 96.47,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 274,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 247,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 98,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 41,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 216,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 433,\n                                    \"Score\": 28,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Awful rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 70,\n                                    \"Score\": 21,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 21,\n                                    \"Score\": 20,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Complaints about food\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 243,\n                                    \"Score\": 18,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 64,\n                                    \"Score\": 12,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"bf54ee41-6fa8-4456-9965-7af532c36b15\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1332,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 323,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 201,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 312,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 302,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 194,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 2.8,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Close to public transportation and the train station. Room needs to be improved. Vibe is not too good.\"\n                        }\n                    ],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                        \"ReviewsCount\": 1347\n                    }\n                },\n                {\n                    \"Address\": \"Via Vittorio Veneto 21, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/83c554ab-ea21-44a0-9248-c947282a1846.jpeg\"\n                    },\n                    \"DisplayName\": \"Casa I Cappuccini\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904796,\n                        \"Longitude\": 12.488147\n                    },\n                    \"ID\": 5088307,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 226.15,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 253.37,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 334.69,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 333,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 131,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 191,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 283,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 189,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 11,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Complaints about food\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 54,\n                                    \"Score\": 18,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"2e9926f0-78a0-4fda-bc2b-aadbe40d7ae9\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 921,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 26,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 347,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 532,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to Barberini. Good for sightseeing with access to public transportation. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 917\n                    }\n                },\n                {\n                    \"Address\": \"Via Castelfidardo 34, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2531381e-5892-4141-ae6e-a83961b94c3f.jpeg\"\n                    },\n                    \"DisplayName\": \"Aquarius Inn\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.907063,\n                        \"Longitude\": 12.500213\n                    },\n                    \"ID\": 5088340,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 260.37,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 91,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 89,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 44,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 37,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 81,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 24,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 42,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 24,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"795094c9-d949-4065-a4b0-021a95ecd37b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 272,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 29,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 243,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with easy access to train stations. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 270\n                    }\n                },\n                {\n                    \"Address\": \"Piazza Del Viminale 5, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8f70abb2-2b7c-485e-b68f-5786cf852fc1.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Mosaic Central Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899952999999996,\n                        \"Longitude\": 12.493568\n                    },\n                    \"ID\": 5088368,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 229.55,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 685,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 418,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 147,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 305,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 719,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 125,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 449,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 53,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 197,\n                                    \"Score\": 13,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good for traveling with friends.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"2c26e45a-653b-4c3b-9330-0d702f5a5414\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2292,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 75,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 131,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 369,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1060,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 657,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.8,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good for traveling with friends. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 2281\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 230, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e7ec9323-1d84-4610-acc3-3ed10d08b45a.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Regina Giovanna\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9009437561035,\n                        \"Longitude\": 12.4933824539185\n                    },\n                    \"ID\": 5088442,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 310.75,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 130,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 17,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 23,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 73,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 158,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 89,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 34,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 12,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good budget hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"51e92eea-2a24-4062-9e3b-eb0f503c28e2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 591,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 41,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 41,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 90,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 192,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 227,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good budget hotel. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 591\n                    }\n                },\n                {\n                    \"Address\": \"Via Firenze 38, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6d8e87c6-0a02-4d06-bbdc-2fa2c9638b2a.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Oceania\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.903174,\n                        \"Longitude\": 12.493027\n                    },\n                    \"ID\": 5088448,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 283.07,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 235,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 205,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 75,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 109,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 173,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 108,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 73,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Decent vibe\",\n                                    \"Text\": \"Vibe was decent.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 13,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"9179011a-9c82-4ba4-9074-fcbbe0a0e3e9\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 615,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 24,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 222,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 361,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent romantic hotel. Good for sightseeing with access to public transportation. Great rooms and fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 627\n                    }\n                },\n                {\n                    \"Address\": \"Via Liberiana 17, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2de41d4f-c109-40d5-827a-3ece959bf518.jpeg\"\n                    },\n                    \"DisplayName\": \"Domus Liberius\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.897126,\n                        \"Longitude\": 12.498116\n                    },\n                    \"ID\": 5088968,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 327.88,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 19% in city\",\n                                    \"Text\": \"Top 19% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 337,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 281,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 28,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 174,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 313,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 21,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"e2f7273d-78be-4274-bcb1-5b54b7dbe350\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 865,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 26,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 86,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 274,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 459,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to Roma Termini. Good for sightseeing with easy access to train stations. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 870\n                    }\n                },\n                {\n                    \"Address\": \"Via Filippo Turati 34, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/829903cf-4778-4e37-b64a-d64ac3297788.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Valentino Palace\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8988,\n                        \"Longitude\": 12.50161\n                    },\n                    \"ID\": 5089260,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 197.74,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 281,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 124,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 242,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 278,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 20,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"84cdf375-1af2-4d4f-85cd-c2e93712a070\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 857,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 22,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 72,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 357,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 393,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 857\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Boschetto 13, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/08b8c47a-51a2-49d6-9625-08d63c803c50.jpeg\"\n                    },\n                    \"DisplayName\": \"Soggiorno Angelus\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.897157,\n                        \"Longitude\": 12.490466\n                    },\n                    \"ID\": 5089275,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 190.06,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 214.64,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 31,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 33,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 13,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 35,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 21,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 7,\n                                    \"Score\": 20,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing.\",\n                            \"ReviewId\": \"4c92506c-412a-4dcc-a9f8-f2f002ee1a75\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 106,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 44,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 44,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 101\n                    }\n                },\n                {\n                    \"Address\": \"Via Rattazzi 2C, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/439991e6-7c72-4171-b910-89173530c4cf.jpeg\"\n                    },\n                    \"DisplayName\": \"Santamaria Inn\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8963,\n                        \"Longitude\": 12.50187\n                    },\n                    \"ID\": 5089385,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 233.09,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 178,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 163,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 84,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 58,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 61,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 177,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"4b027e5d-407f-4c42-b8b2-e5fa18f97737\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 552,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 37,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 158,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 327,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to public transportation and the train station. Great rooms and fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 547\n                    }\n                },\n                {\n                    \"Address\": \"Via Gaeta 23, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d1e74f94-3159-454e-a6f3-8140d3103b6b.jpeg\"\n                    },\n                    \"DisplayName\": \"Freedom Traveller Hostel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904529,\n                        \"Longitude\": 12.500571\n                    },\n                    \"ID\": 5089641,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 148.17,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 64,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 43,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 33,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 88,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 9,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Standard bar\",\n                                    \"Text\": \"Bar is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 121,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 72,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 23,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 23,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 86,\n                                    \"Score\": 18,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 0,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"6df9cf8a-1954-42f2-a5ba-d7d085a293ff\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 264,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 106,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 40,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 43,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 34,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 41,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 2.6,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Close to Roma Termini. Close to public transportation and the train station. Room needs to be improved. Vibe is not too good.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 2.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/2_5.png\",\n                        \"ReviewsCount\": 261\n                    }\n                },\n                {\n                    \"Address\": \"Piazza Di S. Maria Maggiore 12, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f49e3e0d-80e3-4755-bde1-56b2ee0a4aeb.jpeg\"\n                    },\n                    \"DisplayName\": \"Biancoreroma B&B\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.896797,\n                        \"Longitude\": 12.499005\n                    },\n                    \"ID\": 5089772,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 347.03,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 60,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 97,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 17,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 42,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 39,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 90,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 58,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"2c393573-03ea-4ac2-95f5-f75449e9d8f9\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 275,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 119,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 131,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 275\n                    }\n                },\n                {\n                    \"Address\": \"Via Villafranca 1, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1f2474b9-65e8-4ad6-94be-a71b322666de.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel San Marco\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904926,\n                        \"Longitude\": 12.50523\n                    },\n                    \"ID\": 5144470,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 141.42,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 211.4,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 260,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 14% in city\",\n                                    \"Text\": \"Top 14% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 363,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 244,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 262,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 179,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 411,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 18,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 7,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is disappointing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 96,\n                                    \"Score\": 17,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"17698425-c8a0-4e25-8602-b30dfbb63ba2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1303,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 90,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 68,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 182,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 527,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 436,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good hotel for solo travelers. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1304\n                    }\n                },\n                {\n                    \"Address\": \"Via Piave Via Flavia, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fd7cc3b8-693a-45ed-9aba-309960e5fb63.jpeg\"\n                    },\n                    \"DisplayName\": \"Piave & Flavia Apartments\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.907312,\n                        \"Longitude\": 12.497475\n                    },\n                    \"ID\": 5161564,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 517.24,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"1dd96ecc-0a94-4198-b708-865fb572c4b5\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"Score\": 0,\n                            \"ScoreDescription\": \"\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Giovanni Amendola 95 4Th Floor, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/99cb9832-0557-4007-85ee-eadfd99a73f4.jpeg\"\n                    },\n                    \"DisplayName\": \"Ferrari\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8994407653809,\n                        \"Longitude\": 12.5007200241089\n                    },\n                    \"ID\": 5161567,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 201.1,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 204.82,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 350,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 395,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 202,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 67,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 387,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 21,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 192,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 85,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 232,\n                                    \"Score\": 26,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 71,\n                                    \"Score\": 13,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"d56272cf-c651-461d-a8df-8bbcc93d6ef5\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1581,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 305,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 194,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 378,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 427,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 277,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.1,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Room needs to be improved. Vibe is not too good. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                        \"ReviewsCount\": 1587\n                    }\n                },\n                {\n                    \"Address\": \"Via Varese 33, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d7cd9427-e74c-463a-b9f5-82ae2a26f610.jpeg\"\n                    },\n                    \"DisplayName\": \"Funny Palace Hostel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90238,\n                        \"Longitude\": 12.50594\n                    },\n                    \"ID\": 5616293,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 145.16,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 53,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 47,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 16,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"High value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 24,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 64,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 16,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 12,\n                                    \"Score\": 15,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good hostel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"dd8cfad7-2a01-4449-988a-b531c45e23fb\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 165,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 27,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 40,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 66,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.9,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good hostel. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 166\n                    }\n                },\n                {\n                    \"Address\": \"Via Della Consulta 56, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9a5869a3-705c-417d-a61d-ca5d99566385.jpeg\"\n                    },\n                    \"DisplayName\": \"Rental in Rome Quirinale\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89856,\n                        \"Longitude\": 12.48881\n                    },\n                    \"ID\": 5624909,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 452.5,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Sistina 4, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f5fb5e27-445d-4e62-a77a-3345ccd35fec.jpeg\"\n                    },\n                    \"DisplayName\": \"Stendhal Luxury Suites\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.903824,\n                        \"Longitude\": 12.487543\n                    },\n                    \"ID\": 5630779,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 313.06,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 333.19,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 396.59,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 92,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 88,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 42,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 110,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 71,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 70,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"923e4539-7d72-4c01-a695-0c3e1d980ede\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 379,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 18,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 96,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 247,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Close to Trevi Fountain. Good for sightseeing with access to public transportation. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 374\n                    }\n                },\n                {\n                    \"Address\": \"Via Di San Vito 17, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/58c82e9a-e1c4-4245-a184-f239cf75770c.jpeg\"\n                    },\n                    \"DisplayName\": \"San Vito Suites\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.895709,\n                        \"Longitude\": 12.501821\n                    },\n                    \"ID\": 5685568,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 331.6,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 334.47,\n                            \"SupplierName\": \"DDT\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 52,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 5,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 49,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 20,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 31,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 34,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"9e51ae9a-beed-4760-91c3-8488062f7d1f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 165,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 52,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 96,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing with access to public transportation. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 166\n                    }\n                },\n                {\n                    \"Address\": \"Via Della Consulta 1B, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/26be0990-7cc1-4655-9751-d534fe0e0b18.jpeg\"\n                    },\n                    \"DisplayName\": \"Salotto Monti\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.898274,\n                        \"Longitude\": 12.489097\n                    },\n                    \"ID\": 5701842,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 255.9,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 292.05,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 465,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 469,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 387,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 249,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 135,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 184,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Ordinary amenities\",\n                                    \"Text\": \"Average amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 15,\n                                    \"Score\": 12,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and has nearby restaurants and bars.\",\n                            \"ReviewId\": \"7c4447c8-ef26-444c-8572-72fd294c611f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1077,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 24,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 58,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 292,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 698,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing and has nearby restaurants and bars. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1076\n                    }\n                },\n                {\n                    \"Address\": \"Via Milazzo 29, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b9cf0d68-3792-4f5d-b6e1-24e4eab22f76.jpeg\"\n                    },\n                    \"DisplayName\": \"Trani B&T Rooms\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9035606384277,\n                        \"Longitude\": 12.5033159255981\n                    },\n                    \"ID\": 5716701,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 207.39,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 32,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 17,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 5,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 16,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 30,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 17,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 0,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"c85e70a2-b586-4258-8065-8cb11805b57d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 92,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 41,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 39,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Great rooms in excellent location.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 92\n                    }\n                },\n                {\n                    \"Address\": \"Via Parma 9, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9157852e-771b-4bdc-a3ab-384f997f69bb.jpeg\"\n                    },\n                    \"DisplayName\": \"Rental in Rome Parma\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89872,\n                        \"Longitude\": 12.4891\n                    },\n                    \"ID\": 5741942,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 525.45,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 6,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"39ad14df-2582-49ef-a85f-3d3d6d3b8ac0\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 20,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 20\n                    }\n                },\n                {\n                    \"Address\": \"Via Cavour 108, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/296c03d9-5a77-4227-b8f4-9b945f7ae9a7.jpeg\"\n                    },\n                    \"DisplayName\": \"Daplace Virginia Apartment\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.897234,\n                        \"Longitude\": 12.49601\n                    },\n                    \"ID\": 5763465,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 619.06,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 12,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 5,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 7,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"262bab32-53ae-4408-94f8-6b6a4f31c089\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 19,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Great rooms in excellent location.\"\n                        }\n                    ],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 19\n                    }\n                },\n                {\n                    \"Address\": \"Via Degli Avignonesi 5 Trevi, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/47980184-7e0d-4418-bcc0-cf2c7b6a05ea.jpeg\"\n                    },\n                    \"DisplayName\": \"Avignonesi Suites Domus Collection\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90319,\n                        \"Longitude\": 12.48811\n                    },\n                    \"ID\": 5778128,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 273.12,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 126,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 81,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 41,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 10,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 11,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 130,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"c0c5cf30-bb23-452b-93ca-14e4f3f1ae86\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 400,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 55,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 138,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 180,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.1,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 403\n                    }\n                },\n                {\n                    \"Address\": \"Via Carlo Alberto 53, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c937a480-8aeb-47a1-8742-c683649178a7.jpeg\"\n                    },\n                    \"DisplayName\": \"B&B Domus Domas\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.895681,\n                        \"Longitude\": 12.502259\n                    },\n                    \"ID\": 5806624,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 397.01,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 292,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 207,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 126,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 157,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 39,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Decent vibe\",\n                                    \"Text\": \"Vibe was decent.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 13,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 282,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 44,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Ordinary amenities\",\n                                    \"Text\": \"Average amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 173,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"51cddf2f-b95e-433d-b4bc-2ed46e87686f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 855,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 21,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 59,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 297,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 458,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Close to Rome Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 845\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 85 A, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0fc16276-0ba0-4f9e-ad84-932bd85fa026.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Campidoglio\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89825,\n                        \"Longitude\": 12.501274\n                    },\n                    \"ID\": 5832653,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 280.97,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 60,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 42,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 43,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 14,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 57,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 18,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 32,\n                                    \"Score\": 25,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 8,\n                                    \"Score\": 11,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 7,\n                                    \"Score\": 8,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair Hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"a160fbc8-b02d-4643-9737-e94763b7ff5d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 215,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 44,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 103,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 34,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.6,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair Hotel. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 212\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Viminale 38, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8f7c8dfa-62dd-4c4a-b6d0-e6c1420d638a.jpeg\"\n                    },\n                    \"DisplayName\": \"La Reggia dei Principi\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899776,\n                        \"Longitude\": 12.494952\n                    },\n                    \"ID\": 5849989,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 192.79,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 133,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 142,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 89,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 129,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 65,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 27,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"47da6f1c-d264-4be9-92e7-3b4d552bf7cd\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 508,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 34,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 200,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 248,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing with easy access to train stations. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 512\n                    }\n                },\n                {\n                    \"Address\": \"Via Daniel Manin 69, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fdf63c93-c8ad-41ed-bb15-7b61ea194c82.jpeg\"\n                    },\n                    \"DisplayName\": \"Il Sesto Suites Central\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899027,\n                        \"Longitude\": 12.499232\n                    },\n                    \"ID\": 5871530,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 210.23,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 235.31,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 23,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 139,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 142,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 143,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 63,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 62,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 15,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 21,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"bf727bbf-315c-458f-83e6-584625ce4846\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 514,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 23,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 29,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 72,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 226,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 164,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Good for sightseeing with easy access to train stations. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 508\n                    }\n                },\n                {\n                    \"Address\": \"Via Gaeta 64, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a9896280-785a-46fe-97b9-c18d9e0ce97a.jpeg\"\n                    },\n                    \"DisplayName\": \"Freedom Love B&B\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90411,\n                        \"Longitude\": 12.50009\n                    },\n                    \"ID\": 5878994,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 373.27,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 45,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 260,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 250,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 115,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 242,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 41,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 147,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 29,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 126,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"4936fef3-aa9a-49e9-84aa-b6a07dcd4630\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 755,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 124,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 620,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to Roma Termini. Close to public transportation and the train station. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 754\n                    }\n                },\n                {\n                    \"Address\": \"Via Urbana 6 7, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/90c3b37c-fa95-4ea2-a5dc-4b944f25adb4.jpeg\"\n                    },\n                    \"DisplayName\": \"The Fifteen Keys Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.897748,\n                        \"Longitude\": 12.495408\n                    },\n                    \"ID\": 5899533,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 433.38,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 515.57,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 166,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 38,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 106,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 45,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 43,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 129,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 123,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 17,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 45,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 61,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"e36fc985-c763-4b11-b9ab-9d5ed40fb3c4\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 323,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 30,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 289,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Awesome rooms and service in a great location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 316\n                    }\n                },\n                {\n                    \"Address\": \"Via Napoleone Iii 89, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/16f9e3cb-d48e-49d9-9eee-b73376c57b6d.jpeg\"\n                    },\n                    \"DisplayName\": \"B&B La Casa di Patty\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.896122,\n                        \"Longitude\": 12.502884\n                    },\n                    \"ID\": 5904058,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 170.43,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 192.15,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"ffaf9f71-52e0-496b-934b-db42cec5b7ef\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"Score\": 0,\n                            \"ScoreDescription\": \"\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Marghera 10, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1c06d663-a4bb-4820-9b32-abe4cb8c51eb.jpeg\"\n                    },\n                    \"DisplayName\": \"Roma Art Rooms\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90329,\n                        \"Longitude\": 12.50472\n                    },\n                    \"ID\": 5910371,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 186.67,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 110,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 87,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 50,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 112,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 69,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 21,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 12,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to restaurants, bars and train stations.\",\n                            \"ReviewId\": \"52b5524e-1b8d-4c49-bfe2-27d6da885ed5\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 420,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 24,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 86,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 178,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 112,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.8,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Close to restaurants, bars and train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 419\n                    }\n                },\n                {\n                    \"Address\": \"Via Nomentana 31 33, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d4c38ff8-cd4b-4396-b7a4-411d241a49a2.jpeg\"\n                    },\n                    \"DisplayName\": \"Des Epoques Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.910022,\n                        \"Longitude\": 12.502172\n                    },\n                    \"ID\": 5951476,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 141.83,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 200.46,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 213.47,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 60,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 15,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 77,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 51,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 84,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 43,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"38121e32-a34c-4742-be5f-0c8405bacede\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 295,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 41,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 119,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 101,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good hotel for solo travelers. Good for sightseeing with access to public transportation. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 291\n                    }\n                },\n                {\n                    \"Address\": \"Via Dei Due Macelli 120, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/de548ea7-5662-45e5-b31d-176a9d8b9a70.jpeg\"\n                    },\n                    \"DisplayName\": \"Rome Art Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.902998,\n                        \"Longitude\": 12.485518\n                    },\n                    \"ID\": 5963894,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 250.4,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 257.24,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 324.61,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 97,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 40,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 90,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 56,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 68,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 24,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 11,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 28,\n                                    \"Score\": 28,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 8,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Complaints about food\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"ecc0fca5-ee74-4f24-b126-d5ec900bdc15\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 349,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 26,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 136,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 161,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel. Good for sightseeing and located near shopping areas.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 350\n                    }\n                },\n                {\n                    \"Address\": \"92 Via In Arcione, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/17778a5f-e072-4265-8f72-077072338f91.jpeg\"\n                    },\n                    \"DisplayName\": \"Suite Fontana di Trevi\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90172,\n                        \"Longitude\": 12.48537\n                    },\n                    \"ID\": 6002689,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 428.14,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 110,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 73,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 67,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 92,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 39,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 26,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 6,\n                                    \"Score\": 25,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing.\",\n                            \"ReviewId\": \"9a889ff1-c46e-4081-892d-308fa0936b97\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 305,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 63,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 228,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 304\n                    }\n                },\n                {\n                    \"Address\": \"Via Piemonte 32, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/05555b37-275d-49e9-a6fc-e01c8067f677.jpeg\"\n                    },\n                    \"DisplayName\": \"Le Petit Bijou\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9066581726074,\n                        \"Longitude\": 12.4939699172974\n                    },\n                    \"ID\": 6041581,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 218.69,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 107,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 28,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 69,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 62,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 141,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 5,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"0d48273c-3894-4fe1-a2d4-4a7cf98093ec\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 396,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 30,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 143,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 211,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing with easy access to train stations. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 397\n                    }\n                },\n                {\n                    \"Address\": \"Via Rasella 152, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/dc03dbf8-44d8-49fb-ac4d-c046ebbc9829.jpeg\"\n                    },\n                    \"DisplayName\": \"Unica Suites Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9026336669922,\n                        \"Longitude\": 12.4883251190186\n                    },\n                    \"ID\": 6064598,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 536.16,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 653.54,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 238,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 9,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 79,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 137,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 150,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 229,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 62,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 23,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 11,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent for traveling with friends.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"74d2c3f0-6676-4eb1-9d07-3a93e2deb829\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 637,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 39,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 203,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 363,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent for traveling with friends. Close to Trevi Fountain. Fantastic service. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 637\n                    }\n                },\n                {\n                    \"Address\": \"Via Di San Martino Ai Monti 20 A, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/67223cd2-2de9-4b13-ad4e-26c96fdc10f1.jpeg\"\n                    },\n                    \"DisplayName\": \"Domenichino Luxury Home\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.895545,\n                        \"Longitude\": 12.498444\n                    },\n                    \"ID\": 6078321,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 205.33,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 91,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 58,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 41,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 72,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"ede84759-2b49-4b90-8028-9fde7f44b57f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 260,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 18,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 93,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 147,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with easy access to train stations. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 257\n                    }\n                },\n                {\n                    \"Address\": \"Via Urbana 20, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/91a5dd1e-168d-407e-b84c-721225c4216e.jpeg\"\n                    },\n                    \"DisplayName\": \"Relais Monti\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.896657,\n                        \"Longitude\": 12.494438\n                    },\n                    \"ID\": 6081921,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 211.66,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 238.39,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 256.23,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 271,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 246,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 126,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 264,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 9,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 73,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 128,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"8bd0302b-5cd7-489f-b03a-922d07f55ea1\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 890,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 52,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 294,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 525,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 885\n                    }\n                },\n                {\n                    \"Address\": \"Via Carlo Alberto 30, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/bcc8efee-4a96-4af9-93be-c5764614c937.jpeg\"\n                    },\n                    \"DisplayName\": \"Bless B&B\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.895769,\n                        \"Longitude\": 12.502444\n                    },\n                    \"ID\": 6110292,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 228.76,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 13% in city\",\n                                    \"Text\": \"Top 13% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 60,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 125,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 110,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 11,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 119,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 12,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 10,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 6,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"bbcb1c9a-4b95-401b-a126-17c2690469ae\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 370,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 79,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 284,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to public transportation and the train station. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 370\n                    }\n                },\n                {\n                    \"Address\": \"Via Delle Quattro Fontane 15, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ffe2a957-7ddc-48cf-8cf8-1c35a7eca42c.jpeg\"\n                    },\n                    \"DisplayName\": \"Terrazza Marco Antonio Luxury Suite Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.902277,\n                        \"Longitude\": 12.490141\n                    },\n                    \"ID\": 6111495,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 348.68,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 391.95,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 143,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 155,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 12,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 98,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 31,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 46,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 119,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 195,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 66,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"ec8ae1d3-e4d9-4a80-9b40-324af90b9813\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 501,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 87,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 404,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing and located near shopping areas. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 495\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 66, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b514c9ad-0d6c-4fc0-b3d5-e5a4ca02356b.jpeg\"\n                    },\n                    \"DisplayName\": \"Atypical Rooms\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899446,\n                        \"Longitude\": 12.49125\n                    },\n                    \"ID\": 6132205,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 493.86,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 32,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 27,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 67,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 82,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 62,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 8,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 9,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Terrible value.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"a170f9c1-9539-4e54-9fff-243afa17043f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 243,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 65,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 149,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing with easy access to train stations. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 240\n                    }\n                },\n                {\n                    \"Address\": \"Via Sistina 57, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0fbf9672-1ed5-4fcb-b234-e6ae5e7a428e.jpeg\"\n                    },\n                    \"DisplayName\": \"QT Suites Roma\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.905246,\n                        \"Longitude\": 12.484945\n                    },\n                    \"ID\": 6162640,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 335.94,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 347.16,\n                            \"SupplierName\": \"DDT\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 11,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 49,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 8,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 31,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 44,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 5,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 25,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 13,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"0b5520fb-5f3a-4ab3-938f-6442a0afc759\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 116,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 21,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 88,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing and located near shopping areas. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 113\n                    }\n                },\n                {\n                    \"Address\": \"Via Milano 49, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2dbe4b07-6e34-443a-8ab9-ea976b098fb6.jpeg\"\n                    },\n                    \"DisplayName\": \"Quality in Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.898345,\n                        \"Longitude\": 12.490932\n                    },\n                    \"ID\": 6168226,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 255.53,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 116,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 83,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 60,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 94,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"84abc3a6-952d-4444-b8bd-07c415d58ad1\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 366,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 134,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 208,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with access to public transportation. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 365\n                    }\n                },\n                {\n                    \"Address\": \"Via Gaeta 64, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/449d8342-5dd2-4473-af7c-83644940eb4d.jpeg\"\n                    },\n                    \"DisplayName\": \"Gemme di Roma\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90411,\n                        \"Longitude\": 12.50009\n                    },\n                    \"ID\": 6185516,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 626.93,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 101,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 244,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 188,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 29,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 110,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 163,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"957bd9ae-c45a-46fd-8c2a-7172b4e06273\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 616,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 116,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 486,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to public transportation and the train station. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 614\n                    }\n                },\n                {\n                    \"Address\": \"Via Della Panetteria 1C, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e527d320-4723-4681-a914-e26264e2be55.jpeg\"\n                    },\n                    \"DisplayName\": \"Arpinelli Relais\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.901484,\n                        \"Longitude\": 12.484738\n                    },\n                    \"ID\": 6190957,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 254.77,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 285.46,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 13,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 7,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 35,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 31,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 33,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 11,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 19,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing.\",\n                            \"ReviewId\": \"22efba3c-7523-46d7-b6b8-bddd399af59b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 117,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 99,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 118\n                    }\n                },\n                {\n                    \"Address\": \"Via Della Purificazione 69, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ef3aa9ef-dd61-499b-93d3-5af0a7521540.jpeg\"\n                    },\n                    \"DisplayName\": \"Rental in Rome Bernini Square\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90487,\n                        \"Longitude\": 12.48711\n                    },\n                    \"ID\": 6208970,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 823.11,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 43,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 24,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 40,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 14,\n                                    \"Score\": 18,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 10,\n                                    \"Score\": 11,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 9,\n                                    \"Score\": 0,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"cf3fb9ec-d34c-4071-a6b1-776a70d3925e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 93,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 28,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 50,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 93\n                    }\n                },\n                {\n                    \"Address\": \"Via Sistina 23, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e0a32912-b32b-41f1-b8f7-b1350895a656.jpeg\"\n                    },\n                    \"DisplayName\": \"Sistina Twentythree Luxury Rooms\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904261,\n                        \"Longitude\": 12.486688\n                    },\n                    \"ID\": 6211731,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 270.14,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 15% in city\",\n                                    \"Text\": \"Top 15% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 180,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 37,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 25,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 98,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 170,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 108,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 53,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 19,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"12c01509-29ff-44e9-ba6b-e65a74d23848\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 455,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 112,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 320,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing and close to the city center. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 454\n                    }\n                },\n                {\n                    \"Address\": \"Via Sicilia 153, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ae3a74ed-13fd-48c3-a2d4-5495c3f4e08e.jpeg\"\n                    },\n                    \"DisplayName\": \"Key Rome Center\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9093475341797,\n                        \"Longitude\": 12.4941186904907\n                    },\n                    \"ID\": 6251942,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 288.26,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 84,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 81,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 54,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 107,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 16,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 10,\n                                    \"Score\": 17,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"1921f74a-ddb4-4cb4-b1e3-4b8fd18af75f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 420,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 42,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 176,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 179,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing and close to the city center. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 420\n                    }\n                },\n                {\n                    \"Address\": \"Via Gioberti 23, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5d88932d-c889-42a8-8636-66bd2fdf72c0.jpeg\"\n                    },\n                    \"DisplayName\": \"Gioberti Art Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89943,\n                        \"Longitude\": 12.50096\n                    },\n                    \"ID\": 6255024,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 128.63,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 323.14,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 362.16,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 523,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 773,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 266,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 81,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"High value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 662,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 455,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 408,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 26,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 9,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is not good.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"86bd0664-fcf4-4b98-91ab-25563703781b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2070,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 50,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 65,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 173,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 745,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1037,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good business hotel. Close to Roma Termini. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 2058\n                    }\n                },\n                {\n                    \"Address\": \"Corso D'italia 29, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1612fec8-2013-4362-87ed-38a151bb4565.jpeg\"\n                    },\n                    \"DisplayName\": \"Via Veneto Luxury Suites\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.91107,\n                        \"Longitude\": 12.49251\n                    },\n                    \"ID\": 6260535,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 243.58,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 36,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 55,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 72,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 19,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 85,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 36,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 56,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 53,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 18,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and has nearby restaurants and bars.\",\n                            \"ReviewId\": \"90eda5d2-bd9f-4e36-aa0a-cc5c08770ddd\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 212,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 195,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing and has nearby restaurants and bars. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 209\n                    }\n                },\n                {\n                    \"Address\": \"Via Delle Quattro Fontane 15, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ded9eeaf-b32d-437d-9a98-959a01c982ea.jpeg\"\n                    },\n                    \"DisplayName\": \"A Star Inn\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90237,\n                        \"Longitude\": 12.49003\n                    },\n                    \"ID\": 6265977,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 312.94,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 352.55,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 13,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 9,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 5,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 9,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"a32b3e51-f6f5-4dbb-aa00-a114086cc47b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 39,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 21,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Awesome rooms and service in a great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 40\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Viminale N. 8, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e6f51453-ab36-4dbd-9dc6-b5dd937c780c.jpeg\"\n                    },\n                    \"DisplayName\": \"Demetra Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.900105,\n                        \"Longitude\": 12.495757\n                    },\n                    \"ID\": 6334514,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 257.16,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 270.64,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 424,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 359,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 207,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 6,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 94,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 309,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 448,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 252,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 81,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"173bdd88-9bb1-425f-ac03-84c19abe3434\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1489,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 36,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 42,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 113,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 588,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 710,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good boutique hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1476\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 243, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e76cab3a-c1ef-49d7-b642-56f6c6651bde.jpeg\"\n                    },\n                    \"DisplayName\": \"Relais Servio Tullio\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.901688,\n                        \"Longitude\": 12.494317\n                    },\n                    \"ID\": 6405862,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 239.18,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Dei Due Macelli 106, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4605151c-128d-4713-bc52-ff5e0f539475.jpeg\"\n                    },\n                    \"DisplayName\": \"The Style\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.903351,\n                        \"Longitude\": 12.485013\n                    },\n                    \"ID\": 6417228,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 132.32,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 430.34,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 483.43,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 308,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 205,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 146,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 86,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 264,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 156,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"70a9e1de-6a18-42be-84a2-2c0dd8068013\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1032,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 25,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 25,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 59,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 318,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 605,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent boutique hotel. Close to Trevi Fountain. Good for sightseeing and located near shopping areas.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1021\n                    }\n                },\n                {\n                    \"Address\": \"Via Mazzarino 2, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b6f46de5-a554-43e0-8bc9-026ef0031db9.jpeg\"\n                    },\n                    \"DisplayName\": \"Trevi Palace Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89781189,\n                        \"Longitude\": 12.4868784\n                    },\n                    \"ID\": 6460387,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 315.07,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 337.98,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 378.99,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 108,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 296,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 331,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 127,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 44,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 243,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 9,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"4278240f-d817-4c1a-8ddf-1366ca2c5882\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 811,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 44,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 234,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 502,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Close to Trevi Fountain. Good for sightseeing with access to public transportation. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 811\n                    }\n                },\n                {\n                    \"Address\": \"Via Di Porta Pinciana 4, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f81ddd64-70a9-48d1-b16e-e032b27171f0.jpeg\"\n                    },\n                    \"DisplayName\": \"Operà Suites Roma\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90685,\n                        \"Longitude\": 12.48612\n                    },\n                    \"ID\": 6464049,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 246.31,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 277.9,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 226,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 191,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 84,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 139,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 151,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 234,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with nearby parking areas.\",\n                            \"ReviewId\": \"b59b1aa3-4684-4d04-992d-268b1996bf38\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 751,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 41,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 242,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 449,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with nearby parking areas. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 738\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Lavatore 30, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f116345c-50ee-4018-855c-8fc96746e8fc.jpeg\"\n                    },\n                    \"DisplayName\": \"Trevi Palace Luxury Inn\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.901180267334,\n                        \"Longitude\": 12.4845180511475\n                    },\n                    \"ID\": 6466839,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 269.24,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 278.72,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 420.93,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 258,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 211,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 214,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 60,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 85,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 135,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 0,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and has nearby restaurants and bars.\",\n                            \"ReviewId\": \"540acf21-fd6e-4126-8cd7-af3e865daffa\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 702,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 33,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 27,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 42,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 177,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 423,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Close to Trevi Fountain. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 702\n                    }\n                },\n                {\n                    \"Address\": \"Via Di San Basilio 55, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/bf5a247d-a5b1-462e-8df4-710002af4fcc.jpeg\"\n                    },\n                    \"DisplayName\": \"Basilio 55 Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90488,\n                        \"Longitude\": 12.489623\n                    },\n                    \"ID\": 6470773,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 224.31,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 166,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 160,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 27,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 22,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 183,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 76,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"1088c596-3cd3-4617-959e-13c8d1d0079d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 495,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 46,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 37,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 68,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 165,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 179,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.7,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair accommodation. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 500\n                    }\n                },\n                {\n                    \"Address\": \"Piazza Dei Cinquecento 90, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/40e55d26-f574-4399-971f-7e4d0ed9a741.jpeg\"\n                    },\n                    \"DisplayName\": \"NH Collection Palazzo Cinquecento\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9024124145508,\n                        \"Longitude\": 12.5016021728516\n                    },\n                    \"ID\": 6533785,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 509.98,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 524.28,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 605.65,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 488,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 111,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 528,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 214,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 157,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 389,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 10,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 77,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Terrible value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 20,\n                                    \"Score\": 19,\n                                    \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                    \"Text\": \"Disappointing wellness & sports facilities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"1b9c7202-4cfb-413b-9612-85c1beea153c\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2010,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 32,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 31,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 103,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 473,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1371,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Close to Roma Termini. Great rooms in excellent location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 2010\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 69, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c58745ea-5a8d-4a0a-9d76-10b1da416353.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Giolli Nazionale\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899281,\n                        \"Longitude\": 12.491253\n                    },\n                    \"ID\": 6606512,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 183.26,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 298.25,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1282,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 912,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 539,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 16,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 399,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1208,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 183,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 730,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 303,\n                                    \"Score\": 24,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"1ed20fc0-9893-47cc-a87a-52365f5c80e6\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 4187,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 178,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 194,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 480,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1619,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1716,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good city hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 4199\n                    }\n                },\n                {\n                    \"Address\": \"Via Palestro 35, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1f165690-0d8c-44b7-8cf9-e9efb6eca712.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Katty\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90583,\n                        \"Longitude\": 12.5033\n                    },\n                    \"ID\": 6626650,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 192.24,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 224,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 170,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 134,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 221,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 139,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 31,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 54,\n                                    \"Score\": 26,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 10,\n                                    \"Score\": 24,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good budget hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"4324e04f-9982-4edc-8b31-d52c167e7167\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 668,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 56,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 275,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 323,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good budget hotel. Close to Roma Termini. Close to public transportation and the train station. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 666\n                    }\n                },\n                {\n                    \"Address\": \"Piazza Del Viminale 14, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/13c89ab1-3e03-4868-bdb7-1541f226b3d4.jpeg\"\n                    },\n                    \"DisplayName\": \"Viminale View Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899954,\n                        \"Longitude\": 12.494348\n                    },\n                    \"ID\": 6628367,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 301.42,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 321.23,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 179,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 75,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 150,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 37,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 180,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 97,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 115,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 10,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"eacdc909-8393-4868-8f30-709660d9a7ea\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 496,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 30,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 168,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 289,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Good for sightseeing with easy access to train stations. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 494\n                    }\n                },\n                {\n                    \"Address\": \"Via Sardegna 17, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/48dd086c-ea3e-46f0-811d-12212f6e10e0.jpeg\"\n                    },\n                    \"DisplayName\": \"Rental in Rome Sardegna\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90892,\n                        \"Longitude\": 12.4895\n                    },\n                    \"ID\": 6630295,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 451.77,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Piazza Scanderbeg 117, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a088cfd7-410b-482d-8374-beb9ad708c75.jpeg\"\n                    },\n                    \"DisplayName\": \"Palazzo Scanderbeg\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.900697,\n                        \"Longitude\": 12.48497\n                    },\n                    \"ID\": 6633136,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 769.14,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 862.31,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 13,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 17,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 52,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 43,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 10,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 52,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 39,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 28,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 13,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"High value.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing.\",\n                            \"ReviewId\": \"a5ba7f1f-5a45-45f3-9ddf-9fb25159a9c7\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 134,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 114,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Good for sightseeing. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 144\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 96, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2d2fcac6-51ee-4b1f-b350-722a5e24bcbc.jpeg\"\n                    },\n                    \"DisplayName\": \"Elegance\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89847,\n                        \"Longitude\": 12.50107\n                    },\n                    \"ID\": 6637226,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 240.79,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 35,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 25,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 8,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 32,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 17,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 15,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 6,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"35f290c0-7c61-455a-8b87-13bdd3503e2d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 105,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 43,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 30,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.9,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 105\n                    }\n                },\n                {\n                    \"Address\": \"Via Clementina 5, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/477be865-4ae2-4dda-8b83-55a01c8ab723.jpeg\"\n                    },\n                    \"DisplayName\": \"Clementina WR Apartments\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89605,\n                        \"Longitude\": 12.49259\n                    },\n                    \"ID\": 6645362,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 545.67,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Volturno 48, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/30839270-cfa4-4d67-bc71-9f36612e1c9e.jpeg\"\n                    },\n                    \"DisplayName\": \"The Independent Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90395,\n                        \"Longitude\": 12.50038\n                    },\n                    \"ID\": 6672833,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 130.01,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 418.66,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 361,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 42,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 135,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 352,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 305,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 87,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 181,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 222,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 9,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 158,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Ordinary amenities\",\n                                    \"Text\": \"Average amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"eee692b6-eccc-437d-9f91-11f34cb3e26b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1080,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 38,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 24,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 55,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 321,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 642,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Close to Roma Termini. Close to public transportation and the train station. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1072\n                    }\n                },\n                {\n                    \"Address\": \"Via Giovanni Amendola 58, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/afec0386-0c69-4a5c-91de-29b16e0f3028.jpeg\"\n                    },\n                    \"DisplayName\": \"Roma Resort Termini\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899564,\n                        \"Longitude\": 12.500586\n                    },\n                    \"ID\": 6673646,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 196.05,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 199.45,\n                            \"SupplierName\": \"DDT\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 586,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 311,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 82,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 35,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 647,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 26,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 353,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 69,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 175,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 306,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 136,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"a5a87e85-e4b4-43d3-8a3f-d72a36c0c8fa\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1688,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 324,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 231,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 382,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 494,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 257,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Close to Roma Termini. Great location. Vibe is not too good.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                        \"ReviewsCount\": 1693\n                    }\n                },\n                {\n                    \"Address\": \"Viale Castro Pretorio 25, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/12f8e9c3-26e5-47ab-b421-0c73f709f940.jpeg\"\n                    },\n                    \"DisplayName\": \"Serendipity\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.903224,\n                        \"Longitude\": 12.506914\n                    },\n                    \"ID\": 6679341,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 145.16,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 71,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 81,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 19,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 39,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Service could be improved\",\n                                    \"Text\": \"Service is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 18,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 49,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 51,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to the city center and train stations.\",\n                            \"ReviewId\": \"fbbdd516-2387-4943-b7e7-21d1a0f336aa\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 243,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 42,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 98,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 76,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.8,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Close to the city center and train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 241\n                    }\n                },\n                {\n                    \"Address\": \"Via Calatafimi 18, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6eaf238d-82ec-4cec-b759-b8699127dfce.jpeg\"\n                    },\n                    \"DisplayName\": \"Fruit Rooms\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90534,\n                        \"Longitude\": 12.50009\n                    },\n                    \"ID\": 6694755,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 394.02,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 35,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 14,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 8,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 47,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Awful rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 32,\n                                    \"Score\": 18,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 19,\n                                    \"Score\": 18,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 5,\n                                    \"Score\": 8,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 6,\n                                    \"Score\": 0,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"4d4835f7-68e4-4674-8b41-ca91cd11422e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 116,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 25,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 19,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 25,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 32,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 2.9,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Close to public transportation and the train station. Room needs to be improved. Vibe is not too good.\"\n                        }\n                    ],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                        \"ReviewsCount\": 115\n                    }\n                },\n                {\n                    \"Address\": \"Via Dei Giardini 35 B, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fca3e841-8c35-4b7d-ab8d-a3f01e5ce12d.jpeg\"\n                    },\n                    \"DisplayName\": \"Al Manthia Hotel Gruppo Trevi Hotels\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9024925231934,\n                        \"Longitude\": 12.4897327423096\n                    },\n                    \"ID\": 6700078,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 266.42,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 374.44,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 246,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 198,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 204,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 112,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 250,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 36,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 139,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 33,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 75,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"2fa0b4fa-14a7-4fc4-a01b-ce1a18cd8a86\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 817,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 33,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 22,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 74,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 288,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 400,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 817\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 243 Int 9, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f4e8752a-4783-4342-9f31-e624ecb348e5.jpeg\"\n                    },\n                    \"DisplayName\": \"Everest Inn Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.901306,\n                        \"Longitude\": 12.494171\n                    },\n                    \"ID\": 6712851,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 167.99,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 286,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 262,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 93,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"High value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 123,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 269,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 92,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 67,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 30,\n                                    \"Score\": 26,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"8ffb7b77-e27a-4719-9a0e-4bef512ee2d4\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 922,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 23,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 85,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 391,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 413,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good city hotel. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 911\n                    }\n                },\n                {\n                    \"Address\": \"Via Gaeta 39, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/21f02d5f-6b03-4c7c-9342-cb786bc1fb53.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Windrose\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90451,\n                        \"Longitude\": 12.5004\n                    },\n                    \"ID\": 6712860,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 133.88,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 257.86,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 517,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 409,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 195,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 328,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 480,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 295,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"328ec7df-beab-492f-9a68-7764dab607dc\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1536,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 24,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 39,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 122,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 654,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 697,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good city hotel. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1525\n                    }\n                },\n                {\n                    \"Address\": \"Via Sicilia 153, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/424de4be-48b3-4e38-b7d0-76f2590956c2.jpeg\"\n                    },\n                    \"DisplayName\": \"Cicero Rome Center\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.909386,\n                        \"Longitude\": 12.494078\n                    },\n                    \"ID\": 6740044,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 169.48,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 144,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 112,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 69,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 156,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 5,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 32,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"4e985d98-cfb0-46aa-9736-934052fb4ec2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 505,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 49,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 202,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 232,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing and close to the city center.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 505\n                    }\n                },\n                {\n                    \"Address\": \"Via Milazzo, 3, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8f07ae6f-ad0b-44e0-827c-a3695c290a6f.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Planet\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9017448425293,\n                        \"Longitude\": 12.50409984588623\n                    },\n                    \"ID\": 6756671,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 147.66,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 47,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 56,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 49,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 28,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 10,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 17,\n                                    \"Score\": 18,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 6,\n                                    \"Score\": 0,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to train stations.\",\n                            \"ReviewId\": \"2408b183-6707-4e9c-8555-b6e88890d011\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 223,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 41,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 104,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 66,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.9,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Close to train stations. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 223\n                    }\n                },\n                {\n                    \"Address\": \"Via Montebello 126, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0bd3941e-f504-4d47-9d48-b5d67ebfb794.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel The Building\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.907772064209,\n                        \"Longitude\": 12.5032539367676\n                    },\n                    \"ID\": 6759985,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 133.44,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 300.44,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 445,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 601,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 150,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Wellness & sports facilities were pleasant enough.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 391,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 253,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 164,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Ordinary pool\",\n                                    \"Text\": \"Pool is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 695,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 339,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 140,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 12,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"4d4c00b4-7e76-48e3-b79c-dbbbe60245dc\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2265,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 90,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 118,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 257,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 867,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 933,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good wellness hotel. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 2265\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Tritone 87 89, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d4afdceb-4a50-4983-9e13-331a3377919e.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel 87 Eighty seven\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.903056,\n                        \"Longitude\": 12.486311\n                    },\n                    \"ID\": 6777242,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 338.49,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 672,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 534,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 295,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 252,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 117,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                    \"Text\": \"Sufficient wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 667,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 156,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Decent vibe\",\n                                    \"Text\": \"Vibe was decent.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 77,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"Food is all right\",\n                                    \"Text\": \"Food is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 137,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 232,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 386,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 57,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good Hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"b5258cc6-eaeb-48f3-8256-ed4fb95641c4\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2358,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 182,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 156,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 317,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 774,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 929,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good Hotel. Good for sightseeing with access to public transportation. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 2350\n                    }\n                },\n                {\n                    \"Address\": \"Via Augusto Valenzani 5, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/686382f8-5210-4fa1-9952-7997270f718f.jpeg\"\n                    },\n                    \"DisplayName\": \"Trinity Luxury Rooms\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.910095,\n                        \"Longitude\": 12.498825\n                    },\n                    \"ID\": 6784198,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 189.68,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 6,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 129,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 139,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 84,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 179,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 29,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"4096f0d6-c015-48a4-8276-9e9316935cf5\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 714,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 25,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 57,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 244,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 375,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 713\n                    }\n                },\n                {\n                    \"Address\": \"Via Napoleone Iii 70, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c2759894-9389-4292-bd53-c2d9e62480c2.jpeg\"\n                    },\n                    \"DisplayName\": \"Domus Napoleone\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.896346,\n                        \"Longitude\": 12.502742\n                    },\n                    \"ID\": 6807223,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 268.71,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 44,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 48,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 30,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 31,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 14,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 14,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"a8b25dfb-2ec1-4ccb-ae30-7aa7a1a6ad32\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 142,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 46,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 88,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to Roma Termini. Close to public transportation and the train station. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 138\n                    }\n                },\n                {\n                    \"Address\": \"Via Milazzo 4, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e120e1b8-cc48-4e51-a4e2-ab2439786ecc.jpeg\"\n                    },\n                    \"DisplayName\": \"Mirage\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.901644,\n                        \"Longitude\": 12.503823\n                    },\n                    \"ID\": 6817841,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 246.93,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Largo Del Tritone 153, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e960ff77-5a62-45bf-8934-6cb6faec0833.jpeg\"\n                    },\n                    \"DisplayName\": \"Giuturna Boutique Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.903146,\n                        \"Longitude\": 12.48674\n                    },\n                    \"ID\": 6851968,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 306.1,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 268,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 172,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 38,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 97,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 223,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 90,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 16,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 77,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 9,\n                                    \"Score\": 24,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"0ba4b2e1-d8d0-481f-a651-5f3b28e3b6db\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 768,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 51,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 330,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 367,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel. Great location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 767\n                    }\n                },\n                {\n                    \"Address\": \"Via Cavour 47, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7f4bbb27-c1e9-4c7f-a0da-7880fbe7303e.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Leone\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899458,\n                        \"Longitude\": 12.498282\n                    },\n                    \"ID\": 6862497,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 176.29,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 301,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 234,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 59,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 14,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 274,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 134,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 190,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 35,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 6,\n                                    \"Score\": 12,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"59ae2276-19d0-4367-82b2-36dd2fc79fa9\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1013,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 36,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 131,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 410,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 422,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.1,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1013\n                    }\n                },\n                {\n                    \"Address\": \"Via Zucchelli 2, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/16dfca57-172e-469a-b373-86479c85ceb1.jpeg\"\n                    },\n                    \"DisplayName\": \"Spagna Luxury'n Trevi\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90401,\n                        \"Longitude\": 12.48653\n                    },\n                    \"ID\": 6908331,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 242.64,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 21,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 9,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 22,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 8,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 9,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing.\",\n                            \"ReviewId\": \"e676149b-66ae-4bf6-ab9c-54deac042f66\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 80,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 36,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 30,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 75\n                    }\n                },\n                {\n                    \"Address\": \"Via Degli Artisti 18, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/89e80946-c8b8-4620-8ce9-0b92ee1e5b67.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Degli Artisti\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9055709838867,\n                        \"Longitude\": 12.4868278503418\n                    },\n                    \"ID\": 6933860,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 549.7,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 21,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 70,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 60,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 16,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 13,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 55,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 46,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 9,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"46c76250-c202-4ded-ae59-7d0bcb69b370\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 223,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 55,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 157,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Great location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 223\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 243, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/becb5d75-dc38-4f31-9deb-628e40d2abbe.jpeg\"\n                    },\n                    \"DisplayName\": \"Magnifico\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9018898010254,\n                        \"Longitude\": 12.4947576522827\n                    },\n                    \"ID\": 6947691,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 218.37,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 229,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 187,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 42,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 13,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 88,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 200,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 19,\n                                    \"Score\": 25,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"72ce854e-b452-4ec6-85fe-37ebda7f4cb1\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 628,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 21,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 77,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 254,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 263,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Close to Roma Termini. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 628\n                    }\n                },\n                {\n                    \"Address\": \"Via Carlo Alberto 4, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/23682913-aeec-44b4-b289-38aa577115c8.jpeg\"\n                    },\n                    \"DisplayName\": \"Rome To Stay\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.896516,\n                        \"Longitude\": 12.500855\n                    },\n                    \"ID\": 6950445,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 227.66,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Giovanni Amendola 77 Ground Floor, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a496ef7d-0a37-44bc-b0e9-c8e48d0f35c7.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Washington\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89972,\n                        \"Longitude\": 12.50029\n                    },\n                    \"ID\": 6952492,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 321.62,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 325.7,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 360.25,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 41,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 27,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 10,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 50,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 25,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 29,\n                                    \"Score\": 24,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 8,\n                                    \"Score\": 20,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"476fa856-a1b9-4ec6-9962-9a55a5ad4bef\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 151,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 45,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 18,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 25,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 40,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 23,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 2.8,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fantastic service. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 2.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/2_5.png\",\n                        \"ReviewsCount\": 143\n                    }\n                },\n                {\n                    \"Address\": \"Via Emilia 88, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/85755a1f-d544-4ec8-bd08-e542cb3b7194.jpeg\"\n                    },\n                    \"DisplayName\": \"Relais Donna Lucrezia\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.908255,\n                        \"Longitude\": 12.488283\n                    },\n                    \"ID\": 6957844,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 693.64,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 74,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 23,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 27,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 98,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 100,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 95,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 37,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 50,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 23,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Easily accessible by car and good for sightseeing.\",\n                            \"ReviewId\": \"f645f50b-bcda-4ea8-8c07-f07a851247bb\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 277,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 48,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 222,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Easily accessible by car and good for sightseeing. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 275\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 82, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6aa40c92-6688-40f1-a707-f2055acc79fb.jpeg\"\n                    },\n                    \"DisplayName\": \"The Glam\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89894,\n                        \"Longitude\": 12.490558\n                    },\n                    \"ID\": 6969759,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 419.67,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 427.39,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 18% in city\",\n                                    \"Text\": \"Top 18% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 373,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 103,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 150,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 390,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 125,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 396,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 57,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Good bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 229,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"0501d473-419f-49fc-88a4-6ac89d662ac7\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1322,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 30,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 29,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 74,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 385,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 804,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Good for sightseeing and located near shopping areas. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1319\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 69, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/55dfa70b-92ce-4b58-9bf4-19fd0b4fb5be.jpeg\"\n                    },\n                    \"DisplayName\": \"Vibe Nazionale\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899374,\n                        \"Longitude\": 12.491114\n                    },\n                    \"ID\": 7000440,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 298.25,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 171,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 126,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 77,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 53,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 27,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 184,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 20,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 112,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 47,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"6a1fd161-12b4-4a06-8d71-50a256e5319a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 683,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 25,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 33,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 79,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 275,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 271,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good city hotel. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 682\n                    }\n                },\n                {\n                    \"Address\": \"Via Zucchelli 1 C, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/bba192d7-4f0e-4d22-be47-f3494048d3ec.jpeg\"\n                    },\n                    \"DisplayName\": \"Albergo delle Regioni\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90435,\n                        \"Longitude\": 12.48651\n                    },\n                    \"ID\": 7002267,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 315.82,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 348,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 413,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 149,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 70,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 64,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 46,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 35,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 273,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 20,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 169,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"0f7fbb11-a3d0-4abb-837d-b1c74f13f4b7\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 745,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 77,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 660,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent romantic hotel. Good for sightseeing with access to public transportation. Fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 739\n                    }\n                },\n                {\n                    \"Address\": \"Via Palestro 13, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7c35f7ca-aa26-455a-99ee-a48ba287132c.jpeg\"\n                    },\n                    \"DisplayName\": \"The Guardian Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.907394,\n                        \"Longitude\": 12.501245\n                    },\n                    \"ID\": 7058511,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 141.27,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 259.42,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 14% in city\",\n                                    \"Text\": \"Top 14% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 98,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 446,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 367,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 253,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 374,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 452,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 66,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"310884ec-5da0-4a88-9a5f-ea50e02ef453\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1487,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 29,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 32,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 87,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 486,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 853,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Close to Trevi Fountain. Close to public transportation and the train station. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1483\n                    }\n                },\n                {\n                    \"Address\": \"Via Palestro 88, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/efefb620-db81-4900-b00d-7b5c07b43b39.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Philia Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90332,\n                        \"Longitude\": 12.50637\n                    },\n                    \"ID\": 7069808,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 111.15,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 177.32,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 146,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 113,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 176,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 97,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 56,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 11,\n                                    \"Score\": 14,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 63,\n                                    \"Score\": 10,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"afc0ba33-a9d0-470b-bf75-b012324a717a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 488,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 39,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 57,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 117,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 170,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 105,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.5,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair city hotel. Close to public transportation and the train station. Room needs to be improved. Vibe is not too good. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 494\n                    }\n                },\n                {\n                    \"Address\": \"Via Palestro 88, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f8e23a8c-6428-4431-8618-69431d58ac52.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Gabriella\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.903297,\n                        \"Longitude\": 12.506321\n                    },\n                    \"ID\": 7077134,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 152.09,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 15% in city\",\n                                    \"Text\": \"Top 15% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 79,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 65,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 45,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 89,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 9,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Easily accessible by car and also close to train stations.\",\n                            \"ReviewId\": \"ff488919-611c-470e-8d9f-b059c098c457\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 257,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 19,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 32,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 50,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 68,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 88,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good city hotel. Easily accessible by car and also close to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 249\n                    }\n                },\n                {\n                    \"Address\": \"Via Francesco Crispi 10, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3f463eff-56fc-4489-98a8-25f814563b57.jpeg\"\n                    },\n                    \"DisplayName\": \"Rome Kings Suite\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9031677246094,\n                        \"Longitude\": 12.485652923584\n                    },\n                    \"ID\": 7089424,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 283.42,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 576,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 222,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 145,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 101,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 70,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 196,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 110,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 31,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"4c1cba3b-a0ce-4b29-96d5-8b7624faed3a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 755,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 24,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 36,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 97,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 326,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 272,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 755\n                    }\n                },\n                {\n                    \"Address\": \"Via Volturno 40, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c363266d-2a28-496e-9d83-3b1c40e1a72a.jpeg\"\n                    },\n                    \"DisplayName\": \"The Independent Suites\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90411,\n                        \"Longitude\": 12.500145\n                    },\n                    \"ID\": 7141701,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 304.35,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 315.21,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 35,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 27,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 18,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 17,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Ordinary amenities\",\n                                    \"Text\": \"Average amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 41,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 12,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 22,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"67990fad-2e6c-4f71-8e5c-c5b79b2a1e5b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 113,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 32,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 65,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Great location. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 113\n                    }\n                },\n                {\n                    \"Address\": \"Via Della Purificazione 38, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0845cf22-99be-4e59-9e8a-e17e65113929.jpeg\"\n                    },\n                    \"DisplayName\": \"Excellence Suite\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904859,\n                        \"Longitude\": 12.487073\n                    },\n                    \"ID\": 7172910,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 174.48,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 300,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 161,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 107,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 298,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 20,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 88,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 21,\n                                    \"Score\": 9,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 14,\n                                    \"Score\": 5,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"58f78f93-63d9-4101-966c-d1847a5fc364\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1022,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 24,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 24,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 91,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 443,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 440,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1002\n                    }\n                },\n                {\n                    \"Address\": \"Via Campania 45, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c14421ef-77a0-4d7b-9fc1-ed4edc017f17.jpeg\"\n                    },\n                    \"DisplayName\": \"The Tribune part of JdV by Hyatt\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.909964,\n                        \"Longitude\": 12.491132\n                    },\n                    \"ID\": 7187092,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 429.77,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 472.19,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 19% in city\",\n                                    \"Text\": \"Top 19% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 13,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 82,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 115,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 47,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 27,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 48,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 105,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 35,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 34,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"8498edb4-f74f-4cb6-976b-b3a623975bec\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 367,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 22,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 85,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 238,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Close to Roma Termini. Good for sightseeing and located near shopping areas. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 366\n                    }\n                },\n                {\n                    \"Address\": \"Via Palestro 88, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ea96e5a8-ca9e-448d-b19d-2f701549a6c6.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Ventura Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.903284,\n                        \"Longitude\": 12.506326\n                    },\n                    \"ID\": 7224532,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 167.99,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 6,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good Hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"4bf51da2-09ea-4cb7-b1fc-2c86f31a4df9\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 13,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.9,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good Hotel. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 13\n                    }\n                },\n                {\n                    \"Address\": \"Via Della Panetteria 10, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/64ab2394-361c-4fda-8eac-1cb853b4771c.jpeg\"\n                    },\n                    \"DisplayName\": \"My Trevi Charming & Luxury Rooms\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.901733,\n                        \"Longitude\": 12.484525\n                    },\n                    \"ID\": 7246351,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 383.92,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 402.14,\n                            \"SupplierName\": \"DDT\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 122,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 22,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 86,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 94,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 44,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing.\",\n                            \"ReviewId\": \"417db216-8832-4102-b28a-29d3e78e38e3\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 284,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 41,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 230,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 287\n                    }\n                },\n                {\n                    \"Address\": \"Via Vittorio E. Orlando 90, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9386a98f-d573-4655-8c94-1b29182d8ca4.jpeg\"\n                    },\n                    \"DisplayName\": \"Mascagni Luxury Rooms & Suites\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.903925,\n                        \"Longitude\": 12.49483\n                    },\n                    \"ID\": 7255789,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 179.38,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 471.33,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 122,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 127,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 119,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 49,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 21,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 100,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 74,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"8b50c05e-6a9f-4cbd-b226-0ea5f3ebe5b5\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 462,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 129,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 300,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Great rooms in excellent location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 460\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 243, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d1e7ba71-8465-4994-b96c-37b81d8c2837.jpeg\"\n                    },\n                    \"DisplayName\": \"Amaranto Romano\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.901332,\n                        \"Longitude\": 12.494175\n                    },\n                    \"ID\": 7269385,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 202.87,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 100,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 100,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 15,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 41,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 57,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 90,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 26,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"8ce5122e-735f-4098-9185-0c058e7778e3\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 293,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 21,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 82,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 182,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with easy access to train stations. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 297\n                    }\n                },\n                {\n                    \"Address\": \"Via Di San Nicola Da Tolentino 50, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1bc54c2f-d8c3-4d80-bd77-cb076681708e.jpeg\"\n                    },\n                    \"DisplayName\": \"Via Veneto Prestige Rooms\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90445,\n                        \"Longitude\": 12.48982\n                    },\n                    \"ID\": 8144109,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 431.33,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 304,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 301,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 92,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 114,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 309,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 167,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 185,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"abb9ea74-a803-44b4-b5b9-f9d859608488\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 852,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 24,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 166,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 656,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to Trevi Fountain. Good for sightseeing with access to public transportation. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 849\n                    }\n                },\n                {\n                    \"Address\": \"Via Palermo 67, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4f3051ef-6dea-4db1-8749-7a48f9bb9b4d.jpeg\"\n                    },\n                    \"DisplayName\": \"Una Finestra su Monti\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89902,\n                        \"Longitude\": 12.49221\n                    },\n                    \"ID\": 8147514,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 235.93,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 266.51,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 17% in city\",\n                                    \"Text\": \"Top 17% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 16,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 157,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 68,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 128,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 25,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 137,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 92,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 6,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"1ae709b8-2464-4539-b023-3ae083b14fd5\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 451,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 23,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 134,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 286,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with easy access to train stations. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 451\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 62, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8ff42039-7ecb-4391-973a-7b0150e16879.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Dina\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899261474609375,\n                        \"Longitude\": 12.499845504760742\n                    },\n                    \"ID\": 8160300,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 166.72,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 185.53,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 190.43,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 77,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 51,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 10,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 52,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 79,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 42,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 36,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 23,\n                                    \"Score\": 21,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 32,\n                                    \"Score\": 12,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to restaurants, bars and train stations.\",\n                            \"ReviewId\": \"f3f5a4fc-3b94-4534-a9a4-436395db2a5d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 324,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 36,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 35,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 78,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 124,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 51,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.2,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Close to restaurants, bars and train stations. Vibe is not too good. Room needs to be improved. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                        \"ReviewsCount\": 324\n                    }\n                },\n                {\n                    \"Address\": \"Via Toscana 1, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/32a89851-761c-47ea-b3f8-5b9f9aab6bb8.jpeg\"\n                    },\n                    \"DisplayName\": \"Boutique Rome Inn\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.908145,\n                        \"Longitude\": 12.491995\n                    },\n                    \"ID\": 8160309,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 262.22,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 9,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 6,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing.\",\n                            \"ReviewId\": \"8fc20790-dbcd-4459-ab70-41251422749c\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 25,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 25\n                    }\n                },\n                {\n                    \"Address\": \"Via Carlo Alberto 43, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/590fde4a-a8ee-43ba-9256-3c7223d3ab24.jpeg\"\n                    },\n                    \"DisplayName\": \"Buonarroti Suite\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8961181640625,\n                        \"Longitude\": 12.5012245178223\n                    },\n                    \"ID\": 8274948,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 317.28,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Gioberti 30, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/961f7ab1-4985-43c9-ba82-dc99f0dbd158.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Scott House Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89885,\n                        \"Longitude\": 12.50059\n                    },\n                    \"ID\": 8346351,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 200.23,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 274.4,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 776,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 548,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 321,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 378,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 18,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 672,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 418,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 233,\n                                    \"Score\": 26,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"2e8fc040-3b00-40a3-89e7-642471795f3f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2194,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 67,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 80,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 260,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 912,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 875,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel for solo travelers. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 2196\n                    }\n                },\n                {\n                    \"Address\": \"Via Carlo Alberto 13, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f32a9365-3050-44be-a154-9a23f355a245.jpeg\"\n                    },\n                    \"DisplayName\": \"The BlueHostel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89666,\n                        \"Longitude\": 12.50022\n                    },\n                    \"ID\": 8346424,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 317.99,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 182,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 195,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 69,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 15,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 40,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 174,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 85,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 7,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 73,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hostel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"29dcc9a6-3e2c-464f-a250-c01efd4f1eaf\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 436,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 84,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 337,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hostel. Good for sightseeing with easy access to train stations. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 437\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 9 A, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8d1b5a3f-05f2-40ce-a2f3-d39ec7012d37.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Altavilla 9\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9000244140625,\n                        \"Longitude\": 12.4981660842896\n                    },\n                    \"ID\": 8346432,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 132.63,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 266,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 193,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 11,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 61,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"High value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 164,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 113,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 290,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 41,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 155,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 81,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 66,\n                                    \"Score\": 14,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"20d61bbe-63e6-4fee-9569-7300d66b8613\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1089,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 70,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 142,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 291,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 379,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 207,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.5,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good for sightseeing with easy access to train stations. Room needs to be improved. Vibe is not too good.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 1089\n                    }\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 9, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b8a56702-4729-4c27-bc83-81640ce41b3c.jpeg\"\n                    },\n                    \"DisplayName\": \"Giada\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90006,\n                        \"Longitude\": 12.498158\n                    },\n                    \"ID\": 8346433,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 132.92,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 165.92,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 7,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 6,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 8,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 6,\n                                    \"Score\": 18,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 9,\n                                    \"Score\": 13,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Awful rooms.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to train stations.\",\n                            \"ReviewId\": \"749155ef-7b60-49a4-a494-2abeb312fcf5\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 21,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 2.6,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Close to train stations. Fantastic service. Room needs to be improved.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 2.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/2_5.png\",\n                        \"ReviewsCount\": 18\n                    }\n                },\n                {\n                    \"Address\": \"Via Sicilia 153, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/845326f8-9f0f-40b2-b80b-5959376d9050.jpeg\"\n                    },\n                    \"DisplayName\": \"Maison Coquette\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90932,\n                        \"Longitude\": 12.49409\n                    },\n                    \"ID\": 8346478,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 280.89,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 50,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 91,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 71,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 101,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"09eee19a-6920-49b9-adfc-32d0814800a1\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 326,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 94,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 209,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing and close to the city center. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 327\n                    }\n                },\n                {\n                    \"Address\": \"Via Dei Mille 41 A, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ccb99c35-f964-43d6-b200-94ebf4c946b2.jpeg\"\n                    },\n                    \"DisplayName\": \"Guest House Galaxy\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90188599,\n                        \"Longitude\": 12.50541878\n                    },\n                    \"ID\": 8346706,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 191.36,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 215.45,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 12,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 13,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 12,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 9,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 6,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to train stations.\",\n                            \"ReviewId\": \"c9b596f6-832e-43b2-bf1f-de48d9fbd5c2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 54,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 18,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.4,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Room needs to be improved. Great location. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 54\n                    }\n                },\n                {\n                    \"Address\": \"Via Milano 49, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/941131ed-bbc4-46a0-8873-0e2cd06ca4e9.jpeg\"\n                    },\n                    \"DisplayName\": \"Cardilli Luxury Rooms\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8984,\n                        \"Longitude\": 12.49106\n                    },\n                    \"ID\": 8347116,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 265.78,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 189,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 183,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 15,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 8,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 47,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 11,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 96,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 177,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 42,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 90,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 18,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"d53ef8a1-7a1b-4693-922a-bb3e6242d174\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 539,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 64,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 468,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Awesome rooms and service in a great location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 528\n                    }\n                },\n                {\n                    \"Address\": \"Via Marsala 80, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9e7045b4-3d72-4d57-a9a1-5f7626d0aec9.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Agorà\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9014434814453,\n                        \"Longitude\": 12.5039949417114\n                    },\n                    \"ID\": 8348286,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 141.44,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 325,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 189,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 50,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 20,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 330,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 147,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 188,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 69,\n                                    \"Score\": 28,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"c15c6045-e16c-467e-80b6-e306f1fec438\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1414,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 59,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 107,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 262,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 603,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 383,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.8,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good hotel for solo travelers. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1414\n                    }\n                },\n                {\n                    \"Address\": \"Via Urbana 108, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2572dac4-e1b2-43b5-af9f-f011bcaa0d91.jpeg\"\n                    },\n                    \"DisplayName\": \"Monti Colosseum Apartment Urbana\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89621,\n                        \"Longitude\": 12.49388\n                    },\n                    \"ID\": 8513929,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 652.67,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 14,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 7,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 33,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 30,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 21,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"f5ccd803-6429-4aaf-802e-459241dbeab9\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 63,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 21,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 42,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Fantastic service. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 63\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Macao 12, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ee9bf689-2403-4129-9762-31a4792bcac4.jpeg\"\n                    },\n                    \"DisplayName\": \"Colonna Suite Luxury Termini Station Big Apartment\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90576,\n                        \"Longitude\": 12.49986\n                    },\n                    \"ID\": 8519179,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 282.22,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 12,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Awful rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 6,\n                                    \"Score\": 0,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 7,\n                                    \"Score\": 0,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"d9f92e2f-0f61-496a-8f29-6953b474942c\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 22,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.3,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Great location. Room needs to be improved.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                        \"ReviewsCount\": 22\n                    }\n                },\n                {\n                    \"Address\": \"Via Montebello 17, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/919e7d4a-2418-40ea-9b6a-a3da742e7974.jpeg\"\n                    },\n                    \"DisplayName\": \"City Life Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904899597168,\n                        \"Longitude\": 12.4992799758911\n                    },\n                    \"ID\": 8724469,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 457.27,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 108,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 248,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 217,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 241,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 46,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 36,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 225,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"004a54d5-62af-462d-ada5-7531315fc360\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 634,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 146,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 476,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to Roma Termini. Close to public transportation and the train station. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 632\n                    }\n                },\n                {\n                    \"Address\": \"Via Di San Basilio 57, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/66a0b7b1-5339-4174-bd72-56e6a6c27f7c.jpeg\"\n                    },\n                    \"DisplayName\": \"Saint B Boutique Hotel STB\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90489,\n                        \"Longitude\": 12.48967\n                    },\n                    \"ID\": 8759820,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 244.84,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 134,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 81,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 148,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 54,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 25,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 7,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 72,\n                                    \"Score\": 17,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"4bacab6b-e1aa-4315-9881-7cd4920ccffd\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 450,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 50,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 186,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 188,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 460\n                    }\n                },\n                {\n                    \"Address\": \"Via Palestro 64, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e9a94084-541b-4bf9-a9ec-4eaa083af772.jpeg\"\n                    },\n                    \"DisplayName\": \"The Liberty Boutique Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90443,\n                        \"Longitude\": 12.50501\n                    },\n                    \"ID\": 9193273,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 365.67,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 385.33,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 650,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 140,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 303,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 260,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 443,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 420,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 83,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 216,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 140,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"4c1280a6-5acf-4bdc-b4b7-e2b76760d017\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1290,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 169,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1090,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Close to Roma Termini. Close to public transportation and the train station. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 1289\n                    }\n                },\n                {\n                    \"Address\": \"Via Gregoriana 5A, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ef868d17-95e1-47f7-9333-60dd3d02746a.jpeg\"\n                    },\n                    \"DisplayName\": \"L'Obelisque Maison De Luxe\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90429,\n                        \"Longitude\": 12.48507\n                    },\n                    \"ID\": 9228452,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 297.9,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 56,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 135,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 120,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 25,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 102,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 121,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 27,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 82,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"67e93241-fdab-4df5-ae71-23b779f0f907\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 405,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 129,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 257,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing and close to the city center. Fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 403\n                    }\n                },\n                {\n                    \"Address\": \"Via Delle Quattro Fontane 15 Scala B, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/92acf16f-908c-450d-b263-5abc97a9a0cd.jpeg\"\n                    },\n                    \"DisplayName\": \"EscapeSuite Domus Collection\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90242,\n                        \"Longitude\": 12.49003\n                    },\n                    \"ID\": 9228551,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 442.5,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 202,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 273,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 116,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 48,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 267,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 33,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 36,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 21,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"d0d8f62d-a68c-44d4-8a38-e4e8064e3e17\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 699,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 122,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 546,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Good for sightseeing with access to public transportation. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 697\n                    }\n                },\n                {\n                    \"Address\": \"Via Collina 48, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/28cb0359-50e8-4765-a778-91b137a4b5da.jpeg\"\n                    },\n                    \"DisplayName\": \"Andromeda\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90875,\n                        \"Longitude\": 12.49727\n                    },\n                    \"ID\": 9228662,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 129.69,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Piazza Vittorio Emanuele Ii 138, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1779e5d2-8db5-4438-8fb2-09506c5e43a8.jpeg\"\n                    },\n                    \"DisplayName\": \"Dada Suites\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89501,\n                        \"Longitude\": 12.50234\n                    },\n                    \"ID\": 9229114,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 156.67,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 176.3,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"dd4a5156-93af-4033-a94c-29ff8acb5eb4\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"Score\": 0,\n                            \"ScoreDescription\": \"\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Piemonte 39, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a934fc64-6296-4abb-a2d0-572a7b69c3df.jpeg\"\n                    },\n                    \"DisplayName\": \"Prestigious Apartment Via Veneto\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9065,\n                        \"Longitude\": 12.4941\n                    },\n                    \"ID\": 9229433,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 1601.18,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 6,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"3758094a-75b3-4f0b-8df7-ef9a9e525050\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 25,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 26\n                    }\n                },\n                {\n                    \"Address\": \"Via Montebello 99, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f4af6839-3ddb-4b70-a2c8-079e53cb23c6.jpeg\"\n                    },\n                    \"DisplayName\": \"K Rooms\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90663,\n                        \"Longitude\": 12.50151\n                    },\n                    \"ID\": 9229507,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 358.64,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 72,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 45,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 118,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 39,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 79,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 5,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"7b01cf7a-a026-4c02-be27-7ae10594d20a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 364,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 23,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 18,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 44,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 143,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 136,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Close to public transportation and the train station. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 363\n                    }\n                },\n                {\n                    \"Address\": \"Via Milano 42, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/edccf66e-7ef1-4c2e-b325-41702b8bb48d.jpeg\"\n                    },\n                    \"DisplayName\": \"Rome Times Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.898608,\n                        \"Longitude\": 12.49058\n                    },\n                    \"ID\": 9230044,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 134.79,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 413.62,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 336,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 313,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 175,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 123,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 340,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 63,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 10,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"35a48666-9548-4f84-a5b6-145e4d1f0008\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1127,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 38,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 41,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 103,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 376,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 569,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good boutique hotel. Close to Trevi Fountain. Good for sightseeing and located near shopping areas.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1106\n                    }\n                },\n                {\n                    \"Address\": \"Via Boncompagni 47, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d413fb60-449b-47e0-8418-64dc8901c9f3.jpeg\"\n                    },\n                    \"DisplayName\": \"Suite in Rome Veneto\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90861,\n                        \"Longitude\": 12.49391\n                    },\n                    \"ID\": 9410186,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 165.92,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 90,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 127,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 54,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 70,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 16,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"65de2cb9-193d-4314-a375-fd28b28e70bc\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 411,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 24,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 22,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 63,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 147,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 155,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.9,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 402\n                    }\n                },\n                {\n                    \"Address\": \"Via Cavour 47, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fff23773-42ae-46a7-b002-e234b2b80c8f.jpeg\"\n                    },\n                    \"DisplayName\": \"Roman Holidays Boutique Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89955,\n                        \"Longitude\": 12.49824\n                    },\n                    \"ID\": 9412869,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 373.27,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 105,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 116,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 23,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 121,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 57,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 43,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 31,\n                                    \"Score\": 26,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"eab641ca-b4a0-4995-8bc8-10fd2b269883\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 387,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 28,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 113,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 238,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with easy access to train stations. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 384\n                    }\n                },\n                {\n                    \"Address\": \"Via Varese 5, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/51817e26-50e1-474c-8ba4-1b65c54da67e.jpeg\"\n                    },\n                    \"DisplayName\": \"Palma Residence\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9032402038574,\n                        \"Longitude\": 12.5049200057983\n                    },\n                    \"ID\": 9412957,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 143.77,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1331,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 243,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 75,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 842,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 695,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1406,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 821,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 49,\n                                    \"Score\": 13,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"4ea4fec2-3662-40a6-9a7e-802c917e8520\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 4556,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 207,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 240,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 640,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1969,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1500,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Close to Roma Termini. Close to public transportation and the train station. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 4552\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 66, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/712758b4-5200-4cdf-ae92-e26681170cf0.jpeg\"\n                    },\n                    \"DisplayName\": \"Esposizione Palace Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89932,\n                        \"Longitude\": 12.4914\n                    },\n                    \"ID\": 9412998,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 354.62,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"6c55dbe9-3566-4758-a86c-367d7e29cff3\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"Score\": 0,\n                            \"ScoreDescription\": \"\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Cavour 136, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/817e79eb-7d80-44fb-a8b1-38afe14959d9.jpeg\"\n                    },\n                    \"DisplayName\": \"Casa Cleo\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8967323303223,\n                        \"Longitude\": 12.4955930709839\n                    },\n                    \"ID\": 9413150,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 207.17,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 43,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 88,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 233,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 240,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 73,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 46,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 210,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 34,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 129,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"c47beb30-46e9-44ca-b818-890f2de0c875\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 585,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 99,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 474,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to Roma Termini. Good for sightseeing with easy access to train stations. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 585\n                    }\n                },\n                {\n                    \"Address\": \"Via Dei Serpenti 6, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c4920f38-cacc-4301-ad23-83dd96d30b20.jpeg\"\n                    },\n                    \"DisplayName\": \"Daplace HQH Colosseo\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.895204,\n                        \"Longitude\": 12.490573\n                    },\n                    \"ID\": 9413223,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 196.39,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 224.66,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Nazionale 163, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6e18b4f0-b142-4a45-9885-af3e5903372b.jpeg\"\n                    },\n                    \"DisplayName\": \"Sweet Dreams Roma\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89697,\n                        \"Longitude\": 12.48728\n                    },\n                    \"ID\": 9413489,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 362.99,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 17% in city\",\n                                    \"Text\": \"Top 17% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 210,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 139,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 66,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 132,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 7,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"0a65b7ac-ae30-4a0a-94cc-cdff2422466e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 448,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 18,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 121,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 303,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with access to public transportation. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 448\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Castro Pretorio 24, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0f1faae6-8e03-4c48-8f97-f67ab08c05db.jpeg\"\n                    },\n                    \"DisplayName\": \"Rome Terminal House\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90166,\n                        \"Longitude\": 12.5054\n                    },\n                    \"ID\": 9413529,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 130.68,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"15 Via Venezia, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/bd11a335-603e-48e7-a728-454db746abed.jpeg\"\n                    },\n                    \"DisplayName\": \"Dem Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89996,\n                        \"Longitude\": 12.49301\n                    },\n                    \"ID\": 9413646,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 194.44,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 317,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 253,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 146,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 320,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 208,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 38,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"26108c34-e583-4a5b-a9cb-33c3e036bb00\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1051,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 45,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 107,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 431,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 452,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel. Close to Roma Termini. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1051\n                    }\n                },\n                {\n                    \"Address\": \"Piazza Barberini 45, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/891a13cb-082f-4f50-b957-0ac6c184a1bd.jpeg\"\n                    },\n                    \"DisplayName\": \"Penthouse Suite Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.903441,\n                        \"Longitude\": 12.488647\n                    },\n                    \"ID\": 9413854,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 533.74,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 92,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 48,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 57,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 101,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 24,\n                                    \"Score\": 26,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"76410da5-160c-4c5a-b78f-6ccfb84c18b3\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 261,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 21,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 70,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 154,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with access to public transportation. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 265\n                    }\n                },\n                {\n                    \"Address\": \"Via Cesare Balbo 43, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/dac67028-792e-472f-a5d4-d1875aa556d5.jpeg\"\n                    },\n                    \"DisplayName\": \"Rione Monti Suites\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8972244262695,\n                        \"Longitude\": 12.4937973022461\n                    },\n                    \"ID\": 9413896,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 247.21,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 9,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 183,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 152,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 90,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 164,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 10,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"fe54184c-fd78-4232-8edf-0ab1565f3384\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 510,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 26,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 153,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 328,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with easy access to train stations. Great rooms and fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 510\n                    }\n                },\n                {\n                    \"Address\": \"Via Rattazzi 63, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e38ae661-2dd7-4127-bf83-23b55abadcf3.jpeg\"\n                    },\n                    \"DisplayName\": \"Sixtythree Guesthouse\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.897979,\n                        \"Longitude\": 12.503646\n                    },\n                    \"ID\": 9416121,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 494.27,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Marghera 8, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2021bf42-fb20-4015-8889-67476bab2d8c.jpeg\"\n                    },\n                    \"DisplayName\": \"The Beehive\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90319,\n                        \"Longitude\": 12.50455\n                    },\n                    \"ID\": 9418413,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 214.63,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"7 Via Bergamo, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0227be35-ab01-432f-955b-e23242f151dd.jpeg\"\n                    },\n                    \"DisplayName\": \"Dolce Luxury Rooms\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.91134,\n                        \"Longitude\": 12.49979\n                    },\n                    \"ID\": 9761029,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 364.06,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 456.26,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 37,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 28,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 9,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 57,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 20,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 34,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation.\",\n                            \"ReviewId\": \"526c1969-3b4d-4f1d-ae42-c58bf0227cb2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 153,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 62,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 66,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Close to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 153\n                    }\n                },\n                {\n                    \"Address\": \"Via Sistina 143, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ea2f3769-139f-469f-85d3-c508ba82531e.jpeg\"\n                    },\n                    \"DisplayName\": \"The Sistina Suite\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9038,\n                        \"Longitude\": 12.4876\n                    },\n                    \"ID\": 9761202,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 391.93,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"21 Corso D'italia, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c3036745-4f06-4908-beeb-4e22b43ffaab.jpeg\"\n                    },\n                    \"DisplayName\": \"Via Veneto Suites\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.91081,\n                        \"Longitude\": 12.49164\n                    },\n                    \"ID\": 9764489,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 203.81,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 254.76,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 322.12,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 63,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 80,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 80,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 124,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 43,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 62,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 13,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 13,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Easily accessible by car and good for sightseeing.\",\n                            \"ReviewId\": \"2974584e-d97c-41fd-a716-d4a8dcfbb504\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 366,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 38,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 139,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 159,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Easily accessible by car and good for sightseeing.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 368\n                    }\n                },\n                {\n                    \"Address\": \"7 Via Lucullo 7, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3637bbfb-816a-481e-8ad8-d19dc5271153.jpeg\"\n                    },\n                    \"DisplayName\": \"Relais Barberini\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90629,\n                        \"Longitude\": 12.4931\n                    },\n                    \"ID\": 9768292,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 215.09,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 256.83,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 39,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 22,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 13,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 44,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 33,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 19,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Service could be improved\",\n                                    \"Text\": \"Service is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 8,\n                                    \"Score\": 28,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Terrible value.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing.\",\n                            \"ReviewId\": \"f8762ab7-2381-44e9-ad21-d565ce0e43b2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 182,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 64,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 79,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 182\n                    }\n                },\n                {\n                    \"Address\": \"Via Torino 45, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0fb47673-f6ad-4b5c-ba7d-b07e94f5ef70.jpeg\"\n                    },\n                    \"DisplayName\": \"The RomeHello Hostel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90329,\n                        \"Longitude\": 12.49432\n                    },\n                    \"ID\": 9773191,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 251.14,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Sustainability\",\n                                    \"Count\": 6,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Great efforts to be sustainable\",\n                                    \"Text\": \"Excellent sustainability efforts\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1871,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1530,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 1045,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 627,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 454,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 57,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1560,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 243,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 420,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 893,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hostel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"279bc7e9-d97d-4f46-b2d7-ff7fdf13f8f1\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6324,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 47,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 32,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 101,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1052,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5092,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hostel for solo travelers. Close to Roma Termini. Good for sightseeing with easy access to train stations. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 6330\n                    }\n                },\n                {\n                    \"Address\": \"146 Via Vittorio Veneto, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/814f1fc5-ee44-4b9e-a112-5a1c20bd6710.jpeg\"\n                    },\n                    \"DisplayName\": \"The Shire Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9091,\n                        \"Longitude\": 12.48833\n                    },\n                    \"ID\": 10145122,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 312.4,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 350.11,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 74,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 66,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 31,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 51,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 45,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 95,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 26,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Ordinary amenities\",\n                                    \"Text\": \"Average amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"3f5d6b5a-31fb-41d9-a3c6-27be9732bb3e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 243,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 83,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 139,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Good for sightseeing and close to the city center. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 241\n                    }\n                },\n                {\n                    \"Address\": \"148 Via Rasella, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6c0fd1ee-6fbb-4570-b629-a98927b22aa6.jpeg\"\n                    },\n                    \"DisplayName\": \"Trevi Contemporary Suite\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90253,\n                        \"Longitude\": 12.48773\n                    },\n                    \"ID\": 10145211,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 205.37,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 230.98,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 117,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 12,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 84,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 50,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 108,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 13,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"65eb3ba2-677a-4ddb-8c10-21f48ff5dd91\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 318,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 99,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 201,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing and close to the city center. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 323\n                    }\n                },\n                {\n                    \"Address\": \"Via Di Santa Prassede 8, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/12bfd2e2-b83e-4a82-b7a1-92ab42883d92.jpeg\"\n                    },\n                    \"DisplayName\": \"Relais Santa Maria Maggiore\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89637,\n                        \"Longitude\": 12.49892\n                    },\n                    \"ID\": 10269350,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 184.54,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 196.88,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 211.22,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 138,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 126,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 26,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Decent vibe\",\n                                    \"Text\": \"Vibe was decent.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 28,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Ordinary amenities\",\n                                    \"Text\": \"Average amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 62,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 129,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 24,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 69,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"bda456a0-ffc5-4ff3-875a-cd90161f68ff\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 410,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 64,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 159,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 154,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 404\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 243, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8a6ba11c-5f7e-4db8-9d46-5f3abae15a9a.jpeg\"\n                    },\n                    \"DisplayName\": \"Nazionale Palace Suites\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9015007019043,\n                        \"Longitude\": 12.4941987991333\n                    },\n                    \"ID\": 10273258,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 204.6,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 71,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 17,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 5,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 48,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 75,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 30,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 47,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"579db884-1d52-41e9-a94b-bc3fa93a62d3\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 257,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 99,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 129,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Awesome rooms and service in a great location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 257\n                    }\n                },\n                {\n                    \"Address\": \"Via Urbano Rattazzi 2C, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/778de8db-0273-423c-95e4-04db0f25a086.jpeg\"\n                    },\n                    \"DisplayName\": \"Santamaggiore Inn\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.896308,\n                        \"Longitude\": 12.501879\n                    },\n                    \"ID\": 10342498,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 234.89,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 30,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 49,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 51,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 7,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 44,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 10,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 11,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 22,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"0d1c9d6c-73c8-4aee-9a9b-e6d2e2672b95\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 166,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 43,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 117,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to public transportation and the train station. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 166\n                    }\n                },\n                {\n                    \"Address\": \"Piazza Barberini 5 Via Veneto, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/89ee8bc6-cf3c-4d2c-be45-f627e2fad199.jpeg\"\n                    },\n                    \"DisplayName\": \"Palazzo Caruso\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90368,\n                        \"Longitude\": 12.48822\n                    },\n                    \"ID\": 10344734,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 394.2,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 46,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 42,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 10,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Tasty food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 24,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 45,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 28,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 15,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 6,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Decent vibe\",\n                                    \"Text\": \"Vibe was decent.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 7,\n                                    \"Score\": 17,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Terrible value.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing.\",\n                            \"ReviewId\": \"397a382c-f38b-44f4-9012-155c9810f012\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 169,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 50,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 100,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 169\n                    }\n                },\n                {\n                    \"Address\": \"Piazza Del Viminale 5, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e2c19a1b-863f-4e0d-af3d-5a576e325205.jpeg\"\n                    },\n                    \"DisplayName\": \"Locanda al Viminale\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90008,\n                        \"Longitude\": 12.49371\n                    },\n                    \"ID\": 10429316,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 194.25,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 235,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 256,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 77,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 147,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 217,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 11,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 39,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"20e0afb2-eb1d-4f7c-a4e8-de016aa59a9a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 750,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 60,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 318,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 351,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing with easy access to train stations. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 745\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Tritone 102, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e9e871d1-9220-40b4-984a-97811fbd9c22.jpeg\"\n                    },\n                    \"DisplayName\": \"Maison Tritone\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90292,\n                        \"Longitude\": 12.48754\n                    },\n                    \"ID\": 10429318,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 142.24,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 645.7,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 969.45,\n                            \"SupplierName\": \"DDT\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 177,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 179,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 178,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 37,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 83,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 142,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"da564979-6ebc-46e2-9f4d-2e3b6b35188a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 501,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 47,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 446,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with access to public transportation. Great rooms and fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 498\n                    }\n                },\n                {\n                    \"Address\": \"Via Sistina 134, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b065aafd-3c4d-4428-aa1b-8790ceae8701.jpeg\"\n                    },\n                    \"DisplayName\": \"Sistina 2 WR Apartments\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90406,\n                        \"Longitude\": 12.48714\n                    },\n                    \"ID\": 10429324,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 421.63,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 14,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 6,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 19,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 12,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 7,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing.\",\n                            \"ReviewId\": \"3ff52d17-9f54-4526-9f4d-157bc16c1f38\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 29,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.8,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair accommodation. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 28\n                    }\n                },\n                {\n                    \"Address\": \"150 Via Cavour, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4ec70e82-fc16-4106-bf72-53b7cc3168ab.jpeg\"\n                    },\n                    \"DisplayName\": \"Nerva Accomodation Cavour\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89655,\n                        \"Longitude\": 12.49537\n                    },\n                    \"ID\": 10468003,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 742.5,\n                            \"SupplierName\": \"DDT\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 91,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 76,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 20,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 20,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 29,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 83,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"a599c235-9fbb-464c-9bc6-d06fe64574db\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 327,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 102,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 198,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with easy access to train stations. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 326\n                    }\n                },\n                {\n                    \"Address\": \"Via Barberini 29, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9500a5d8-ddf5-432c-9e7f-734896f76679.jpeg\"\n                    },\n                    \"DisplayName\": \"Prestigious Apartment Via Barberini\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9041,\n                        \"Longitude\": 12.4896\n                    },\n                    \"ID\": 10468439,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 1369.84,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 7,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 9,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 8,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"f02a52b2-4ee8-4180-acdc-bba501a70cbf\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 19,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 18,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Awesome rooms and service in a great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 19\n                    }\n                },\n                {\n                    \"Address\": \"Via Giovanni Giolitti 119, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/85adff46-3682-4a1b-b939-ce3bf4784b26.jpeg\"\n                    },\n                    \"DisplayName\": \"Roma Station House\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899289,\n                        \"Longitude\": 12.502174\n                    },\n                    \"ID\": 10503100,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 236.08,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 211,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 80,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 122,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 171,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 21,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 10,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 114,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"56d93be0-27b1-406d-a763-7fc6192e96bd\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 659,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 54,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 282,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 291,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 657\n                    }\n                },\n                {\n                    \"Address\": \"Via Montebello 104, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/17105e80-7c27-40c0-9749-c8dd7209b24f.jpeg\"\n                    },\n                    \"DisplayName\": \"Chroma Italy Chroma Deka\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.906445,\n                        \"Longitude\": 12.501595\n                    },\n                    \"ID\": 10503146,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 242.04,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 14,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 6,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 8,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 14,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 11,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to train stations.\",\n                            \"ReviewId\": \"7e2effd0-168f-42e8-853f-ca3cff4d1093\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 45,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 19,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 19,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Close to train stations. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 46\n                    }\n                },\n                {\n                    \"Address\": \"Via Carlo Cattaneo 22, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/beb37400-7101-45a3-b08f-cd667a76f306.jpeg\"\n                    },\n                    \"DisplayName\": \"Roma Vespahouse\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89867,\n                        \"Longitude\": 12.50244\n                    },\n                    \"ID\": 10527827,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 308.66,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 34,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 67,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 47,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 22,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 8,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to train stations.\",\n                            \"ReviewId\": \"c741c857-bfb3-4a4f-8c7e-3a9981e1b384\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 137,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 39,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 92,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to Roma Termini. Great rooms in excellent location.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 139\n                    }\n                },\n                {\n                    \"Address\": \"Via Cimarra 2, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4a9ca9b8-98a0-4bb5-83c6-44c987c657df.jpeg\"\n                    },\n                    \"DisplayName\": \"Diapason Colosseum Suite\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89615,\n                        \"Longitude\": 12.49042\n                    },\n                    \"ID\": 10528262,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 234.78,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 69,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 42,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 11,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 23,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 29,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 18,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 57,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 8,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 5,\n                                    \"Score\": 12,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing.\",\n                            \"ReviewId\": \"16c7f937-a6f9-46b3-b249-fda840cd2b9f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 169,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 44,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 120,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Great rooms in excellent location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 169\n                    }\n                },\n                {\n                    \"Address\": \"117 Via Piemonte, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2539c394-a24e-43b2-a7f1-b10888967ef1.jpeg\"\n                    },\n                    \"DisplayName\": \"Lifestyle Veneto Suite\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90973,\n                        \"Longitude\": 12.49325\n                    },\n                    \"ID\": 10702041,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 709.15,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 38,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 28,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 26,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 47,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 26,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing.\",\n                            \"ReviewId\": \"9a2a4ee7-0e23-4295-8e6c-c6faee90b1d9\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 123,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 21,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 89,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 121\n                    }\n                },\n                {\n                    \"Address\": \"Via Torino 6, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c95c5970-d7dc-4d9a-ada8-9d4ce938daa8.jpeg\"\n                    },\n                    \"DisplayName\": \"The Hive Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89964,\n                        \"Longitude\": 12.49666\n                    },\n                    \"ID\": 10702550,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 434.59,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 17% in city\",\n                                    \"Text\": \"Top 17% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 439,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1419,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1245,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 770,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1689,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 1059,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 495,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 176,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                    \"Text\": \"Sufficient wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 34,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 388,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"04a37232-aada-4786-a8be-4eaa6bc5c9d2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6576,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 149,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 106,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 365,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1835,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4121,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 6550\n                    }\n                },\n                {\n                    \"Address\": \"Via Barberini 50, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/846bd661-b7d9-4bc8-ada7-aa8a79957687.jpeg\"\n                    },\n                    \"DisplayName\": \"Triviho Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9046,\n                        \"Longitude\": 12.49192\n                    },\n                    \"ID\": 10703038,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 159.42,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 260.61,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 183,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 220,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 72,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 124,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 202,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 29,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"High value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 6,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is not good.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"d2421d97-2fd4-46e9-83d1-0853ca2fd163\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 575,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 25,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 120,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 413,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Close to Trevi Fountain. Good for sightseeing with access to public transportation. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 575\n                    }\n                },\n                {\n                    \"Address\": \"40 Via Leonida Bissolati, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d326c025-018e-4801-9ef0-d009c87dbb5d.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Royal Bissolati\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9054,\n                        \"Longitude\": 12.49168\n                    },\n                    \"ID\": 10703441,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 360.91,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 407.84,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 26,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 19,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 51,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 22,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 14,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 6,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Food is all right\",\n                                    \"Text\": \"Food is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 40,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 8,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Terrible value.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation.\",\n                            \"ReviewId\": \"7ed2791f-a709-463e-99f8-5a95cecdad08\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 122,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 32,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 58,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel. Close to public transportation. Awesome vibe. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 122\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Traforo 135, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/99950314-713b-4ecf-8b29-156440a5219c.jpeg\"\n                    },\n                    \"DisplayName\": \"The One Boutique Hotel & Spa Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90239,\n                        \"Longitude\": 12.48631\n                    },\n                    \"ID\": 10740607,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 402.34,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 409.67,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 199,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 12,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 145,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 67,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 64,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 167,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 128,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 101,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 57,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 26,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"f8e37368-b303-4648-b790-e84fce79a3d9\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 613,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 30,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 200,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 368,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Good for sightseeing and located near shopping areas. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 606\n                    }\n                },\n                {\n                    \"Address\": \"119 Via Giovanni Giolitti, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b287aff8-587b-49cb-9cd3-7328ab83a6cf.jpeg\"\n                    },\n                    \"DisplayName\": \"Suite Inn Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89928,\n                        \"Longitude\": 12.50216\n                    },\n                    \"ID\": 10777880,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 355.74,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Barberini 68, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/50923a44-8a2a-4358-9cc2-7803477efbbd.jpeg\"\n                    },\n                    \"DisplayName\": \"A World Aparts Barberini Boutique Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90461,\n                        \"Longitude\": 12.4924\n                    },\n                    \"ID\": 10779570,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 340.12,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 98,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 22,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 84,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 39,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 81,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 7,\n                                    \"Score\": 12,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"cfd38f1f-39ea-4523-b05e-bcbf5bb6ac9e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 331,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 18,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 79,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 231,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Good for sightseeing with access to public transportation. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 331\n                    }\n                },\n                {\n                    \"Address\": \"11 Via San Giovanni Gualberto, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/02d6cbcb-743d-4068-88b2-3f48e9fa8959.jpeg\"\n                    },\n                    \"DisplayName\": \"Prassede Palace Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.896519,\n                        \"Longitude\": 12.49903\n                    },\n                    \"ID\": 10810136,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 266.82,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 300.12,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 6,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 86,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 18,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 99,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 40,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 90,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 30,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 53,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 9,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"a5e7888c-76b3-484d-adfb-bf01b8340545\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 302,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 27,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 93,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 168,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel. Good for sightseeing with easy access to train stations. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 302\n                    }\n                },\n                {\n                    \"Address\": \"Largo Brancaccio 3, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b7a0a359-971f-42d4-9182-ce8bc7b19a4f.jpeg\"\n                    },\n                    \"DisplayName\": \"Just Chilling Suite\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89519,\n                        \"Longitude\": 12.49985\n                    },\n                    \"ID\": 10871542,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 387.82,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 14% in city\",\n                                    \"Text\": \"Top 14% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 13,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 372,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 304,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 134,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 51,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 337,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 9,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 10,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"4b8d6107-a7a1-4e2b-af41-75780e57ee45\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1050,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 49,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 283,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 702,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with easy access to train stations. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1043\n                    }\n                },\n                {\n                    \"Address\": \"Via Rattazzi 57, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/80ad014f-0ca2-4f06-b62d-24600fa34c02.jpeg\"\n                    },\n                    \"DisplayName\": \"Buonanotte Roma 2\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89787,\n                        \"Longitude\": 12.50366\n                    },\n                    \"ID\": 10890647,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 210.96,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"8 Via Milazzo, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/04d0e0e3-9bb5-4510-9e9a-42df49905702.jpeg\"\n                    },\n                    \"DisplayName\": \"47 Steps\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.901783,\n                        \"Longitude\": 12.503949\n                    },\n                    \"ID\": 10953361,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 397.2,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 19% in city\",\n                                    \"Text\": \"Top 19% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 186,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 101,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 113,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 156,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 11,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 6,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"da111b45-b58d-4994-9a62-e746cd193099\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 550,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 23,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 163,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 356,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to Roma Termini. Good for sightseeing with easy access to train stations. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 545\n                    }\n                },\n                {\n                    \"Address\": \"Via Del Tritone 125, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cb00fb8d-c8d2-4f71-a796-d8ed94bf940c.jpeg\"\n                    },\n                    \"DisplayName\": \"Tritone 125\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90335,\n                        \"Longitude\": 12.48752\n                    },\n                    \"ID\": 11039857,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 397.5,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 447.19,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 97,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 42,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 86,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 54,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 33,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 9,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and close to the city center.\",\n                            \"ReviewId\": \"27f27b08-81cc-46c1-9b7b-29528b27c83e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 228,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 66,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 144,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing and close to the city center.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 225\n                    }\n                },\n                {\n                    \"Address\": \"Via Merulana 13, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8953ec88-5edc-414b-994b-87fcbbab0952.jpeg\"\n                    },\n                    \"DisplayName\": \"Bq House Colosseo Luxury Rooms\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89632,\n                        \"Longitude\": 12.499667\n                    },\n                    \"ID\": 11097390,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 244.38,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 39,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 23,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 57,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 21,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 32,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 8,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 11,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"616cf96c-2239-4527-b236-dd58b5cad9c0\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 134,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 49,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 60,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Close to Roma Termini. Good for sightseeing with easy access to train stations. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 133\n                    }\n                },\n                {\n                    \"Address\": \"Via Lombardia 40, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e4cca51b-e69f-49f2-8f56-117af5edabd3.jpeg\"\n                    },\n                    \"DisplayName\": \"Lombardia40 Luxury Suites\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.907657,\n                        \"Longitude\": 12.487838\n                    },\n                    \"ID\": 11143611,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 242.64,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 171,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 73,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 103,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 21,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 21,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 20,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 176,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 125,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 11,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 10,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"f1dc1626-d43c-4a56-a358-66c843a03aa8\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 502,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 169,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 310,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with access to public transportation. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 499\n                    }\n                },\n                {\n                    \"Address\": \"Via Daniele Manin 69, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ad5e81f0-69d9-4da7-b648-da1707f9490d.jpeg\"\n                    },\n                    \"DisplayName\": \"Daniele Manin Guesthouse\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.898967,\n                        \"Longitude\": 12.498988\n                    },\n                    \"ID\": 11262652,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 231.33,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Nazionale 249 Piano 4 Interno 9 10, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7ec6adeb-b5a8-4115-9198-f5263f3481f7.jpeg\"\n                    },\n                    \"DisplayName\": \"Seven\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90162,\n                        \"Longitude\": 12.49436\n                    },\n                    \"ID\": 11443779,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 304.7,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 350,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 10,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 162,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 257,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 325,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 63,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 90,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"5720d621-6a2b-4228-832f-51b75fdadae4\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 987,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 28,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 79,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 369,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 495,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 987\n                    }\n                },\n                {\n                    \"Address\": \"Via Barberini 50, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f1aa00bb-0c6c-4fbf-90a8-d368969ebfe0.jpeg\"\n                    },\n                    \"DisplayName\": \"Concept Terrace Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904568,\n                        \"Longitude\": 12.492\n                    },\n                    \"ID\": 11831173,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 308.99,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 309.3,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 19% in city\",\n                                    \"Text\": \"Top 19% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 212,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 280,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 157,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 23,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 44,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 81,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 192,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"bd875014-a5fa-4476-9968-dcf1d7e02e06\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 721,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 38,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 188,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 479,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Good for sightseeing with access to public transportation. Fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 718\n                    }\n                },\n                {\n                    \"Address\": \"Via Rasella 131, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1c35482c-46cd-41b9-a8c4-8b7b7450966c.jpeg\"\n                    },\n                    \"DisplayName\": \"RSH Trevi Fountain Luxury Apartment\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90235,\n                        \"Longitude\": 12.48679\n                    },\n                    \"ID\": 11834196,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 1042.21,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Del Castro Pretorio 24, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/259bc829-3e9b-40d6-accc-a0cc8860468b.jpeg\"\n                    },\n                    \"DisplayName\": \"Domus Ricca Termini\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90164,\n                        \"Longitude\": 12.5053\n                    },\n                    \"ID\": 12026622,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 261.06,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 10,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 6,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 8,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to train stations.\",\n                            \"ReviewId\": \"95629733-1adf-4d41-9e7e-3aa75338353e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 22,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.1,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Fantastic service. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 23\n                    }\n                },\n                {\n                    \"Address\": \"Via Xx Settembre 58 A, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ad250b2c-9e9c-4f7e-bf10-df8f0453a7cd.jpeg\"\n                    },\n                    \"DisplayName\": \"Residenza Venti Settembre\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90761,\n                        \"Longitude\": 12.49856\n                    },\n                    \"ID\": 12042819,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 311.64,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 122,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 174,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 80,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 237,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 71,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 174,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 36,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 36,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 58,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"8056e18c-5194-47a0-9a71-059f6708ea75\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 504,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 503,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with easy access to train stations. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 498\n                    }\n                },\n                {\n                    \"Address\": \"Piazza Vittorio Emanuele Ii 138, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/83b922ee-2eb1-4c29-aab9-67cdb56be11a.jpeg\"\n                    },\n                    \"DisplayName\": \"Magic Door Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89501,\n                        \"Longitude\": 12.50234\n                    },\n                    \"ID\": 12062856,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 123.46,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 153.23,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 65,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 82,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 83,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 30,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 18,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"687c0208-f495-41ea-b27f-c1b7861a0e70\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 325,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 48,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 127,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 123,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Good for sightseeing with easy access to train stations.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 326\n                    }\n                },\n                {\n                    \"Address\": \"7 Via Umbria, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6e3bc8d5-1c55-476e-9a2b-7e386aed8af6.jpeg\"\n                    },\n                    \"DisplayName\": \"The Radical Hotel Roma\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90583,\n                        \"Longitude\": 12.49277\n                    },\n                    \"ID\": 12112363,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 377.04,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 147,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 107,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 59,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 57,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 64,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 50,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 119,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 75,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"e31406e4-e172-4461-8fc2-236a09d00a1d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 440,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 110,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 318,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Good for sightseeing with easy access to train stations. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 440\n                    }\n                },\n                {\n                    \"Address\": \"Via Xx Settembre 4, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d06ba6e9-d714-422c-9fc9-ac01c7f2dc29.jpeg\"\n                    },\n                    \"DisplayName\": \"Residenza B\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.902486,\n                        \"Longitude\": 12.491183\n                    },\n                    \"ID\": 12112669,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 609.72,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 38,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 21,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 67,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 60,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 63,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 18,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 50,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 33,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 24,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing.\",\n                            \"ReviewId\": \"79c0b61c-aca3-425d-abf0-2807fc1d825b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 197,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 189,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 194\n                    }\n                },\n                {\n                    \"Address\": \"153 Via Sicilia, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/11e1c70d-7040-4ed8-9774-c1116f51b245.jpeg\"\n                    },\n                    \"DisplayName\": \"H501 Luxury Rooms\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90932,\n                        \"Longitude\": 12.49409\n                    },\n                    \"ID\": 12116773,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 204.42,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 230.08,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 49,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 8,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 39,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 28,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 62,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 41,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"c1ae8dc1-da7e-4def-866e-472b00a6a1d7\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 251,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 27,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 115,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 100,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 250\n                    }\n                },\n                {\n                    \"Address\": \"Via Rasella 6, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7f5bd50f-200e-4e20-bccb-830ccaf399e5.jpeg\"\n                    },\n                    \"DisplayName\": \"Wellness Home Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.902643,\n                        \"Longitude\": 12.488961\n                    },\n                    \"ID\": 12205387,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 354.62,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 106,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 73,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 70,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 20,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 72,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 44,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 44,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"1031f44a-61fa-4068-a148-6d7038346e92\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 253,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 39,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 206,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with access to public transportation. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 247\n                    }\n                },\n                {\n                    \"Address\": \"Via Zucchelli 27, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/91fa89b4-ff19-4acc-87ec-93e4777a269f.jpeg\"\n                    },\n                    \"DisplayName\": \"Suites by Chloe\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.903631,\n                        \"Longitude\": 12.486682\n                    },\n                    \"ID\": 12205853,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 313.25,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 101,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 55,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 12,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 38,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 105,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 76,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"6ef648c4-0839-4a79-baf5-054cd07a2b38\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 322,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 35,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 116,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 146,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 325\n                    }\n                },\n                {\n                    \"Address\": \"118 Via Vittorio Veneto, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/977d097e-8ebd-410b-8d97-941893d58543.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Via Veneto\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9085,\n                        \"Longitude\": 12.48879\n                    },\n                    \"ID\": 12253063,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 584.32,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"94134d3f-42b2-4a14-a676-715cf4044106\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"Score\": 0,\n                            \"ScoreDescription\": \"\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Collina 48, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/236efb97-c349-491c-a485-3d950733c2b6.jpeg\"\n                    },\n                    \"DisplayName\": \"Domus Veneto Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.908704,\n                        \"Longitude\": 12.497397\n                    },\n                    \"ID\": 12305704,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 214.63,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 16% in city\",\n                                    \"Text\": \"Top 16% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 14,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 76,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 123,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 69,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 121,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 11,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"41a2cbf1-3688-4769-98f6-181646f188c2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 446,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 129,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 306,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with access to public transportation. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 441\n                    }\n                },\n                {\n                    \"Address\": \"3 Via Milazzo Scala A Int 6 7, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a3f86bbf-2cac-4e07-b184-b13956a5c057.jpeg\"\n                    },\n                    \"DisplayName\": \"Rubino Guest House\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90162,\n                        \"Longitude\": 12.50431\n                    },\n                    \"ID\": 12307570,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 155.54,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Panisperna 252, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a450f0c0-c7fc-4cb9-b457-cfd87ec52332.jpeg\"\n                    },\n                    \"DisplayName\": \"Monti Apartment Rental In Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89626,\n                        \"Longitude\": 12.49044\n                    },\n                    \"ID\": 12349684,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 607.38,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Panisperna 65, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c13d8cdf-7c20-4af9-b5fb-c4afbedfae46.jpeg\"\n                    },\n                    \"DisplayName\": \"Panisperna Apartment 1\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89658,\n                        \"Longitude\": 12.49139\n                    },\n                    \"ID\": 12447842,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 663.18,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Panisperna 65, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3a65f88f-44fa-4e7d-863b-4bf06d7a7af4.jpeg\"\n                    },\n                    \"DisplayName\": \"Panisperna Apartment 4\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.896579,\n                        \"Longitude\": 12.491388\n                    },\n                    \"ID\": 12447854,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 797.9,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Sommacampagna 47 Piano Terra, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e9013cb7-67c1-4000-a480-c2ed730558e3.jpeg\"\n                    },\n                    \"DisplayName\": \"Anthony 47\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90622,\n                        \"Longitude\": 12.50361\n                    },\n                    \"ID\": 12492741,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 218.99,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 48,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 90,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 37,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 9,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 82,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 62,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 9,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"9eaa2910-a834-42e8-8bcc-6b9ce0377c38\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 257,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 89,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 161,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Great rooms in excellent location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 257\n                    }\n                },\n                {\n                    \"Address\": \"Via Alfredo Cappellini 3, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/14d409e2-138b-48f2-96c7-f7659f9843e8.jpeg\"\n                    },\n                    \"DisplayName\": \"Domus Gallo B&B\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.896717,\n                        \"Longitude\": 12.504355\n                    },\n                    \"ID\": 12495046,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 306.48,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 7,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 30,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 8,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 45,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 23,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 43,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 13,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"e689d5d3-94f5-493e-b758-23a02bed777e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 156,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 51,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 90,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 154\n                    }\n                },\n                {\n                    \"Address\": \"Via Romagna 42, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6f433eb6-d884-4154-a5d7-05e58991e3a1.jpeg\"\n                    },\n                    \"DisplayName\": \"The Regency Rome A Tribute Portfolio Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.91001,\n                        \"Longitude\": 12.49405\n                    },\n                    \"ID\": 12547003,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 462.02,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 16% in city\",\n                                    \"Text\": \"Top 16% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 13% in city\",\n                                    \"Text\": \"Top 13% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 8,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 28,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 35,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 79,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 46,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 14,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 14,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 23,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 68,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 22,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and has nearby restaurants and bars.\",\n                            \"ReviewId\": \"297878dc-8e65-44cd-85d7-c70ff4b47656\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 185,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 13,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 40,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 125,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Good for sightseeing and has nearby restaurants and bars. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 185\n                    }\n                },\n                {\n                    \"Address\": \"Via Giovanni Giolitti 101, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ce8d919f-4a56-4b61-9c4c-d6d8e712e920.jpeg\"\n                    },\n                    \"DisplayName\": \"Voyager House\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899633,\n                        \"Longitude\": 12.502015\n                    },\n                    \"ID\": 12598322,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 221.68,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 36,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 27,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 15,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 37,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 14,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 20,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to train stations.\",\n                            \"ReviewId\": \"0d89fd83-9cf7-4da9-8ff7-44872cb48d9b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 123,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 41,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 51,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.1,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Close to train stations. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 122\n                    }\n                },\n                {\n                    \"Address\": \"Piazza Dell'esquilino 1, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c4da23b1-c1e3-4b6d-afa7-952c78e272a4.jpeg\"\n                    },\n                    \"DisplayName\": \"DoubleTree By Hilton Rome Monti\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89893,\n                        \"Longitude\": 12.49669\n                    },\n                    \"ID\": 12598443,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 676.02,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 331,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 136,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 349,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 9,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 141,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 92,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 59,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 313,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 174,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"57999bb9-e314-44cd-80ed-a5a9acb5a41c\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1082,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 29,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 48,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 227,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 763,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1082\n                    }\n                },\n                {\n                    \"Address\": \"Via Purificazione 32, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/347c5b8a-a98f-40de-8aba-d69082077528.jpeg\"\n                    },\n                    \"DisplayName\": \"Room Mate Filippo\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904735,\n                        \"Longitude\": 12.48711\n                    },\n                    \"ID\": 12689184,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 159.42,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 2346.38,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 274,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 92,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 355,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 145,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 273,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 208,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 74,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 176,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"9588af59-a1a2-4389-88ae-6777de37e758\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1048,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 130,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 896,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Awesome rooms and service in a great location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 1051\n                    }\n                },\n                {\n                    \"Address\": \"Via Cavour 44, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fe095d80-05d9-494a-8c96-76a8588c8e09.jpeg\"\n                    },\n                    \"DisplayName\": \"Roman Holidays Boutique\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899574,\n                        \"Longitude\": 12.498664\n                    },\n                    \"ID\": 12689230,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 622.16,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 87,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 17,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 80,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 41,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 109,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 22,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 22,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 22,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"c976e103-8a20-4254-85c8-9f7a121cae5f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 343,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 108,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 201,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Good for sightseeing with easy access to train stations. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 337\n                    }\n                },\n                {\n                    \"Address\": \"Via Purificazione 32, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9af30982-13c8-40d5-b451-d62110105a7a.jpeg\"\n                    },\n                    \"DisplayName\": \"Room Mate Gran Filippo\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904735,\n                        \"Longitude\": 12.48711\n                    },\n                    \"ID\": 12689515,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 332.49,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 374.33,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 41,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 23,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 21,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 41,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 55,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 16,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 45,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 10,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing.\",\n                            \"ReviewId\": \"fa33c29e-10ae-4de2-a2c1-890cc443cde8\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 182,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 2,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 18,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 160,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Great rooms in excellent location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 181\n                    }\n                },\n                {\n                    \"Address\": \"Via Palestro 56, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8c57472c-0a09-45f4-9171-7a001095f4fd.jpeg\"\n                    },\n                    \"DisplayName\": \"A&C Much More Ii\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904659,\n                        \"Longitude\": 12.504771\n                    },\n                    \"ID\": 12689563,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 120.59,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 105,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 71,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 19,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 65,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 130,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 81,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 9,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 23,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 21,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"fe413a37-b708-4e4f-9cda-4cac07c6ce50\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 469,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 34,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 53,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 110,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 160,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 112,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.7,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair accommodation. Close to Roma Termini. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 465\n                    }\n                },\n                {\n                    \"Address\": \"Via Agostino Depretis 60, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/937fdf18-3b14-47c3-9001-98cbc6c9dd8a.jpeg\"\n                    },\n                    \"DisplayName\": \"Daplace Gaia Apartment\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899553,\n                        \"Longitude\": 12.495223\n                    },\n                    \"ID\": 12692433,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 694.76,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Dei Maroniti 12, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8782f18a-592f-417e-aa5f-6a6f515017a6.jpeg\"\n                    },\n                    \"DisplayName\": \"U Visionary Roma Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.902405,\n                        \"Longitude\": 12.485205\n                    },\n                    \"ID\": 12797327,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 519.33,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 519.53,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 582.23,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 441,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 460,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 171,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 263,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 108,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 163,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 415,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 172,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"b321a8b0-a60e-4aea-a84e-67457893f4a0\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1296,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 33,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 244,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 998,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Close to Trevi Fountain. Fantastic service. Awesome vibe. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1293\n                    }\n                },\n                {\n                    \"Address\": \"Via Sistina 30, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/98e59bbb-f70f-4fc8-9b4d-f65a23b071f0.jpeg\"\n                    },\n                    \"DisplayName\": \"Sistina WR Apartments\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90525,\n                        \"Longitude\": 12.48482\n                    },\n                    \"ID\": 12920680,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 446.45,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Del Boschetto 32, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/add8d4d0-e014-46b5-a2c1-fdf19ed5b87f.jpeg\"\n                    },\n                    \"DisplayName\": \"Colosseum Terrace Apartment\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.897905,\n                        \"Longitude\": 12.490137\n                    },\n                    \"ID\": 12964267,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 529.17,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Panisperna 261, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f672270c-7b99-4284-b0c9-91026b5013c3.jpeg\"\n                    },\n                    \"DisplayName\": \"Monti Panisperna Suites\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.895886,\n                        \"Longitude\": 12.488896\n                    },\n                    \"ID\": 13060047,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 171.73,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 143,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 59,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 62,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 182,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 17,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 110,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 7,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 0,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and has nearby restaurants and bars.\",\n                            \"ReviewId\": \"235cdfb4-a3dc-4d21-a013-56aef4e637b2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 431,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 32,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 39,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 62,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 174,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 124,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.8,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good accommodation. Good for sightseeing and has nearby restaurants and bars.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 427\n                    }\n                },\n                {\n                    \"Address\": \"Via Modena 5, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ddced1a7-7749-4ff9-9b05-a1432d599f0c.jpeg\"\n                    },\n                    \"DisplayName\": \"Maison Delle Naiadi\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.902434,\n                        \"Longitude\": 12.49461\n                    },\n                    \"ID\": 13499367,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 253.72,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"56 Via Palestro, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/299d3d5b-c69a-47fe-aebd-962b5abb332d.jpeg\"\n                    },\n                    \"DisplayName\": \"Anas Prime Place\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90466,\n                        \"Longitude\": 12.50478\n                    },\n                    \"ID\": 14226941,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 132.07,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 150.36,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"f97226fd-e792-4488-ae72-115da30dcdde\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"Score\": 0,\n                            \"ScoreDescription\": \"\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Di Porta Pinciana 34, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2d33ad00-2663-4eea-bdf2-fdde71379b9e.jpeg\"\n                    },\n                    \"DisplayName\": \"Circle in the Square\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9088,\n                        \"Longitude\": 12.48784\n                    },\n                    \"ID\": 14657189,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 391.12,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Agostino De Pretis 104, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c7fd1a22-d5e9-445d-9440-6b9774ddc0b4.jpeg\"\n                    },\n                    \"DisplayName\": \"Mercure Roma Centro Termini\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.900519,\n                        \"Longitude\": 12.493253\n                    },\n                    \"ID\": 14845686,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 377.65,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 387,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 82,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 474,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 175,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 183,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 495,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 94,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Terrible value.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good Hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"53c9ceb7-bcb4-4a37-b43b-545a8f307ca4\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1384,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 86,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 103,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 143,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 428,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 624,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good Hotel. Close to Repubblica. Good for sightseeing with easy access to train stations. Fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1379\n                    }\n                },\n                {\n                    \"Address\": \"102 Via Del Tritone Scala A Fl.3, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a453cd6c-82d9-4dd5-9f47-f4af6c2eba96.jpeg\"\n                    },\n                    \"DisplayName\": \"Bramble Luxury Suites\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90332,\n                        \"Longitude\": 12.48695\n                    },\n                    \"ID\": 15587365,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 358.44,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"Price\": 432.21,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"26 36 Via Liguria, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b16d059c-6e3b-4923-a167-83c4a29069c5.jpeg\"\n                    },\n                    \"DisplayName\": \"W Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.906211,\n                        \"Longitude\": 12.488494\n                    },\n                    \"ID\": 15590081,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 574.49,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 646.29,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 102,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 154,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 279,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 21,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 114,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 26,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 94,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 91,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 181,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 38,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 103,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"057ded11-8c2c-4e01-8376-54e074be9085\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 702,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 16,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 75,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 588,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Close to Trevi Fountain. Good for sightseeing and located near shopping areas. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 703\n                    }\n                },\n                {\n                    \"Address\": \"77 Via Agostino Depretis, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/80c2144b-24a8-4faf-8597-70a2633e8272.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel 77 Seventy Seven Maison D'Art Collection\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89905,\n                        \"Longitude\": 12.49584\n                    },\n                    \"ID\": 15622742,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 322.28,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 736,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 744,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 411,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 318,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                    \"Text\": \"Sufficient wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 12,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 135,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Ordinary pool\",\n                                    \"Text\": \"Pool is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 131,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Food is all right\",\n                                    \"Text\": \"Food is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 929,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 358,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 446,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 177,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 454,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Sustainability\",\n                                    \"Count\": 5,\n                                    \"Score\": 10,\n                                    \"ShortText\": \"Sustainability could be improved\",\n                                    \"Text\": \"Not very sustainable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good Hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with easy access to train stations.\",\n                            \"ReviewId\": \"78741636-2d24-41db-bc0c-87a73c63b806\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3070,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 254,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 231,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 419,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1058,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1108,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.9,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good Hotel. Close to Roma Termini. Good for sightseeing with easy access to train stations. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 3070\n                    }\n                },\n                {\n                    \"Address\": \"94 Via Del Tritone, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/932b718b-0b42-4735-9455-8673443b1e06.jpeg\"\n                    },\n                    \"DisplayName\": \"AD Suites Tritone\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9032,\n                        \"Longitude\": 12.48656\n                    },\n                    \"ID\": 15681355,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 272.76,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Montebello 8, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/56671de1-fc6c-485b-a063-211f67f496b4.jpeg\"\n                    },\n                    \"DisplayName\": \"Camplus Hotel Roma Centro\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9046,\n                        \"Longitude\": 12.49901\n                    },\n                    \"ID\": 15681462,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 300.06,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 301.11,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 377,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 225,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 329,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 130,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 36,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 113,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 372,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 205,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 85,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"c0607f6f-a6d2-450b-98aa-c1bb6999076d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1312,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 40,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 335,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 921,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to Roma Termini. Close to public transportation and the train station. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1312\n                    }\n                },\n                {\n                    \"Address\": \"84 Via Flavia, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/308ad0e0-db50-4518-99f7-46562b4e640f.jpeg\"\n                    },\n                    \"DisplayName\": \"Romalive Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9073287,\n                        \"Longitude\": 12.4972968\n                    },\n                    \"ID\": 16073343,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 153.01,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 94,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 71,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 15,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 116,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 54,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 28,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 7,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Complaints about food\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 27,\n                                    \"Score\": 20,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Fair accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to public transportation and the train station.\",\n                            \"ReviewId\": \"3a8c80cd-11bd-40c3-b113-496d0e60fe3c\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 455,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 45,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 53,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 87,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 165,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 105,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.6,\n                            \"ScoreDescription\": \"Fair\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Fair accommodation. Close to public transportation and the train station.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 454\n                    }\n                },\n                {\n                    \"Address\": \"Via Carlo Alberto 13, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f71ebd06-8235-451c-8968-9e876a63c387.jpeg\"\n                    },\n                    \"DisplayName\": \"Residenza Mecenate\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89661,\n                        \"Longitude\": 12.50026\n                    },\n                    \"ID\": 16141406,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 199.45,\n                            \"SupplierName\": \"DDT\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Cimarra 14 Rione Monti, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/203081b4-2b22-4346-b748-2790ee7a26c7.jpeg\"\n                    },\n                    \"DisplayName\": \"Domus Luxury Suite\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.896218,\n                        \"Longitude\": 12.491228\n                    },\n                    \"ID\": 16803812,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 358.84,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"50 Via Di Capo Le Case, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/59e4efaf-a5c1-485f-9f6b-d1822dccb7e3.jpeg\"\n                    },\n                    \"DisplayName\": \"Sonder Piazza di Spagna\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.90398,\n                        \"Longitude\": 12.484805\n                    },\n                    \"ID\": 16809120,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 241.14,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"d5691eca-44bf-495b-b33c-cc1d7cd71adc\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"Score\": 0,\n                            \"ScoreDescription\": \"\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"10 Via Del Basilico, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b5744526-bd8a-4e4b-85fc-b0d53323469e.jpeg\"\n                    },\n                    \"DisplayName\": \"Sonder Barberini\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.905058,\n                        \"Longitude\": 12.490209\n                    },\n                    \"ID\": 16866302,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 721.6,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 11% in city\",\n                                    \"Text\": \"Top 11% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 89,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 10,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 22,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 42,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 51,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 102,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 35,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 9,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Food is all right\",\n                                    \"Text\": \"Food is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"028d4490-36b8-4777-ab2b-85ed9d52f06b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 265,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 8,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 48,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 202,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Great rooms in excellent location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 267\n                    }\n                },\n                {\n                    \"Address\": \"Via Urbana 158, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f49934cf-5efc-459f-b6d3-fc85eec1d924.jpeg\"\n                    },\n                    \"DisplayName\": \"Sentho Roma\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.898118,\n                        \"Longitude\": 12.495611\n                    },\n                    \"ID\": 16867726,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 586.17,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 657.98,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Panisperna 94 00184 Roma Rm Italy Via Panisperna 94 00184 Roma Rm Italy, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b43412fb-4a0b-4195-8afe-64617600aa06.jpeg\"\n                    },\n                    \"DisplayName\": \"Habitat Monti Rooms\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.897162,\n                        \"Longitude\": 12.494339\n                    },\n                    \"ID\": 16947683,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 277.55,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Marche 54, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c2e91c29-ef80-4622-890f-ae040cb760a5.jpeg\"\n                    },\n                    \"DisplayName\": \"Marche 54 Suites Roma City Center Lt\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.908634,\n                        \"Longitude\": 12.490284\n                    },\n                    \"ID\": 17212102,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 190.48,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"af8de357-21e9-46a6-84d2-07df4eae0b6b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"Score\": 0,\n                            \"ScoreDescription\": \"\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Torino 41, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2b75a35d-18dd-495a-a663-2321db1fc665.jpeg\"\n                    },\n                    \"DisplayName\": \"At 41 Luxury Suites & Rooms\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.903118,\n                        \"Longitude\": 12.494283\n                    },\n                    \"ID\": 17311483,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 275.62,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Piave 80 Rome Città Metropolitana Di Roma 00187\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/87a4e4b1-a054-46ba-8c91-53b5b81e29a1.jpeg\"\n                    },\n                    \"DisplayName\": \"Alla Locanda Malandra\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.910084,\n                        \"Longitude\": 12.498219\n                    },\n                    \"ID\": 17314056,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 174.61,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 37,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 29,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 7,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 25,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 22,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 18,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 6,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 36,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing.\",\n                            \"ReviewId\": \"966c40cb-1ce8-41be-b267-c082d7ad46b5\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 119,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 43,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 67,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation. Good for sightseeing.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 115\n                    }\n                },\n                {\n                    \"Address\": \"Via Nazionale 18, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/59f50c47-e21a-4ee0-a001-8606a7d8a322.jpeg\"\n                    },\n                    \"DisplayName\": \"Relais Nazionale 18\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.900985,\n                        \"Longitude\": 12.493762\n                    },\n                    \"ID\": 17435785,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 355.37,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Curtatone 12, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4613dc0a-01df-4199-8bb1-ff21cd26e691.jpeg\"\n                    },\n                    \"DisplayName\": \"Via Curtatone 12 Apartment\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904672,\n                        \"Longitude\": 12.500904\n                    },\n                    \"ID\": 17495415,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 290.86,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Xx Settembre 95, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/50798771-ad4b-4928-a103-8fda21474460.jpeg\"\n                    },\n                    \"DisplayName\": \"Baltik Guesthouse\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.907902,\n                        \"Longitude\": 12.499413\n                    },\n                    \"ID\": 17511901,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 223.81,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Price\": 226.66,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Principe Amedeo 67, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/becb5d61-95ff-4db3-92bf-2081eb6cf46c.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotelprincipe\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.898834,\n                        \"Longitude\": 12.50013\n                    },\n                    \"ID\": 17511981,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 122.52,\n                            \"SupplierName\": \"DDT\"\n                        },\n                        {\n                            \"Price\": 130.68,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Salita Di San Nicola Da Tolentino 14, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a46d8e9c-7af5-4ea6-a83e-4ecae1ddddeb.jpeg\"\n                    },\n                    \"DisplayName\": \"The Rome Edition\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.9053880833027,\n                        \"Longitude\": 12.4906207529832\n                    },\n                    \"ID\": 17595422,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 1455.87,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"32 Via Del Boschetto Piano 4, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5250ead0-d76b-4944-b8f1-118c226e2f6e.jpeg\"\n                    },\n                    \"DisplayName\": \"Colosseum Terrace Penthouse\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89787,\n                        \"Longitude\": 12.49004\n                    },\n                    \"ID\": 17885589,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 432.41,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Cavour 150 Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/de919b43-4900-4df3-b46a-71ff26a9a86d.jpeg\"\n                    },\n                    \"DisplayName\": \"Bhr Cavour 150\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.8965454101563,\n                        \"Longitude\": 12.4953680038452\n                    },\n                    \"ID\": 17888345,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 286.68,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Raffaele Cadorna 29, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/40dc29e4-9d42-4924-9c13-6490e499d4c1.jpeg\"\n                    },\n                    \"DisplayName\": \"Popolo Relax\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.908438,\n                        \"Longitude\": 12.497779\n                    },\n                    \"ID\": 18539219,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 128.77,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Nazionale 66, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3e76adc6-9c26-46bf-b36c-79ff907e3ae7.jpeg\"\n                    },\n                    \"DisplayName\": \"Glam Luxury Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899342,\n                        \"Longitude\": 12.491391\n                    },\n                    \"ID\": 19231612,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 235.05,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Nazionale 66, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6285ca5a-21f4-44bc-83ae-7c9b5d507b6b.jpeg\"\n                    },\n                    \"DisplayName\": \"Monti 66 Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.899351,\n                        \"Longitude\": 12.491397\n                    },\n                    \"ID\": 19232865,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 234.54,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Sistina 51, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f2627414-dd59-4f64-9b27-06cf1f12168a.jpeg\"\n                    },\n                    \"DisplayName\": \"Residenza Piranesi Boutique Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904986,\n                        \"Longitude\": 12.485251\n                    },\n                    \"ID\": 19556598,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 347.75,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Piave, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/993c5d03-867b-45e4-b988-655e1a54f8a4.jpeg\"\n                    },\n                    \"DisplayName\": \"River61 Guest House\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.909206,\n                        \"Longitude\": 12.498429\n                    },\n                    \"ID\": 19641902,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 263.85,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Giovanni Lanza 99, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e0445e37-f2c3-436e-a978-b2d8fc0159f3.jpeg\"\n                    },\n                    \"DisplayName\": \"Casa White\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.895174,\n                        \"Longitude\": 12.498669\n                    },\n                    \"ID\": 19653265,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 119.83,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Palermo 61, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ec87f220-f9ef-4935-a02b-20b16ee593c8.jpeg\"\n                    },\n                    \"DisplayName\": \"MyItalyHome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.898941,\n                        \"Longitude\": 12.492094\n                    },\n                    \"ID\": 19662639,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 536.62,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Piave 35, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/991da6b6-e9b0-49c7-acfe-0106dd4b62d2.jpeg\"\n                    },\n                    \"DisplayName\": \"HOTIDAY Room Collection Roma Porta Pia\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.909576,\n                        \"Longitude\": 12.498556\n                    },\n                    \"ID\": 19677601,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 184.23,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Panisperna 210, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e3a22099-de2f-4b6d-be11-0d67cd3e91f2.jpeg\"\n                    },\n                    \"DisplayName\": \"Casa Monti Roma\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.896692,\n                        \"Longitude\": 12.492188\n                    },\n                    \"ID\": 19704284,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 883.65,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Cavour 108, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3289b427-5e9a-469e-8196-c1875068a3b5.jpeg\"\n                    },\n                    \"DisplayName\": \"Domus Aurea Luxury Suites\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.897169,\n                        \"Longitude\": 12.495909\n                    },\n                    \"ID\": 19743308,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 329.05,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Della Purificazione 65, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1420777d-dce5-4815-8cfa-96f33b6b010e.jpeg\"\n                    },\n                    \"DisplayName\": \"Dolce Vita in Rome With 2 Bedrooms and 1 Bathrooms\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.904967,\n                        \"Longitude\": 12.487009\n                    },\n                    \"ID\": 19743731,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 932.11,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Corso Italia 97, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ec6ed1f7-2964-4b3a-ac43-08b9d012e133.jpeg\"\n                    },\n                    \"DisplayName\": \"Bonnavista inn\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.910428,\n                        \"Longitude\": 12.500006\n                    },\n                    \"ID\": 19751716,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 195.05,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"261 Via Panisperna, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3b27cf81-a83f-4d55-b300-519017628649.jpeg\"\n                    },\n                    \"DisplayName\": \"Naman Hotellerie Monti\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.89598,\n                        \"Longitude\": 12.48858\n                    },\n                    \"ID\": 19765248,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 335.32,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Nazionale 163, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a8dd4089-16bf-47ee-a5ef-d5ac57a6c94e.jpeg\"\n                    },\n                    \"DisplayName\": \"163 Boutique Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.896974,\n                        \"Longitude\": 12.487283\n                    },\n                    \"ID\": 19842572,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 328.31,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Firenze 32, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c0a2bdb4-48b8-45ea-80a7-b6ce56c84b36.jpeg\"\n                    },\n                    \"DisplayName\": \"Firenze Boutique Rooms\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.902853,\n                        \"Longitude\": 12.493383\n                    },\n                    \"ID\": 19848424,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 294.07,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Carlo Alberto 18, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2114f8a5-facc-4a33-b6eb-134275d972f4.jpeg\"\n                    },\n                    \"DisplayName\": \"Celeste Suites Vittorio Emanuele\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.896044,\n                        \"Longitude\": 12.501981\n                    },\n                    \"ID\": 19872197,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 246.54,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Boncompagni, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/27e982f3-d795-4101-8ff3-19020ddd10af.jpeg\"\n                    },\n                    \"DisplayName\": \"Love Spqr Suite\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.908646,\n                        \"Longitude\": 12.493911\n                    },\n                    \"ID\": 20810070,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 253.22,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Panisperna 67, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/411a7dc7-90a9-405e-9326-4edf328a8dbb.jpeg\"\n                    },\n                    \"DisplayName\": \"Domus Lxvii Monti in Rome\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.896602,\n                        \"Longitude\": 12.491441\n                    },\n                    \"ID\": 20810157,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 645.92,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Via Dei Maroniti 19, Rome\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/588b5797-c326-429f-920d-3c6ccacde611.jpeg\"\n                    },\n                    \"DisplayName\": \"master Trevi\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 41.901631,\n                        \"Longitude\": 12.485177\n                    },\n                    \"ID\": 21153340,\n                    \"PackagesMeta\": [\n                        {\n                            \"Price\": 596.24,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                }\n            ],\n            \"SearchId\": \"S04JR4\"\n        },\n        \"SessionID\": \"/181/141747/D20241229T120848/2b0a0d92c35f44df894afec7bc84d1b8\"\n    }\n}"}],"_postman_id":"ce3aa4c9-3d9e-4c3b-b571-66199996bf5d"}],"id":"9bb483ae-c96e-4997-aa07-249b591759e0","description":"<p>The ‘HotelsServiceSearchRequest’ with Geo location allows you to include longitude and latitude with a radius of up to 75 km in the search request.</p>\n<p>Once a request has been made, Travolutionary sends a search request to each of your contracted suppliers along with list of hotels that are within the defined radius for this specific location.</p>\n","_postman_id":"9bb483ae-c96e-4997-aa07-249b591759e0"},{"name":"Search in Stateless mode","item":[{"name":"Search in Stateless mode","event":[{"listen":"test","script":{"id":"befefceb-d8cd-474a-abb6-d9ae1297c2ef","exec":[""],"type":"text/javascript","packages":{}}}],"id":"41e1fa7a-d4a3-41b1-a55b-f7859f2aacc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\"Credentials\": {\r\n\t\t\t\"UserName\": \"user\",\r\n\t\t\t\"Password\": \"pass\"\r\n\t\t},\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"HotelsServiceSearchRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"DesiredResultCurrency\": \"USD\",\r\n\t\t\t\"Residency\": \"US\",\r\n\t\t\t\"CheckIn\": \"/Date(1736678031000)/\",\r\n      \"CheckOut\": \"/Date(1736764431000)/\",\r\n\t\t\t\"ContractIds\": null,\r\n\t\t\t\"DetailLevel\": 1,\r\n\t\t\t\"ExcludeHotelDetails\": false,\r\n\t\t\t\"GeoLocationInfo\": {\r\n\t\t\t\t\"Latitude\": \"25.204849\",\r\n\t\t\t\t\"Longitude\": \"55.270782\"\r\n\t\t\t},\r\n\t\t\t\"HotelIds\": null,\r\n\t\t\t\"IncludeCityTax\": true,\r\n\t\t\t\"Nights\": 0,\r\n\t\t\t\"TimeoutSeconds\": 10,\r\n\t\t\t\"RadiusInMeters\": 5000,\r\n\t\t\t\"Rooms\": [{\r\n\t\t\t\t\t\"AdultsCount\": 2\r\n\t\t\t}],\r\n\t\t\t\"SupplierIds\": null\r\n\t\t},\r\n\t\t\"RequestType\": 16,\r\n\t\t\"TypeOfService\": 2\r\n\t}\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"78749dd3-909b-489d-825a-eee006cb1571","name":"Search in Stateless mode","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\"Credentials\": {\r\n\t\t\t\"UserName\": \"hsp_demo\",\r\n\t\t\t\"Password\": \"hspdemop\"\r\n\t\t},\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"HotelsServiceSearchRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"DesiredResultCurrency\": \"USD\",\r\n\t\t\t\"Residency\": \"US\",\r\n\t\t\t\"CheckIn\": \"/Date(1736678031000)/\",\r\n      \"CheckOut\": \"/Date(1736764431000)/\",\r\n\t\t\t\"ContractIds\": null,\r\n\t\t\t\"DetailLevel\": 1,\r\n\t\t\t\"ExcludeHotelDetails\": false,\r\n\t\t\t\"GeoLocationInfo\": {\r\n\t\t\t\t\"Latitude\": \"25.204849\",\r\n\t\t\t\t\"Longitude\": \"55.270782\"\r\n\t\t\t},\r\n\t\t\t\"HotelIds\": null,\r\n\t\t\t\"IncludeCityTax\": true,\r\n\t\t\t\"Nights\": 0,\r\n\t\t\t\"TimeoutSeconds\": 5,\r\n\t\t\t\"RadiusInMeters\": 5000,\r\n\t\t\t\"Rooms\": [{\r\n\t\t\t\t\t\"AdultsCount\": 2\r\n\t\t\t}],\r\n\t\t\t\"SupplierIds\": null\r\n\t\t},\r\n\t\t\"RequestType\": 16,\r\n\t\t\"TypeOfService\": 2\r\n\t}\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001O"},{"key":"Date","value":"Tue, 12 Nov 2024 10:41:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"HotelsSearchResponse\": {\n            \"Result\": [\n                {\n                    \"Address\": \"Sheikh Zayed Road, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1b580777-3932-4c26-b4db-a83baa610480.jpeg\"\n                    },\n                    \"DisplayName\": \"Millennium Plaza Downtown Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.220069,\n                        \"Longitude\": 55.28055\n                    },\n                    \"ID\": 4020901,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"6e485daa-a67e-4a5d-93b0-06939d264c82\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed deluxe room\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\",\n                                        \"Free late check-out (2 hours later)\",\n                                        \"Free early check-in (2 hours early)\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 154.08,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 211.19,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 10204\n                    }\n                },\n                {\n                    \"Address\": \"Al Mustaqbal Street Opposite The Dubai Mall Downtown Dubai\",\n                    \"ChainCode\": \"SL\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/88757859-9ad2-4ab2-9cb0-4d0c1b4c52e8.jpeg\"\n                    },\n                    \"DisplayName\": \"Swissôtel Al Murooj Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2027149200439,\n                        \"Longitude\": 55.2779960632324\n                    },\n                    \"ID\": 4020928,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"98099726-f193-461d-83b3-877fe7be3d1a\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Classic\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"classic twin room, 2 twin beds\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 220.12,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 14% في المدينة\",\n                                    \"Text\": \"من أفضل 14% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 3193,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 8535,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 922,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 1126,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 3443,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 1480,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"النظافة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 30,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"خدمة الإنترنت منتظمة\",\n                                    \"Text\": \"الإنترنت عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 965,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"المرافق عادية\",\n                                    \"Text\": \"المرافق متوسطة.\"\n                                }\n                            ],\n                            \"HotelType\": \"ممتاز للسفر مع الأصدقاء.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يسهل الوصول إليه بالسيارة وقريب من أماكن التسوق.\",\n                            \"ReviewId\": \"a09d8ace-8135-49c7-8819-f2831b1924d2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 25015,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 700,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 557,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1032,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3081,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 19645,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"ممتاز للسفر مع الأصدقاء. يسهل الوصول إليه بالسيارة وقريب من أماكن التسوق. الخدمة رائعة. حمام السباحة رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 14% in city\",\n                                    \"Text\": \"Top 14% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 3193,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 8535,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 922,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Pool is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 1126,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 3443,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 1480,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 30,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 965,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Ordinary amenities\",\n                                    \"Text\": \"Average amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent for traveling with friends.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Easily accessible by car and close to shopping areas.\",\n                            \"ReviewId\": \"a09d8ace-8135-49c7-8819-f2831b1924d2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 25015,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 700,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 557,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1032,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3081,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 19645,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent for traveling with friends. Close to Dubai Mall. Easily accessible by car and close to shopping areas. Fantastic service. Great pool.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 24623\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road, Dubai\",\n                    \"ChainCode\": \"SG\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/bce01b5c-4b43-4667-a80b-a673c00ddb3b.jpeg\"\n                    },\n                    \"DisplayName\": \"Shangri La Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.207977,\n                        \"Longitude\": 55.27221\n                    },\n                    \"ID\": 4020940,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"656f3b50-9989-418d-8a95-fb30a111852f\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"deluxe room, 1 king bed, sea view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 300.6,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 558,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 326,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1265,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 40,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مذهل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 756,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 217,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 15,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الاتصال بالإنترنت جيد جداً.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للأعمال.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"882baef7-44b6-415f-a0bc-5b8134f59edf\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5180,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 121,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 79,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 191,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 818,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3971,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للأعمال. يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام. الغرفة رائعة.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 558,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 326,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1265,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 40,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 756,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 217,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 15,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"882baef7-44b6-415f-a0bc-5b8134f59edf\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5180,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 121,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 79,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 191,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 818,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3971,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Close to Dubai Mall. Located near shopping areas and has easy access to public transportation. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 5191\n                    }\n                },\n                {\n                    \"Address\": \"Al Wasl District, Dubai\",\n                    \"ChainCode\": \"HI\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ada0c3ef-3a6b-45b6-ae6a-f126a1f6d05b.jpeg\"\n                    },\n                    \"DisplayName\": \"Holiday Inn Express Dubai Safa Park an IHG Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.188895,\n                        \"Longitude\": 55.255332\n                    },\n                    \"ID\": 4020941,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 32.13,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"deaced10-5924-421c-b32c-f423f76f2fff\",\n                                    \"RoomBasis\": \"Bed and Breakfast BB\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"standard room, 1 king bed (accessible sofabed)\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 150.28,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1629,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 616,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 452,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 544,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 787,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 119,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 35,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"خدمة الإنترنت منتظمة\",\n                                    \"Text\": \"الإنترنت عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 244,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"مريح\",\n                                    \"Text\": \"مستوى الراحة متوسط.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للمسافرين المنفردين.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"dc9a9704-d5bf-4b20-a8da-90cd0d5424b1\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5049,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 115,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 105,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 308,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1020,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3501,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للمسافرين المنفردين. يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام. غرف رائعة وخدمة ممتازة الجو العام رائع.\"\n                        },\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1629,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 616,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 452,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 544,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 787,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 119,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 35,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 244,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"dc9a9704-d5bf-4b20-a8da-90cd0d5424b1\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5049,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 115,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 105,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 308,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1020,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3501,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas and has easy access to public transportation. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 5043\n                    }\n                },\n                {\n                    \"Address\": \"Al Mina Road, Dubai\",\n                    \"ChainCode\": \"RT\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1ef86558-5409-4f1b-aff0-3cdea1528e60.jpeg\"\n                    },\n                    \"DisplayName\": \"Mercure Gold Hotel Jumeirah Dubai by Accor\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.242910385131836,\n                        \"Longitude\": 55.275566101074219\n                    },\n                    \"ID\": 4020954,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 32.3,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"f75eb8fd-8a18-41fd-8d13-f3ae9ba579da\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Superior\",\n                                    \"RoomType\": \"Double\",\n                                    \"SourceRoomName\": \"superior double room, 1 double bed\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 128.14,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 5011\n                    }\n                },\n                {\n                    \"Address\": \"Burj Khalifa Sheikh Mohamed Bin Rashid Boulevard, Dubai\",\n                    \"ChainCode\": \"AI\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6e977b1d-b515-4a26-b155-7c1c0218abdd.jpeg\"\n                    },\n                    \"DisplayName\": \"Armani Hotel Dubai Burj Khalifa\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.197078704834,\n                        \"Longitude\": 55.2745628356934\n                    },\n                    \"ID\": 4020965,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 31.3,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"12b6cc21-671b-4aef-8d16-d6a1aba8deef\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed armani deluxe room\",\n                                    \"SpecialDeals\": [\n                                        \"Book early and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 871.72,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 16,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مدهش.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 260,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 88,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 208,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام كان جيداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 467,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 362,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 69,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"نظيف جداً\",\n                                    \"Text\": \"النظافة متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 30,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"يجب تجديد حمام السباحة\",\n                                    \"Text\": \"حمام السباحة دون المتوسط.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 75,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال يمكن أن تكون أفضل\",\n                                    \"Text\": \"القيمة سيئة للغاية.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق فاخر ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"397ff8e1-dc88-49df-9d0f-fd8df07b7a47\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2591,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 121,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 44,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 97,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 322,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2007,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق فاخر ممتاز. جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 16,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 260,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 88,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 208,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 467,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 362,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 69,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 30,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Pool should be renewed\",\n                                    \"Text\": \"Pool is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 75,\n                                    \"Score\": 23,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Terrible value.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"397ff8e1-dc88-49df-9d0f-fd8df07b7a47\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2591,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 121,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 44,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 97,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 322,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2007,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent luxury hotel. Good for sightseeing and located near shopping areas. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 2505\n                    }\n                },\n                {\n                    \"Address\": \"Boulevard Street Downtown Burj Khalifa, Dubai\",\n                    \"ChainCode\": \"RA\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d7c8f1d5-0e74-45a4-8b01-14c44620f873.jpeg\"\n                    },\n                    \"DisplayName\": \"Ramada by Wyndham Downtown Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.1928234100342,\n                        \"Longitude\": 55.2724685668945\n                    },\n                    \"ID\": 4020977,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 33.39,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"e8774d61-3e81-4427-9421-49027a1f1905\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed room, 1 bedroom, smoking (downtown view)\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 251.34,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 1775,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 2183,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 836,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"مريح جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1953,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 498,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"النظافة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 659,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 456,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"المرافق عادية\",\n                                    \"Text\": \"المرافق متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 32,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"خدمة الإنترنت منتظمة\",\n                                    \"Text\": \"الإنترنت عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 562,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"الجو العام مقبول\",\n                                    \"Text\": \"الجو العام كان مقبولاً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 31,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة كافية\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة كافية.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 147,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"يجب تجديد حمام السباحة\",\n                                    \"Text\": \"حمام السباحة دون المتوسط.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 23,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"يمكن تحسين البار أكثر من ذلك\",\n                                    \"Text\": \"البار مخيب للظن.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق عائلي ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"77fdcb9a-17f4-45b6-8535-da21b61d1a45\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 8830,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 224,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 145,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 388,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1802,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6271,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق عائلي ممتاز. الغرفة رائعة. الموقع رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1775,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 2183,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 836,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1953,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 498,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 659,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 456,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Ordinary amenities\",\n                                    \"Text\": \"Average amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 32,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 562,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Decent vibe\",\n                                    \"Text\": \"Vibe was decent.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 31,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                    \"Text\": \"Sufficient wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 147,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Pool should be renewed\",\n                                    \"Text\": \"Pool is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 23,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is disappointing.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent family hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"77fdcb9a-17f4-45b6-8535-da21b61d1a45\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 8830,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 224,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 145,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 388,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1802,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6271,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent family hotel. Close to Dubai Mall. Great rooms in excellent location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 8703\n                    }\n                },\n                {\n                    \"Address\": \"133, Sheikh Zayed Road, Dubai\",\n                    \"ChainCode\": \"DW\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9be91ea7-96db-4ef4-82a2-9dcc20b99740.jpeg\"\n                    },\n                    \"DisplayName\": \"Dusit Thani Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.206079483032227,\n                        \"Longitude\": 55.273189544677734\n                    },\n                    \"ID\": 4021026,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"36bb2cde-db2d-41d4-8735-691790109c7f\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"deluxe room, 1 twin bed\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 182.08,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 207.84,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 1141,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 2612,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 453,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 17,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الاتصال بالإنترنت جيد جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1462,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 487,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"النظافة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Sustainability\",\n                                    \"Count\": 8,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"جهود كبيرة لتكون مستدامة\",\n                                    \"Text\": \"جهود استدامة كبيرة \"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 53,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"يمكن تحسين البار أكثر من ذلك\",\n                                    \"Text\": \"البار مخيب للظن.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق فاخر ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"05413492-a2d6-4fcb-90fb-eabbe1ff192f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 10225,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 230,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 180,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 539,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1970,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7306,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق فاخر ممتاز. يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1141,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 2612,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 453,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 17,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1462,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 487,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Sustainability\",\n                                    \"Count\": 8,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Great efforts to be sustainable\",\n                                    \"Text\": \"Great sustainability efforts \"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 53,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is disappointing.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"05413492-a2d6-4fcb-90fb-eabbe1ff192f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 10225,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 230,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 180,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 539,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1970,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7306,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent luxury hotel. Close to Dubai Mall. Located near shopping areas and has easy access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 10078\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road, Dubai\",\n                    \"ChainCode\": \"AZ\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2c024a52-4985-4dc7-b436-4e2cf8ee2761.jpeg\"\n                    },\n                    \"DisplayName\": \"Ascott Park Place Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2243785858154,\n                        \"Longitude\": 55.2832412719727\n                    },\n                    \"ID\": 4021032,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 366.21,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"a90b1483-dc33-485c-b3c0-8a6a82db5e4e\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Premium\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed premier studio\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 424.39,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 209,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"موقع رائع\",\n                                    \"Text\": \"موقع ممتاز\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 44,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"مسبح رائع\",\n                                    \"Text\": \"حمام سباحة رائع\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 357,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"خدمة رائعة\",\n                                    \"Text\": \"خدمة متميزة\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 120,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"متضايق\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 263,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"غرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 26,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"مرافق رياضية / صحية رائعة\",\n                                    \"Text\": \"مرافق صحية ورياضية ممتازة\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 101,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيفة بشكل عام\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 71,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"وسائل راحة ممتازة\",\n                                    \"Text\": \"وسائل الراحة جيدة\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 5,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"خدمة انترنت جيدة\",\n                                    \"Text\": \"اتصال الإنترنت يعمل\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 15,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"الطعام كان لابآس به\",\n                                    \"Text\": \"المطعم جيد\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 13,\n                                    \"Score\": 25,\n                                    \"ShortText\": \"يمكن تحسين الإفطار\",\n                                    \"Text\": \"إفطار سيء\"\n                                }\n                            ],\n                            \"HotelType\": \"سكن ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"40be9f01-f698-4023-920e-038152140862\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1328,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 34,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 19,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 57,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 230,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 988,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"سكن ممتاز. غرفة رائعة. مسبح رائع. موقع رائع.\"\n                        },\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 209,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 44,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Excellent pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 357,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 120,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 263,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 26,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 101,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 71,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 15,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Food is all right\",\n                                    \"Text\": \"Food is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 13,\n                                    \"Score\": 25,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"40be9f01-f698-4023-920e-038152140862\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1328,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 34,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 19,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 57,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 230,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 988,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Great rooms in excellent location. Great pool.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1352\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road, Dubai\",\n                    \"ChainCode\": \"RO\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/248ec627-9e3b-495a-bdea-e69aaba50630.jpeg\"\n                    },\n                    \"DisplayName\": \"Villa Rotana\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.19428,\n                        \"Longitude\": 55.2617\n                    },\n                    \"ID\": 4021034,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"956b8ecc-2843-4401-9968-f3bfd81a028b\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"studio, 1 king bed\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 179.82,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 291,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 388,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 46,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 130,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 111,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 267,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 18,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الإنترنت يعمل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 76,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"الجو العام مقبول\",\n                                    \"Text\": \"الجو العام كان مقبولاً.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق استجمام ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"d15b6217-3b03-4a59-94f9-8ea9d9c23ced\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1357,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 57,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 34,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 93,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 307,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 866,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق استجمام ممتاز. حمام السباحة رائع. الموقع رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 291,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 388,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 46,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Pool is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 130,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 111,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 267,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 18,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 76,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Decent vibe\",\n                                    \"Text\": \"Vibe was decent.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"d15b6217-3b03-4a59-94f9-8ea9d9c23ced\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1357,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 57,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 34,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 93,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 307,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 866,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent wellness hotel. Great pool. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1339\n                    }\n                },\n                {\n                    \"Address\": \"Near Karama Metro Station, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7e9a14ca-8abf-42e4-a256-115cbff9e57c.jpeg\"\n                    },\n                    \"DisplayName\": \"Fortune Karama Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.242501,\n                        \"Longitude\": 55.297876\n                    },\n                    \"ID\": 4021044,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"36830c09-eb09-45db-b3cc-87cb5187eb9d\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed standard room\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 87.04,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"d88022a6-e6e0-40f1-93b1-a28cd8d1cec3\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"2 large twin beds standard room\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 87.04,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 173,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 57,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال جيدة إلى حد ما\",\n                                    \"Text\": \"القيمة متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 229,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"يمكن تحسين الخدمة\",\n                                    \"Text\": \"الخدمة أقل من عادية.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 216,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"الغرفة بحاجة إلى التحسين\",\n                                    \"Text\": \"الغرف ليست جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 95,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"المزيد من الراحة قد يكون جيداً\",\n                                    \"Text\": \"غير مريح جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 100,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"قد يحتاج للتنظيف بشكل جيد\",\n                                    \"Text\": \"متسخ جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 56,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"المرافق ليست الأفضل\",\n                                    \"Text\": \"المرافق سيئة للغاية.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 14,\n                                    \"Score\": 24,\n                                    \"ShortText\": \"يمكن تحسين الفطور\",\n                                    \"Text\": \"الإفطار سيئ.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"4327d367-1b72-4ed4-8122-42fd9bac7b8e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1953,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 420,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 194,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 337,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 461,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 541,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.4,\n                            \"ScoreDescription\": \"ضعيف\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام. يمكن تحسين الخدمة.\"\n                        },\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 173,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 57,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 229,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Service could be improved\",\n                                    \"Text\": \"Service is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 216,\n                                    \"Score\": 40,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 95,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 100,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 56,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 14,\n                                    \"Score\": 24,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Awful breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"4327d367-1b72-4ed4-8122-42fd9bac7b8e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1953,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 420,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 194,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 337,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 461,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 541,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.4,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Located near shopping areas and has easy access to public transportation. Service could be improved.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 3.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                        \"ReviewsCount\": 1934\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road, Dubai\",\n                    \"ChainCode\": \"WV\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3ddb64bb-85fa-4ecf-afa0-19a128fabb2e.jpeg\"\n                    },\n                    \"DisplayName\": \"The Tower Plaza Hotel Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2176094055176,\n                        \"Longitude\": 55.2786712646484\n                    },\n                    \"ID\": 4021079,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 148.77,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"0cd7ebee-0496-496e-88f9-5dfc87be75fe\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Superior\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"2 twin beds superior twin room\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 323.28,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 1687,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 3464,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 2181,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 800,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"النظافة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 752,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 559,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"المرافق عادية\",\n                                    \"Text\": \"المرافق متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 826,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"الجو العام ليس جيداً للغاية\",\n                                    \"Text\": \"الجو العام لم يكن جيداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Sustainability\",\n                                    \"Count\": 5,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"يمكن تحسين الاستدامة\",\n                                    \"Text\": \"جهود الاستدامة ليست أولوية.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 97,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"شكاوى حول الوايفاي\",\n                                    \"Text\": \"الإنترنت ضعيف.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق مدينة ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية مع إمكانية الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"ef8f0bf6-99aa-4dfa-af1f-3995571ae99b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 11633,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 787,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 491,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1085,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2304,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6966,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق مدينة ممتاز. جيد لمشاهدة المعالم السياحية مع إمكانية الوصول إلى وسائل النقل العام.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1687,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 3464,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 2181,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 800,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 752,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 559,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Ordinary amenities\",\n                                    \"Text\": \"Average amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 826,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Sustainability\",\n                                    \"Count\": 5,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Sustainability could be improved\",\n                                    \"Text\": \"Sustainability efforts are not a priority.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 97,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"ef8f0bf6-99aa-4dfa-af1f-3995571ae99b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 11633,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 787,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 491,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1085,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2304,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6966,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Close to Emirates Metro. Good for sightseeing with access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 10913\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a795d55d-a17a-479a-a21f-c89589dc4a54.jpeg\"\n                    },\n                    \"DisplayName\": \"Number One Tower Suites\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.210556030273438,\n                        \"Longitude\": 55.273689270019531\n                    },\n                    \"ID\": 4021230,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 192.38,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"88d002d2-ae79-4128-b872-264b4ea1956c\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed deluxe studio suite\",\n                                    \"SpecialDeals\": [\n                                        \"Save20%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 214.81,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 10% في المدينة\",\n                                    \"Text\": \"من أفضل 10% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 333,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 320,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"خدمة الغرف ملائمة\",\n                                    \"Text\": \"الخدمة مقبولة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 311,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"الغرفة لا بأس بها\",\n                                    \"Text\": \"الغرف لا بأس بها.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 69,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"الطعام لا بأس به\",\n                                    \"Text\": \"الطعام عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 126,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"الفطور متوسط\",\n                                    \"Text\": \"الإفطار عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 142,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"قد يحتاج للتنظيف بشكل جيد\",\n                                    \"Text\": \"ليس نظيفاً جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 45,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"شكاوى حول الوايفاي\",\n                                    \"Text\": \"الإنترنت ضعيف.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 51,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"المرافق ليست الأفضل\",\n                                    \"Text\": \"المرافق سيئة للغاية.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 5,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"يمكن تحسين مرافق الاستجمام والرياضة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة مخيبة للظن.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق فاخر جيد جداً.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"0f6328d0-557a-4bff-9010-ac0dd595c4d8\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1925,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 148,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 90,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 222,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 554,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 911,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \" جيد جدا\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق فاخر جيد جداً. الموقع رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 333,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 320,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 311,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 69,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Food is all right\",\n                                    \"Text\": \"Food is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 126,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 142,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 45,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 51,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 5,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                    \"Text\": \"Disappointing wellness & sports facilities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"0f6328d0-557a-4bff-9010-ac0dd595c4d8\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1925,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 148,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 90,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 222,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 554,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 911,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good luxury hotel. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1953\n                    }\n                },\n                {\n                    \"Address\": \"Satwa Roundabout, Dubai\",\n                    \"ChainCode\": \"FG\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6c8aab29-aaf3-4387-b346-0d0c432a2d2d.jpeg\"\n                    },\n                    \"DisplayName\": \"Chelsea Plaza Hotel Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.235246,\n                        \"Longitude\": 55.279274\n                    },\n                    \"ID\": 4021491,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 31.94,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"394618c6-cbda-4b71-97e7-700f7fb87e56\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"2 twin beds deluxe room\",\n                                    \"SpecialDeals\": [\n                                        \"Save10%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 102.54,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"8062cfa3-a413-40c2-b058-e0742ec7de3c\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed deluxe room\",\n                                    \"SpecialDeals\": [\n                                        \"Save10%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 102.54,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 12% في المدينة\",\n                                    \"Text\": \"من أفضل 12% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 13% في المدينة\",\n                                    \"Text\": \"من أفضل 13% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 53,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 288,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 478,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 457,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"الغرفة لا بأس بها\",\n                                    \"Text\": \"الغرف لا بأس بها.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 71,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"يمكن تحسين الفطور\",\n                                    \"Text\": \"مستوى الإفطار أقل من المتوسط.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 187,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"قد يحتاج للتنظيف بشكل جيد\",\n                                    \"Text\": \"ليس نظيفاً جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 253,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"المزيد من الراحة قد يكون جيداً\",\n                                    \"Text\": \"غير مريح جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 174,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"الجو العام ليس جيداً للغاية\",\n                                    \"Text\": \"الجو العام مريع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 35,\n                                    \"Score\": 19,\n                                    \"ShortText\": \"شكاوى حول الوايفاي\",\n                                    \"Text\": \"الاتصال بالإنترنت مخيب للظن.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق عائلي جيد.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"f191a710-dc84-43e0-833f-761fbf58534c\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2803,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 306,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 200,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 371,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 683,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1243,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"جيد\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق عائلي جيد. يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام. حمام السباحة رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 13% in city\",\n                                    \"Text\": \"Top 13% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 53,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Excellent pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 290,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 480,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 456,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 71,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 187,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 253,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 175,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 35,\n                                    \"Score\": 19,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good family hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"f191a710-dc84-43e0-833f-761fbf58534c\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2803,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 306,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 200,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 371,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 683,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1243,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good family hotel. Located near shopping areas and has easy access to public transportation. Great pool.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 2799\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road, Dubai\",\n                    \"ChainCode\": \"YZ\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ab18fea7-0d95-4b88-b3ca-a187468a7ddc.jpeg\"\n                    },\n                    \"DisplayName\": \"Staybridge Suites Dubai Financial Centre an IHG Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.21145,\n                        \"Longitude\": 55.27476\n                    },\n                    \"ID\": 4021514,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"6607df91-68f2-438a-8a91-555422f27467\",\n                                    \"RoomBasis\": \"Bed and Breakfast BB\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"1 twin bed studio suite, kitchen\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 320.82,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 13% في المدينة\",\n                                    \"Text\": \"من أفضل 13% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 48,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 346,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 69,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 740,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 101,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 403,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف مذهلة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 161,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 123,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 8,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الاتصال بالإنترنت جيد جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 121,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 6,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"الشاطئ معقول\",\n                                    \"Text\": \"الشاطئ كان لا بأس به.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"793db26b-f3f1-4fe7-a162-7fa3cb12b3b7\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1599,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 105,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 31,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 52,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 159,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1252,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز. غرف وخدمة مذهلة في موقع رائع حمام السباحة رائع. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 13% in city\",\n                                    \"Text\": \"Top 13% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 48,\n                                    \"Score\": 99,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 346,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 69,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Excellent pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 740,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 101,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 403,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 161,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 123,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 121,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 6,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Reasonable beach\",\n                                    \"Text\": \"Beach is so-so.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"793db26b-f3f1-4fe7-a162-7fa3cb12b3b7\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1599,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 105,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 31,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 52,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 159,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1252,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Close to Financial Centre Metro. Awesome rooms and service in a great location. Great pool. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 3260\n                    }\n                },\n                {\n                    \"Address\": \"2Nd December St. Al Badaa Al Jafiliya, Dubai\",\n                    \"ChainCode\": \"RO\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/619ff2ef-e0f9-4ca7-80d3-cffa48cb001a.jpeg\"\n                    },\n                    \"DisplayName\": \"Jumeira Rotana\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.23713,\n                        \"Longitude\": 55.27423\n                    },\n                    \"ID\": 4021695,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1734479940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"8248dd32-09f3-44dc-8fda-0e77ecaf2e66\",\n                                    \"RoomBasis\": \"Half board HB\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"room, 1 king bed (guest)\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 194.54,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 208,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 7,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مدهش.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 85,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"مستوى الراحة عالٍ.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 122,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 46,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"أفضل قيمة مقدمة مقابل المال\",\n                                    \"Text\": \"القيمة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 172,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 84,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"نظيف جداً\",\n                                    \"Text\": \"النظافة متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 7,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"خدمة الإنترنت منتظمة\",\n                                    \"Text\": \"الإنترنت عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 78,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"الطعام لا بأس به\",\n                                    \"Text\": \"الطعام عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 54,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"الفطور متوسط\",\n                                    \"Text\": \"الإفطار عادي.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق أعمال جيد جداً.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"1b4bcdc1-659b-4bf8-b282-8725e39a059a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1110,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 83,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 45,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 104,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 312,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 566,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \" جيد جدا\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق أعمال جيد جداً. يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 208,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 7,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 85,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 122,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 46,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 172,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 84,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 78,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Food is all right\",\n                                    \"Text\": \"Food is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 54,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"1b4bcdc1-659b-4bf8-b282-8725e39a059a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1110,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 83,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 45,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 104,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 312,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 566,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good business hotel. Located near shopping areas and has easy access to public transportation.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1109\n                    }\n                },\n                {\n                    \"Address\": \"Plot 49 Sheikh Zayed Road, Dubai\",\n                    \"ChainCode\": \"VX\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ee3102c1-6749-4b96-a5a8-11a319acf45b.jpeg\"\n                    },\n                    \"DisplayName\": \"voco Dubai an IHG Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.223325,\n                        \"Longitude\": 55.282699\n                    },\n                    \"ID\": 4306038,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"8ddae15d-0201-4b27-aecc-b85720885ff0\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"1 twin bed deluxe room\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 189.43,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 12% في المدينة\",\n                                    \"Text\": \"من أفضل 12% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 240,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 1092,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام مذهل بكل المقاييس.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 3031,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 1002,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 607,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 125,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مدهش.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1491,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 468,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام كان جيداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 483,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 364,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 15,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"خدمة الإنترنت منتظمة\",\n                                    \"Text\": \"الإنترنت عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 162,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"حمام السباحة عادي\",\n                                    \"Text\": \"حمام السباحة معتدل.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق استجمام ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية مع إمكانية الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"1fad6d2d-0bc3-4a25-8159-07f349fe02f0\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 8678,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 274,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 125,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 280,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1127,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6872,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق استجمام ممتاز. جيد لمشاهدة المعالم السياحية مع إمكانية الوصول إلى وسائل النقل العام. الغرفة رائعة. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 240,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 1092,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 3031,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1002,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 607,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 125,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1491,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 468,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 483,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 364,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 15,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 162,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Ordinary pool\",\n                                    \"Text\": \"Pool is mediocre.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"1fad6d2d-0bc3-4a25-8159-07f349fe02f0\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 8678,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 274,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 125,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 280,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1127,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6872,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent wellness hotel. Close to Dubai City. Good for sightseeing with access to public transportation. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 8578\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road, Dubai\",\n                    \"ChainCode\": \"RT\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b8e1e7d8-edba-4272-a439-66ea7cc8c030.jpeg\"\n                    },\n                    \"DisplayName\": \"Ibis World Trade Centre\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2229766845703,\n                        \"Longitude\": 55.2857093811035\n                    },\n                    \"ID\": 4306066,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"4f702e36-781a-4f31-a8d4-9d0a0021165d\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"Double\",\n                                    \"SourceRoomName\": \"standard double room, 1 double bed\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 115.19,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 874,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 9,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الشاطئ جميل\",\n                                    \"Text\": \"الشاطئ رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 347,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1527,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Sustainability\",\n                                    \"Count\": 11,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"جهود كبيرة لتكون مستدامة\",\n                                    \"Text\": \"جهود استدامة ممتازة\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 439,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 215,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 23,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الإنترنت يعمل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1028,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"الغرفة لا بأس بها\",\n                                    \"Text\": \"الغرف لا بأس بها.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 21,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"يجب تجديد حمام السباحة\",\n                                    \"Text\": \"حمام السباحة مريع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 15,\n                                    \"Score\": 28,\n                                    \"ShortText\": \"يمكن تحسين مرافق الاستجمام والرياضة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة مخيبة للظن.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 413,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"المزيد من الراحة قد يكون جيداً\",\n                                    \"Text\": \"غير مريح على الإطلاق.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق مدينة ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية مع إمكانية الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"19e61856-2e79-49e3-9468-a54e979dde27\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6084,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 255,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 156,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 361,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1196,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4116,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق مدينة ممتاز. جيد لمشاهدة المعالم السياحية مع إمكانية الوصول إلى وسائل النقل العام. الجو العام رائع. الشاطئ جميل.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 874,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 9,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Beautiful beach\",\n                                    \"Text\": \"Wonderful beach.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 347,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1527,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Sustainability\",\n                                    \"Count\": 11,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great efforts to be sustainable\",\n                                    \"Text\": \"Excellent sustainability efforts\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 439,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 215,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 23,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1028,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 21,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Pool should be renewed\",\n                                    \"Text\": \"Horrible pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 15,\n                                    \"Score\": 28,\n                                    \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                    \"Text\": \"Disappointing wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 413,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Quite uncomfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"19e61856-2e79-49e3-9468-a54e979dde27\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6084,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 255,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 156,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 361,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1196,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4116,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Good for sightseeing with access to public transportation. Awesome vibe. Beautiful beach.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 5813\n                    }\n                },\n                {\n                    \"Address\": \"Jumeirah Road, Dubai\",\n                    \"ChainCode\": \"HI\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3f0d547c-2433-45c8-b2be-86d02aa7bbc1.jpeg\"\n                    },\n                    \"DisplayName\": \"Holiday Inn Express Dubai Jumeirah an IHG Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.243006,\n                        \"Longitude\": 55.271558\n                    },\n                    \"ID\": 4326865,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 31.64,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"1a8d55f4-df7f-440e-9298-0d4ffa364cf6\",\n                                    \"RoomBasis\": \"Bed and Breakfast BB\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"standard room, 2 twin beds, smoking\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 131.26,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1645,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 23,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الاتصال بالإنترنت جيد جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 74,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"الشاطئ جميل\",\n                                    \"Text\": \"الشاطئ جميل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 175,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"أفضل قيمة مقدمة مقابل المال\",\n                                    \"Text\": \"القيمة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 18,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مذهل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 8,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة جيدة جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 425,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 340,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"النظافة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 134,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 311,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 716,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق شاطئي ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق والشاطئ.\",\n                            \"ReviewId\": \"f36919f1-71f8-4dde-977a-14acdd0cc4f0\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 4560,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 133,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 135,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 320,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 702,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3270,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق شاطئي ممتاز. يقع بالقرب من مناطق التسوق والشاطئ. غرف رائعة وخدمة ممتازة الشاطئ جميل. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1645,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 23,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 74,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Beautiful beach\",\n                                    \"Text\": \"Beach is lovely.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 175,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 18,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 8,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 425,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 340,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 134,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 311,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 716,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent beach hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and the beach.\",\n                            \"ReviewId\": \"f36919f1-71f8-4dde-977a-14acdd0cc4f0\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 4560,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 133,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 135,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 320,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 702,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3270,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent beach hotel. Located near shopping areas and the beach. Great rooms and fantastic service. Beautiful beach. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 4601\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road, Business Bay, Dubai\",\n                    \"ChainCode\": \"MC\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ef81d99e-2e0f-4aad-9be2-bf878048e246.jpeg\"\n                    },\n                    \"DisplayName\": \"JW Marriott Marquis Hotel Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.1856307983398,\n                        \"Longitude\": 55.2575302124023\n                    },\n                    \"ID\": 4326873,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 31.3,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"77938113-c62d-41bd-a1c8-2024356a8550\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"deluxe room, 1 king bed, non smoking\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 319.45,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 16% في المدينة\",\n                                    \"Text\": \"من أفضل 16% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 99,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 696,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام مذهل بكل المقاييس.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 649,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 479,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1924,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 995,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1466,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 576,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"مستوى الراحة عالٍ.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 26,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"خدمة الإنترنت منتظمة\",\n                                    \"Text\": \"الإنترنت عادي.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للأعمال.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يسهل الوصول إليه بالسيارة وقريب من أماكن التسوق.\",\n                            \"ReviewId\": \"932f49aa-bf06-48f8-be73-59581d5b3962\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 8168,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 311,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 103,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 297,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1176,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6281,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للأعمال. يسهل الوصول إليه بالسيارة وقريب من أماكن التسوق. الغرفة رائعة.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 16% in city\",\n                                    \"Text\": \"Top 16% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 99,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 696,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 649,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 479,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1924,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 995,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1466,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 576,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 26,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Easily accessible by car and close to shopping areas.\",\n                            \"ReviewId\": \"932f49aa-bf06-48f8-be73-59581d5b3962\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 8168,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 311,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 103,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 297,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1176,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6281,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Close to Dubai Mall. Easily accessible by car and close to shopping areas. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 8108\n                    }\n                },\n                {\n                    \"Address\": \"Al Wasl Area, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c8c3265a-2e52-4bd2-8bf5-c2d7c26a2645.jpeg\"\n                    },\n                    \"DisplayName\": \"Al Khoory Executive Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.231779,\n                        \"Longitude\": 55.270296\n                    },\n                    \"ID\": 4326886,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 107.16,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"c89fae0f-370d-4acd-a82e-3a8286ce7b72\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Superior\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"superior room, 2 twin beds\",\n                                    \"SpecialDeals\": [\n                                        \"Save20%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 142.9,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 112,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الشاطئ جميل\",\n                                    \"Text\": \"الشاطئ رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 42,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1009,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 193,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 510,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 179,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 204,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 331,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"النظافة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 571,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 29,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"شكاوى حول الوايفاي\",\n                                    \"Text\": \"الإنترنت ضعيف.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للأعمال.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق والشاطئ.\",\n                            \"ReviewId\": \"5ead1057-80de-456a-988f-201ede59fe0b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5150,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 153,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 98,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 251,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 895,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3753,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للأعمال. يقع بالقرب من مناطق التسوق والشاطئ. غرف رائعة وخدمة ممتازة الشاطئ جميل. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 112,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Beautiful beach\",\n                                    \"Text\": \"Wonderful beach.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 42,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1009,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 193,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 510,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 179,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 204,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 331,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 571,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 29,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and the beach.\",\n                            \"ReviewId\": \"5ead1057-80de-456a-988f-201ede59fe0b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5150,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 153,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 98,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 251,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 895,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3753,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Located near shopping areas and the beach. Great rooms and fantastic service. Beautiful beach. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 4948\n                    }\n                },\n                {\n                    \"Address\": \"Downtown Burj Khalifa Street, Dubai\",\n                    \"ChainCode\": \"OH\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4beda2a5-fcae-447f-8220-fed86e2c33a9.jpeg\"\n                    },\n                    \"DisplayName\": \"Anantara Downtown Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.1858978271484,\n                        \"Longitude\": 55.2630462646484\n                    },\n                    \"ID\": 4326972,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"1f0effd4-91df-4d45-8045-296a4e41c009\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Premium with view\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"2 twin beds premier room city view\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 300.45,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"697fae2a-8bdd-46da-b8e1-d7b3c49e3953\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Premium with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed premier room city view\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 300.45,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 336.94,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 4805\n                    }\n                },\n                {\n                    \"Address\": \"204 Sheikh Zayed Rd, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e628f892-684f-4e7f-b877-357df2315272.jpeg\"\n                    },\n                    \"DisplayName\": \"City Premiere Hotel Apartment\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.193175,\n                        \"Longitude\": 55.262425\n                    },\n                    \"ID\": 4326992,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 167.33,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"3f08daa3-b2c4-433f-a107-293c69c2b010\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed standard apartment, 1 bedroom\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 208.54,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 753,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 717,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 28,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة جيدة جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 398,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"مستوى الراحة عالٍ.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 181,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"أفضل قيمة مقدمة مقابل المال\",\n                                    \"Text\": \"القيمة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 23,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الإنترنت يعمل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 743,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 227,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"نظيف جداً\",\n                                    \"Text\": \"النظافة متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 109,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"الطعام لا بأس به\",\n                                    \"Text\": \"الطعام عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 89,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"الفطور متوسط\",\n                                    \"Text\": \"الإفطار عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 179,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"الجو العام ليس جيداً للغاية\",\n                                    \"Text\": \"الجو العام لم يكن جيداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 6,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"يمكن تحسين البار أكثر من ذلك\",\n                                    \"Text\": \"البار ليس جيداً.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للأعمال.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"6f5e2c4d-fca4-4f22-ad2b-a665846f89a4\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 4178,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 126,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 106,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 271,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1221,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2454,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للأعمال. الموقع رائع. الغرفة رائعة.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 753,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 717,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 28,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 398,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 181,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 23,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 743,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 227,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 109,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Food is all right\",\n                                    \"Text\": \"Food is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 89,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 179,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 6,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is not good.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"6f5e2c4d-fca4-4f22-ad2b-a665846f89a4\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 4178,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 126,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 106,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 271,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1221,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2454,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Close to Dubai Mall. Great rooms in excellent location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 4228\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road, Dubai\",\n                    \"ChainCode\": \"JT\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d96a8845-2543-4e95-8b54-ba133b8a96d5.jpeg\"\n                    },\n                    \"DisplayName\": \"Jumeirah Emirates Towers Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.216682,\n                        \"Longitude\": 55.28226\n                    },\n                    \"ID\": 4456105,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 32.3,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"6c2b8d43-6ccd-4df4-9a2c-13c7d993a0e7\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Premium\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"1 twin bed premier room\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 575.3,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 18% في المدينة\",\n                                    \"Text\": \"من أفضل 18% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 762,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 471,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1081,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 846,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 246,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 57,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"البار اعتيادي\",\n                                    \"Text\": \"البار لا بأس به.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 53,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"يمكن تحسين مرافق الاستجمام والرياضة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة لم تكن جيدة جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 15,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"شكاوى حول الوايفاي\",\n                                    \"Text\": \"الإنترنت ضعيف.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 152,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"يجب تجديد حمام السباحة\",\n                                    \"Text\": \"حمام السباحة دون المتوسط.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق حديقة مائية ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية مع إمكانية الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"6346abc4-b34a-49d9-ac8a-8e416ca3ea67\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6517,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 139,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 89,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 201,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 964,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5124,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق حديقة مائية ممتاز. جيد لمشاهدة المعالم السياحية مع إمكانية الوصول إلى وسائل النقل العام. الغرفة رائعة.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 18% in city\",\n                                    \"Text\": \"Top 18% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 762,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 471,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1081,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 846,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 246,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 57,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Standard bar\",\n                                    \"Text\": \"Bar is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 53,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                    \"Text\": \"Wellness & sports facilities were not very nice.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 15,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 152,\n                                    \"Score\": 34,\n                                    \"ShortText\": \"Pool should be renewed\",\n                                    \"Text\": \"Pool is below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent water park hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"6346abc4-b34a-49d9-ac8a-8e416ca3ea67\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6517,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 139,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 89,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 201,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 964,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5124,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent water park hotel. Close to Dubai Mall. Good for sightseeing with access to public transportation. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 6478\n                    }\n                },\n                {\n                    \"Address\": \"P O Box 49260 Sheikh Zayed Road, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/52b63f7b-d21e-4c87-94e3-d7f30ecee23a.jpeg\"\n                    },\n                    \"DisplayName\": \"Nassima Tower Hotel Apartments\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.22311,\n                        \"Longitude\": 55.283155\n                    },\n                    \"ID\": 4476035,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736121540000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"da8c8ad5-6f8c-4109-b950-bd8dd2b20ec0\",\n                                    \"RoomBasis\": \"Bed and Breakfast BB\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed standard apartment, 1 bedroom\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 251,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 12% في المدينة\",\n                                    \"Text\": \"من أفضل 12% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 169,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 24,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 224,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 22,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"الطعام لا بأس به\",\n                                    \"Text\": \"الطعام عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 234,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"الغرفة لا بأس بها\",\n                                    \"Text\": \"الغرف لا بأس بها.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 6,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"خدمة الإنترنت منتظمة\",\n                                    \"Text\": \"الإنترنت عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 69,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"قد يحتاج للتنظيف بشكل جيد\",\n                                    \"Text\": \"ليس نظيفاً جداً.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق مدينة جيد جداً.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"002a4b58-b655-43bf-99e3-9c8712b90f8b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1600,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 92,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 61,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 171,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 418,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 858,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \" جيد جدا\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق مدينة جيد جداً. يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام. الخدمة رائعة.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 169,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 24,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 224,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 22,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Food is all right\",\n                                    \"Text\": \"Food is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 234,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 69,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"002a4b58-b655-43bf-99e3-9c8712b90f8b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1600,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 92,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 61,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 171,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 418,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 858,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good city hotel. Located near shopping areas and has easy access to public transportation. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1640\n                    }\n                },\n                {\n                    \"Address\": \"Oud Metha Road, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4fc429a5-043f-4e75-8cde-1fa19bc64c5d.jpeg\"\n                    },\n                    \"DisplayName\": \"Al Waleed Holiday Homes\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.235708,\n                        \"Longitude\": 55.306947\n                    },\n                    \"ID\": 4510496,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"9dfa809c-ada6-44f6-939d-09606bed70a4\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed studio\",\n                                    \"SpecialDeals\": [\n                                        \"Save15%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 182.09,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 410\n                    }\n                },\n                {\n                    \"Address\": \"Oud Metha Road Near Healthcare City Sheikh Zayed Road Dubai Mall & Al Jaddaf Metro Station\",\n                    \"ChainCode\": \"MC\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/bc96ceb5-9531-434e-8870-1b97f93b9b51.jpeg\"\n                    },\n                    \"DisplayName\": \"Marriott Hotel Al Jaddaf Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2111148834229,\n                        \"Longitude\": 55.315315246582\n                    },\n                    \"ID\": 4640266,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 33.5,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"af57160e-db62-432f-a4b9-ab14fa48333e\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"deluxe room, 1 king bed\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 195.06,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 494,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 182,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 111,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 302,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 126,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"نظيف جداً\",\n                                    \"Text\": \"النظافة متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 25,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة كافية\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة كافية.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق نادي ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق ووسط المدينة.\",\n                            \"ReviewId\": \"b78a582f-0b37-49d5-a297-abad44b1193f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2512,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 139,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 63,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 182,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 536,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1592,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق نادي ممتاز. الموقع رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 494,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 182,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 111,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 302,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 126,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 25,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                    \"Text\": \"Sufficient wellness & sports facilities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent club hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and the city center.\",\n                            \"ReviewId\": \"b78a582f-0b37-49d5-a297-abad44b1193f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2512,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 139,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 63,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 182,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 536,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1592,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent club hotel. Close to Dubai Mall. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 2539\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road Near Difc Metro Station, Dubai\",\n                    \"ChainCode\": \"WV\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ec05f8cd-931f-4bb6-aaf5-fe9f88d7d9bf.jpeg\"\n                    },\n                    \"DisplayName\": \"Carlton Downtown Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2090225219727,\n                        \"Longitude\": 55.2748603820801\n                    },\n                    \"ID\": 4742006,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 34.16,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"f10687de-eac4-4c5d-b436-537254d97cb7\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"2 twin beds deluxe room\",\n                                    \"SpecialDeals\": [\n                                        \"Save10%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 258.91,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"6a61a3a5-233c-4caf-943f-aa23b2e5e96c\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed deluxe room\",\n                                    \"SpecialDeals\": [\n                                        \"Save10%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 258.91,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 647,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 727,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 679,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 234,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 243,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"نظيف جداً\",\n                                    \"Text\": \"النظافة متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 17,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"خدمة الإنترنت منتظمة\",\n                                    \"Text\": \"الإنترنت عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 190,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"المرافق ليست الأفضل\",\n                                    \"Text\": \"المرافق سيئة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 164,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"الجو العام ليس جيداً للغاية\",\n                                    \"Text\": \"الجو العام لم يكن جيداً.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للمسافرين المنفردين.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"f915b041-e439-411d-8aad-540bfc12b3b1\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 4673,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 197,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 156,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 344,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1008,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2968,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للمسافرين المنفردين. الموقع رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 647,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 727,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 679,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 234,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 243,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 17,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 190,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 164,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"f915b041-e439-411d-8aad-540bfc12b3b1\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 4673,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 197,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 156,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 344,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1008,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2968,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Close to Dubai Mall. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 4539\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road Beside Burj Khalifa Metro Station, Dubai\",\n                    \"ChainCode\": \"SB\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d9d5b610-60a4-45c3-8401-c6dffefbc4e3.jpeg\"\n                    },\n                    \"DisplayName\": \"Sofitel Dubai Downtown\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.200693,\n                        \"Longitude\": 55.269153\n                    },\n                    \"ID\": 4742014,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"d43cdf97-c82e-47d5-a46e-1250f14b5ac3\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"luxury room, 2 twin beds\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 442.68,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 11% في المدينة\",\n                                    \"Text\": \"من أفضل 11% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 1839,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 349,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 3804,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Sustainability\",\n                                    \"Count\": 13,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"جهود كبيرة لتكون مستدامة\",\n                                    \"Text\": \"جهود استدامة ممتازة\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 678,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 1023,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 2197,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 744,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 613,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 868,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"مستوى الراحة عالٍ.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 20,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"خدمة الإنترنت منتظمة\",\n                                    \"Text\": \"الإنترنت عادي.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق مدينة ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"b695bcde-c45e-4c45-8745-9e5970eaf61b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 11691,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 211,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 152,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 339,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1571,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 9418,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق مدينة ممتاز. يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام. الغرفة رائعة. حمام السباحة رائع. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 11% in city\",\n                                    \"Text\": \"Top 11% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1839,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 349,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Excellent pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 3804,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Sustainability\",\n                                    \"Count\": 13,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great efforts to be sustainable\",\n                                    \"Text\": \"Excellent sustainability efforts\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 678,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 1023,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 2197,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 744,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 613,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 868,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 20,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent city hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"b695bcde-c45e-4c45-8745-9e5970eaf61b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 11691,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 211,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 152,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 339,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1571,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 9418,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent city hotel. Close to Dubai Mall. Located near shopping areas and has easy access to public transportation. Great room. Great pool. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 11608\n                    }\n                },\n                {\n                    \"Address\": \"3 Sheikh Zayed Road, Dubai\",\n                    \"ChainCode\": \"SI\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f66ee87c-966e-4f2c-89b3-e8deb809af80.jpeg\"\n                    },\n                    \"DisplayName\": \"Sheraton Grand Hotel Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.229362,\n                        \"Longitude\": 55.28684\n                    },\n                    \"ID\": 5637073,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 31.61,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"c27122b5-cca8-4790-b85f-afca34115eb1\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"deluxe room, 2 twin beds\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 234.82,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 31,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 245,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 433,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 800,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 180,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 459,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 155,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"مستوى الراحة عالٍ.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 41,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 119,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال جيدة إلى حد ما\",\n                                    \"Text\": \"القيمة متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 20,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"خدمة الإنترنت منتظمة\",\n                                    \"Text\": \"الإنترنت عادي.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق بوتيك ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"0655fa98-7d12-4d8f-803c-a248d9aa9770\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3589,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 122,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 61,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 146,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 607,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2653,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق بوتيك ممتاز. يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 31,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 245,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 434,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 214,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 799,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 459,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 180,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 156,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 42,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Good bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 120,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 20,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent boutique hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"0655fa98-7d12-4d8f-803c-a248d9aa9770\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3589,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 122,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 61,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 146,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 607,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2653,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent boutique hotel. Close to Dubai Mall. Located near shopping areas and has easy access to public transportation. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 377\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road, Dubai\",\n                    \"ChainCode\": \"RO\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e19cfaef-0266-4012-86f5-45bbe7813454.jpeg\"\n                    },\n                    \"DisplayName\": \"Towers Rotana Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.21290397644043,\n                        \"Longitude\": 55.275447845458984\n                    },\n                    \"ID\": 5751131,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"8d37c9e6-08ad-4777-a987-8ca60ddb1495\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"room, 2 twin beds (guest)\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 191.6,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 613,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 836,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 228,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 520,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 13,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الإنترنت يعمل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 235,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 51,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"البار اعتيادي\",\n                                    \"Text\": \"البار لا بأس به.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق استجمام ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"f28c6bb3-6901-4e22-92e8-6ce677cda244\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3617,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 89,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 53,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 175,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 847,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2453,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق استجمام ممتاز. الموقع رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 613,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 836,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 228,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 520,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 13,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 235,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 51,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Standard bar\",\n                                    \"Text\": \"Bar is ok.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"f28c6bb3-6901-4e22-92e8-6ce677cda244\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3617,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 89,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 53,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 175,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 847,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2453,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent wellness hotel. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 3598\n                    }\n                },\n                {\n                    \"Address\": \"Downtown Burj Khalifa Street, Dubai\",\n                    \"ChainCode\": \"TJ\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/45c705c4-8a89-4d7e-b868-95316734a52a.jpeg\"\n                    },\n                    \"DisplayName\": \"Taj Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.19302559,\n                        \"Longitude\": 55.26767349\n                    },\n                    \"ID\": 5808808,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 30.81,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"0511eeb9-5c03-4332-bbc3-c7ee6a23121f\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"luxury room, 1 king bed, city view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 363.2,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 12% في المدينة\",\n                                    \"Text\": \"من أفضل 12% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 11% في المدينة\",\n                                    \"Text\": \"من أفضل 11% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 1009,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 2559,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 870,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 549,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام كان جيداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1479,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 479,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 514,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"النظافة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 26,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"خدمة الإنترنت منتظمة\",\n                                    \"Text\": \"الإنترنت عادي.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق استجمام ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"d3968789-4a3a-4e88-a968-0344b8334b57\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 9513,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 186,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 143,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 316,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1420,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7448,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق استجمام ممتاز. جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق. الجو العام رائع. الغرفة رائعة.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 11% in city\",\n                                    \"Text\": \"Top 11% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1013,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 2557,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 874,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 546,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1473,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 477,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 514,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 26,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"d3968789-4a3a-4e88-a968-0344b8334b57\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 9513,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 186,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 143,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 316,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1420,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7448,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent wellness hotel. Close to Dubai Mall. Good for sightseeing and located near shopping areas. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 9557\n                    }\n                },\n                {\n                    \"Address\": \"Mohammed Bin Rashid Boulevard Downtown, Dubai\",\n                    \"ChainCode\": \"WV\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3a3e482d-225f-4cda-ab6e-6a20a450ad42.jpeg\"\n                    },\n                    \"DisplayName\": \"Damac Maison Mall Street\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.194687,\n                        \"Longitude\": 55.283396\n                    },\n                    \"ID\": 5840382,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"db746cbc-9df6-4879-ab5b-2fca757373a6\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed suite, 1 bedroom city view\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 314.86,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 323.63,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 12% في المدينة\",\n                                    \"Text\": \"من أفضل 12% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"الشاطئ جميل\",\n                                    \"Text\": \"الشاطئ رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 978,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1313,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 12,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الإنترنت يعمل بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 137,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"أفضل قيمة مقدمة مقابل المال\",\n                                    \"Text\": \"القيمة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 869,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 355,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"النظافة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 200,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 171,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق عائلي ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"9b8404fb-b978-46b4-b337-04bb8baedae7\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5686,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 158,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 82,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 184,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 825,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4437,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق عائلي ممتاز. الغرفة رائعة. الموقع رائع. الشاطئ جميل.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Beautiful beach\",\n                                    \"Text\": \"Wonderful beach.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 978,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1313,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 12,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 137,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 869,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 355,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 200,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 171,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent family hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"9b8404fb-b978-46b4-b337-04bb8baedae7\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5686,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 158,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 82,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 184,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 825,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4437,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent family hotel. Close to Dubai Mall. Great rooms in excellent location. Beautiful beach.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 5456\n                    }\n                },\n                {\n                    \"Address\": \"Jumeirah Road, Dubai\",\n                    \"ChainCode\": \"FS\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1caaf693-b2f3-4fee-9641-91deabab4ce8.jpeg\"\n                    },\n                    \"DisplayName\": \"Four Seasons Resort Dubai at Jumeirah Beach\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2025032,\n                        \"Longitude\": 55.23947906\n                    },\n                    \"ID\": 5957144,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735084740000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"bf4ee6c4-6c96-4559-8306-c4635ee3f24b\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"2 queen beds\",\n                                    \"SourceRoomName\": \"deluxe room, 2 queen beds, city view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 1266.18,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 21,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 155,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف مذهلة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 312,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 107,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام كان جيداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 90,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 111,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 57,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"الشاطئ جميل\",\n                                    \"Text\": \"الشاطئ جميل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 62,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"مستوى الراحة عالٍ.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 50,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 53,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 16,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مذهل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 125,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام شهي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 30,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال يمكن أن تكون أفضل\",\n                                    \"Text\": \"القيمة أقل من المتوسط.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للأعمال.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية وقريب من الشاطئ.\",\n                            \"ReviewId\": \"9ecfd199-e852-491f-b8ee-c04805ee670a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2856,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 84,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 23,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 67,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 309,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2373,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للأعمال. جيد لمشاهدة المعالم السياحية وقريب من الشاطئ. الجو العام رائع. الشاطئ جميل. الغرفة رائعة.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 21,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 155,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 312,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 107,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 90,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 111,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 57,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Beautiful beach\",\n                                    \"Text\": \"Beach is lovely.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 62,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 50,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 53,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 16,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 125,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Tasty food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 30,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and has a beach nearby.\",\n                            \"ReviewId\": \"9ecfd199-e852-491f-b8ee-c04805ee670a\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2856,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 84,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 23,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 67,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 309,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2373,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Good for sightseeing and has a beach nearby. Awesome vibe. Beautiful beach. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 2824\n                    }\n                },\n                {\n                    \"Address\": \"Al Mina Road, Dubai\",\n                    \"ChainCode\": \"GI\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5df5a192-b0ce-4a58-bed5-2242f3963dab.jpeg\"\n                    },\n                    \"DisplayName\": \"Hilton Garden Inn Dubai Al Mina\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.247522,\n                        \"Longitude\": 55.278543\n                    },\n                    \"ID\": 6162012,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"1c6eb3d7-a5ff-452e-a0ea-575d9fd19721\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"twin room, 2 twin beds\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 136.08,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 12,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"الشاطئ جميل\",\n                                    \"Text\": \"الشاطئ رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 385,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 171,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 121,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 292,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"الغرفة لا بأس بها\",\n                                    \"Text\": \"الغرف لا بأس بها.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 161,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"نظيف جداً\",\n                                    \"Text\": \"النظافة متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 13,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"خدمة الإنترنت منتظمة\",\n                                    \"Text\": \"الإنترنت عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 45,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"حمام السباحة عادي\",\n                                    \"Text\": \"حمام السباحة معتدل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 148,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"مريح\",\n                                    \"Text\": \"مستوى الراحة متوسط.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 79,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"المرافق ليست الأفضل\",\n                                    \"Text\": \"المرافق سيئة.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق أعمال جيد.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى مواقف السيارات.\",\n                            \"ReviewId\": \"ceb70448-a62d-467a-8897-f1c46efe6d2f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1727,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 131,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 92,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 241,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 510,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 753,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.1,\n                            \"ScoreDescription\": \" جيد جدا\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق أعمال جيد. الشاطئ جميل. الموقع رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 12,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Beautiful beach\",\n                                    \"Text\": \"Wonderful beach.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 385,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 171,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Good location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 121,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 292,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 161,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 13,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 45,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"Ordinary pool\",\n                                    \"Text\": \"Pool is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 148,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 79,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas with easy access to parking.\",\n                            \"ReviewId\": \"ceb70448-a62d-467a-8897-f1c46efe6d2f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1727,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 131,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 92,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 241,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 510,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 753,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.1,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good business hotel. Beautiful beach. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 1686\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road, Dubai\",\n                    \"ChainCode\": \"RO\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0a04bc37-14d8-4893-b4b8-1c21a8cb6123.jpeg\"\n                    },\n                    \"DisplayName\": \"Rose Rayhaan by Rotana Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2119197845459,\n                        \"Longitude\": 55.276412963867187\n                    },\n                    \"ID\": 6264537,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"651f5355-bae8-46fd-a579-cfbe38cd29fa\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"room, 1 king bed (guest)\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 168.03,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 865,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1123,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 68,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 347,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 799,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 26,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الاتصال بالإنترنت جيد جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 301,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"مستوى الراحة عالٍ.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 304,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق رومانسي ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"7c457d1f-9526-4fce-a2eb-c3e56e3b666f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 4150,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 135,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 83,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 244,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 870,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2818,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق رومانسي ممتاز. الموقع رائع. الغرفة رائعة.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 865,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1123,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 68,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 347,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 799,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 26,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 301,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 304,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"7c457d1f-9526-4fce-a2eb-c3e56e3b666f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 4150,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 135,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 83,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 244,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 870,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2818,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent romantic hotel. Close to Dubai Mall. Great rooms in excellent location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 3913\n                    }\n                },\n                {\n                    \"Address\": \"Al Abraj Street Business Bay, Dubai\",\n                    \"ChainCode\": \"WV\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/91f66b09-4130-43f5-9039-0a608fe93e77.jpeg\"\n                    },\n                    \"DisplayName\": \"Damac Maison Cour Jardin\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.187994,\n                        \"Longitude\": 55.26780701\n                    },\n                    \"ID\": 6378029,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 224.52,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"ca890569-eaae-4765-8cf2-17a41bbca40d\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed deluxe room (downtown view)\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 299.34,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 506,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1543,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 643,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1011,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف مذهلة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 215,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 246,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 112,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 5,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"شكاوى حول الوايفاي\",\n                                    \"Text\": \"الإنترنت ضعيف.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للأعمال.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"36c753c4-d336-4845-af91-44ba58ff80e6\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3406,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 52,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 42,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 89,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 342,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2881,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للأعمال. غرف وخدمة مذهلة في موقع رائع الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 506,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1543,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 643,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1011,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 215,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 246,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 112,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"36c753c4-d336-4845-af91-44ba58ff80e6\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3406,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 52,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 42,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 89,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 342,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2881,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Awesome rooms and service in a great location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 3246\n                    }\n                },\n                {\n                    \"Address\": \"Marasi Drive Business Bay, Dubai\",\n                    \"ChainCode\": \"PU\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d89ed0cd-0e63-4e74-8ed2-f1750b4b313b.jpeg\"\n                    },\n                    \"DisplayName\": \"Pullman Dubai Downtown\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.18698,\n                        \"Longitude\": 55.27143\n                    },\n                    \"ID\": 6389432,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"6a570e56-3724-44eb-bcb4-2b0e426bad9f\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Superior\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"superior room, 1 king bed\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 275.07,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 124,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 1248,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 2775,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 818,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 109,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مذهل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1599,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 663,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"النظافة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 15,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"خدمة الإنترنت منتظمة\",\n                                    \"Text\": \"الإنترنت عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 252,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال جيدة إلى حد ما\",\n                                    \"Text\": \"القيمة متوسطة.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق استجمام ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"e67880a5-56e7-4e0c-9af4-95308f67bac7\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 8181,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 278,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 203,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 399,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1554,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5747,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق استجمام ممتاز. جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 124,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1248,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 2775,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 818,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 109,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1599,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 663,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 15,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 252,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"e67880a5-56e7-4e0c-9af4-95308f67bac7\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 8181,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 278,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 203,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 399,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1554,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5747,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent wellness hotel. Close to Dubai Mall. Good for sightseeing and located near shopping areas.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road Al Habtoor City, Dubai\",\n                    \"ChainCode\": \"PH\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d94d4c8d-8b96-4e3a-aa6b-b2a885e2a289.jpeg\"\n                    },\n                    \"DisplayName\": \"Al Habtoor Palace\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.1827359465919,\n                        \"Longitude\": 55.2536413415993\n                    },\n                    \"ID\": 6431560,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"37cfc69a-d747-4b94-95bd-256dd8248bfb\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"deluxe room, 1 king bed, mobility accessible\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 322.25,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 507.81,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 10% في المدينة\",\n                                    \"Text\": \"من أفضل 10% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 6,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مدهش.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 55,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 124,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 307,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 107,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 103,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام لذيذ.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 193,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 60,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"نظيف جداً\",\n                                    \"Text\": \"النظافة متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 27,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال جيدة إلى حد ما\",\n                                    \"Text\": \"القيمة متوسطة.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق عائلي ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"601c0098-adf4-42b9-bbfc-5d4091cf107e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1832,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 66,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 29,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 74,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 243,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1420,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق عائلي ممتاز. جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 6,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 55,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 124,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 307,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 107,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 103,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 193,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 60,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 27,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent family hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"601c0098-adf4-42b9-bbfc-5d4091cf107e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1832,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 66,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 29,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 74,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 243,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1420,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent family hotel. Good for sightseeing and located near shopping areas. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1815\n                    }\n                },\n                {\n                    \"Address\": \"Pearl Jumeira, Dubai\",\n                    \"ChainCode\": \"GA\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/aa67a17e-f980-4cc6-bcc2-40f9eb4243c8.jpeg\"\n                    },\n                    \"DisplayName\": \"Nikki Beach Resort & Spa Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2462520599365,\n                        \"Longitude\": 55.2553939819336\n                    },\n                    \"ID\": 6475950,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 33.44,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"56d21c9f-1c91-42e3-8ac4-8a8f7c285b54\",\n                                    \"RoomBasis\": \"Bed and Breakfast BB\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"2 twin beds covet room skyline view twin\",\n                                    \"SpecialDeals\": [\n                                        \"Free spa access for 2 (once per stay)\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 611.25,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 15% في المدينة\",\n                                    \"Text\": \"من أفضل 15% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 187,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"الشاطئ جميل\",\n                                    \"Text\": \"الشاطئ رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 128,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 142,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 150,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام مذهل بكل المقاييس.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 74,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 137,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 79,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 217,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 108,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"مستوى الراحة عالٍ.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 30,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة جيدة جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 387,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 102,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 56,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال جيدة إلى حد ما\",\n                                    \"Text\": \"القيمة متوسطة.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق شاطئي ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية وقريب من الشاطئ.\",\n                            \"ReviewId\": \"73dbb3e7-5763-4bd2-abdf-5a25f021854b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2463,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 88,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 26,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 71,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 283,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1995,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق شاطئي ممتاز. جيد لمشاهدة المعالم السياحية وقريب من الشاطئ. الشاطئ جميل. حمام السباحة رائع. الغرفة رائعة. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 15% in city\",\n                                    \"Text\": \"Top 15% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 187,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Beautiful beach\",\n                                    \"Text\": \"Wonderful beach.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 128,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 142,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 150,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 74,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 137,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 79,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Pool is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 217,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 108,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 30,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 387,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 102,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 56,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent beach hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and has a beach nearby.\",\n                            \"ReviewId\": \"73dbb3e7-5763-4bd2-abdf-5a25f021854b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2463,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 88,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 26,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 71,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 283,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1995,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent beach hotel. Good for sightseeing and has a beach nearby. Beautiful beach. Great pool. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 2489\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Mohammed Bin Rashid Boulevard, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/97b2a14c-35b9-4848-b37d-af498fbf214f.jpeg\"\n                    },\n                    \"DisplayName\": \"The Heritage Hotel Autograph Collection\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.191415,\n                        \"Longitude\": 55.277213\n                    },\n                    \"ID\": 6506577,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"51324f56-dd67-4755-9eaf-3d68522a8b89\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"deluxe room, 1 king bed, pool view\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 330.18,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 4798\n                    }\n                },\n                {\n                    \"Address\": \"Al Habtoor City Sheikh Zayed Road, Dubai\",\n                    \"ChainCode\": \"HL\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/52817624-ae48-4245-baca-e705c47f3710.jpeg\"\n                    },\n                    \"DisplayName\": \"Hilton Dubai Al Habtoor City\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.184368,\n                        \"Longitude\": 55.253553\n                    },\n                    \"ID\": 6512109,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 203.73,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"772fc29a-4f55-4792-aeba-1d50167c20bb\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"room, 2 twin beds\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 259.37,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 10% في المدينة\",\n                                    \"Text\": \"من أفضل 10% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 535,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 910,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1204,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 25,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الإنترنت يعمل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 348,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"الفطور متوسط\",\n                                    \"Text\": \"الإفطار عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 344,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"نظيف جداً\",\n                                    \"Text\": \"النظافة متوسطة.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للأعمال.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"ac946e65-ced8-4bd4-b2b8-abc36b8a5584\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5577,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 297,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 135,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 283,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 959,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3903,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للأعمال. جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق. الغرفة رائعة.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 535,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 910,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1204,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 25,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 348,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 344,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"ac946e65-ced8-4bd4-b2b8-abc36b8a5584\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5577,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 297,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 135,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 283,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 959,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3903,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Close to Dubai Mall. Good for sightseeing and located near shopping areas. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 5590\n                    }\n                },\n                {\n                    \"Address\": \"Trade Centre District, Dubai\",\n                    \"ChainCode\": \"RT\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/dac722d3-67bb-452e-8680-319288c02f58.jpeg\"\n                    },\n                    \"DisplayName\": \"Ibis One Central World Trade Centre Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2216606140137,\n                        \"Longitude\": 55.2866172790527\n                    },\n                    \"ID\": 6547701,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"cbf74c9e-58b0-4cfe-80cc-0e213cb90f6f\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Premium\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"premium room, 2 twin beds, accessible\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 147.85,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 1559,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 4008,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 1063,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 575,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 231,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام كان جيداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 2256,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 76,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"خدمة الإنترنت منتظمة\",\n                                    \"Text\": \"الإنترنت عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 793,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"المزيد من الراحة قد يكون جيداً\",\n                                    \"Text\": \"غير مريح جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 30,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"يمكن تحسين مرافق الاستجمام والرياضة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة لم تكن جيدة جداً.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للمسافرين المنفردين.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية مع إمكانية الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"b92cd0ba-b19c-45ed-a159-cff7dfc3d5b2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 11547,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 445,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 332,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 719,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2283,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7768,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للمسافرين المنفردين. غرف وخدمة مذهلة في موقع رائع الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1559,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 4008,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 1063,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 575,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 231,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 2256,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 76,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 793,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 30,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                    \"Text\": \"Wellness & sports facilities were not very nice.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"b92cd0ba-b19c-45ed-a159-cff7dfc3d5b2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 11547,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 445,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 332,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 719,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2283,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7768,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Close to Dubai Mall. Awesome rooms and service in a great location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 11147\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road Trade Centre 2, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1dd1f4b1-28c3-4c7e-921e-c4464310592d.jpeg\"\n                    },\n                    \"DisplayName\": \"Residence Inn by Marriott Sheikh Zayed Road Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.20942,\n                        \"Longitude\": 55.27528\n                    },\n                    \"ID\": 6577691,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 35.89,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"3584446d-b9ba-40ef-ae78-dfedd5d3580e\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"deluxe studio, 2 twin beds, smoking\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 284.15,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 10% في المدينة\",\n                                    \"Text\": \"من أفضل 10% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 818,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 360,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 2690,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 115,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 31,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الإنترنت يعمل بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 599,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام مذهل بكل المقاييس.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1013,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 394,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 486,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 327,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"مستوى الراحة عالٍ.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"9142437b-e0ec-466c-b28f-366dbf906e7b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5249,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 103,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 48,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 109,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 588,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4401,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز. غرف وخدمة مذهلة في موقع رائع الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 818,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 360,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 2690,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 115,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 31,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 599,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1013,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 394,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 486,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 327,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"9142437b-e0ec-466c-b28f-366dbf906e7b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5249,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 103,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 48,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 109,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 588,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4401,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Awesome rooms and service in a great location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 5395\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road Trade Centr, Dubai\",\n                    \"ChainCode\": \"FG\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a3eecb14-5c6a-4119-b31c-e4703fb8b162.jpeg\"\n                    },\n                    \"DisplayName\": \"Emirates Grand Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.211093,\n                        \"Longitude\": 55.274427\n                    },\n                    \"ID\": 6597716,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 32.83,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736294340000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"9ac14979-1d43-4576-a563-845b50359c62\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed deluxe king room\",\n                                    \"SpecialDeals\": [\n                                        \"Save10%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 184.46,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 636,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1026,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 92,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"الطعام لا بأس به\",\n                                    \"Text\": \"الطعام عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 883,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"الغرفة لا بأس بها\",\n                                    \"Text\": \"الغرف لا بأس بها.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 88,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"الفطور متوسط\",\n                                    \"Text\": \"الإفطار عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 316,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"الجو العام ليس جيداً للغاية\",\n                                    \"Text\": \"الجو العام لم يكن جيداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 27,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"يمكن تحسين مرافق الاستجمام والرياضة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة لم تكن جيدة جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 234,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"المرافق ليست الأفضل\",\n                                    \"Text\": \"المرافق سيئة للغاية.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 34,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"يجب تجديد حمام السباحة\",\n                                    \"Text\": \"حمام السباحة مريع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 422,\n                                    \"Score\": 28,\n                                    \"ShortText\": \"قد يحتاج للتنظيف بشكل جيد\",\n                                    \"Text\": \"متسخ جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 27,\n                                    \"Score\": 18,\n                                    \"ShortText\": \"شكاوى حول الوايفاي\",\n                                    \"Text\": \"الاتصال بالإنترنت مخيب للظن.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق جيد للمسافرين المنفردين.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"780d3468-3646-4267-a276-ab7bc7791831\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3339,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 324,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 358,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 468,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 546,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1643,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.9,\n                            \"ScoreDescription\": \"جيد\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق جيد للمسافرين المنفردين. الموقع رائع.\"\n                        },\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 636,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1026,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 92,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Food is all right\",\n                                    \"Text\": \"Food is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 883,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 88,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 316,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Vibe wasn't good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 27,\n                                    \"Score\": 35,\n                                    \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                    \"Text\": \"Wellness & sports facilities were not very nice.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 234,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Terrible amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 34,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Pool should be renewed\",\n                                    \"Text\": \"Horrible pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 422,\n                                    \"Score\": 28,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Generally quite dirty.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 27,\n                                    \"Score\": 18,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Good hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"780d3468-3646-4267-a276-ab7bc7791831\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3339,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 324,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 358,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 468,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 546,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1643,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.9,\n                            \"ScoreDescription\": \"Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Good hotel for solo travelers. Close to Financial Center Metro. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 3271\n                    }\n                },\n                {\n                    \"Address\": \"Business Bay, Dubai\",\n                    \"ChainCode\": \"WV\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fac7400b-f980-4d4b-b236-f76feeb5e9f3.jpeg\"\n                    },\n                    \"DisplayName\": \"Damac Maison Canal Views\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.18813705,\n                        \"Longitude\": 55.2843132\n                    },\n                    \"ID\": 6628005,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 256.22,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"a8f00da4-ede0-4c4e-a34d-d81651a9e805\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed deluxe room, canal view\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 307.42,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 15,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 175,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 384,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 20,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام مذهل بكل المقاييس.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 27,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 51,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 97,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 20,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"أفضل قيمة مقدمة مقابل المال\",\n                                    \"Text\": \"القيمة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 220,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 79,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"مستوى الراحة عالٍ.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 25,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للأعمال.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"20aa1a77-56f3-4e9a-8248-97ee5737c9f6\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1594,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 42,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 43,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 152,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1337,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للأعمال. غرف وخدمة مذهلة في موقع رائع حمام السباحة رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 15,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 175,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 384,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 20,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 27,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Excellent pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 51,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 97,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 20,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 220,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 79,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 25,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"20aa1a77-56f3-4e9a-8248-97ee5737c9f6\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1594,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 42,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 43,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 152,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1337,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Awesome rooms and service in a great location. Great pool.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 1586\n                    }\n                },\n                {\n                    \"Address\": \"312 Al Mustaqbal Street Zabeel 2, Dubai\",\n                    \"ChainCode\": \"AT\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4176f85e-7943-4285-9bb2-a6828606e1b0.jpeg\"\n                    },\n                    \"DisplayName\": \"Rove Downtown Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.203103,\n                        \"Longitude\": 55.278738\n                    },\n                    \"ID\": 6632952,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 172.32,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"3aa2b039-909c-49eb-bd86-80f88a1b54d2\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed and 1 twin sofa bed rover room - free shuttle bus to the beach & dubai mall\",\n                                    \"SpecialDeals\": [\n                                        \"Special deal\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 195.76,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"e97c0315-9fa9-4cd5-815e-61aecdaa12a2\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"2 twin beds and 1 twin sofa bed rover room - free shuttle bus to the beach & dubai mall\",\n                                    \"SpecialDeals\": [\n                                        \"Special deal\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 195.76,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 19805\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f4397c5d-53ce-4913-be3c-eccbf331c2b0.jpeg\"\n                    },\n                    \"DisplayName\": \"Shangri La Apartments\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2079620361328,\n                        \"Longitude\": 55.2715873718262\n                    },\n                    \"ID\": 6649625,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"d9762efc-de74-4c45-a73f-55841ff24957\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"2 twin beds studio\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 302.51,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"92e3ad9c-6098-43b8-91fc-4391c99a13d1\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed studio\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 302.51,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 12% في المدينة\",\n                                    \"Text\": \"من أفضل 12% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 12% في المدينة\",\n                                    \"Text\": \"من أفضل 12% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 7,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 22,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 5,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 24,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"الغرفة لا بأس بها\",\n                                    \"Text\": \"الغرف لا بأس بها.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 8,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"نظيف جداً\",\n                                    \"Text\": \"النظافة متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 11,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"المزيد من الراحة قد يكون جيداً\",\n                                    \"Text\": \"غير مريح جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 12,\n                                    \"Score\": 0,\n                                    \"ShortText\": \"الجو العام ليس جيداً للغاية\",\n                                    \"Text\": \"الجو العام مريع.\"\n                                }\n                            ],\n                            \"HotelType\": \"جيد جداً للسفر مع الأصدقاء.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"a0694e60-ee56-4633-8c77-b788316a51d0\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 125,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 36,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 69,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \" جيد جدا\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"جيد جداً للسفر مع الأصدقاء. الموقع رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 7,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 22,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 5,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 24,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 8,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 11,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 12,\n                                    \"Score\": 0,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good for traveling with friends.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"a0694e60-ee56-4633-8c77-b788316a51d0\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 125,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 4,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 36,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 69,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.3,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good for traveling with friends. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 127\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road, Dubai\",\n                    \"ChainCode\": \"FA\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cba8a7c9-db69-4014-8fa6-0713cee38548.jpeg\"\n                    },\n                    \"DisplayName\": \"Fairmont Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.226203,\n                        \"Longitude\": 55.284586\n                    },\n                    \"ID\": 6668849,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 31.81,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"42143204-9ca6-4283-8844-ef8a24e2b1f2\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"fairmont king, room, 1 king bed, non smoking\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 341.57,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 12% في المدينة\",\n                                    \"Text\": \"من أفضل 12% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 971,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 2939,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 63,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مذهل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 540,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 476,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام كان جيداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1405,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 727,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 11,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الإنترنت يعمل.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق فاخر ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية مع إمكانية الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"37956ad3-3d0b-4a27-b6c7-f934dc658d81\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 9214,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 251,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 158,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 389,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1279,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7137,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق فاخر ممتاز. جيد لمشاهدة المعالم السياحية مع إمكانية الوصول إلى وسائل النقل العام. الجو العام رائع. الغرفة رائعة.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 971,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 2939,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 63,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 540,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 476,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1405,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 727,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 11,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"37956ad3-3d0b-4a27-b6c7-f934dc658d81\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 9214,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 251,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 158,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 389,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1279,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7137,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent luxury hotel. Close to Dubai Mall. Good for sightseeing with access to public transportation. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 8920\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road, Dubai\",\n                    \"ChainCode\": \"FP\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e14bee77-bfe2-48f7-a863-b428ea55c496.jpeg\"\n                    },\n                    \"DisplayName\": \"Four Points by Sheraton Sheikh Zayed Road Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.213592,\n                        \"Longitude\": 55.276007\n                    },\n                    \"ID\": 6670574,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"c36b3285-374c-4924-99bf-447f48c8a664\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Classic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"classic room, 1 king bed, non smoking, balcony\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 190.86,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 686,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 832,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 223,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 284,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 645,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 76,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مذهل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 11,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الإنترنت يعمل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 196,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"المرافق عادية\",\n                                    \"Text\": \"المرافق متوسطة.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للأعمال.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"3e7cb9fc-d5c9-4de4-b193-1c18d54ebd80\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3793,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 104,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 61,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 194,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 938,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2496,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للأعمال. الغرفة رائعة. الموقع رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 686,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 832,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 223,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 284,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 645,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 76,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 11,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 196,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Ordinary amenities\",\n                                    \"Text\": \"Average amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"3e7cb9fc-d5c9-4de4-b193-1c18d54ebd80\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3793,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 104,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 61,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 194,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 938,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2496,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Great rooms in excellent location.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 3814\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road Al Habtoor City, Dubai\",\n                    \"ChainCode\": \"QQ\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/151e1415-668f-492e-8add-3aa457411d52.jpeg\"\n                    },\n                    \"DisplayName\": \"V Hotel Dubai Curio Collection by Hilton\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.184565,\n                        \"Longitude\": 55.253265\n                    },\n                    \"ID\": 6703456,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"4a1da4b6-f374-4870-9c1f-014ac99a8eb4\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"2 queen beds\",\n                                    \"SourceRoomName\": \"deluxe room, 2 queen beds\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 316.77,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 418.2,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 11,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مدهش.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 12,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الشاطئ جميل\",\n                                    \"Text\": \"الشاطئ رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 45,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 783,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 208,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 234,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 160,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 470,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 155,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 101,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 54,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال جيدة إلى حد ما\",\n                                    \"Text\": \"القيمة متوسطة.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للمسافرين المنفردين.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"f9621bae-5923-4e51-a9a4-a240b36c5c15\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3400,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 142,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 71,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 132,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 466,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2589,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للمسافرين المنفردين. جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق. الغرفة رائعة. حمام السباحة رائع. الجو العام رائع. الشاطئ جميل.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 11,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 12,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Beautiful beach\",\n                                    \"Text\": \"Wonderful beach.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 45,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Excellent pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 783,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 208,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 234,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 160,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 470,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 155,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 101,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 54,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"f9621bae-5923-4e51-a9a4-a240b36c5c15\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3400,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 142,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 71,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 132,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 466,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2589,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Good for sightseeing and located near shopping areas. Great room. Great pool. Awesome vibe. Beautiful beach.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 3339\n                    }\n                },\n                {\n                    \"Address\": \"Jumierah Beach Road, Dubai\",\n                    \"ChainCode\": \"WV\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7f2a3b93-4d25-4cc8-8e4b-28f10611413e.jpeg\"\n                    },\n                    \"DisplayName\": \"Dubai Marine Beach Resort & Spa\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.233526,\n                        \"Longitude\": 55.263618\n                    },\n                    \"ID\": 6709353,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 255.81,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"a0ba5757-084a-4681-9b2f-4cf4044a8552\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"Double\",\n                                    \"SourceRoomName\": \"1 double bed standard double or twin room\",\n                                    \"SpecialDeals\": [\n                                        \"Save10%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 288.57,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 311,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 729,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 227,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"الشاطئ جميل\",\n                                    \"Text\": \"الشاطئ جميل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 28,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الاتصال بالإنترنت جيد جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 215,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 145,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 126,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"النظافة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 392,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"الغرفة لا بأس بها\",\n                                    \"Text\": \"الغرف لا بأس بها.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 32,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة كافية\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة كافية.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 93,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال جيدة إلى حد ما\",\n                                    \"Text\": \"القيمة متوسطة.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق نادي ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"قريب من الشاطئ ووسط المدينة.\",\n                            \"ReviewId\": \"8e6dec8a-67dc-45e3-9c0d-cba8468fdd92\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2938,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 115,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 111,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 185,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 596,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1931,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق نادي ممتاز. قريب من الشاطئ ووسط المدينة. الشاطئ جميل.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 311,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 729,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 227,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Beautiful beach\",\n                                    \"Text\": \"Beach is lovely.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 28,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 215,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 145,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 126,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 392,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 32,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                    \"Text\": \"Sufficient wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 93,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent club hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to the beach and the city center.\",\n                            \"ReviewId\": \"8e6dec8a-67dc-45e3-9c0d-cba8468fdd92\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2938,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 115,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 111,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 185,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 596,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1931,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent club hotel. Close to the beach and the city center. Beautiful beach.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 2948\n                    }\n                },\n                {\n                    \"Address\": \"Al Mina Rd, Dubai\",\n                    \"ChainCode\": \"RT\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f621e829-5ac5-4b4a-b229-11b98a277fa7.jpeg\"\n                    },\n                    \"DisplayName\": \"ibis Styles Dubai Jumeira\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.240313,\n                        \"Longitude\": 55.273209\n                    },\n                    \"ID\": 6753376,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"a327d231-a53e-4986-8de3-ed742df3ef95\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"Double\",\n                                    \"SourceRoomName\": \"standard double room, 1 double bed\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 148.25,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 914,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 379,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1847,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 784,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 76,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الشاطئ جميل\",\n                                    \"Text\": \"الشاطئ جميل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 253,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"أفضل قيمة مقدمة مقابل المال\",\n                                    \"Text\": \"القيمة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1416,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 311,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 642,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"مستوى الراحة عالٍ.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 51,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الاتصال بالإنترنت جيد جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 434,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للمسافرين المنفردين.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"cf3085be-5967-46ba-86d8-6b382f209672\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6452,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 264,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 182,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 459,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1327,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4220,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للمسافرين المنفردين. جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق. غرف رائعة وخدمة ممتازة الشاطئ جميل. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 914,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 379,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1847,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 784,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 76,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Beautiful beach\",\n                                    \"Text\": \"Beach is lovely.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 253,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1416,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 311,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 642,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 51,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 434,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"cf3085be-5967-46ba-86d8-6b382f209672\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6452,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 264,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 182,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 459,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1327,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4220,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Good for sightseeing and located near shopping areas. Great rooms and fantastic service. Beautiful beach. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 6496\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road, Dubai\",\n                    \"ChainCode\": \"CN\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8b517f7d-5e32-4939-bbf9-14f0e89cadbd.jpeg\"\n                    },\n                    \"DisplayName\": \"Conrad Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2254,\n                        \"Longitude\": 55.284748\n                    },\n                    \"ID\": 6774940,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 32.15,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"3ee541dc-cec3-4aa4-8326-96298be6c785\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"deluxe room, 1 king bed (skyline view)\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 453.88,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 3461,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 614,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 835,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 1273,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1313,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف مذهلة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 169,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 893,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام مذهل بكل المقاييس.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 420,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 64,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مدهش.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 526,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 676,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 446,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"مستوى الراحة عالٍ.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 19,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الاتصال بالإنترنت جيد جداً.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق عائلي ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية مع إمكانية الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"495e74d1-e5c5-426f-8cdd-d729e40cfef6\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 9827,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 178,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 61,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 206,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1033,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8349,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق عائلي ممتاز. جيد لمشاهدة المعالم السياحية مع إمكانية الوصول إلى وسائل النقل العام. غرف رائعة وخدمة ممتازة حمام السباحة رائع. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 3461,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 614,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 835,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1273,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1313,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 169,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 893,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 420,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Excellent pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 64,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 526,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 676,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 446,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 19,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent family hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"495e74d1-e5c5-426f-8cdd-d729e40cfef6\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 9827,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 178,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 61,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 206,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1033,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8349,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent family hotel. Close to Dubai Mall. Good for sightseeing with access to public transportation. Great rooms and fantastic service. Great pool. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 9757\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Mohammed Bin Rashed Boulevard, Dubai\",\n                    \"ChainCode\": \"KI\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/77f2cdae-1db2-4c6f-972d-bfccdb2c17a1.jpeg\"\n                    },\n                    \"DisplayName\": \"Kempinski Central Avenue Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.199777,\n                        \"Longitude\": 55.27732\n                    },\n                    \"ID\": 6801296,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 33.3,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"1d62532d-296c-4d47-bee8-753dad7bea3b\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Superior with view\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"standard room, 2 twin beds, city view (superior room twin)\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 713.34,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"الشاطئ جميل\",\n                                    \"Text\": \"الشاطئ رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 569,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 197,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام مذهل بكل المقاييس.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 16,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مدهش.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 64,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 6,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الإنترنت يعمل بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 103,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1084,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 244,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 238,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 518,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 155,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"مريح\",\n                                    \"Text\": \"مستوى الراحة متوسط.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 93,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال يمكن أن تكون أفضل\",\n                                    \"Text\": \"القيمة أقل من المتوسط.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق عائلي ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"4a107be5-2af3-4b47-8495-cf35cd4e6984\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6531,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 180,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 102,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 179,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 605,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5465,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق عائلي ممتاز. الشاطئ جميل. حمام السباحة رائع. الجو العام رائع. الموقع رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Beautiful beach\",\n                                    \"Text\": \"Wonderful beach.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 569,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 197,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 16,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 64,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Excellent pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 103,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1084,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 244,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 238,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 518,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 155,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 93,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent family hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"4a107be5-2af3-4b47-8495-cf35cd4e6984\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6531,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 180,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 102,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 179,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 605,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5465,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent family hotel. Close to Dubai Mall. Beautiful beach. Great pool. Awesome vibe. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 6238\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Mohamed Bin Rashid Boulevard Downtown Po Box 123234, Dubai\",\n                    \"ChainCode\": \"AT\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/36ed80cd-9dab-484c-8060-a1dc747236be.jpeg\"\n                    },\n                    \"DisplayName\": \"Address Downtown\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.19397,\n                        \"Longitude\": 55.27918\n                    },\n                    \"ID\": 6820550,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 121.38,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"15caf470-3615-4250-b04b-eb0e3f108203\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed deluxe room\",\n                                    \"SpecialDeals\": [\n                                        \"Book early and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 755.21,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 19% في المدينة\",\n                                    \"Text\": \"من أفضل 19% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 19,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 267,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 41,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 128,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 517,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 54,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 296,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 77,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"النظافة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 80,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال يمكن أن تكون أفضل\",\n                                    \"Text\": \"القيمة سيئة للغاية.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 7,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"شكاوى حول الوايفاي\",\n                                    \"Text\": \"الاتصال بالإنترنت مخيب للظن.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق فاخر ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"708c1cf6-3083-494d-aaf1-7c0bc70f0322\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3583,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 189,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 46,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 113,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 415,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2820,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق فاخر ممتاز. جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق. حمام السباحة رائع. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 19% in city\",\n                                    \"Text\": \"Top 19% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 19,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 267,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 41,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Excellent pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 128,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 517,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 54,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 296,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 77,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 80,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Terrible value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"708c1cf6-3083-494d-aaf1-7c0bc70f0322\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3583,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 189,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 46,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 113,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 415,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2820,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent luxury hotel. Close to Dubai Mall. Good for sightseeing and located near shopping areas. Great pool. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Sheikh Mohammed Bin Rashid Boulevard Downtown Dubai Po Box 9770\",\n                    \"ChainCode\": \"AT\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4bfc4f52-f15d-458d-bc38-07224f4770a2.jpeg\"\n                    },\n                    \"DisplayName\": \"Palace Downtown\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.193338394165,\n                        \"Longitude\": 55.2762794494629\n                    },\n                    \"ID\": 6841343,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 32.88,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"7496bebf-5231-49a2-bbe5-00a9ccf1054a\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed deluxe lake view room\",\n                                    \"SpecialDeals\": [\n                                        \"Book early and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 709.76,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 11% في المدينة\",\n                                    \"Text\": \"من أفضل 11% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 767,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 890,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 9,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مدهش.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 253,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 289,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام كان جيداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 93,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 284,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام لذيذ.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 629,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 231,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 157,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"النظافة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 6,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الإنترنت يعمل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 5,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"الشاطئ معقول\",\n                                    \"Text\": \"الشاطئ كان لا بأس به.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 114,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال جيدة إلى حد ما\",\n                                    \"Text\": \"القيمة متوسطة.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق فاخر ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"32a5e843-65c6-4f44-8552-571459a39fa7\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 4274,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 80,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 43,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 123,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 504,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3524,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق فاخر ممتاز. الموقع رائع. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 777,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 896,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 9,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 256,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 291,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 285,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 93,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Pool is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 638,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 232,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 159,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 115,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 5,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"Beach is not so nice\",\n                                    \"Text\": \"Ugly beach.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent romantic hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"32a5e843-65c6-4f44-8552-571459a39fa7\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 4274,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 80,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 43,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 123,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 504,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3524,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent romantic hotel. Close to Dubai Mall. Great location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 4189\n                    }\n                },\n                {\n                    \"Address\": \"Trade Centre Roundabout Sheikh Zayed Road, Dubai\",\n                    \"ChainCode\": \"YX\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ff363458-04d2-4232-93e9-956ebcae9a44.jpeg\"\n                    },\n                    \"DisplayName\": \"The H Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2300243377686,\n                        \"Longitude\": 55.2870941162109\n                    },\n                    \"ID\": 6861237,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 123.95,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"75c809a6-cbe9-4a39-a900-605e973c6a49\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"deluxe twin room, 2 twin beds\",\n                                    \"SpecialDeals\": [\n                                        \"Save10%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 253.72,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 11% في المدينة\",\n                                    \"Text\": \"من أفضل 11% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 488,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 196,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 54,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 139,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 285,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 102,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"النظافة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 7,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"شكاوى حول الوايفاي\",\n                                    \"Text\": \"الإنترنت ضعيف.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق فاخر ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"قريب من مواقف السيارات ووسائل النقل العام.\",\n                            \"ReviewId\": \"5cb6171d-aadb-4a45-9961-3fab0de85331\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3072,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 143,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 55,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 134,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 566,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2174,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق فاخر ممتاز. قريب من مواقف السيارات ووسائل النقل العام. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 11% in city\",\n                                    \"Text\": \"Top 11% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 488,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 196,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 54,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 139,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Good vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 285,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 102,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to parking areas and public transportation.\",\n                            \"ReviewId\": \"5cb6171d-aadb-4a45-9961-3fab0de85331\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3072,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 143,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 55,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 134,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 566,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2174,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent luxury hotel. Close to Metro Stations. Close to parking areas and public transportation. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 3071\n                    }\n                },\n                {\n                    \"Address\": \"Al Mina Road P.O. Box 121122 Jumeirah, Dubai\",\n                    \"ChainCode\": \"CP\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a795bc8b-47ef-422c-a4d5-e61ce2f20b61.jpeg\"\n                    },\n                    \"DisplayName\": \"Crowne Plaza Jumeirah Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2404904124178,\n                        \"Longitude\": 55.275274515152\n                    },\n                    \"ID\": 6888181,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 33.44,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"12550685-8631-4c7c-92d0-d13afc01d12b\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"1 twin bed standard room\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 169.92,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 2353,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 77,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مدهش.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 965,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام مذهل بكل المقاييس.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 121,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 346,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 369,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 401,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 402,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 135,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"أفضل قيمة مقدمة مقابل المال\",\n                                    \"Text\": \"القيمة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 602,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 7,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الإنترنت يعمل.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للأعمال.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"e0e47ca9-7bbb-48db-a503-e8ed75ac26f5\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5403,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 100,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 55,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 150,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 617,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4481,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للأعمال. جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق. غرف رائعة وخدمة ممتازة الجو العام رائع. حمام السباحة رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 2353,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 77,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 965,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 121,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Excellent pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 346,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 369,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 401,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 402,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 135,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 602,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"e0e47ca9-7bbb-48db-a503-e8ed75ac26f5\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5403,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 100,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 55,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 150,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 617,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4481,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Good for sightseeing and located near shopping areas. Great rooms and fantastic service. Awesome vibe. Great pool.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 5387\n                    }\n                },\n                {\n                    \"Address\": \"Four Seasons Hotel Difc Building 9 Gate Village Difc Happiness Street, Dubai\",\n                    \"ChainCode\": \"FS\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f31d3446-ccc7-46b1-9573-77ee1dc8b51e.jpeg\"\n                    },\n                    \"DisplayName\": \"Four Seasons Hotel Dubai International Financial Centre\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2148418426514,\n                        \"Longitude\": 55.2809295654297\n                    },\n                    \"ID\": 6899942,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"351061fc-55e9-4340-b68f-d559a8bf1a75\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Superior\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"superior room, 1 king bed\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 827.23,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 18% في المدينة\",\n                                    \"Text\": \"من أفضل 18% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 7,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 71,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 41,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 24,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام كان جيداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 8,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 43,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 13,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"مريح\",\n                                    \"Text\": \"مستوى الراحة متوسط.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 5,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"البار اعتيادي\",\n                                    \"Text\": \"البار لا بأس به.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 7,\n                                    \"Score\": 11,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال يمكن أن تكون أفضل\",\n                                    \"Text\": \"القيمة سيئة للغاية.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للأعمال.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"قريب من المطار.\",\n                            \"ReviewId\": \"292e9ede-47cf-47a2-a845-d3fc39d49e60\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 753,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 30,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 21,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 102,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 588,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للأعمال. الجو العام رائع. الموقع رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 18% in city\",\n                                    \"Text\": \"Top 18% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 7,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 71,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 41,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 24,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 8,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 43,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 13,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 5,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Standard bar\",\n                                    \"Text\": \"Bar is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 7,\n                                    \"Score\": 11,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Terrible value.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to the airport.\",\n                            \"ReviewId\": \"292e9ede-47cf-47a2-a845-d3fc39d49e60\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 753,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 30,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 12,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 21,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 102,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 588,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Awesome vibe. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 747\n                    }\n                },\n                {\n                    \"Address\": \"Al Multaqa Street, Dubai\",\n                    \"ChainCode\": \"AK\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2c3addc4-7157-4bb1-8ae9-10bf09e11335.jpeg\"\n                    },\n                    \"DisplayName\": \"La Ville Hotel & Suites CITY WALK Dubai Autograph Collection\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2083053588867,\n                        \"Longitude\": 55.2606506347656\n                    },\n                    \"ID\": 6981704,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 32.87,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"a4c71213-611a-45a8-bade-65fc7d45e23e\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"2 double beds\",\n                                    \"SourceRoomName\": \"deluxe room, 2 double beds\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 407.76,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 7,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مدهش.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 132,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 35,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 48,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام كان جيداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 169,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 148,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"الغرفة لا بأس بها\",\n                                    \"Text\": \"الغرف لا بأس بها.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 55,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"نظيف جداً\",\n                                    \"Text\": \"النظافة متوسطة.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق عائلي ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"f2046c56-6037-4a49-8799-cc9a5bacad91\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 987,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 39,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 32,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 43,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 184,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 689,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق عائلي ممتاز. الجو العام رائع. الموقع رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 7,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 132,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 35,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 48,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 169,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 148,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 55,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent family hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"f2046c56-6037-4a49-8799-cc9a5bacad91\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 987,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 39,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 32,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 43,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 184,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 689,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent family hotel. Awesome vibe. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1014\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road, 2Nd Zabeel Road, Dubai\",\n                    \"ChainCode\": \"JT\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5177c002-ea2a-4db0-81ab-83fa12a2395e.jpeg\"\n                    },\n                    \"DisplayName\": \"Jumeirah Living World Trade Centre Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.227376937866211,\n                        \"Longitude\": 55.289775848388672\n                    },\n                    \"ID\": 7010160,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"ea0a1288-5310-4589-b907-a02af6d5c02c\",\n                                    \"RoomBasis\": \"Bed and Breakfast BB\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed room, 1 bedroom (residence with private jacuzzi)\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 252.03,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 205,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 100,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 154,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 31,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"أفضل قيمة مقدمة مقابل المال\",\n                                    \"Text\": \"القيمة عالية.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 36,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"الطعام لا بأس به\",\n                                    \"Text\": \"الطعام عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 87,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"الفطور متوسط\",\n                                    \"Text\": \"الإفطار عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 66,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"نظيف جداً\",\n                                    \"Text\": \"النظافة متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 7,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة كافية\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة كافية.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 37,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"حمام السباحة عادي\",\n                                    \"Text\": \"حمام السباحة معتدل.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق عائلي ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى مواقف السيارات.\",\n                            \"ReviewId\": \"d03591e6-80fa-4602-a583-65c33d2c476d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 945,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 35,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 18,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 49,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 198,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 645,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق عائلي ممتاز. يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى مواقف السيارات. الغرفة رائعة.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 205,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 100,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 154,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 31,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"High value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 36,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Food is all right\",\n                                    \"Text\": \"Food is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 87,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 66,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 7,\n                                    \"Score\": 58,\n                                    \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                    \"Text\": \"Sufficient wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 37,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Ordinary pool\",\n                                    \"Text\": \"Pool is mediocre.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent family hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas with easy access to parking.\",\n                            \"ReviewId\": \"d03591e6-80fa-4602-a583-65c33d2c476d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 945,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 35,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 18,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 49,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 198,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 645,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent family hotel. Located near shopping areas with easy access to parking. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 946\n                    }\n                },\n                {\n                    \"Address\": \"Al Saada Street, Dubai\",\n                    \"ChainCode\": \"RT\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5f287b20-1dc9-403f-91bc-2453b8ebf701.jpeg\"\n                    },\n                    \"DisplayName\": \"Novotel World Trade Centre Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.22335,\n                        \"Longitude\": 55.28694\n                    },\n                    \"ID\": 7081925,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"d97e6937-c7d6-46d6-ab7a-db07e8be7110\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Superior\",\n                                    \"RoomType\": \"Double\",\n                                    \"SourceRoomName\": \"superior double room, 1 double bed\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 128,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 12% في المدينة\",\n                                    \"Text\": \"من أفضل 12% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 2812,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 712,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 597,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 200,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام كان جيداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 25,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مذهل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1141,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 412,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 25,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"خدمة الإنترنت منتظمة\",\n                                    \"Text\": \"الإنترنت عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 82,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"يجب تجديد حمام السباحة\",\n                                    \"Text\": \"حمام السباحة دون المتوسط.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 36,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"يمكن تحسين مرافق الاستجمام والرياضة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة لم تكن جيدة جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 12,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"الشاطئ ليس جيداً\",\n                                    \"Text\": \"الشاطئ كريه.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق استجمام ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية مع إمكانية الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"0769a30c-aa54-4273-bc3f-30ccc9aea002\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 7544,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 145,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 108,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 265,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1082,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5944,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق استجمام ممتاز. جيد لمشاهدة المعالم السياحية مع إمكانية الوصول إلى وسائل النقل العام. غرف رائعة وخدمة ممتازة الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 2812,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 712,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 597,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 200,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 25,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1141,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 412,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 25,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 82,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Pool should be renewed\",\n                                    \"Text\": \"Pool is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 36,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                    \"Text\": \"Wellness & sports facilities were not very nice.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 12,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Beach is not so nice\",\n                                    \"Text\": \"Ugly beach.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"0769a30c-aa54-4273-bc3f-30ccc9aea002\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 7544,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 145,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 108,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 265,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1082,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5944,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent wellness hotel. Close to Dubai Metro. Good for sightseeing with access to public transportation. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 7109\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Mohammed Bin Rashid Boulevard Old Town, Dubai\",\n                    \"ChainCode\": \"AK\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/802e7b4f-cdd2-4e14-a2aa-82e454c5ab66.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Boulevard Autograph Collection\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.190134,\n                        \"Longitude\": 55.27454\n                    },\n                    \"ID\": 7217408,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 192.15,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"7bd70448-2d62-4ebf-b961-580a19c03260\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"deluxe room, 2 twin beds, city view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 290.1,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 4549\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road, Dubai\",\n                    \"ChainCode\": \"YX\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ac9d9969-694f-4e63-8599-10d8888e541e.jpeg\"\n                    },\n                    \"DisplayName\": \"The Apartments Dubai World Trade Centre\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.224167,\n                        \"Longitude\": 55.284902\n                    },\n                    \"ID\": 7248204,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 6201.03,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 2292\n                    }\n                },\n                {\n                    \"Address\": \"Marasi Drive, Dubai\",\n                    \"ChainCode\": \"XR\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e64793b4-0cc8-46eb-b773-c8cb56f16ab7.jpeg\"\n                    },\n                    \"DisplayName\": \"The St. Regis Downtown Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.1859474182129,\n                        \"Longitude\": 55.2737503051758\n                    },\n                    \"ID\": 8308004,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736121540000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"a9ce69f2-bb7e-4d7e-b7c1-4ca09088d07d\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"2 double beds\",\n                                    \"SourceRoomName\": \"deluxe twin room, 2 double beds, canal view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 504.01,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 10% في المدينة\",\n                                    \"Text\": \"من أفضل 10% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 337,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 253,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 751,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 283,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"مريح جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 231,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام مذهل بكل المقاييس.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 551,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 44,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مذهل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 127,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 168,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 183,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 6,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"شكاوى حول الوايفاي\",\n                                    \"Text\": \"الإنترنت ضعيف.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق استجمام ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يسهل الوصول إليه بالسيارة وقريب من أماكن التسوق.\",\n                            \"ReviewId\": \"40ee9c77-b2e8-401a-96f3-bfa4fb51fa73\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3197,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 61,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 64,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 381,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2671,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق استجمام ممتاز. يسهل الوصول إليه بالسيارة وقريب من أماكن التسوق. الغرفة رائعة. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 337,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 253,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 751,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 283,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 231,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 551,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 44,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 127,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 168,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 183,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Easily accessible by car and close to shopping areas.\",\n                            \"ReviewId\": \"40ee9c77-b2e8-401a-96f3-bfa4fb51fa73\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3197,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 61,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 64,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 381,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2671,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent wellness hotel. Close to Dubai Mall. Easily accessible by car and close to shopping areas. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 3171\n                    }\n                },\n                {\n                    \"Address\": \"Al Asayel St. Business Bay, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/92deb4e6-07bc-4a71-a4e0-d4a8fcd3e22b.jpeg\"\n                    },\n                    \"DisplayName\": \"Millennium Central Downtown\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.193583,\n                        \"Longitude\": 55.289332\n                    },\n                    \"ID\": 8313234,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 119.84,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"e363fe64-3e3a-4d70-8e97-36646a7f549e\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"standard room, 2 twin beds\",\n                                    \"SpecialDeals\": [\n                                        \"Special deal\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 171.7,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 11% في المدينة\",\n                                    \"Text\": \"من أفضل 11% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 789,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1872,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 262,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1192,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"الغرفة لا بأس بها\",\n                                    \"Text\": \"الغرف لا بأس بها.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 612,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"نظيف جداً\",\n                                    \"Text\": \"النظافة متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 12,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"الشاطئ معقول\",\n                                    \"Text\": \"الشاطئ كان لا بأس به.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 319,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"المزيد من الراحة قد يكون جيداً\",\n                                    \"Text\": \"غير مريح جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 284,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"المرافق ليست الأفضل\",\n                                    \"Text\": \"المرافق سيئة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 31,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"يمكن تحسين البار أكثر من ذلك\",\n                                    \"Text\": \"البار ليس جيداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 26,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"يمكن تحسين مرافق الاستجمام والرياضة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة لم تكن جيدة جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 28,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"شكاوى حول الوايفاي\",\n                                    \"Text\": \"الإنترنت ضعيف.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 142,\n                                    \"Score\": 21,\n                                    \"ShortText\": \"يجب تجديد حمام السباحة\",\n                                    \"Text\": \"حمام السباحة مريع.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق فاخر جيد جداً.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق ووسط المدينة.\",\n                            \"ReviewId\": \"32b120f7-7c80-4c35-a0c9-983edfe992df\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6612,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 786,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 356,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 602,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1156,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3712,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \" جيد جدا\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق فاخر جيد جداً. يقع بالقرب من مناطق التسوق ووسط المدينة.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 11% in city\",\n                                    \"Text\": \"Top 11% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 796,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1878,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 262,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1200,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 614,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 12,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Reasonable beach\",\n                                    \"Text\": \"Beach is so-so.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 286,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 322,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 26,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                    \"Text\": \"Wellness & sports facilities were not very nice.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 31,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 28,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 143,\n                                    \"Score\": 22,\n                                    \"ShortText\": \"Pool should be renewed\",\n                                    \"Text\": \"Horrible pool.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and the city center.\",\n                            \"ReviewId\": \"32b120f7-7c80-4c35-a0c9-983edfe992df\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6612,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 786,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 356,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 602,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1156,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3712,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good luxury hotel. Close to Dubai Mall. Located near shopping areas and the city center.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 6525\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Mohammed Bin Rashid Boulevard, Dubai\",\n                    \"ChainCode\": \"KI\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d9eb901e-3ad1-4a15-a715-d90fbf4a435e.jpeg\"\n                    },\n                    \"DisplayName\": \"Kempinski The Boulevard Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.200864,\n                        \"Longitude\": 55.276701\n                    },\n                    \"ID\": 8344372,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 31.3,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"a415199b-a75a-4853-9a54-434ce3c21c68\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"deluxe room, 1 king bed, city view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 682.31,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 578,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1536,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 291,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 239,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 548,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 72,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة جيدة جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 157,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 208,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 8,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"خدمة الإنترنت منتظمة\",\n                                    \"Text\": \"الإنترنت عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 76,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال يمكن أن تكون أفضل\",\n                                    \"Text\": \"القيمة أقل من المتوسط.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للأعمال.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"aebfbbfc-cca1-4e73-b218-8708b27e5bf3\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5712,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 133,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 55,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 82,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 450,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4992,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للأعمال. جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق. الجو العام رائع. الغرفة رائعة.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 574,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1525,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 287,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 236,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 72,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 548,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 158,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 208,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 77,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"aebfbbfc-cca1-4e73-b218-8708b27e5bf3\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5712,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 133,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 55,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 82,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 450,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4992,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Close to Dubai Mall. Good for sightseeing and located near shopping areas. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 5586\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/80b772eb-3444-4953-aafc-3f081e9ddb3b.jpeg\"\n                    },\n                    \"DisplayName\": \"Dream Inn Dubai Loft Towers\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.197223,\n                        \"Longitude\": 55.270389\n                    },\n                    \"ID\": 8600375,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735689540000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"1f17bfb3-f87b-45c0-a332-8263c0cbf517\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Economy\",\n                                    \"RoomType\": \"2 king beds\",\n                                    \"SourceRoomName\": \"2 king beds comfort apartment\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 436.18,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"موقع رائع\",\n                                    \"Text\": \"موقع ممتاز\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 5,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"الغرفة تحتاج لأعادة تصميم\",\n                                    \"Text\": \"الغرف غير جيدة\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"74374d34-ca7d-4c5b-881d-148fc3488b60\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 31,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.3,\n                            \"ScoreDescription\": \"ضعيف\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"موقع رائع. الغرفة تحتاج لأعادة تصميم.\"\n                        },\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 5,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Room needs to be improved\",\n                                    \"Text\": \"Rooms are not good.\"\n                                }\n                            ],\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"74374d34-ca7d-4c5b-881d-148fc3488b60\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 31,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 9,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 3.3,\n                            \"ScoreDescription\": \"Poor\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Great location. Room needs to be improved.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Gate Village Difc, Dubai\",\n                    \"ChainCode\": \"RZ\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c8d4361e-4bef-4701-8cc6-e81adb88ea12.jpeg\"\n                    },\n                    \"DisplayName\": \"The Ritz Carlton Executive Residences\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.212806,\n                        \"Longitude\": 55.278693\n                    },\n                    \"ID\": 8722639,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"defef9bb-e672-423f-bc1b-04e753d4ad19\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed apartment, 1 bedroom\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 409.56,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 17,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"خدمة رائعة\",\n                                    \"Text\": \"خدمة متميزة\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 7,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"موقع رائع\",\n                                    \"Text\": \"الموقع رائع\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 5,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيفة بشكل عام\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 8,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"مستوى عالي من الراحة\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 9,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"وسائل راحة ممتازة\",\n                                    \"Text\": \"وسائل الراحة جيدة\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 15,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"الغرفة جيدة\",\n                                    \"Text\": \"لا بأس بالغرف\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 6,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"الجو العام غيرجيد\",\n                                    \"Text\": \"اجواء سيئة\"\n                                }\n                            ],\n                            \"HotelType\": \"سكن ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"7e434eb5-658d-4ef6-8605-f40a41c56589\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 167,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 32,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 126,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"سكن ممتاز. خدمة رائعة.\"\n                        },\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 17,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 7,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 8,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 5,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 9,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 15,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 6,\n                                    \"Score\": 32,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"7e434eb5-658d-4ef6-8605-f40a41c56589\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 167,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 32,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 126,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 167\n                    }\n                },\n                {\n                    \"Address\": \"Bay Square 5 Business Bay, Dubai\",\n                    \"ChainCode\": \"HL\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/12ab6684-2dd3-400d-b985-d059e586742f.jpeg\"\n                    },\n                    \"DisplayName\": \"DoubleTree by Hilton Dubai Business Bay\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.186721,\n                        \"Longitude\": 55.280758\n                    },\n                    \"ID\": 9177097,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"0a5216c7-57c5-4de9-9c9f-a47266c4413c\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Superior\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed king superior room\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 283.02,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1675,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 263,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 718,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 558,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 510,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام مذهل بكل المقاييس.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 405,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 838,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 219,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 12,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الاتصال بالإنترنت جيد جداً.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق عائلي ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"caea35aa-56db-481e-8d10-80e1e2063a0f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5096,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 68,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 31,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 118,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 736,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4143,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق عائلي ممتاز. جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق. غرف رائعة وخدمة ممتازة الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1675,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 263,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 718,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 558,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 510,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 405,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 838,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 219,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 12,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent family hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"caea35aa-56db-481e-8d10-80e1e2063a0f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5096,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 68,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 31,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 118,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 736,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4143,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent family hotel. Close to Dubai Mall. Good for sightseeing and located near shopping areas. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 4981\n                    }\n                },\n                {\n                    \"Address\": \"2Nd December Road Jafiliya, Dubai\",\n                    \"ChainCode\": \"AT\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c2c974b7-9a09-48f4-8408-25b317bebcda.jpeg\"\n                    },\n                    \"DisplayName\": \"Rove Trade Centre\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.230982,\n                        \"Longitude\": 55.287341\n                    },\n                    \"ID\": 9192821,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 31.64,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"bbad0c52-418d-4fa8-abb5-8e160f67ff72\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed and 1 twin sofa bed rover room - free shuttle bus to dubai mall, metro & beach\",\n                                    \"SpecialDeals\": [\n                                        \"Special deal\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 144.91,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"28e10494-772b-4af5-be36-d28ed1d81d34\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"2 twin beds and 1 twin sofa bed rover room - free shuttle bus to dubai mall, metro & beach\",\n                                    \"SpecialDeals\": [\n                                        \"Special deal\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 144.91,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 568,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 3100,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 906,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 115,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 457,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Sustainability\",\n                                    \"Count\": 32,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"جهود كبيرة لتكون مستدامة\",\n                                    \"Text\": \"جهود استدامة ممتازة\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 75,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 568,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 577,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام مذهل بكل المقاييس.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 1060,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 19,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الشاطئ جميل\",\n                                    \"Text\": \"الشاطئ جميل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1254,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 449,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"أفضل قيمة مقدمة مقابل المال\",\n                                    \"Text\": \"القيمة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 54,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الاتصال بالإنترنت جيد جداً.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للمسافرين المنفردين.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"db10fa6b-11a2-4c1e-9793-a63cd61bc0e4\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 10984,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 106,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 77,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 253,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1437,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 9111,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للمسافرين المنفردين. يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام. غرف رائعة وخدمة ممتازة الجو العام رائع. حمام السباحة رائع. الشاطئ جميل.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 568,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 3100,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 906,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 115,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Excellent pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 457,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Sustainability\",\n                                    \"Count\": 32,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great efforts to be sustainable\",\n                                    \"Text\": \"Excellent sustainability efforts\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 75,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 568,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 577,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1060,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 19,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Beautiful beach\",\n                                    \"Text\": \"Beach is lovely.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1254,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 449,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 54,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"db10fa6b-11a2-4c1e-9793-a63cd61bc0e4\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 10984,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 106,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 77,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 253,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1437,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 9111,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas and has easy access to public transportation. Great rooms and fantastic service. Awesome vibe. Great pool. Beautiful beach.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 11081\n                    }\n                },\n                {\n                    \"Address\": \"School Street Burj Area, Dubai\",\n                    \"ChainCode\": \"WV\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/32b82113-0351-469b-895c-b5ae4acef7d5.jpeg\"\n                    },\n                    \"DisplayName\": \"DAMAC Maison Distinction\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.1879615783691,\n                        \"Longitude\": 55.2797660827637\n                    },\n                    \"ID\": 9211082,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 314.13,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"b1fafe72-3dd9-4e00-a60c-f8c89cc2b276\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed deluxe studio (downtown view)\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 355.97,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 14% في المدينة\",\n                                    \"Text\": \"من أفضل 14% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 511,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1207,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 95,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 744,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 263,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 6,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الإنترنت يعمل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 34,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة كافية\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة كافية.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 103,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال جيدة إلى حد ما\",\n                                    \"Text\": \"القيمة متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 121,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"الفطور متوسط\",\n                                    \"Text\": \"الإفطار عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 12,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"يمكن تحسين البار أكثر من ذلك\",\n                                    \"Text\": \"البار ليس جيداً.\"\n                                }\n                            ],\n                            \"HotelType\": \"ممتاز للسفر مع الأصدقاء.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق ووسط المدينة.\",\n                            \"ReviewId\": \"7e01b07d-a82a-4ffc-aa95-e26d50b37b53\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3799,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 108,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 65,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 149,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 483,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2994,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"ممتاز للسفر مع الأصدقاء. الموقع رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 14% in city\",\n                                    \"Text\": \"Top 14% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 511,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1207,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 95,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Pool is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 744,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 263,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 34,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                    \"Text\": \"Sufficient wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 103,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 121,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 12,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is not good.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent for traveling with friends.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and the city center.\",\n                            \"ReviewId\": \"7e01b07d-a82a-4ffc-aa95-e26d50b37b53\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3799,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 108,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 65,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 149,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 483,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2994,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent for traveling with friends. Close to Dubai Mall. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 3630\n                    }\n                },\n                {\n                    \"Address\": \"Al Abraaj Street Business Bay, Dubai\",\n                    \"ChainCode\": \"RD\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a4e61536-aa02-432c-a202-9fa171431976.jpeg\"\n                    },\n                    \"DisplayName\": \"Radisson Blu Hotel Dubai Waterfront\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.18683,\n                        \"Longitude\": 55.26804\n                    },\n                    \"ID\": 9266562,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"14317437-7de5-4db8-a0b7-9a4c70f2f4ce\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed standard room\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 253.57,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"44bb3efa-c738-4c39-aaf5-7dd88b508ffb\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"2 double beds\",\n                                    \"SourceRoomName\": \"2 double beds standard room\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 253.57,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 2426,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 1116,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 744,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 563,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"النظافة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1575,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 192,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"يجب تجديد حمام السباحة\",\n                                    \"Text\": \"حمام السباحة دون المتوسط.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 64,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"شكاوى حول الوايفاي\",\n                                    \"Text\": \"الاتصال بالإنترنت مخيب للظن.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للمسافرين المنفردين.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق ووسط المدينة.\",\n                            \"ReviewId\": \"f62548d9-2a94-4630-8367-fce3807e852f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 10984,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 367,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 304,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 658,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2523,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7132,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للمسافرين المنفردين. يقع بالقرب من مناطق التسوق ووسط المدينة.\"\n                        },\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 2426,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1116,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 744,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 563,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1575,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 192,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Pool should be renewed\",\n                                    \"Text\": \"Pool is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 64,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and the city center.\",\n                            \"ReviewId\": \"f62548d9-2a94-4630-8367-fce3807e852f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 10984,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 367,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 304,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 658,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2523,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7132,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Close to Dubai Mall. Located near shopping areas and the city center.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 10625\n                    }\n                },\n                {\n                    \"Address\": \"City Walk ., Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5db4db2c-1ad3-4f4c-a4b3-9580f0842d97.jpeg\"\n                    },\n                    \"DisplayName\": \"Dream Inn Dubai Apartments City Walk\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2077159881592,\n                        \"Longitude\": 55.2623748779297\n                    },\n                    \"ID\": 9266645,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 20061.11,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Oud Metha Road, Al Jaddaf Area, Dubai\",\n                    \"ChainCode\": \"MC\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/04e0af80-b4f0-4670-af2c-218f5e826ca3.jpeg\"\n                    },\n                    \"DisplayName\": \"Marriott Executive Apartments Al Jaddaf Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2118244171143,\n                        \"Longitude\": 55.3151092529297\n                    },\n                    \"ID\": 9266681,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"5c77e8a9-0541-49de-9665-ecf926134882\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed apartment, 1 bedroom\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 295.24,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 7,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مذهل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 169,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 442,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 96,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 285,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 111,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"نظيف جداً\",\n                                    \"Text\": \"النظافة متوسطة.\"\n                                }\n                            ],\n                            \"HotelType\": \"ممتاز للسفر مع الأصدقاء.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى مواقف السيارات.\",\n                            \"ReviewId\": \"9ace5214-efeb-4aee-abb1-25939cff0c05\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2314,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 110,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 58,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 139,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 484,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1523,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"ممتاز للسفر مع الأصدقاء. يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى مواقف السيارات.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 7,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 169,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 442,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 96,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 285,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 111,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent for traveling with friends.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas with easy access to parking.\",\n                            \"ReviewId\": \"9ace5214-efeb-4aee-abb1-25939cff0c05\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2314,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 110,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 58,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 139,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 484,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1523,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent for traveling with friends. Located near shopping areas with easy access to parking.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 2325\n                    }\n                },\n                {\n                    \"Address\": \"Jumeirah Bay Island, Dubai\",\n                    \"ChainCode\": \"BG\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/08256c31-14ea-4102-8a4c-b4ba7fd1cdbc.jpeg\"\n                    },\n                    \"DisplayName\": \"Bulgari Resort Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.210024,\n                        \"Longitude\": 55.236144\n                    },\n                    \"ID\": 9501156,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1733702340000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"90f68feb-4b99-42f3-8614-e254e50a8dfb\",\n                                    \"RoomBasis\": \"Bed and Breakfast BB\",\n                                    \"RoomClass\": \"Superior\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"superior room, 1 king bed, balcony\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 1284.02,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 117,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 44,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"مريح جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 33,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 16,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة جيدة جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 150,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 72,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 308,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 35,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 49,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"الشاطئ جميل\",\n                                    \"Text\": \"الشاطئ جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 41,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال جيدة إلى حد ما\",\n                                    \"Text\": \"القيمة متوسطة.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق شاطئي ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية مع مواقف سيارات قريبة.\",\n                            \"ReviewId\": \"2ccd5553-9a9a-45e0-abc0-be1dcf8eaf83\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2146,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 106,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 37,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 115,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1874,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق شاطئي ممتاز. جيد لمشاهدة المعالم السياحية مع مواقف سيارات قريبة. الغرفة رائعة. الشاطئ جميل. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 117,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 44,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 33,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 16,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 150,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 72,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 308,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 35,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 49,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Beautiful beach\",\n                                    \"Text\": \"Good beach.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 41,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent beach hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with nearby parking areas.\",\n                            \"ReviewId\": \"2ccd5553-9a9a-45e0-abc0-be1dcf8eaf83\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2146,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 106,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 37,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 115,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1874,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent beach hotel. Good for sightseeing with nearby parking areas. Great room. Beautiful beach. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 2026\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road Trade Centre Area Next To Al Attar Tower, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a8660d45-ff96-41bd-9c61-3277b67d6de5.jpeg\"\n                    },\n                    \"DisplayName\": \"Gevora Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.21287,\n                        \"Longitude\": 55.27731\n                    },\n                    \"ID\": 10273501,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 32.91,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"4e8fe160-fc0f-4a5c-8431-6555e8f526f4\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"deluxe room, 1 king bed\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 195.98,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 1565,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 2595,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 604,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"الطعام لا بأس به\",\n                                    \"Text\": \"الطعام عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 2344,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"خدمة الغرف ملائمة\",\n                                    \"Text\": \"الخدمة مقبولة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 683,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"الفطور متوسط\",\n                                    \"Text\": \"الإفطار عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 66,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"شكاوى حول الوايفاي\",\n                                    \"Text\": \"الإنترنت ضعيف.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 721,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"قد يحتاج للتنظيف بشكل جيد\",\n                                    \"Text\": \"ليس نظيفاً جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 52,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"يمكن تحسين البار أكثر من ذلك\",\n                                    \"Text\": \"البار ليس جيداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 1325,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"المرافق ليست الأفضل\",\n                                    \"Text\": \"المرافق سيئة.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"c8822f30-5ff9-480d-b7fd-39585457d27f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 11923,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 820,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 544,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 993,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2358,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7208,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز. يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام. الغرفة رائعة.\"\n                        },\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1565,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 2595,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 604,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Food is all right\",\n                                    \"Text\": \"Food is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 2344,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 683,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 66,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 721,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 52,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is not good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 1325,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Amenities are not the best\",\n                                    \"Text\": \"Bad amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"c8822f30-5ff9-480d-b7fd-39585457d27f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 11923,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 820,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 544,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 993,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2358,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7208,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Close to Dubai Mall. Located near shopping areas and has easy access to public transportation. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 11959\n                    }\n                },\n                {\n                    \"Address\": \"Al Abraj Street, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4c550587-4fb8-48c8-986e-337251920279.jpeg\"\n                    },\n                    \"DisplayName\": \"Gulf Court Hotel Business Bay\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.1825,\n                        \"Longitude\": 55.2746\n                    },\n                    \"ID\": 10286320,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1733702340000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"01c1668a-541f-4905-baa9-784c238aa475\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"standard room, 1 king bed, non smoking (converts to 2 twin beds)\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 216.3,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1972,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 588,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 283,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 928,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 456,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"النظافة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 317,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"مريح\",\n                                    \"Text\": \"مستوى الراحة متوسط.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 37,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"شكاوى حول الوايفاي\",\n                                    \"Text\": \"الاتصال بالإنترنت مخيب للظن.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للمسافرين المنفردين.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يسهل الوصول إليه بالسيارة وقريب من أماكن التسوق.\",\n                            \"ReviewId\": \"795a1b82-8a7f-40a1-98a0-38d710fa19cd\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6966,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 349,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 233,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 409,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1424,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4551,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للمسافرين المنفردين. يسهل الوصول إليه بالسيارة وقريب من أماكن التسوق. الخدمة رائعة.\"\n                        },\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1972,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 588,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 283,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 928,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 456,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 317,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 37,\n                                    \"Score\": 27,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Easily accessible by car and close to shopping areas.\",\n                            \"ReviewId\": \"795a1b82-8a7f-40a1-98a0-38d710fa19cd\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6966,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 349,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 233,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 409,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1424,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4551,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Close to Gulf. Easily accessible by car and close to shopping areas. Fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 7029\n                    }\n                },\n                {\n                    \"Address\": \"The Residences Tower 1, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/22cd6fa4-02bf-4250-9879-85ebbcbc5543.jpeg\"\n                    },\n                    \"DisplayName\": \"Maison Privee Exclusive Apt w Burj Khalifa Next Door\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.193459,\n                        \"Longitude\": 55.272757\n                    },\n                    \"ID\": 10286339,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735084740000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"fbf6cc7f-e623-41e1-abaa-f2e50fab54cd\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed and 1 twin sofa bed apartment, 1 bedroom, city view\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 776.79,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Al Abraj Street Business Bay, Dubai\",\n                    \"ChainCode\": \"TP\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/12f31f40-064c-4586-9961-8fb28ee889ee.jpeg\"\n                    },\n                    \"DisplayName\": \"Canal Central Hotel Business Bay\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.18048,\n                        \"Longitude\": 55.26615\n                    },\n                    \"ID\": 10645638,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 32.27,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"c0a60ce1-bb5b-496c-acdc-51b3c40026e3\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Superior with view\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"2 twin beds superior room twin, city view with free access to the hotels' private beach at palm - jumeirah\",\n                                    \"SpecialDeals\": [\n                                        \"Private sale\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 233,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"2877de4c-d38e-4daa-abb4-f24b315b2b21\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Superior with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed superior room twin, city view with free access to the hotels' private beach at palm - jumeirah\",\n                                    \"SpecialDeals\": [\n                                        \"Private sale\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 233,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 24,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الإنترنت يعمل بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 2050,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 661,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 1070,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 841,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1579,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 554,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة جيد.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"2c7647d6-3888-45c7-8be0-2ce6a5f60b94\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 8409,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 239,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 184,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 414,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1904,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5668,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز. جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق. حمام السباحة رائع.\"\n                        },\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 24,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 2055,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 846,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1073,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 662,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1583,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 551,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Good pool.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Easily accessible by car and good for sightseeing.\",\n                            \"ReviewId\": \"2c7647d6-3888-45c7-8be0-2ce6a5f60b94\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 8409,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 239,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 184,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 414,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1904,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5668,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Easily accessible by car and good for sightseeing. Great pool.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 8357\n                    }\n                },\n                {\n                    \"Address\": \"Al Abraj Street Marasi Drive Business Bay, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/16be0ef2-b980-4c09-8dbb-7598319c8785.jpeg\"\n                    },\n                    \"DisplayName\": \"Renaissance Business Bay Hotel Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.18284,\n                        \"Longitude\": 55.27446\n                    },\n                    \"ID\": 10645670,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"db3ec2cf-ba73-4f20-abe7-9532f5ad35ed\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Superior with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed superior king room, city view with free shuttle to dubai mall, metro & la mer beach\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 232.09,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 2471\n                    }\n                },\n                {\n                    \"Address\": \"Al Ohood Street Dubai Downtown\",\n                    \"ChainCode\": \"RT\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e4994e18-f910-408e-83cb-d503f8f48cad.jpeg\"\n                    },\n                    \"DisplayName\": \"Mövenpick Hotel Apartments Downtown Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.194299,\n                        \"Longitude\": 55.283744\n                    },\n                    \"ID\": 10918959,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"1a581ad2-95a3-45eb-9de8-c125e5ea1f4e\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"deluxe twin room, 2 twin beds\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 305.64,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 13% في المدينة\",\n                                    \"Text\": \"من أفضل 13% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 763,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 2032,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 80,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 206,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 349,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام مذهل بكل المقاييس.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 390,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 89,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 333,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 769,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 18,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"خدمة الإنترنت منتظمة\",\n                                    \"Text\": \"الإنترنت عادي.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"3a1c08e6-896c-46c3-b3cf-061699e622de\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5424,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 104,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 72,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 141,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 798,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4309,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز. غرف وخدمة مذهلة في موقع رائع الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 13% in city\",\n                                    \"Text\": \"Top 13% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 763,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 2032,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 80,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 206,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 349,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 390,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 89,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Pool is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 333,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 769,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 18,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"3a1c08e6-896c-46c3-b3cf-061699e622de\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5424,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 104,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 72,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 141,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 798,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4309,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Close to Dubai Mall. Awesome rooms and service in a great location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 5454\n                    }\n                },\n                {\n                    \"Address\": \"Jumeira 1 Jumeirah Road, Dubai\",\n                    \"ChainCode\": \"MO\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/348672a9-3563-42ce-a31a-d28aa8552672.jpeg\"\n                    },\n                    \"DisplayName\": \"Mandarin Oriental Jumeira Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.216767,\n                        \"Longitude\": 55.251357\n                    },\n                    \"ID\": 10943051,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735689540000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"410ef504-c749-47b5-8b02-e54549e64b23\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Superior\",\n                                    \"RoomType\": \"2 double beds\",\n                                    \"SourceRoomName\": \"2 double beds superior double room\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 1338.23,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 138,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 461,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 424,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1929,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 329,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 867,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف مذهلة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 529,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 197,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 292,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"مستوى الراحة عالٍ.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 174,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 72,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مذهل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 288,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"الشاطئ معقول\",\n                                    \"Text\": \"الشاطئ كان لا بأس به.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 138,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال جيدة إلى حد ما\",\n                                    \"Text\": \"القيمة متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 18,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"شكاوى حول الوايفاي\",\n                                    \"Text\": \"الاتصال بالإنترنت مخيب للظن.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق والشاطئ.\",\n                            \"ReviewId\": \"3ed61a54-e83d-4ef3-aebd-cf27a6f91955\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5762,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 86,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 51,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 135,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 492,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4998,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز. يقع بالقرب من مناطق التسوق والشاطئ. الجو العام رائع. الغرفة رائعة.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 138,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 461,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 424,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1929,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 329,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 867,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 529,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 197,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Pool is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 292,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 174,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 72,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 288,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Reasonable beach\",\n                                    \"Text\": \"Beach is so-so.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 138,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 18,\n                                    \"Score\": 30,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and the beach.\",\n                            \"ReviewId\": \"3ed61a54-e83d-4ef3-aebd-cf27a6f91955\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5762,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 86,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 51,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 135,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 492,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4998,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Located near shopping areas and the beach. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 5784\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Rd, Dubai\",\n                    \"ChainCode\": \"YX\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5ceb28f0-8040-4a12-b55c-7859275b9dc1.jpeg\"\n                    },\n                    \"DisplayName\": \"Leva Hotel and Suites Mazaya Centre\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.198518,\n                        \"Longitude\": 55.265532\n                    },\n                    \"ID\": 11027826,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"9d98c0f1-a8dd-4833-b715-e6802abf28d1\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"2 twin beds deluxe twin atrium view\",\n                                    \"SpecialDeals\": [\n                                        \"Save10%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 218.44,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 224.79,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 7517\n                    }\n                },\n                {\n                    \"Address\": \"Marasi Drive Po Box 24666, Dubai\",\n                    \"ChainCode\": \"IN\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4a0ac2e8-a8d8-42a8-b903-e414cb5fe89e.jpeg\"\n                    },\n                    \"DisplayName\": \"Hotel Indigo Dubai Downtown an IHG Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.192362,\n                        \"Longitude\": 55.287119\n                    },\n                    \"ID\": 11103929,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"254e350a-53c4-4e73-bb21-7f5689492d50\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"2 twin beds 2 twin standard downtown view w comp transfer to la mer beach & dubai mall\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 220.14,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 238,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1081,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 321,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 330,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 39,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 547,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف مذهلة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 39,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مدهش.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 277,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام مذهل بكل المقاييس.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 490,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 100,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"أفضل قيمة مقدمة مقابل المال\",\n                                    \"Text\": \"القيمة ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 209,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 103,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 6,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الاتصال بالإنترنت جيد جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 185,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"مستوى الراحة عالٍ.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"4f0ff825-76f9-4c9a-83bb-0ac3ac8a3d39\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2324,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 51,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 54,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 230,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1972,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز. جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق. غرف رائعة وخدمة ممتازة حمام السباحة رائع. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 238,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1081,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 321,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 330,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 39,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 547,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 39,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 277,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 490,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 100,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 209,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 103,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Excellent pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 185,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"4f0ff825-76f9-4c9a-83bb-0ac3ac8a3d39\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2324,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 51,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 54,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 230,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1972,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Close to Dubai Mall. Good for sightseeing and located near shopping areas. Great rooms and fantastic service. Great pool. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 2150\n                    }\n                },\n                {\n                    \"Address\": \"Al Abraj Street, Dubai\",\n                    \"ChainCode\": \"MU\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/36bc5cba-00f4-4b9b-80e0-af11874fb714.jpeg\"\n                    },\n                    \"DisplayName\": \"Millennium Atria Business Bay\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.18008,\n                        \"Longitude\": 55.26398\n                    },\n                    \"ID\": 11211507,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 188.85,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"d3f6ca2c-05d3-4f47-970f-cd2fe24c1b36\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Premium\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed premium studio apartment\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 202.36,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 452,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1289,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 18,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الاتصال بالإنترنت جيد جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 388,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 924,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 132,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"حمام السباحة عادي\",\n                                    \"Text\": \"حمام السباحة معتدل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 467,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"نظيف جداً\",\n                                    \"Text\": \"النظافة متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 14,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"الشاطئ ليس جيداً\",\n                                    \"Text\": \"الشاطئ كريه.\"\n                                }\n                            ],\n                            \"HotelType\": \"ممتاز للسفر مع الأصدقاء.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى مواقف السيارات.\",\n                            \"ReviewId\": \"bda4b24e-85de-4bbb-9e1e-00156578170d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6196,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 347,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 222,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 374,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1064,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4189,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"ممتاز للسفر مع الأصدقاء. يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى مواقف السيارات.\"\n                        },\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 455,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1298,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 18,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 392,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 927,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 131,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Ordinary pool\",\n                                    \"Text\": \"Pool is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 469,\n                                    \"Score\": 51,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 14,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Beach is not so nice\",\n                                    \"Text\": \"Ugly beach.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent for traveling with friends.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas with easy access to parking.\",\n                            \"ReviewId\": \"bda4b24e-85de-4bbb-9e1e-00156578170d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6196,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 347,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 222,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 374,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1064,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4189,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent for traveling with friends. Located near shopping areas with easy access to parking.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 6170\n                    }\n                },\n                {\n                    \"Address\": \"The Address Hotel Dubai Mall Residence Downtown Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ef8ac571-b617-439b-bdbe-0f09bf213e47.jpeg\"\n                    },\n                    \"DisplayName\": \"Westminster Dubai Mall\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.1998996734619,\n                        \"Longitude\": 55.2775001525879\n                    },\n                    \"ID\": 11580382,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"4c715534-0c7a-4bfe-a84b-285e679e72ba\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"Double\",\n                                    \"SourceRoomName\": \"1 double bed king studio apartment\",\n                                    \"SpecialDeals\": [\n                                        \"Save34%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 364.72,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Al Nahyan Road, Dubai\",\n                    \"ChainCode\": \"MU\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/11f2df31-d8e6-4ab2-af43-b10c484fcda8.jpeg\"\n                    },\n                    \"DisplayName\": \"Millennium Plaza Downtown Suites\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2206,\n                        \"Longitude\": 55.2804\n                    },\n                    \"ID\": 11655454,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"d343235d-5a76-4dfb-b197-6c340627ff85\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Junior\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed junior suite\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\",\n                                        \"Free early check-in (2 hours early)\",\n                                        \"Free late check-out (2 hours later)\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 150.24,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 170.1,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 912,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"موقع رائع\",\n                                    \"Text\": \"موقع ممتاز\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 50,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"مرافق رياضية / صحية رائعة\",\n                                    \"Text\": \"مرافق صحية ورياضية ممتازة\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 27,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"مشروبات لذيذة\",\n                                    \"Text\": \"حانه معقولة\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 2383,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"خدمة رائعة\",\n                                    \"Text\": \"خدمة متميزة\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 161,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"مسبح رائع\",\n                                    \"Text\": \"مسبح جيد\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 388,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"إفطار لذيذ\",\n                                    \"Text\": \"إفطار رائع\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 485,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"مستوى نظافة جيد\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1282,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"غرفة رائعة\",\n                                    \"Text\": \"غرف جميلة\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 280,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"مريح للغايه\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 68,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"الواي فاي بحاجة إلى تطوير\",\n                                    \"Text\": \"اتصال الإنترنت رديء\"\n                                }\n                            ],\n                            \"HotelType\": \"سكن ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية مع إمكانية الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"5474ecdc-71c6-4a21-93f4-fc3f6230a902\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 7922,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 458,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 217,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 619,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1433,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5195,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"سكن ممتاز. موقع رائع. مسبح رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 912,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 50,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 27,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 2383,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 161,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Pool is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 388,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 485,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1282,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 280,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 68,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"5474ecdc-71c6-4a21-93f4-fc3f6230a902\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 7922,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 458,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 217,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 619,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1433,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5195,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Awesome rooms and service in a great location. Great pool.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 2289\n                    }\n                },\n                {\n                    \"Address\": \"Burj Daman Al Mustaqbal Street Dubai International Financial Centre\",\n                    \"ChainCode\": \"WA\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/79ebcddc-b270-4362-95a6-8a128859324d.jpeg\"\n                    },\n                    \"DisplayName\": \"Waldorf Astoria Dubai International Financial Centre\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.21054,\n                        \"Longitude\": 55.28231\n                    },\n                    \"ID\": 11657186,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"ecb4fb2a-c6e2-4141-88a5-c83d6a332ae0\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"deluxe room, 1 king bed\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 517.56,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 170,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 122,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 15,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مدهش.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 185,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 276,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف مذهلة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 96,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"مريح جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 521,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 105,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 74,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 138,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام مذهل بكل المقاييس.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 30,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة جيدة جداً.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للمسافرين المنفردين.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"1de4734b-c19b-4673-8169-32a481f801d4\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1873,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 33,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 28,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 144,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1662,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للمسافرين المنفردين. جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق. الغرفة رائعة. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 170,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 122,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 15,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 185,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 276,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 96,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 521,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 105,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 74,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 138,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 30,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"1de4734b-c19b-4673-8169-32a481f801d4\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1873,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 33,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 28,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 144,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1662,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Close to Michelin. Good for sightseeing and located near shopping areas. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 1857\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Mohammed Bin Rashid Boulevard, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/587275e0-719a-42c6-9988-1e620d306668.jpeg\"\n                    },\n                    \"DisplayName\": \"Address Dubai Mall\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.19502,\n                        \"Longitude\": 55.282387\n                    },\n                    \"ID\": 11739495,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 35.44,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"81464ceb-970b-48d9-9660-560ff909a66d\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed deluxe room city skyline view\",\n                                    \"SpecialDeals\": [\n                                        \"Book early and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 726.13,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 10% في المدينة\",\n                                    \"Text\": \"من أفضل 10% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 39,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مدهش.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 413,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 189,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 5,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الإنترنت يعمل بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 950,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 53,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 541,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 138,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 147,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 133,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 74,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال جيدة إلى حد ما\",\n                                    \"Text\": \"القيمة متوسطة.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"0c218d47-cc89-493e-b780-aa84fe7e39ca\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 4156,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 109,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 37,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 99,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 353,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3558,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز. جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق. الغرفة رائعة. الجو العام رائع. حمام السباحة رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 39,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 413,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 189,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 950,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 53,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Pool is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 541,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 138,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 147,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 133,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 74,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"0c218d47-cc89-493e-b780-aa84fe7e39ca\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 4156,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 109,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 37,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 99,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 353,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3558,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Close to Dubai Mall. Good for sightseeing and located near shopping areas. Great room. Awesome vibe. Great pool.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Financial Center Road, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2460cf15-2dd8-438e-8dd5-1cbd7a4372ed.jpeg\"\n                    },\n                    \"DisplayName\": \"Roda Al Murooj Residences\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.202905,\n                        \"Longitude\": 55.2778\n                    },\n                    \"ID\": 11812967,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 32.23,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"063e7d0f-45e3-4249-ad43-d4bfe709897c\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King/2 Queen\",\n                                    \"SourceRoomName\": \"1 king bed and 2 twin beds apartment, 2 bedrooms\",\n                                    \"SpecialDeals\": [\n                                        \"Save30%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 325.19,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 430,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"موقع رائع\",\n                                    \"Text\": \"موقع ممتاز\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 115,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"إفطار لذيذ\",\n                                    \"Text\": \"إفطار جيد\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 224,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"مريح للغايه\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 375,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"خدمة رائعة\",\n                                    \"Text\": \"خدمة جيدة\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 427,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"الغرفة جيدة\",\n                                    \"Text\": \"لا بأس بالغرف\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 141,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"يمكن أن استخدم تنظيف أفضل\",\n                                    \"Text\": \"غير نظيفة\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 5,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"الواي فاي بحاجة إلى تطوير\",\n                                    \"Text\": \"اتصال الإنترنت رديء\"\n                                },\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 8,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"الشاطئ ليس لطيف\",\n                                    \"Text\": \"الشاطئ بشع\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 136,\n                                    \"Score\": 25,\n                                    \"ShortText\": \"الجو العام غيرجيد\",\n                                    \"Text\": \"اجواء سيئة\"\n                                }\n                            ],\n                            \"HotelType\": \"سكن ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يسهل الوصول إليه بالسيارة وقريب من أماكن التسوق.\",\n                            \"ReviewId\": \"4dc03365-278a-4465-8b8a-4f9f9e40ecc4\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3247,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 145,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 142,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 288,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 724,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1948,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"سكن ممتاز. يسهل الوصول إليه بالسيارة وقريب من أماكن التسوق.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 430,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 115,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 224,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 375,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 427,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 141,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 8,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"Beach is not so nice\",\n                                    \"Text\": \"Ugly beach.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 136,\n                                    \"Score\": 25,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Easily accessible by car and close to shopping areas.\",\n                            \"ReviewId\": \"4dc03365-278a-4465-8b8a-4f9f9e40ecc4\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3247,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 145,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 142,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 288,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 724,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1948,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent accommodation. Close to Dubai Mall. Easily accessible by car and close to shopping areas.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 3021\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Mohammed Bin Rashed Boulevard, Dubai\",\n                    \"ChainCode\": \"AT\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ed51834d-0167-4366-9e66-da3c70ccf3f3.jpeg\"\n                    },\n                    \"DisplayName\": \"Address Sky View\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.201869,\n                        \"Longitude\": 55.271022\n                    },\n                    \"ID\": 11812969,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 31.98,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"ff6a9d41-1d30-4855-b003-700a28d914be\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Premium\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"2 twin beds premier twin room\",\n                                    \"SpecialDeals\": [\n                                        \"Book early and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 740.65,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 269,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 377,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 751,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف مذهلة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 29,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مدهش.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 237,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام مذهل بكل المقاييس.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 996,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 240,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 185,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 167,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 257,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 8,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الإنترنت يعمل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 135,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال يمكن أن تكون أفضل\",\n                                    \"Text\": \"القيمة أقل من المتوسط.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"261663f5-e454-4e5d-81d4-7a90ed759e6d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6072,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 199,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 63,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 175,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 643,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4992,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز. يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام. الجو العام رائع. الغرفة رائعة. حمام السباحة رائع.\"\n                        },\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 269,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 377,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 751,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 29,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 237,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 996,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 240,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 185,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 167,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 257,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Good pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 135,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"261663f5-e454-4e5d-81d4-7a90ed759e6d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6072,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 199,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 63,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 175,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 643,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4992,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Located near shopping areas and has easy access to public transportation. Awesome vibe. Great room. Great pool.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 6119\n                    }\n                },\n                {\n                    \"Address\": \"Marasi Drive, Dubai\",\n                    \"ChainCode\": \"WV\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e90b3b53-3f97-4808-8dbe-82947fd7815c.jpeg\"\n                    },\n                    \"DisplayName\": \"Paramount Hotel Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.18646,\n                        \"Longitude\": 55.29198\n                    },\n                    \"ID\": 12119955,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 36.49,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"143df3c6-4321-4dae-9e25-1213496f1092\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Double\",\n                                    \"SourceRoomName\": \"1 double bed scene room\",\n                                    \"SpecialDeals\": [\n                                        \"Book early and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 215.81,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 19% في المدينة\",\n                                    \"Text\": \"من أفضل 19% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 1015,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 936,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام مذهل بكل المقاييس.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 809,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 4322,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 75,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مذهل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1978,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 867,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 690,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"النظافة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 33,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"شكاوى حول الوايفاي\",\n                                    \"Text\": \"الإنترنت ضعيف.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للمسافرين المنفردين.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق ووسط المدينة.\",\n                            \"ReviewId\": \"249e0a6c-6bec-4462-9ff4-e08e641deffd\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 14537,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 669,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 303,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 596,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1854,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 11115,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للمسافرين المنفردين. الجو العام رائع. الموقع رائع. الغرفة رائعة.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 19% in city\",\n                                    \"Text\": \"Top 19% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 1015,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 936,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 809,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 4322,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 75,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1978,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 867,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 690,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 33,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and the city center.\",\n                            \"ReviewId\": \"249e0a6c-6bec-4462-9ff4-e08e641deffd\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 14537,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 669,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 303,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 596,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1854,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 11115,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Great rooms in excellent location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 14635\n                    }\n                },\n                {\n                    \"Address\": \"Marasi Drive, Dubai\",\n                    \"ChainCode\": \"RD\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c91c53bb-7458-4bc3-b6ca-714c595df7e7.jpeg\"\n                    },\n                    \"DisplayName\": \"Radisson Blu Hotel Dubai Canal View\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.191235,\n                        \"Longitude\": 55.290824\n                    },\n                    \"ID\": 12213051,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"f491df1e-a766-4b22-b6f3-b360a2baff85\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"2 twin beds standard room\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 205.04,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"9e325f54-156f-4f8c-83c2-43a26f657c59\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed standard room\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 205.04,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1548,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 547,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 805,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 439,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 220,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"أفضل قيمة مقدمة مقابل المال\",\n                                    \"Text\": \"القيمة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1184,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 17,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الإنترنت يعمل.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للمسافرين المنفردين.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"924e794f-a97b-44ec-8116-7a6f3494bcc5\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 7300,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 133,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 86,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 294,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1632,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5155,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للمسافرين المنفردين. جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1548,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 547,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 805,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 439,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 220,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1184,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 17,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"924e794f-a97b-44ec-8116-7a6f3494bcc5\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 7300,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 133,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 86,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 294,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1632,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5155,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Close to Dubai Mall. Good for sightseeing and located near shopping areas.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 7152\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Mohammed Bin Rashid Boulevard Vida Residences Downtown, Dubai\",\n                    \"ChainCode\": \"WV\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2bd2a7b0-4b05-4ccf-a773-64a8146a98ae.jpeg\"\n                    },\n                    \"DisplayName\": \"Vida Downtown Residences\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.19048,\n                        \"Longitude\": 55.2733\n                    },\n                    \"ID\": 12218754,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736121540000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"c7d60cca-6a88-4840-8b32-ed08220a91a8\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"Queen\",\n                                    \"SourceRoomName\": \"1 queen bed apartment, 1 bedroom, canal view\",\n                                    \"SpecialDeals\": [\n                                        \"Save10%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 434.93,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 520.89,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 57,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 89,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"الغرفة لا بأس بها\",\n                                    \"Text\": \"الغرف لا بأس بها.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 82,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"خدمة الغرف ملائمة\",\n                                    \"Text\": \"الخدمة مقبولة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 32,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"قد يحتاج للتنظيف بشكل جيد\",\n                                    \"Text\": \"ليس نظيفاً جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 15,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال يمكن أن تكون أفضل\",\n                                    \"Text\": \"القيمة أقل من المتوسط.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 7,\n                                    \"Score\": 11,\n                                    \"ShortText\": \"يمكن للطعام أن يكون أفضل\",\n                                    \"Text\": \"يوجد شكاوى بخصوص الطعام\"\n                                }\n                            ],\n                            \"HotelType\": \"الفندق جيد جداً.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى مواقف السيارات.\",\n                            \"ReviewId\": \"f7828e5d-c78a-4cb2-8743-26095d764eaf\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 542,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 35,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 28,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 117,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 345,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"الفندق جيد جداً. يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى مواقف السيارات.\"\n                        },\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 57,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Good location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 89,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 82,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 32,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 15,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 7,\n                                    \"Score\": 11,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Complaints about food\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas with easy access to parking.\",\n                            \"ReviewId\": \"f7828e5d-c78a-4cb2-8743-26095d764eaf\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 542,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 35,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 28,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 117,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 345,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good hotel. Located near shopping areas with easy access to parking.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 559\n                    }\n                },\n                {\n                    \"Address\": \"Plot No. 3460148 Business Bay, Dubai\",\n                    \"ChainCode\": \"FG\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a1360593-38eb-402e-be09-3850d518f927.jpeg\"\n                    },\n                    \"DisplayName\": \"Citymax Hotel Business Bay\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.17975,\n                        \"Longitude\": 55.27703\n                    },\n                    \"ID\": 12268149,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 135.79,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"29d73216-46b3-470c-bf77-9d51ce65643f\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"1 queen bed and 2 twin beds family room, connecting rooms\",\n                                    \"SpecialDeals\": [\n                                        \"Private sale\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 262.12,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 698,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1475,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 202,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام كان جيداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 231,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 470,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"النظافة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 28,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"خدمة الإنترنت منتظمة\",\n                                    \"Text\": \"الإنترنت عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 875,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"الغرفة لا بأس بها\",\n                                    \"Text\": \"الغرف لا بأس بها.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 369,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"المزيد من الراحة قد يكون جيداً\",\n                                    \"Text\": \"غير مريح جداً.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للمسافرين المنفردين.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى مواقف السيارات.\",\n                            \"ReviewId\": \"62072710-b1f4-456e-a0ef-010ab2a78e1d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 7342,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 384,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 285,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 622,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1886,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4165,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للمسافرين المنفردين. يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى مواقف السيارات. الجو العام رائع.\"\n                        },\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 698,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1475,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 202,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 231,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 470,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 28,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 875,\n                                    \"Score\": 66,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 369,\n                                    \"Score\": 38,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas with easy access to parking.\",\n                            \"ReviewId\": \"62072710-b1f4-456e-a0ef-010ab2a78e1d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 7342,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 384,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 285,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 622,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1886,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4165,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.4,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas with easy access to parking. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 7294\n                    }\n                },\n                {\n                    \"Address\": \"Al Mina Road, Dubai\",\n                    \"ChainCode\": \"HY\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9bbfcd55-5e93-4344-8fd9-ac66b71b786a.jpeg\"\n                    },\n                    \"DisplayName\": \"Hyatt Place Dubai Jumeirah\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.245996,\n                        \"Longitude\": 55.277753\n                    },\n                    \"ID\": 12361609,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"0fd1679e-31a8-4ace-8808-a84c7fea3c3d\",\n                                    \"RoomBasis\": \"Bed and Breakfast BB\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Double/Twin\",\n                                    \"SourceRoomName\": \"2 twin beds and 1 double sofa bed room (2 twin beds and 1 sofabed)\",\n                                    \"SpecialDeals\": [\n                                        \"Private sale\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 187.46,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 230.83,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 139,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 280,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 125,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 226,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 146,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"النظافة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 130,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"مريح للغاية\",\n                                    \"Text\": \"مستوى الراحة عالٍ.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 31,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"يجب تجديد حمام السباحة\",\n                                    \"Text\": \"حمام السباحة دون المتوسط.\"\n                                }\n                            ],\n                            \"HotelType\": \"ممتاز للسفر مع الأصدقاء.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى مواقف السيارات.\",\n                            \"ReviewId\": \"dc17bbea-ad17-4eaf-8644-c25d2b71eb85\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1537,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 48,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 35,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 78,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 460,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 916,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"ممتاز للسفر مع الأصدقاء. يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى مواقف السيارات.\"\n                        },\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 139,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 280,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 125,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 226,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 146,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 130,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 31,\n                                    \"Score\": 48,\n                                    \"ShortText\": \"Pool should be renewed\",\n                                    \"Text\": \"Pool is below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent for traveling with friends.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas with easy access to parking.\",\n                            \"ReviewId\": \"dc17bbea-ad17-4eaf-8644-c25d2b71eb85\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1537,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 48,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 35,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 78,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 460,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 916,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent for traveling with friends. Located near shopping areas with easy access to parking.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1553\n                    }\n                },\n                {\n                    \"Address\": \"Road Park Lane Towers, Dubai\",\n                    \"ChainCode\": \"WV\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/62de5042-8a47-4a83-9505-32176ca10c7c.jpeg\"\n                    },\n                    \"DisplayName\": \"Park Regis Business Bay\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.18544,\n                        \"Longitude\": 55.26175\n                    },\n                    \"ID\": 12424848,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"45d6fa44-8766-475c-a82d-841924218ddf\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed standard room\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 201.41,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 226.1,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 11,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الإنترنت يعمل بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1626,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 659,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 963,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 224,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام كان جيداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 425,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 228,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 14,\n                                    \"Score\": 12,\n                                    \"ShortText\": \"يمكن تحسين البار أكثر من ذلك\",\n                                    \"Text\": \"البار مخيب للظن.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للمسافرين المنفردين.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"bec263a5-8120-4f38-8b40-59aea279bc16\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5167,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 259,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 127,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 323,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1063,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3395,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للمسافرين المنفردين. يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى وسائل النقل العام. الغرفة رائعة. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 11,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1626,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 659,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 963,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 224,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 425,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 228,\n                                    \"Score\": 71,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 14,\n                                    \"Score\": 12,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is disappointing.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"bec263a5-8120-4f38-8b40-59aea279bc16\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5167,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 259,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 127,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 323,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1063,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3395,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas and has easy access to public transportation. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 5157\n                    }\n                },\n                {\n                    \"Address\": \"Burj Khalifa Boulevard, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4154c7ca-25fa-4da8-a94d-17914f5b866a.jpeg\"\n                    },\n                    \"DisplayName\": \"Westminster Burj Residence\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.192674,\n                        \"Longitude\": 55.273337\n                    },\n                    \"ID\": 12529239,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"48623419-631a-4a43-9b3f-ef3e52ff86b5\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"2 king beds\",\n                                    \"SourceRoomName\": \"2 large twin beds, 1 large twin bunk bed, 2 king beds and 1 large twin sofa bed luxury apartment, 4 bedrooms\",\n                                    \"SpecialDeals\": [\n                                        \"Save8%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 667.05,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 29,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"موقع رائع\",\n                                    \"Text\": \"موقع ممتاز\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 41,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"الغرفة جيدة\",\n                                    \"Text\": \"لا بأس بالغرف\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 40,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"الخدمات متوسطة\",\n                                    \"Text\": \"الخدمة لا بأس بها\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 10,\n                                    \"Score\": 43,\n                                    \"ShortText\": \"يمكن أن استخدم تنظيف أفضل\",\n                                    \"Text\": \"غير نظيفة\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 9,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"الجو العام غيرجيد\",\n                                    \"Text\": \"اجواء سيئة\"\n                                }\n                            ],\n                            \"HotelType\": \"السكن جيد جداً.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"ade5e018-6316-4a7b-bb21-e75dfde6f92f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 199,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 42,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 112,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \" جيد جدا\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"السكن جيد جداً.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 29,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 42,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 41,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 10,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Could use a good cleaning\",\n                                    \"Text\": \"Not very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 9,\n                                    \"Score\": 29,\n                                    \"ShortText\": \"Vibe is not too good\",\n                                    \"Text\": \"Horrible vibe.\"\n                                }\n                            ],\n                            \"HotelType\": \"Very good accommodation.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"ade5e018-6316-4a7b-bb21-e75dfde6f92f\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 199,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 42,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 112,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.2,\n                            \"ScoreDescription\": \"Very Good\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Very good accommodation.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                        \"ReviewsCount\": 201\n                    }\n                },\n                {\n                    \"Address\": \"Flat No 1405 Al Safa Tower, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e602ca08-fc65-4738-947c-08e6aaa1e043.jpeg\"\n                    },\n                    \"DisplayName\": \"Heartland Hostel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.217021,\n                        \"Longitude\": 55.278424\n                    },\n                    \"ID\": 12602585,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"90ae77ea-19d1-4075-ab77-9f0e827807d2\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Executive\",\n                                    \"RoomType\": \"Double\",\n                                    \"SourceRoomName\": \"executive single room, 1 double bed\",\n                                    \"SpecialDeals\": [\n                                        \"Save10%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 69.1,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"HotelType\": \"\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"9154e02b-05aa-4cd3-88de-dc500025373e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"Score\": 0,\n                            \"ScoreDescription\": \"\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"\"\n                        },\n                        {\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"9154e02b-05aa-4cd3-88de-dc500025373e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"Score\": 0,\n                            \"ScoreDescription\": \"\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Al Mina Road Po Box 31075, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/78ef4ca3-0508-4614-988d-37a49bdff9ac.jpeg\"\n                    },\n                    \"DisplayName\": \"Hyatt Place Dubai Jumeirah Residences\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.24628,\n                        \"Longitude\": 55.2773\n                    },\n                    \"ID\": 12617336,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"16f51d27-f7b8-4f51-8c93-821fce31f6fb\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed studio, city view\",\n                                    \"SpecialDeals\": [\n                                        \"Save29%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 184.93,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"The Opus By Omniyat Designed By Zaha Hadid, Dubai\",\n                    \"ChainCode\": \"SM\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/532e0622-4d8b-40ae-9215-cbe78362b2a2.jpeg\"\n                    },\n                    \"DisplayName\": \"ME Dubai by Meliá\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.18898,\n                        \"Longitude\": 55.26677\n                    },\n                    \"ID\": 12620061,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735689540000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"69aa83f8-63a7-4559-9aef-9aa2d2a846e1\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed always me\",\n                                    \"SpecialDeals\": [\n                                        \"Limited time offer\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 467.43,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 252,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 237,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 149,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 413,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 275,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 95,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 68,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"النظافة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 38,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال جيدة إلى حد ما\",\n                                    \"Text\": \"القيمة متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 5,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"شكاوى حول الوايفاي\",\n                                    \"Text\": \"الإنترنت ضعيف.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للمسافرين المنفردين.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"53abc757-8bac-49b0-9c1f-bacb011eb8cb\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2319,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 124,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 62,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 109,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 306,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1718,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للمسافرين المنفردين. جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 252,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 237,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 149,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 413,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 275,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 95,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 68,\n                                    \"Score\": 73,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 38,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 33,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"53abc757-8bac-49b0-9c1f-bacb011eb8cb\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2319,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 124,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 62,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 109,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 306,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1718,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Good for sightseeing and located near shopping areas. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 2339\n                    }\n                },\n                {\n                    \"Address\": \"The Lofts West Tower, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3725bde6-12a2-43b6-b8c4-b3723a551e65.jpeg\"\n                    },\n                    \"DisplayName\": \"OSKENA Vacation Homes The Loft Tower Downtown\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.19654,\n                        \"Longitude\": 55.269546\n                    },\n                    \"ID\": 12885602,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1733702340000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"a7b33d84-906f-474c-ae58-2d78a4df968b\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed luxury studio\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 179.64,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Damac Maison Canal View Building Marasi, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/89ff1366-f0f4-495f-bffe-fbcb61be7d82.jpeg\"\n                    },\n                    \"DisplayName\": \"OSKENA Vacation Homes Damac Maison Canal View\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.187658,\n                        \"Longitude\": 55.284098\n                    },\n                    \"ID\": 12885611,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1733702340000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"5d912235-1943-4b06-8621-962dbab1622c\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed standard apartment, 1 bedroom (1)\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 172.99,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Marquise Square Downtown Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/bf8924f1-761b-4eef-b16b-793c183f383f.jpeg\"\n                    },\n                    \"DisplayName\": \"Maison Privee Marquise Square\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.18506,\n                        \"Longitude\": 55.27588\n                    },\n                    \"ID\": 12924962,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735084740000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"84768f3a-1370-43eb-bac8-048b29968a04\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed standard studio, non smoking\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 629.45,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"La Mer South Jumeirah 1, Dubai\",\n                    \"ChainCode\": \"AT\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8d52d4c5-ae38-49f7-803c-585ed764363d.jpeg\"\n                    },\n                    \"DisplayName\": \"Rove La Mer Beach Jumeirah\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.22515,\n                        \"Longitude\": 55.25421\n                    },\n                    \"ID\": 13578067,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 214.56,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"00d60b3d-ae3c-46a0-8b23-2e83e12db85e\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed and 1 twin sofa bed rover room free shuttle service to dubai mall, private beach\",\n                                    \"SpecialDeals\": [\n                                        \"Special deal\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 253.88,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"a2c5e609-7b8e-4939-8557-ecb6a0d8f620\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"2 twin beds and 1 twin sofa bed rover room free shuttle service to dubai mall, private beach\",\n                                    \"SpecialDeals\": [\n                                        \"Special deal\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 253.88,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 10% في المدينة\",\n                                    \"Text\": \"من أفضل 10% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 739,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 3803,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 905,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 1383,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 1051,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام مذهل بكل المقاييس.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 557,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"أفضل قيمة مقدمة مقابل المال\",\n                                    \"Text\": \"القيمة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 1153,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الشاطئ جميل\",\n                                    \"Text\": \"الشاطئ جميل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 849,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 389,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1591,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 646,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 41,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"كانت مرافق الاستجمام والرياضة ممتعة بما فيه الكفاية.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 56,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الإنترنت يعمل.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق والشاطئ.\",\n                            \"ReviewId\": \"0550f93e-9f46-47e2-85f5-5aa542da50a9\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 12440,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 163,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 118,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 349,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1688,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10122,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز. يقع بالقرب من مناطق التسوق والشاطئ. غرف رائعة وخدمة ممتازة الجو العام رائع. حمام السباحة رائع. الشاطئ جميل.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 737,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 3793,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 904,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1386,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 1046,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 559,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 1155,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Beautiful beach\",\n                                    \"Text\": \"Beach is lovely.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 851,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 389,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Pool is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 42,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1594,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 652,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 58,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and the beach.\",\n                            \"ReviewId\": \"0550f93e-9f46-47e2-85f5-5aa542da50a9\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 12440,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 163,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 118,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 349,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1688,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10122,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Close to Dubai Mall. Located near shopping areas and the beach. Great rooms and fantastic service. Great pool. Awesome vibe. Beautiful beach.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 12597\n                    }\n                },\n                {\n                    \"Address\": \"Royal Continental Suites Marasi Drive Dubai Business Bay\",\n                    \"ChainCode\": \"OI\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/052d9a69-9a7e-4ddb-b44c-59cdd0ac567e.jpeg\"\n                    },\n                    \"DisplayName\": \"Royal Continental Suites Business Bay Deluxe Apartments\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.18344,\n                        \"Longitude\": 55.28356\n                    },\n                    \"ID\": 13580567,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735689540000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"273a1973-2dcf-496c-b09b-6b56ef0c1ee1\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed deluxe studio, city view\",\n                                    \"SpecialDeals\": [\n                                        \"Save10%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 218.35,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 58,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 295,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 100,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 131,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف مذهلة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 45,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 28,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 10,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"الفطور متوسط\",\n                                    \"Text\": \"الإفطار عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 6,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة كافية\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة كافية.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"ea7ee27a-d594-4d9b-b805-c8a0e70a0fd2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1323,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 29,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 26,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 145,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1112,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز. جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق. غرف رائعة وخدمة ممتازة الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 56,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 99,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 294,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 128,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 46,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 28,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 10,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 6,\n                                    \"Score\": 50,\n                                    \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                    \"Text\": \"Sufficient wellness & sports facilities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"ea7ee27a-d594-4d9b-b805-c8a0e70a0fd2\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1323,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 29,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 11,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 26,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 145,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1112,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Good for sightseeing and located near shopping areas. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 1338\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Mohammed Bin Rashid Boulevard Downtown Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/05ecd60b-868b-4f05-ae03-59808e8c534b.jpeg\"\n                    },\n                    \"DisplayName\": \"Dream Inn Dubai Apartments 29 Boulevard\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.1912,\n                        \"Longitude\": 55.27257\n                    },\n                    \"ID\": 14449150,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 18780.62,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Sheikh Mohammed Bin Rashid Boulevard 3707 Tower 1 Burj Vista, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/50b5892a-3d18-4260-9801-f7734b806f2a.jpeg\"\n                    },\n                    \"DisplayName\": \"Dream Inn Dubai Apartments Burj Vista\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.19814,\n                        \"Longitude\": 55.27064\n                    },\n                    \"ID\": 14550612,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735689540000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"ca47ba54-88ee-49c8-934a-65f6c33ff635\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Classic\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"3 large twin beds classic apartment\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 434.75,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Downtown Dubai 1\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/42743fc7-4ec2-493f-98e4-b4cf038cc952.jpeg\"\n                    },\n                    \"DisplayName\": \"OSKENA Vacation Homes Damac Maison Cour Jardine\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.185592,\n                        \"Longitude\": 55.27408\n                    },\n                    \"ID\": 14550619,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1733702340000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"a0b6aaa0-0737-403c-9a87-7ba1f793e252\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"King/2 Queen\",\n                                    \"SourceRoomName\": \"1 king bed, 2 twin beds and 1 queen bed panoramic apartment, 3 bedrooms (burj khalifa view)\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 534.58,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Al Asayel Street Business Bay, Dubai\",\n                    \"ChainCode\": \"YX\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3a35d02c-0d30-45fa-aba1-54225f50ecca.jpeg\"\n                    },\n                    \"DisplayName\": \"Revier Hotel Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.179407,\n                        \"Longitude\": 55.272084\n                    },\n                    \"ID\": 14728427,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"66c287cc-886c-4764-9bfb-2eec98b00c64\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed my pad\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 179.77,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"108906c9-cc5d-475e-9d09-55248b60366e\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"1 twin bed my pad\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 179.77,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 191.09,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 278,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 849,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 141,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"أفضل قيمة مقدمة مقابل المال\",\n                                    \"Text\": \"القيمة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 285,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 221,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 14,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الاتصال بالإنترنت جيد جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 364,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 287,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 531,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 261,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"مريح\",\n                                    \"Text\": \"مستوى الراحة متوسط.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للمسافرين المنفردين.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق مع سهولة الوصول إلى مواقف السيارات.\",\n                            \"ReviewId\": \"543d8d82-bfbc-4728-9088-fb518f861a54\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3594,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 148,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 64,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 147,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 730,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2505,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للمسافرين المنفردين. الموقع رائع. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 278,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 849,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 141,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 285,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 221,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 14,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 364,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 287,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 531,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 261,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas with easy access to parking.\",\n                            \"ReviewId\": \"543d8d82-bfbc-4728-9088-fb518f861a54\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3594,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 148,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 64,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 147,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 730,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2505,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Great location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 3619\n                    }\n                },\n                {\n                    \"Address\": \"3206 Dubai Mall Fashion Avenue\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1a2ba19d-41c8-4b3a-8fff-c86e5a364a1b.jpeg\"\n                    },\n                    \"DisplayName\": \"Fashion Avenue Dubai Mall Residences Luxury 1 bedroom\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.199469,\n                        \"Longitude\": 55.276885\n                    },\n                    \"ID\": 14778278,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"b0df2c50-3ac8-47d1-a1cd-979ea1adf307\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed apartment (1 bedroom)\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 397.47,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Marsi Drive Business Bay, Dubai\",\n                    \"ChainCode\": \"EN\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/81239983-6083-4dd9-b51e-4598c5b6b47a.jpeg\"\n                    },\n                    \"DisplayName\": \"SLS Dubai Hotel & Residences\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.1847,\n                        \"Longitude\": 55.29245\n                    },\n                    \"ID\": 14778282,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 203.82,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"da8c2f18-ea82-4e82-a5bd-bd7788d809d7\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"signature room, 1 king bed, balcony\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 359.52,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 561,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 50,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة جيدة جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 553,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1515,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 275,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1811,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 9,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"خدمة الإنترنت منتظمة\",\n                                    \"Text\": \"الإنترنت عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 384,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"نظيف جداً\",\n                                    \"Text\": \"النظافة متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 468,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"مريح\",\n                                    \"Text\": \"مستوى الراحة متوسط.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 181,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال جيدة إلى حد ما\",\n                                    \"Text\": \"القيمة متوسطة.\"\n                                }\n                            ],\n                            \"HotelType\": \"ممتاز للسفر مع الأصدقاء.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق ووسط المدينة.\",\n                            \"ReviewId\": \"d5fb31b5-798d-4f30-ae01-c6389d75e8c6\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 8926,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 607,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 304,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 510,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1275,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6230,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"ممتاز للسفر مع الأصدقاء. الموقع رائع. الجو العام رائع. الغرفة رائعة.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 561,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 50,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 553,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Good location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1515,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 275,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1811,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 9,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 384,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 468,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 181,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent for traveling with friends.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and the city center.\",\n                            \"ReviewId\": \"d5fb31b5-798d-4f30-ae01-c6389d75e8c6\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 8926,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 607,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 304,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 510,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1275,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6230,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent for traveling with friends. Great rooms in excellent location. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 8926\n                    }\n                },\n                {\n                    \"Address\": \"Marasi Drive Business Bay Po.39346, Dubai\",\n                    \"ChainCode\": \"ES\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fefbf820-9b61-418a-9981-5171ca7af723.jpeg\"\n                    },\n                    \"DisplayName\": \"Embassy Suites by Hilton Dubai Business Bay\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.180754,\n                        \"Longitude\": 55.278057\n                    },\n                    \"ID\": 14845189,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"020990a4-8014-4207-a467-e9d3af00552f\",\n                                    \"RoomBasis\": \"Bed and Breakfast BB\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"studio, 1 king bed\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 257.74,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Marasi Drive Business Bay Po 393465, Dubai\",\n                    \"ChainCode\": \"GI\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/52f0755a-85bb-4f0e-b884-1dea6d34ecdb.jpeg\"\n                    },\n                    \"DisplayName\": \"Hilton Garden Inn Dubai Business Bay\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.180754,\n                        \"Longitude\": 55.278057\n                    },\n                    \"ID\": 14845194,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"6c0b16f8-f770-4e23-b824-8cbc157bad05\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"basic room, 2 twin beds\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 191.74,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 10,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف مذهلة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 11,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 7,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 22,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 5,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع جيد.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"4f634c5c-d529-42bb-94d7-112a637aa30c\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 93,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 73,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز. الجو العام رائع. الغرفة رائعة.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 10,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 11,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 7,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 22,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 5,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Good location.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"4f634c5c-d529-42bb-94d7-112a637aa30c\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 93,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 10,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 73,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Al Hassabi Street Jumeirah Garden City, Dubai\",\n                    \"ChainCode\": \"CY\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b657bfa3-2a8f-41a3-b74b-05d2d4dcd84e.jpeg\"\n                    },\n                    \"DisplayName\": \"Courtyard by Marriott World Trade Centre Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.228253,\n                        \"Longitude\": 55.283416\n                    },\n                    \"ID\": 14845202,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"814629e5-7a40-4afe-a6e3-89eb8e6aebb9\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"standard room, 1 king bed, city view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 191.18,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 17% في المدينة\",\n                                    \"Text\": \"من أفضل 17% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1270,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 220,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 514,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 213,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 16,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الاتصال بالإنترنت جيد جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 396,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 619,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 334,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للمسافرين المنفردين.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية مع إمكانية الوصول إلى وسائل النقل العام.\",\n                            \"ReviewId\": \"29aa8d04-23e2-40c6-9e9e-432e220aa963\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 4020,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 30,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 27,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 103,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 698,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3162,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للمسافرين المنفردين. جيد لمشاهدة المعالم السياحية مع إمكانية الوصول إلى وسائل النقل العام. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 17% in city\",\n                                    \"Text\": \"Top 17% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1270,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 220,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 514,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 213,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 16,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 396,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 619,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 334,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"29aa8d04-23e2-40c6-9e9e-432e220aa963\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 4020,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 30,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 27,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 103,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 698,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3162,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Good for sightseeing with access to public transportation. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 3981\n                    }\n                },\n                {\n                    \"Address\": \"Al Wasl And Al Safa Road Junction, Dubai\",\n                    \"ChainCode\": \"AT\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/737597a0-f5dd-4496-89d4-9fdb1a846bd8.jpeg\"\n                    },\n                    \"DisplayName\": \"Rove City Walk\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.205254,\n                        \"Longitude\": 55.267959\n                    },\n                    \"ID\": 15541769,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 128.9,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"1a949d72-c001-4c37-be40-7fdcd4586aa5\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed and 1 twin futon rover room - free shuttle bus to the beach & dubai mall\",\n                                    \"SpecialDeals\": [\n                                        \"Special deal\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 173.98,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"b4a44c4d-8706-483b-bccb-638b798a8c01\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"2 twin beds and 1 twin futon rover room - free shuttle bus to the beach & dubai mall\",\n                                    \"SpecialDeals\": [\n                                        \"Special deal\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 173.98,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 1% في المدينة\",\n                                    \"Text\": \"من أفضل 1% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 3% في المدينة\",\n                                    \"Text\": \"من أفضل 3% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 5878,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 1145,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 2243,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 1201,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 1243,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 1177,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام مذهل بكل المقاييس.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 51,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الإنترنت يعمل بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 727,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"أفضل قيمة مقدمة مقابل المال\",\n                                    \"Text\": \"القيمة ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 80,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الشاطئ جميل\",\n                                    \"Text\": \"الشاطئ جميل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 638,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 87,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة جيدة جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 2121,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"b1ad920a-d613-49fe-9f91-99ab7cc82f82\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 16461,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 131,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 80,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 246,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1755,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 14249,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز. غرف وخدمة مذهلة في موقع رائع الشاطئ جميل. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 5878,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 1145,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 2243,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 1201,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 1243,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 1177,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 51,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 727,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 80,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Beautiful beach\",\n                                    \"Text\": \"Beach is lovely.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 638,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 87,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 2121,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"b1ad920a-d613-49fe-9f91-99ab7cc82f82\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 16461,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 131,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 80,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 246,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1755,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 14249,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Close to Dubai Mall. Awesome rooms and service in a great location. Beautiful beach. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 16002\n                    }\n                },\n                {\n                    \"Address\": \"Jumeirah Garden City Opposite Dubai World Trade Centre\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c8874a3a-3516-443f-845d-e294421cd66a.jpeg\"\n                    },\n                    \"DisplayName\": \"Rose Executive Hotel DWTC\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.22478,\n                        \"Longitude\": 55.28067\n                    },\n                    \"ID\": 15555329,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"6f9b2cd9-4e28-44ce-b7fe-63438b7f0a23\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Executive\",\n                                    \"RoomType\": \"Queen\",\n                                    \"SourceRoomName\": \"1 queen bed executive king room\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 179.6,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"The Dubai Mall Residences Apartment 27\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6f77bc82-b0db-4491-99dc-192edaa5f433.jpeg\"\n                    },\n                    \"DisplayName\": \"Luxury residence at Fashion Avenue Dubai Mall\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.199881,\n                        \"Longitude\": 55.277449\n                    },\n                    \"ID\": 15594592,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"ea036067-11c0-4159-a68e-2fcea0365620\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Double\",\n                                    \"SourceRoomName\": \"1 double bed apartment (0 bedroom)\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 365.24,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"The Address Dubai Mall Residence Unit 18\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/42bdf6bb-5793-450b-aa6b-c34ef54b2776.jpeg\"\n                    },\n                    \"DisplayName\": \"Luxury 1 bedroom at Fashion Avenue Dubai Mall Residences\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.199843,\n                        \"Longitude\": 55.277452\n                    },\n                    \"ID\": 15594600,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"e28c591f-9fc5-4e31-bc6d-41b315d43945\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed apartment (1 bedroom)\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 390.62,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Tower 3 43 34C Street, Dubai\",\n                    \"ChainCode\": \"SS\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/15e7b6f0-bb4c-4604-8a88-05fa21545e12.jpeg\"\n                    },\n                    \"DisplayName\": \"Sonder Downtown Apartments\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.207462,\n                        \"Longitude\": 55.268563\n                    },\n                    \"ID\": 15630275,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"8d2c821f-6708-4671-92b4-8ffec00675fb\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed, 1 queen bed and 1 twin bed apartment, 2 bedrooms, balcony, city view\",\n                                    \"SpecialDeals\": [\n                                        \"Save10%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 372.06,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Downtonw Area ., Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b483978f-b6a9-4d9b-ac91-ebc422f658df.jpeg\"\n                    },\n                    \"DisplayName\": \"Dream Inn Dubai Apartments Marina Quays\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.1870536804199,\n                        \"Longitude\": 55.2782249450684\n                    },\n                    \"ID\": 15850113,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 1877.9,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Trade Centre Street Off Sheikh Zayed Rd, Dubai\",\n                    \"ChainCode\": \"EN\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3f585bc5-86b7-4b03-b4e4-15869e1e132a.jpeg\"\n                    },\n                    \"DisplayName\": \"25hours Hotel Dubai One Central\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.21945,\n                        \"Longitude\": 55.284403\n                    },\n                    \"ID\": 15894735,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 213.66,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"bad22567-a1af-41dc-8232-98aa59228b52\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed medium bedouin room (free shuttle service to difc, kite beach, and dubai mall)\",\n                                    \"SpecialDeals\": [\n                                        \"Special deal\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 467.02,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 278,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 123,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 639,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 846,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 11,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الاتصال بالإنترنت جيد جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 587,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1568,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 945,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 223,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"النظافة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 179,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال جيدة إلى حد ما\",\n                                    \"Text\": \"القيمة متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 389,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"المزيد من الراحة قد يكون جيداً\",\n                                    \"Text\": \"غير مريح جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 8,\n                                    \"Score\": 25,\n                                    \"ShortText\": \"الشاطئ ليس جيداً\",\n                                    \"Text\": \"الشاطئ غير مقبول.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"536d507f-f9a5-4d1a-9ff2-eb6104610844\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6284,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 415,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 193,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 310,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 907,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4459,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز. جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق. حمام السباحة رائع. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 278,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 123,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Excellent pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 639,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 846,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 11,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 587,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1568,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 945,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 223,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 179,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 389,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"More comfort would be nice\",\n                                    \"Text\": \"Not very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 8,\n                                    \"Score\": 25,\n                                    \"ShortText\": \"Beach is not so nice\",\n                                    \"Text\": \"Beach is unacceptable.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"536d507f-f9a5-4d1a-9ff2-eb6104610844\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6284,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 415,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 193,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 310,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 907,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4459,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Good for sightseeing and located near shopping areas. Great pool. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 6190\n                    }\n                },\n                {\n                    \"Address\": \"Dubai Business Bay Dubai\",\n                    \"ChainCode\": \"EN\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a5c6cfcc-45ad-4ebf-8362-a0c07e439814.jpeg\"\n                    },\n                    \"DisplayName\": \"Hyde Hotel Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.181708,\n                        \"Longitude\": 55.279054\n                    },\n                    \"ID\": 15921985,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 205.21,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"10efa089-1395-4938-a254-a337087a5064\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed room, balcony (general admission king)\",\n                                    \"SpecialDeals\": [\n                                        \"Private sale\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 220.04,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 555,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 1834,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة على المستوى العالمي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 89,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 595,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام مذهل بكل المقاييس.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 69,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مدهش.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 787,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1314,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 483,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 549,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 19,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"شكاوى حول الوايفاي\",\n                                    \"Text\": \"الإنترنت ضعيف.\"\n                                }\n                            ],\n                            \"HotelType\": \"ممتاز للسفر مع الأصدقاء.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"9813c065-e528-4fee-8fa3-048036f58910\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 7308,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 234,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 131,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 310,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1209,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5424,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"ممتاز للسفر مع الأصدقاء. جيد لمشاهدة المعالم السياحية ويقع بالقرب من مناطق التسوق. الغرفة رائعة. الجو العام رائع.\"\n                        },\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 555,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1834,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 89,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 595,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 69,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 787,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1314,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 483,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 549,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 19,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent for traveling with friends.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"9813c065-e528-4fee-8fa3-048036f58910\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 7308,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 234,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 131,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 310,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1209,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5424,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent for traveling with friends. Good for sightseeing and located near shopping areas. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 7233\n                    }\n                },\n                {\n                    \"Address\": \"La Mer Beach, Dubai\",\n                    \"ChainCode\": \"HY\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e6e703f0-6544-483a-b24f-e7bb6c622494.jpeg\"\n                    },\n                    \"DisplayName\": \"Hyatt Centric Jumeirah Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.235072,\n                        \"Longitude\": 55.260023\n                    },\n                    \"ID\": 16028622,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"a5ee26ce-ae06-462c-b97e-4b0b6c3369b0\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"room, 2 twin beds\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 270.04,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 109,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف بشكل مثالي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 165,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 228,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 378,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 298,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 132,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الشاطئ\",\n                                    \"Count\": 100,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"الشاطئ جميل\",\n                                    \"Text\": \"الشاطئ جميل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 63,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال جيدة إلى حد ما\",\n                                    \"Text\": \"القيمة متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 11,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"شكاوى حول الوايفاي\",\n                                    \"Text\": \"الاتصال بالإنترنت مخيب للظن.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز للمسافرين المنفردين.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"قريب من الشاطئ مع العديد من الخيارات لتناول الطعام والشراب.\",\n                            \"ReviewId\": \"093b2ba5-d4b3-4cca-9827-9d4d8ef609fd\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1695,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 49,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 30,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 88,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 345,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1183,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز للمسافرين المنفردين. قريب من الشاطئ مع العديد من الخيارات لتناول الطعام والشراب. الجو العام رائع. الشاطئ جميل. الغرفة رائعة.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 109,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 165,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 228,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 378,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 298,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 132,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 100,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Beautiful beach\",\n                                    \"Text\": \"Beach is lovely.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 63,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 11,\n                                    \"Score\": 31,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Close to the beach with many options for eating and drinking.\",\n                            \"ReviewId\": \"093b2ba5-d4b3-4cca-9827-9d4d8ef609fd\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1695,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 49,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 30,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 88,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 345,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1183,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Close to the beach with many options for eating and drinking. Awesome vibe. Beautiful beach. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1725\n                    }\n                },\n                {\n                    \"Address\": \"Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/af8bd707-ae07-43f9-bcab-da003f9b159f.jpeg\"\n                    },\n                    \"DisplayName\": \"Shams 1\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.191807,\n                        \"Longitude\": 55.286347\n                    },\n                    \"ID\": 16028624,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"003215c3-a0fe-4d1b-9cb5-9b6b5acad6a9\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"1 twin bed standard room, 1 bedroom, non smoking, marina view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 1540.4,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Dubai Fountain Street Downtown\",\n                    \"ChainCode\": \"EB\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/23be376f-09d4-40a6-8c43-a1f9dea57375.jpeg\"\n                    },\n                    \"DisplayName\": \"The Dubai Edition\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.192105,\n                        \"Longitude\": 55.280669\n                    },\n                    \"ID\": 16054952,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"d609a3bb-bd1e-4815-9e43-163ab7dc334d\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"room, 1 king bed, non smoking (balcony)\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 627.42,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 4% في المدينة\",\n                                    \"Text\": \"من أفضل 4% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 341,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مشروبات\",\n                                    \"Count\": 21,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"البار مذهل\",\n                                    \"Text\": \"البار مذهل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 182,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام كان جيداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 149,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 363,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"الغرفة لا بأس بها\",\n                                    \"Text\": \"الغرف لا بأس بها.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 534,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"خدمة الغرف ملائمة\",\n                                    \"Text\": \"الخدمة مقبولة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 142,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"نظيف جداً\",\n                                    \"Text\": \"النظافة متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 73,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"يمكن تحسين الفطور\",\n                                    \"Text\": \"مستوى الإفطار أقل من المتوسط.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 71,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال يمكن أن تكون أفضل\",\n                                    \"Text\": \"القيمة أقل من المتوسط.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 10,\n                                    \"Score\": 14,\n                                    \"ShortText\": \"شكاوى حول الوايفاي\",\n                                    \"Text\": \"الاتصال بالإنترنت مخيب للظن.\"\n                                }\n                            ],\n                            \"HotelType\": \"ممتاز للسفر مع الأصدقاء.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق ووسط المدينة.\",\n                            \"ReviewId\": \"d7c0557f-9d02-473c-817d-b299e6a51939\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3808,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 223,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 91,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 169,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 448,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2877,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"ممتاز للسفر مع الأصدقاء. الجو العام رائع. الموقع رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 341,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 21,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 182,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 149,\n                                    \"Score\": 78,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 363,\n                                    \"Score\": 61,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 534,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 142,\n                                    \"Score\": 54,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 73,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 71,\n                                    \"Score\": 36,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 10,\n                                    \"Score\": 14,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Disappointing internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent for traveling with friends.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and the city center.\",\n                            \"ReviewId\": \"d7c0557f-9d02-473c-817d-b299e6a51939\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3808,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 223,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 91,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 169,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 448,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2877,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent for traveling with friends. Close to Dubai Mall. Awesome vibe. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 3820\n                    }\n                },\n                {\n                    \"Address\": \"Marasi Drive 1 Ag Tower, Dubai\",\n                    \"ChainCode\": \"OI\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a0dbe711-cce9-41ef-9551-aed58846b655.jpeg\"\n                    },\n                    \"DisplayName\": \"Unlock Metropolis Business Bay\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.17986,\n                        \"Longitude\": 55.26916\n                    },\n                    \"ID\": 16054970,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"8e368656-9f53-4396-8b45-48b3c8a9391a\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed studio with kitchen & balcony\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 213.99,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 266.32,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Al Asayel Street Bay Square Dubai Business Bay\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2db5b1a4-eabd-40cb-8738-80c0fdeb8dea.jpeg\"\n                    },\n                    \"DisplayName\": \"Ramee Dream Hotel Downtown\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.187659,\n                        \"Longitude\": 55.281262\n                    },\n                    \"ID\": 16124425,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"09d0991f-e548-4c26-9025-50799f18a0e0\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Premium\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"2 twin beds premium twin room\",\n                                    \"SpecialDeals\": [\n                                        \"Save10%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 196.78,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 205.78,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Al Khail Damac Para, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/116db37c-697b-4745-a324-3d3bc1c9926b.jpeg\"\n                    },\n                    \"DisplayName\": \"Maison Privee Cool Dubai Apt next Burj Khalifa & Design District\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.18591,\n                        \"Longitude\": 55.29154\n                    },\n                    \"ID\": 16239875,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735084740000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"c07f98c4-a798-49d6-8b21-544f0a1b68c7\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed standard apartment, 1 bedroom, non smoking\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 646.32,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Al Mustaqbal Street, Dubai\",\n                    \"ChainCode\": \"WV\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/041171e0-7e68-4b24-9896-ab78e1f9e6cc.jpeg\"\n                    },\n                    \"DisplayName\": \"Paramount Hotel Midtown\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.19401,\n                        \"Longitude\": 55.26579\n                    },\n                    \"ID\": 16641491,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 159.03,\n                            \"SupplierName\": \"HB2\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"a5365e5e-9813-4718-94c6-e6f5e62b817d\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed scene coastal room\",\n                                    \"SpecialDeals\": [\n                                        \"Book early and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 274.6,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Marasi Dr, Dubai\",\n                    \"ChainCode\": \"OI\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/77a1be25-85e2-4bcd-9b7b-a12145cb9abc.jpeg\"\n                    },\n                    \"DisplayName\": \"Unlock Waters Edge\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.180531,\n                        \"Longitude\": 55.268948\n                    },\n                    \"ID\": 16771912,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"f683df48-f5ab-4930-9e32-9eeb430ca199\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed one bedroom family apartment with canal view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 285.12,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 288.91,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"1 Marasi Drive, Dubai\",\n                    \"ChainCode\": \"OI\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/665217fc-cdbd-41a0-bdc5-74c774a4ba94.jpeg\"\n                    },\n                    \"DisplayName\": \"Unlock J One Downtown Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.18609,\n                        \"Longitude\": 55.28336\n                    },\n                    \"ID\": 16834927,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"1719df6d-4c30-4b6e-8c88-59d4ae836c0d\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed studio, kitchen\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 433.98,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"6B Marasi Drive, Dubai\",\n                    \"ChainCode\": \"SS\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3dca883a-4e9b-4dc1-a8c5-5c1660065089.jpeg\"\n                    },\n                    \"DisplayName\": \"Sonder Business Bay\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.18848,\n                        \"Longitude\": 55.27024\n                    },\n                    \"ID\": 16912625,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"edabc4c0-b914-43b6-a32f-e99705b5a98a\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"studio, 1 king bed\",\n                                    \"SpecialDeals\": [\n                                        \"Save10%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 230.87,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Al Amal St, Dubai\",\n                    \"ChainCode\": \"WV\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5fb9f34b-4bad-44e6-b6a4-ee0ca6adc9d8.jpeg\"\n                    },\n                    \"DisplayName\": \"The First Collection Business Bay\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.178272,\n                        \"Longitude\": 55.268041\n                    },\n                    \"ID\": 17022411,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"693134f6-eb50-4008-a2fc-3823928e2d97\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"2 twin beds deluxe balcony room with soluna beach club access\",\n                                    \"SpecialDeals\": [\n                                        \"Save10%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 238.67,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"3e086f82-b9e2-4f31-b6d5-79f79948717d\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed deluxe balcony room with soluna beach club access\",\n                                    \"SpecialDeals\": [\n                                        \"Save10%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 238.67,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 515,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 2300,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 1179,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"إنترنت\",\n                                    \"Count\": 45,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"خدمة الإنترنت جيدة\",\n                                    \"Text\": \"الإنترنت يعمل.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 810,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"النظافة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 1600,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 979,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"الفطور متوسط\",\n                                    \"Text\": \"الإفطار عادي.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 99,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة كافية\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة كافية.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يسهل الوصول إليه بالسيارة وقريب من أماكن التسوق.\",\n                            \"ReviewId\": \"cc3468bd-68ec-44c8-9181-147f586a4952\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 13248,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 279,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 242,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 671,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2828,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 9228,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز. يسهل الوصول إليه بالسيارة وقريب من أماكن التسوق. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 515,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 2300,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1179,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 45,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 810,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1600,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 979,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 99,\n                                    \"Score\": 52,\n                                    \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                    \"Text\": \"Sufficient wellness & sports facilities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Easily accessible by car and close to shopping areas.\",\n                            \"ReviewId\": \"cc3468bd-68ec-44c8-9181-147f586a4952\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 13248,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 279,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 242,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 671,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2828,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 9228,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.6,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Close to Dubai Mall. Easily accessible by car and close to shopping areas. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 13300\n                    }\n                },\n                {\n                    \"Address\": \"Za'abeel Park Gate Residence Tower D, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f0845fe4-29cd-4ca8-86f5-dd8f4533a3fe.jpeg\"\n                    },\n                    \"DisplayName\": \"Maison Privee Superb 1BR apartment overlooking Zabeel Park and Dubai Frame\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.234316,\n                        \"Longitude\": 55.293598\n                    },\n                    \"ID\": 17130508,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735084740000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"3ddc818c-16b0-4acd-97a4-c4ccd63fc3a9\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed apartment, 1 bedroom\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 550.67,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Waves Tower By Kasco Business Bay, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/63e03722-c828-419e-b2d9-6ba43c69282e.jpeg\"\n                    },\n                    \"DisplayName\": \"Globalstay. New Apartments In Business Bay\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.183592,\n                        \"Longitude\": 55.28402\n                    },\n                    \"ID\": 17370259,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735689540000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"fead1bbc-8429-46d9-ba37-b0ace55ea790\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Superior with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed and 1 queen sofa bed superior apartment, 1 bedroom, balcony, partial lake view\",\n                                    \"SpecialDeals\": [\n                                        \"Save24%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 328.72,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Marasi Drive, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/40baf6e7-331c-480a-921f-bf59d034b701.jpeg\"\n                    },\n                    \"DisplayName\": \"Lusso Hometels J One Business Bay\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.187248,\n                        \"Longitude\": 55.271996\n                    },\n                    \"ID\": 17413304,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736121540000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"1df58ba1-a758-4a29-8487-43d6a46a5f54\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"Double\",\n                                    \"SourceRoomName\": \"1 double bed deluxe studio apartment without balcony\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 200.24,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Marasi Dr, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c81d2e40-7146-4c3c-a56d-55947ae2da4d.jpeg\"\n                    },\n                    \"DisplayName\": \"LUX The Pad Executive Suite 4\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.184806,\n                        \"Longitude\": 55.281896\n                    },\n                    \"ID\": 17413409,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"84c14507-f271-4e25-9ac0-d35ed70f06a4\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed and 1 twin sofa bed deluxe apartment\",\n                                    \"SpecialDeals\": [\n                                        \"Private sale\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 313.39,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/50a65b25-e587-420a-9152-dea066b1f4fd.jpeg\"\n                    },\n                    \"DisplayName\": \"Maison Privee The Lofts East\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.197567,\n                        \"Longitude\": 55.269968\n                    },\n                    \"ID\": 17507926,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735084740000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"57c75500-8d89-4b00-b64e-521eb8afb738\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed and 1 twin sofa bed apartment, 1 bedroom, city view\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 698.87,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Business Bay, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3ea7a237-2cd2-436e-826e-b40d5ac246f1.jpeg\"\n                    },\n                    \"DisplayName\": \"Globalstay. Damac Tower Paramount\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.185876,\n                        \"Longitude\": 55.291135\n                    },\n                    \"ID\": 17654144,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735689540000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"2e045f71-7dbe-4c46-8547-bfd08fe87413\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed, 1 twin sofa bed and 1 queen sofa bed elite apartment, 1 bedroom, kitchen, pool view\",\n                                    \"SpecialDeals\": [\n                                        \"Save22%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 368.64,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"905 Meera Tower. Business Bay Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1b396030-5edc-4eda-897a-43d1074324ab.jpeg\"\n                    },\n                    \"DisplayName\": \"Stunning 1bedroom With Balcony in Al Habtoor City\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.183704,\n                        \"Longitude\": 55.255543\n                    },\n                    \"ID\": 18110224,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"af588eec-b7c0-4597-9218-b0859b1040bb\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed apartment (1 bedroom)\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 360.8,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"43 21St St, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3cf345c5-a43d-4baf-9b67-12cf90e917c1.jpeg\"\n                    },\n                    \"DisplayName\": \"The Muse\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.225352,\n                        \"Longitude\": 55.278739\n                    },\n                    \"ID\": 18110286,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"c398ca3d-20fa-4a11-8077-2ae4de887a5d\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"Double\",\n                                    \"SourceRoomName\": \"1 double bed deluxe studio\",\n                                    \"SpecialDeals\": [\n                                        \"Save10%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 253.61,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Burj Khalifa Blvd, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cfd15b5c-62f8-4ab1-8d1c-0d34170edc45.jpeg\"\n                    },\n                    \"DisplayName\": \"BellaVista 1 Bedroom Burj Khalifa View\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.191995,\n                        \"Longitude\": 55.272438\n                    },\n                    \"ID\": 18166619,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"cc3e39ec-a2d7-495e-af83-67bee3a248be\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Economy\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed comfort apartment\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 5007.44,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"3401 Burj Royale Downtown Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b7477a68-589f-4219-932f-b01d9fd0dc2b.jpeg\"\n                    },\n                    \"DisplayName\": \"Luxury Burj Royale Burj Khalifa & Fountain view\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.19168,\n                        \"Longitude\": 55.280175\n                    },\n                    \"ID\": 18168316,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"659a304e-2313-471f-ad49-a06af2380331\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"2 queen beds\",\n                                    \"SourceRoomName\": \"2 queen beds apartment (2 bedrooms)\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 418.23,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Scala Tower Business Bay, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c81ed323-ad57-4929-95af-5d65c0fb7a0b.jpeg\"\n                    },\n                    \"DisplayName\": \"Globalstay Scala Tower With Free Parking\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.185106,\n                        \"Longitude\": 55.285743\n                    },\n                    \"ID\": 18169224,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735689540000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"2e816311-b60a-46c8-b507-7c95ef3ccdb7\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"2 double beds\",\n                                    \"SourceRoomName\": \"1 king bed and 2 double beds luxury apartment, 1 bedroom, canal view\",\n                                    \"SpecialDeals\": [\n                                        \"Book early and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 291.06,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Downtown Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4d40d591-e586-430e-8659-c1591e6c5706.jpeg\"\n                    },\n                    \"DisplayName\": \"Venduras Chic 2BR Apartment Burj Views\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.190457,\n                        \"Longitude\": 55.281556\n                    },\n                    \"ID\": 18357259,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"270841bc-ae61-4175-a2c5-87f7f1db6c8a\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"2 double beds\",\n                                    \"SourceRoomName\": \"2 double beds apartment, balcony, city view\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 602.3,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0d6e5365-11aa-47d0-a433-bdb46482109f.jpeg\"\n                    },\n                    \"DisplayName\": \"Vogue Dubai Frame View\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.232563,\n                        \"Longitude\": 55.29552\n                    },\n                    \"ID\": 18525775,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"4c21407b-32be-4002-9a69-c4f2d1058c5e\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed elite apartment\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 369.02,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Za Abeel Street Za'abeel 1 Level 25 Za Abeel Street Za'abeel 1 Level 25, Dubai\",\n                    \"ChainCode\": \"OO\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/20c35236-790b-4a7d-b59b-61aa347040ae.jpeg\"\n                    },\n                    \"DisplayName\": \"One&Only One Zaabeel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.227909,\n                        \"Longitude\": 55.291159\n                    },\n                    \"ID\": 18537812,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"50a3f58b-ae20-405f-9e1a-6df159a9b168\",\n                                    \"RoomBasis\": \"Bed and Breakfast BB\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"room, 1 king bed (zaabeel)\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 972.19,\n                            \"SupplierName\": \"EPS\"\n                        },\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 1768.73,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 2% في المدينة\",\n                                    \"Text\": \"من أفضل 2% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 5% في المدينة\",\n                                    \"Text\": \"من أفضل 5% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 7% في المدينة\",\n                                    \"Text\": \"من أفضل 7% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 138,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 16,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة ممتازة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 48,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 180,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 79,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 111,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 35,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"المطاعم\",\n                                    \"Count\": 88,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"الطعام شهي\",\n                                    \"Text\": \"الطعام لذيذ.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 39,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"الفطور شهي\",\n                                    \"Text\": \"الإفطار جيد.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 286,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 30,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال يمكن أن تكون أفضل\",\n                                    \"Text\": \"القيمة أقل من المتوسط.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"جيد لمشاهدة المعالم السياحية مع مواقف سيارات قريبة.\",\n                            \"ReviewId\": \"89ee7962-b01a-457a-adb0-277500c9a846\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1490,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 91,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 25,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 53,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 118,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1203,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز. جيد لمشاهدة المعالم السياحية مع مواقف سيارات قريبة. غرف رائعة وخدمة ممتازة حمام السباحة رائع. الجو العام رائع.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 138,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 16,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 48,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Excellent pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 180,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 79,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 111,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 35,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 88,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 39,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 286,\n                                    \"Score\": 72,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Good service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 30,\n                                    \"Score\": 41,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with nearby parking areas.\",\n                            \"ReviewId\": \"89ee7962-b01a-457a-adb0-277500c9a846\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1490,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 91,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 25,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 53,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 118,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1203,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.7,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Good for sightseeing with nearby parking areas. Great rooms and fantastic service. Great pool. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 1338\n                    }\n                },\n                {\n                    \"Address\": \"Al Marasi Street Business Bay Dubai 412A\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9eb58bfc-5ad2-4538-9ee8-bbf33050bea6.jpeg\"\n                    },\n                    \"DisplayName\": \"Winds Of The Canal By Lagom Damac Maison Prive\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.1871204376221,\n                        \"Longitude\": 55.2879066467285\n                    },\n                    \"ID\": 18541115,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 2742866.73,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/67b9c6f3-a6cb-40e8-8412-8c038bd6f97e.jpeg\"\n                    },\n                    \"DisplayName\": \"Maison Privee Luxury 2Bedroom w Burj Khalifa & Fountain Views\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.192783,\n                        \"Longitude\": 55.271667\n                    },\n                    \"ID\": 18543856,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735084740000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"62f54aad-4667-4975-b254-d75c028a6d3e\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed and 1 queen bed deluxe apartment\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 893.97,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Downtown Views Tower 1 1805, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/210ca0e9-2f11-420c-855d-7d47d2f8af3c.jpeg\"\n                    },\n                    \"DisplayName\": \"Maison Privee Luxury Apt with Burj Khalifa Vw & Direct Mall Access\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.200978,\n                        \"Longitude\": 55.280891\n                    },\n                    \"ID\": 18546645,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735084740000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"7b29690a-4ba6-450d-b963-87871ea3b47a\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed, 1 twin bed and 1 queen bed apartment\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 1801.78,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Marasi Dr 2522, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a91d64e0-2f4d-4528-bc9b-90137a0b575d.jpeg\"\n                    },\n                    \"DisplayName\": \"2522 1BR with Burj Khalifa View\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.183933,\n                        \"Longitude\": 55.260843\n                    },\n                    \"ID\": 18546820,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"4419bf6a-b469-4302-a513-f398af8c582f\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed apartment, 1 bedroom, private bathroom\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 308.08,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Downtown Area ., Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a2662f11-8998-472d-a31e-c1a394225367.jpeg\"\n                    },\n                    \"DisplayName\": \"Dream Inn Dubai Apartments Tiara Palm Jumeirah\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.1871528625488,\n                        \"Longitude\": 55.2780609130859\n                    },\n                    \"ID\": 18931891,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 20061.11,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Downtown View 2 Tower 2 Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0b8b88da-1c17-47ad-8065-f0c3c020f68b.jpeg\"\n                    },\n                    \"DisplayName\": \"Wonderful 2B in Downtown Views With Burj View\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.202017,\n                        \"Longitude\": 55.281552\n                    },\n                    \"ID\": 19005375,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"fa4f7eca-d2bd-4354-a5cd-cb57b9cfb294\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"2 queen beds\",\n                                    \"SourceRoomName\": \"2 queen beds apartment (2 bedrooms)\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 412.07,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Marasi Dr, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ab63b0d4-b2a4-425b-ad26-31781718b8a5.jpeg\"\n                    },\n                    \"DisplayName\": \"LUX The Pad Executive Suite 2\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.184806,\n                        \"Longitude\": 55.281896\n                    },\n                    \"ID\": 19316554,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"9ec8824b-2458-4e77-ac4b-7c1b143c4f12\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"Queen\",\n                                    \"SourceRoomName\": \"deluxe apartment, 1 queen bed, non smoking, city view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 337.4,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Burj Residence Tower 3 Downtown Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/33c495df-f208-41fa-a8cc-7b6e5e9f954b.jpeg\"\n                    },\n                    \"DisplayName\": \"Elite Royal Apartment Burj Khalifa & Fountain view Caesar\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.192498,\n                        \"Longitude\": 55.273585\n                    },\n                    \"ID\": 19316561,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1733702340000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"d772a9d7-ca0b-4da3-acc5-e6cfaa88683a\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"3 queen beds, 1 king bed and 3 twin sofa beds apartment, 3 bedrooms\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 1050.71,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Souk Al Bahar, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/dba66c58-24ac-47c1-8439-96066788d71a.jpeg\"\n                    },\n                    \"DisplayName\": \"Maison Privee Elite Apt Connected to Dubai Mall & Burj Khalifa\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.195144,\n                        \"Longitude\": 55.277016\n                    },\n                    \"ID\": 19316892,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735084740000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"e3f2f776-7f97-46dd-9119-9b2b1ff0ee62\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed apartment, 1 bedroom\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 647.99,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Marasi Drive A, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/99b90ec3-cbfc-4ed8-a153-be0504ee5b2a.jpeg\"\n                    },\n                    \"DisplayName\": \"Holiday Inn Dubai Business Bay an IHG Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.180755,\n                        \"Longitude\": 55.277979\n                    },\n                    \"ID\": 19317390,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"8f7daacf-e47e-4de9-9716-1487d2b5f9e7\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"standard room, 2 twin beds, smoking\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 166.51,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Mohammed Bin Rashid Al Maktoum City, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ae99c778-54ba-426e-8016-5491314f2e18.jpeg\"\n                    },\n                    \"DisplayName\": \"Maison Privee Modern & Chic Retreat 10min from Downtown Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.179291,\n                        \"Longitude\": 55.305636\n                    },\n                    \"ID\": 19317403,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735084740000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"7240802a-0c11-4fe3-920c-2c36fb9036f7\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed deluxe apartment\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 693.11,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Downtowm, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8475f749-674f-4ff7-8725-8c0a214e3ac4.jpeg\"\n                    },\n                    \"DisplayName\": \"Vogue Downtown MAG318 Tower\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.197176,\n                        \"Longitude\": 55.28266\n                    },\n                    \"ID\": 19317414,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"41db0122-e3a2-44b3-aaaa-3de6bb3ab013\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed romantic apartment - pool view\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 441.87,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Zabeel, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/97b09b20-c61d-42e1-98d9-6776944f878e.jpeg\"\n                    },\n                    \"DisplayName\": \"Vogue Downtown Views II\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.202759,\n                        \"Longitude\": 55.28128\n                    },\n                    \"ID\": 19325759,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"ff7f7ba6-8c20-427c-ad9e-ea8010ad360f\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed and 1 king sofa bed city apartment, 1 bedroom\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 394.97,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"P.O Box 26228 Marasi Drive B Business Bay., Dubai\",\n                    \"ChainCode\": \"YZ\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7e18e407-b335-4ae3-8f71-ce89bf0e3a59.jpeg\"\n                    },\n                    \"DisplayName\": \"Dxbbu Staybridge Suites Dubai Business Bay\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.1807978,\n                        \"Longitude\": 55.2786259\n                    },\n                    \"ID\": 19352637,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"55fdd63e-6923-476d-9679-1e1bb8fd7f69\",\n                                    \"RoomBasis\": \"Bed and Breakfast BB\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"studio suite, 1 king bed, kitchen\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 221.41,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Marasi Dr, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a2389720-86dd-4b32-9dea-48c25ae9c758.jpeg\"\n                    },\n                    \"DisplayName\": \"Business Bay Coziest 1BR Nest\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.184349,\n                        \"Longitude\": 55.261792\n                    },\n                    \"ID\": 19396413,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"f8c19075-7a73-4246-ac5b-99db0219b507\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed apartment, balcony, city view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 241.84,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Mohammed Bin Rashid Al Maktoum City District One Dubai United Arab Emirates\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3a8f7850-0eee-4ff0-b4c8-0bffe577888a.jpeg\"\n                    },\n                    \"DisplayName\": \"Vogue Lagoon District One Residence\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.16638,\n                        \"Longitude\": 55.27666\n                    },\n                    \"ID\": 19396948,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"f566c5f1-318b-425b-9154-448afe8cf218\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"3 king beds and 1 twin bed luxury apartment\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 873.02,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Al A'amal Street, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/04c5c029-7451-46c4-b28c-b39080084c15.jpeg\"\n                    },\n                    \"DisplayName\": \"The First Collection Waterfront\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.18282,\n                        \"Longitude\": 55.28313\n                    },\n                    \"ID\": 19595428,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"e1cf97a7-c69f-4a06-8ade-c11a09c5b977\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed deluxe room with soluna beach club access\",\n                                    \"SpecialDeals\": [\n                                        \"Save10%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 206.03,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"395 Sheikh Zayed Rd, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5b5b8793-2de7-418b-88d1-1f5cf00c40fe.jpeg\"\n                    },\n                    \"DisplayName\": \"DAMAC Maison Aykon City Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.1813259,\n                        \"Longitude\": 55.2533434\n                    },\n                    \"ID\": 19595529,\n                    \"Packages\": [\n                        {\n                            \"Rooms\": [],\n                            \"SimplePrice\": 136.98,\n                            \"SupplierName\": \"HB2\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Marasi Drive Burj Khalifa District, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1ad06c61-ab20-41f4-8097-f23a2382d912.jpeg\"\n                    },\n                    \"DisplayName\": \"The Lana Dorchester Collection\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.188013,\n                        \"Longitude\": 55.288325\n                    },\n                    \"ID\": 19597625,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"0aa1a33e-ae38-4df1-a733-73589306012f\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed room (horizon)\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 797.7,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 8% في المدينة\",\n                                    \"Text\": \"من أفضل 8% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 9% في المدينة\",\n                                    \"Text\": \"من أفضل 9% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"شعور\",\n                                    \"Count\": 75,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"الجو العام رائع\",\n                                    \"Text\": \"الجو العام رائع.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 20,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"حمام السباحة رائع\",\n                                    \"Text\": \"حمام السباحة ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 36,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"الموقع رائع\",\n                                    \"Text\": \"الموقع ممتاز.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 88,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف مذهلة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 49,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 129,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"الخدمة رائعة\",\n                                    \"Text\": \"الخدمة رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 16,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"نظيف جداً\",\n                                    \"Text\": \"النظافة متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 21,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"مريح\",\n                                    \"Text\": \"مستوى الراحة متوسط.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"يقع بالقرب من مناطق التسوق.\",\n                            \"ReviewId\": \"2d216afa-9ce1-4392-b002-c022aae63eee\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 551,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 22,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 19,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 39,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 466,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز. يقع بالقرب من مناطق التسوق. الجو العام رائع. حمام السباحة رائع. الغرفة رائعة.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 75,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 20,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Excellent pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 36,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 88,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 49,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 129,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 16,\n                                    \"Score\": 67,\n                                    \"ShortText\": \"Quite clean\",\n                                    \"Text\": \"Average cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 21,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas.\",\n                            \"ReviewId\": \"2d216afa-9ce1-4392-b002-c022aae63eee\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 551,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 22,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 19,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 39,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 466,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Located near shopping areas. Awesome vibe. Great pool. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 549\n                    }\n                },\n                {\n                    \"Address\": \"Za'abeel Street Zabeel 1, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b5d06c01-3c6c-46fe-87c2-149ea218fc9c.jpeg\"\n                    },\n                    \"DisplayName\": \"Siro One Za'abeel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.227938,\n                        \"Longitude\": 55.291081\n                    },\n                    \"ID\": 19612019,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"ad3dff9d-92fc-4187-8ed2-70f94d8d258a\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed siro plus - king, complimentary fitness group classes\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 444.48,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 6% في المدينة\",\n                                    \"Text\": \"من أفضل 6% في المدينة\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"من أفضل 10% في المدينة\",\n                                    \"Text\": \"من أفضل 10% في المدينة\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"مرافق رياضية / صحية\",\n                                    \"Count\": 26,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"مرافق الاستجمام والرياضة رائعة\",\n                                    \"Text\": \"مرافق الاستجمام والرياضة جيدة جداً.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى النظافة\",\n                                    \"Count\": 12,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"نظيف\",\n                                    \"Text\": \"نظيف جداً بشكل عام.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الغرفة\",\n                                    \"Count\": 59,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"الغرفة رائعة\",\n                                    \"Text\": \"الغرف رائعة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"وسائل الراحة\",\n                                    \"Count\": 48,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"المرافق رائعة\",\n                                    \"Text\": \"المرافق جيدة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الخدمة\",\n                                    \"Count\": 77,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"خدمة الغرف ملائمة\",\n                                    \"Text\": \"الخدمة مقبولة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"القيمة مقابل المال\",\n                                    \"Count\": 21,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"القيمة المقدمة مقابل المال جيدة إلى حد ما\",\n                                    \"Text\": \"القيمة متوسطة.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الموقع\",\n                                    \"Count\": 19,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"الموقع لا بأس به\",\n                                    \"Text\": \"الموقع مقبول.\"\n                                },\n                                {\n                                    \"CategoryName\": \"مستوى الراحة\",\n                                    \"Count\": 20,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"مريح\",\n                                    \"Text\": \"مستوى الراحة متوسط.\"\n                                },\n                                {\n                                    \"CategoryName\": \"الإفطار\",\n                                    \"Count\": 9,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"يمكن تحسين الفطور\",\n                                    \"Text\": \"مستوى الإفطار أقل من المتوسط.\"\n                                },\n                                {\n                                    \"CategoryName\": \"حمام سباحة\",\n                                    \"Count\": 8,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"يجب تجديد حمام السباحة\",\n                                    \"Text\": \"حمام السباحة دون المتوسط.\"\n                                }\n                            ],\n                            \"HotelType\": \"فندق ممتاز.\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"2d6532d3-ad60-4b97-a2bb-bb6869784fd5\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 434,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 28,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 26,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 39,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 326,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"ممتاز\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"فندق ممتاز. الغرفة رائعة.\"\n                        },\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 26,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 12,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 59,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 48,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 77,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Service is adequate\",\n                                    \"Text\": \"Service is ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 21,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 19,\n                                    \"Score\": 60,\n                                    \"ShortText\": \"Location is ok\",\n                                    \"Text\": \"Location is acceptable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 20,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 9,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 8,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Pool should be renewed\",\n                                    \"Text\": \"Pool is below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"2d6532d3-ad60-4b97-a2bb-bb6869784fd5\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 434,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 28,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 15,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 26,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 39,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 326,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.5,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {\n                        \"Rating\": 4.5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                        \"ReviewsCount\": 292\n                    }\n                },\n                {\n                    \"Address\": \"Al Asayel St, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d3628e42-9c20-4890-950e-fd3a0ecbb91f.jpeg\"\n                    },\n                    \"DisplayName\": \"Maison Privee Exquisite Duplex with Private Patio & Loft Living\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.188804,\n                        \"Longitude\": 55.281919\n                    },\n                    \"ID\": 19612051,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735084740000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"14ad4f3a-5dc3-4acf-baf9-9dbc939f42e7\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed apartment\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 842.44,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Burj Khalifa Blvd, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/373c934f-036e-4280-b607-b59b95370a77.jpeg\"\n                    },\n                    \"DisplayName\": \"Panoramic Terrace & Burj Khalifa View\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.192036,\n                        \"Longitude\": 55.272382\n                    },\n                    \"ID\": 19635739,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"c02649a3-8c01-4a67-98b0-5eb9613874b5\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Economy\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed and 1 twin sofa bed comfort apartment\",\n                                    \"SpecialDeals\": [\n                                        \"Save10%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 2772.62,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Marasi Dr, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f9c492ef-5760-4e15-9669-aba661e79798.jpeg\"\n                    },\n                    \"DisplayName\": \"HomesGetaway Cozy 1BR in Binghatti Canal\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.185963,\n                        \"Longitude\": 55.286224\n                    },\n                    \"ID\": 19635758,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"9867a079-d50b-42fc-b989-5ea6573555da\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed deluxe apartment\",\n                                    \"SpecialDeals\": [\n                                        \"Book early and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 170.15,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3fc5dc87-e9ae-47b6-a76c-0868601f4079.jpeg\"\n                    },\n                    \"DisplayName\": \"Skyline View From This Fancy Apt\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.192116,\n                        \"Longitude\": 55.271332\n                    },\n                    \"ID\": 19635768,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"109956ce-6635-4707-96c4-67056e7be549\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed deluxe apartment\",\n                                    \"SpecialDeals\": [\n                                        \"Private sale\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 7808.68,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Burj Khalifa Blvd, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/af1ded87-1bb5-4d56-9471-0b895bc7c077.jpeg\"\n                    },\n                    \"DisplayName\": \"BellaVista 2 BR Apartment Fountain View\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.192021,\n                        \"Longitude\": 55.272376\n                    },\n                    \"ID\": 19635770,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"da8da558-8d40-4f1d-854f-fc83b562cf6c\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Economy\",\n                                    \"RoomType\": \"King/2 Queen\",\n                                    \"SourceRoomName\": \"1 king bed and 2 twin beds comfort apartment\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 3230.02,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Marasi Dr, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/059ceccd-ee52-40cd-90dd-eb1442dc163c.jpeg\"\n                    },\n                    \"DisplayName\": \"Bayz Burj Khalifa Views near Dubai Mall\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.180665,\n                        \"Longitude\": 55.279303\n                    },\n                    \"ID\": 19635790,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"dd30c404-3f82-4214-bf50-5d952d4a59f0\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"3 king beds luxury apartment\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 707.28,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"4701 Damac Distinction Business Bay, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/870a4735-0e83-415e-bafb-da073dab2208.jpeg\"\n                    },\n                    \"DisplayName\": \"Cozy 1b With Balcony in Business Bay\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.187971,\n                        \"Longitude\": 55.279689\n                    },\n                    \"ID\": 19635803,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"3dd6cccc-f5c0-44d4-bb09-2f5026060973\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Queen\",\n                                    \"SourceRoomName\": \"1 queen bed apartment (1 bedroom)\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 367.99,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Al Asayel St Business Bay, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7722a741-cd14-420e-b77a-73dc6e4fb05d.jpeg\"\n                    },\n                    \"DisplayName\": \"Sterling East near Dubai Mal BurjKhalifa\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.188959,\n                        \"Longitude\": 55.282469\n                    },\n                    \"ID\": 19635825,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"ddb8cfe8-86ff-4bb3-bde2-d6b986088ac2\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed and 1 king sofa bed elite villa\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 322.38,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Sheikh Mohammed Bin Rashid Boulevard, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d4da6b87-d852-49fb-aaad-f53dd6f8fcbb.jpeg\"\n                    },\n                    \"DisplayName\": \"Address Dubai Opera Residences\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.197449,\n                        \"Longitude\": 55.271609\n                    },\n                    \"ID\": 19654833,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"49b36640-c7c7-42b5-9961-bb51066d559b\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed luxury apartment\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 639.25,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"1 Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/37be04c2-cc51-4a79-a1d0-b6f2dbe6a0af.jpeg\"\n                    },\n                    \"DisplayName\": \"Overnight Camping party event adventure\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.198874,\n                        \"Longitude\": 55.275489\n                    },\n                    \"ID\": 19671038,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"09490229-404a-4b95-be57-5e2f4c9ab488\",\n                                    \"RoomBasis\": \"Bed and Breakfast BB\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"18 twin beds honeymoon tent\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 621.67,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"1 Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e918b164-7876-44e5-b085-4bec11da45dc.jpeg\"\n                    },\n                    \"DisplayName\": \"Overnight Campsite stay party adventures\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.198291,\n                        \"Longitude\": 55.276712\n                    },\n                    \"ID\": 19671044,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"0c0c17ac-68e7-4d61-ba64-448c46d202b0\",\n                                    \"RoomBasis\": \"Bed and Breakfast BB\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"8 twin beds romantic tent\",\n                                    \"SpecialDeals\": [\n                                        \"Save3%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 458.62,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Umniyati Street Burj Area Downtown Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a0994486-7680-42f6-9cbe-011981302758.jpeg\"\n                    },\n                    \"DisplayName\": \"Damac Mall Street near Burj Khalifa\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.195061,\n                        \"Longitude\": 55.283682\n                    },\n                    \"ID\": 19674784,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"d4f6344f-836d-4238-adbc-0831899e0394\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed and 1 king sofa bed elite apartment\",\n                                    \"SpecialDeals\": [\n                                        \"Save7%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 355.06,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"The Oval Tower Business Bay, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e3739cc6-8c6a-4544-8b1e-c3ad97760ce5.jpeg\"\n                    },\n                    \"DisplayName\": \"Lakeside Hostel Downtown\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.177565,\n                        \"Longitude\": 55.274403\n                    },\n                    \"ID\": 19674788,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"a0fd79ea-0952-4c01-bc23-8f49047cbe85\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"##IGNORE##\",\n                                    \"RoomType\": \"Bunk beds\",\n                                    \"SourceRoomName\": \"1 twin bunk bed executive shared dormitory, women only, bay view\",\n                                    \"SpecialDeals\": [\n                                        \"Save10%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 18.3,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"5\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Down, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/34240e16-54c0-419c-88e2-78d9b0420f7b.jpeg\"\n                    },\n                    \"DisplayName\": \"Overnight Camping Stays Parties Events\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.200586,\n                        \"Longitude\": 55.273321\n                    },\n                    \"ID\": 19674796,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"5a43a8ff-cc8d-4ac4-a876-61f527096a02\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"42 twin beds romantic tent\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 566.05,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"23Rd St, Dubai\",\n                    \"ChainCode\": \"OI\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/77f1fe44-6cfd-4772-8a75-c89848f5d121.jpeg\"\n                    },\n                    \"DisplayName\": \"Shada Hotels Jumeirah Gardens\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2227376,\n                        \"Longitude\": 55.2782945\n                    },\n                    \"ID\": 19674798,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"27f0c86d-0661-4885-896f-8376bed48063\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed standard room, city view\",\n                                    \"SpecialDeals\": [\n                                        \"Save15%\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 314.77,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Marasi Drive, Dubai\",\n                    \"ChainCode\": \"IC\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e0822643-b9ad-49cc-86aa-4a98e3f241c4.jpeg\"\n                    },\n                    \"DisplayName\": \"InterContinental Residences Dubai Business Bay an IHG Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.181527,\n                        \"Longitude\": 55.270677\n                    },\n                    \"ID\": 19691433,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": true,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"26541922-0552-49d8-9d6d-d38b0aa1d13c\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"1 twin bed studio\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 312.29,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Downtown Dubai Mall\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fd4e11e9-375b-4dfa-ad96-37a523fbc2b1.jpeg\"\n                    },\n                    \"DisplayName\": \"Campsite for Stays & Event Parties\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.19506,\n                        \"Longitude\": 55.277371\n                    },\n                    \"ID\": 19697037,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"8b102b4d-3164-4d8b-b3c7-24570fe541d5\",\n                                    \"RoomBasis\": \"Bed and Breakfast BB\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"20 twin beds and 1 twin futon romantic house\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 176.29,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Downtown Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c80c2cb5-fe32-492c-bfd2-d0ec6fe7e608.jpeg\"\n                    },\n                    \"DisplayName\": \"bnbmehomes Lux suite nr Dubai Mall 3703\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.194928,\n                        \"Longitude\": 55.269196\n                    },\n                    \"ID\": 19697067,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735084740000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"809141ba-9d34-4ab1-ab74-de18f002d134\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King/2 Queen\",\n                                    \"SourceRoomName\": \"1 king bed and 2 twin beds apartment, 2 bedrooms, kitchen\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 1584.89,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Business Bay, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ccfb7aac-2101-4a93-99fa-096613602f4f.jpeg\"\n                    },\n                    \"DisplayName\": \"Vogue Elegance Court Tower Studio\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.184459,\n                        \"Longitude\": 55.258763\n                    },\n                    \"ID\": 19697075,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"f7aae34f-8d1a-4b52-be54-3e1a09723cb4\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Exlusive\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed and 1 king sofa bed exclusive studio\",\n                                    \"SpecialDeals\": [\n                                        \"Private sale\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 272.66,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Al Hadiqa Rd, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7e2ae88b-bd5f-4d77-9516-34600ae55a1f.jpeg\"\n                    },\n                    \"DisplayName\": \"Maison Privee City Chic Retreat in Dubai s Prime Location\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.180427,\n                        \"Longitude\": 55.251911\n                    },\n                    \"ID\": 19697081,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735084740000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"b0e39f1f-eb41-4b01-98a7-66c6209a53ec\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"2 queen beds\",\n                                    \"SourceRoomName\": \"2 queen beds apartment\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 1275.68,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Meydan One Azizi Riviera 27, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0979b752-f910-407b-8697-d3545b270edf.jpeg\"\n                    },\n                    \"DisplayName\": \"Zapbed House AR 533\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.172411,\n                        \"Longitude\": 55.305047\n                    },\n                    \"ID\": 19732354,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"b844c8b2-33e0-4344-b0a2-425e7e9959d3\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"Quadruple\",\n                                    \"SourceRoomName\": \"1 queen bed and 1 double sofa bed basic studio, balcony, city view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 462.12,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Creek Harbour 2108, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0f95acb5-ff4d-49ad-96c9-212f281d7c87.jpeg\"\n                    },\n                    \"DisplayName\": \"Zapbed House ADP 2108\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.178229,\n                        \"Longitude\": 55.266643\n                    },\n                    \"ID\": 19732372,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"98d936da-eff6-4243-ac85-249a7d2f6c08\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Classic\",\n                                    \"RoomType\": \"Queen\",\n                                    \"SourceRoomName\": \"1 queen bed classic apartment\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 924.23,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Azizi Riviera 27 106, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3dbd6113-3f9e-416a-a551-cfb29a87c94b.jpeg\"\n                    },\n                    \"DisplayName\": \"Zapbed House Ar 106\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.172438,\n                        \"Longitude\": 55.305033\n                    },\n                    \"ID\": 19732390,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"a23c9179-66be-44b2-acdf-176a7fbba16f\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Economy\",\n                                    \"RoomType\": \"Quadruple\",\n                                    \"SourceRoomName\": \"1 queen bed and 1 double sofa bed comfort apartment\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 511.32,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Marasi Dr, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0c668e21-f075-4fd0-bf13-326cb94e8c98.jpeg\"\n                    },\n                    \"DisplayName\": \"Zada Tower Modern 1 BR Apart\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.184435,\n                        \"Longitude\": 55.261765\n                    },\n                    \"ID\": 19744986,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"9ff418e9-0b1d-42e5-b689-bfa790056309\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed apartment, balcony, city view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 231.06,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Marasi Dr, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/982b6348-ea8f-44d8-9fad-b610f184aaa2.jpeg\"\n                    },\n                    \"DisplayName\": \"Zada Tower Modern One Bedroom\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.184427,\n                        \"Longitude\": 55.26176\n                    },\n                    \"ID\": 19744987,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"743cb782-e85a-4750-8657-c1a9272266b3\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed apartment, balcony, canal view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 192.24,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b7877dfe-f899-441f-897e-ea9544257145.jpeg\"\n                    },\n                    \"DisplayName\": \"Oyo Home 1350 Premium 1 Bed Apt Burj Crown\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.194027,\n                        \"Longitude\": 55.269284\n                    },\n                    \"ID\": 19744989,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"be7d98c8-9c29-4257-8271-20ab26090381\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed apartment\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 2053.85,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Marasi Dr 2509, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/67f55688-e52c-4ecc-9445-8dcd96f6d45e.jpeg\"\n                    },\n                    \"DisplayName\": \"Stylish condo 1 BR near to Dubai Mall\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.187871,\n                        \"Longitude\": 55.283241\n                    },\n                    \"ID\": 19744995,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"41cfb9e9-c3fa-4ff8-9ec6-a69154d5ab59\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed and 1 twin sofa bed condo\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 308.08,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Sheikh Mohammed Bin Rashid Boulevardnul, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/acf14d31-9361-4879-bba0-45ce0a4a0bc0.jpeg\"\n                    },\n                    \"DisplayName\": \"OYO HOME 1349 Burj Crown Luxury 1bed Apartment\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.194012,\n                        \"Longitude\": 55.269291\n                    },\n                    \"ID\": 19745007,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"fdcd2183-0669-4ee5-9dc3-abdd35acb9c1\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed apartment\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 2053.85,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Business Bay 2601A, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/73b36564-a9cb-43ed-8496-35c95de39062.jpeg\"\n                    },\n                    \"DisplayName\": \"Centrally Located Cozy Burj Khalifa view\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.184169,\n                        \"Longitude\": 55.275501\n                    },\n                    \"ID\": 19745011,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"3d055511-710f-4e99-b6cf-e50f3c8de10f\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed apartment\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 308.08,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"395 Sheikh Zayed Rd 1718, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ee4dd676-f719-44d0-9f23-e5bcaf8bdb51.jpeg\"\n                    },\n                    \"DisplayName\": \"Luxurious 2 BR Oasis in Aykon Tower C\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.180408,\n                        \"Longitude\": 55.25202\n                    },\n                    \"ID\": 19745013,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"a313fdb8-289d-4ff6-9e45-d0eabe2836f5\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"2 king beds\",\n                                    \"SourceRoomName\": \"2 king beds apartment, multiple beds, kitchen\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 616.14,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"395 Sheikh Zayed Rd 2210, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/da70a921-2d95-4f90-bd42-27313f7c6ba1.jpeg\"\n                    },\n                    \"DisplayName\": \"Elegant 2BR Aykon Tower C Business Bay\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.180297,\n                        \"Longitude\": 55.252042\n                    },\n                    \"ID\": 19745014,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"20104d9b-9bc2-4db9-b534-fe2b1ee6a0d2\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard\",\n                                    \"RoomType\": \"2 king beds\",\n                                    \"SourceRoomName\": \"2 king beds apartment, 2 bedrooms, non smoking\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 361.02,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"395 Sheikh Zayed Rd 3505, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/241d2672-a7e0-4b27-a90c-0ea65bb57797.jpeg\"\n                    },\n                    \"DisplayName\": \"Elite 2 BR Aykon Getaway in Business bay\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.180296,\n                        \"Longitude\": 55.252057\n                    },\n                    \"ID\": 19745016,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"0e884657-bbc9-457b-8e20-890d1c78bcf1\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"2 king beds\",\n                                    \"SourceRoomName\": \"2 king beds apartment, 2 bedrooms\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 361.02,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Marasi Dr, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4b226ff2-3aac-4d21-ab53-5bc4c7eb2817.jpeg\"\n                    },\n                    \"DisplayName\": \"Trendy 2 Bed in Binghatti Canal\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.185689,\n                        \"Longitude\": 55.27423\n                    },\n                    \"ID\": 19745017,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"7a645362-fde2-4c8e-b930-a9c9f4bbde58\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"2 king beds\",\n                                    \"SourceRoomName\": \"2 king beds apartment\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 405.67,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Al Wasl, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f29484b3-5599-48fc-a08d-8f4510a7270c.jpeg\"\n                    },\n                    \"DisplayName\": \"The perfect 1 BR City Walk in Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.201489,\n                        \"Longitude\": 55.264404\n                    },\n                    \"ID\": 19745020,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"85d975a3-9f18-4cd7-b2db-797a26aa12f1\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed and 2 double sofa beds luxury apartment, pool view\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 421.16,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"395 Sheikh Zayed Rd 2016, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/164223d4-8a8a-48dc-af15-d66021dec744.jpeg\"\n                    },\n                    \"DisplayName\": \"Ultimately located Modern 2BR Apartment\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.180014,\n                        \"Longitude\": 55.252488\n                    },\n                    \"ID\": 19745023,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"1a2c158b-ced5-44f3-8c26-fe1bdf9731a8\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"2 king beds\",\n                                    \"SourceRoomName\": \"2 king beds apartment, 2 bedrooms, microwave\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 361.02,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"395 Sheikh Zayed Rd 2803, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9c895838-556d-4fc8-909d-9c84ebce31f2.jpeg\"\n                    },\n                    \"DisplayName\": \"Sky High 2BR Business Bay Retreat\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.180265,\n                        \"Longitude\": 55.252172\n                    },\n                    \"ID\": 19745024,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"03921e2d-5f34-4fc0-938a-b204ee343f2c\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"2 king beds\",\n                                    \"SourceRoomName\": \"2 king beds apartment, 2 bedrooms\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 361.02,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"395 Sheikh Zayed Rd 2701, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/498b3da6-15dd-4ed4-a21e-463724a2841d.jpeg\"\n                    },\n                    \"DisplayName\": \"Arabian Panorama 2BR Apartment\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.180022,\n                        \"Longitude\": 55.252255\n                    },\n                    \"ID\": 19745025,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"45bae7ed-dae2-4c1c-9ad4-76cbfae36988\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"2 king beds\",\n                                    \"SourceRoomName\": \"2 king beds apartment, private bathroom\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 361.02,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"395 Sheikh Zayed Rd 1518, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/90113d91-cef1-410f-8faa-0de69fc7ebd4.jpeg\"\n                    },\n                    \"DisplayName\": \"Stylish Apartment close to Sheikh Zayed\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.18034,\n                        \"Longitude\": 55.252109\n                    },\n                    \"ID\": 19745027,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"a56b2c50-d38b-4bf6-acde-55208f08abf2\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"2 king beds\",\n                                    \"SourceRoomName\": \"2 king beds apartment, 2 bedrooms, kitchen\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 616.14,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"395 Sheikh Zayed Rd 1518, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cc74f6aa-d7c7-4f0d-b183-2600dd866450.jpeg\"\n                    },\n                    \"DisplayName\": \"2BR Apartment BBay Burj Al Arab Panorama\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.18034,\n                        \"Longitude\": 55.252109\n                    },\n                    \"ID\": 19745028,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"39f5d1dc-2413-4652-a1d0-51600e993580\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"2 king beds\",\n                                    \"SourceRoomName\": \"2 king beds apartment, 2 bedrooms, kitchen\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 308.08,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"395 Sheikh Zayed Rd 1810, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/36c10a59-c46e-4fcf-907e-65fef8449a89.jpeg\"\n                    },\n                    \"DisplayName\": \"Dubai Delight 2 BR Retreat by Keyrock\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.180152,\n                        \"Longitude\": 55.252816\n                    },\n                    \"ID\": 19745029,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"35639e39-0915-445a-b3e2-9f7a349e8c4f\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"2 king beds\",\n                                    \"SourceRoomName\": \"2 king beds apartment, balcony, city view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 361.02,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Marasi Dr, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6820f259-c740-4d7f-b09d-92af1fb1ced4.jpeg\"\n                    },\n                    \"DisplayName\": \"Aesthetic 2BR Luxury Living in B. Bay\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.18597,\n                        \"Longitude\": 55.286219\n                    },\n                    \"ID\": 19745031,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"38d275d9-dbbf-4b97-a8d8-abd20c6ad6d6\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"2 king beds\",\n                                    \"SourceRoomName\": \"2 king beds apartment, balcony, city view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 405.67,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Sheikh Mohammed Bin Rashid Boulevardnull, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/18ca6af0-a421-4572-a6ae-76b4d344e6ed.jpeg\"\n                    },\n                    \"DisplayName\": \"OYO HOME 1348 Furnished 1 bed Apartment\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.194058,\n                        \"Longitude\": 55.269366\n                    },\n                    \"ID\": 19745033,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"67046403-9b25-430f-acdd-fdb890d9b7d4\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed apartment\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 376.54,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Damac Masion Privee 2701B, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2a383f52-64df-45c3-bb4f-d9db318b15c6.jpeg\"\n                    },\n                    \"DisplayName\": \"B. Bay centrally located Cozy Studio\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.184296,\n                        \"Longitude\": 55.27551\n                    },\n                    \"ID\": 19745035,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"a25b0ed9-7044-43ca-bd13-5408f504add7\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed studio, balcony, city view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 616.14,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"395 Sheikh Zayed Rd Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3ac454f0-919b-4287-9f06-38c62f4ad7b9.jpeg\"\n                    },\n                    \"DisplayName\": \"Luxurious 2 BR Condo in Business bay\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.191395,\n                        \"Longitude\": 55.265982\n                    },\n                    \"ID\": 19745039,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"6c5d817a-041d-40a1-a134-003382b8e133\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"2 king beds\",\n                                    \"SourceRoomName\": \"2 king beds apartment, balcony, city view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 361.02,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Azizi Riviera 18, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0d21c156-d021-42c9-82c8-9d2622295f0f.jpeg\"\n                    },\n                    \"DisplayName\": \"Yogi Azizi Riviera 18\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.173302,\n                        \"Longitude\": 55.301089\n                    },\n                    \"ID\": 19745049,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"d17bebc5-fcc8-47b5-815b-73dfdee8fe4a\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed design studio, balcony\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 226.55,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Mada Residences Burj Khalifa District, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/54ddd930-d452-41cb-b9cd-f61ae22394b0.jpeg\"\n                    },\n                    \"DisplayName\": \"Spacious & Luxurious 2.5BD in Downtown\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.186231,\n                        \"Longitude\": 55.27445\n                    },\n                    \"ID\": 19745062,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"765b7c70-978d-4e72-a657-b0179fd2de0a\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"King/2 Queen\",\n                                    \"SourceRoomName\": \"1 king bed, 2 queen beds, 2 twin bunk beds and 1 double sofa bed luxury apartment, 3 bedrooms, canal view, executive level\",\n                                    \"SpecialDeals\": [\n                                        \"Book now and save\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 620.17,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Sobha Creek Vistas, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e7222aad-934e-42dc-a86c-0742ed55169f.jpeg\"\n                    },\n                    \"DisplayName\": \"Zapbed House SV2706\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.179391,\n                        \"Longitude\": 55.305491\n                    },\n                    \"ID\": 19756111,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"7e297eda-a33b-4770-863e-58ec4b195eb7\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe\",\n                                    \"RoomType\": \"Double\",\n                                    \"SourceRoomName\": \"1 double bed and 1 double sofa bed deluxe apartment\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 1155.29,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Marasi Dr 701, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/db6d8549-8c7c-4b43-83bf-c1431534ee1a.jpeg\"\n                    },\n                    \"DisplayName\": \"Chic 1BR Retreat in Business Bay\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.184426,\n                        \"Longitude\": 55.261787\n                    },\n                    \"ID\": 19756124,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"5d9b4570-596a-4c7b-b089-81408a42164e\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed apartment, balcony, city view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 308.08,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"6 43 St Za'abeel 2, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1f527207-f5f5-4b6d-872b-ef616376fe8d.jpeg\"\n                    },\n                    \"DisplayName\": \"Bellavista Downtown View II City View\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.202263,\n                        \"Longitude\": 55.280287\n                    },\n                    \"ID\": 19756134,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"f964f5cf-08cd-4724-a4ef-caddbda131e2\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"2 king beds\",\n                                    \"SourceRoomName\": \"2 king beds apartment, balcony, city view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 3751.32,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Marasi Dr, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3819d5ca-9f76-4e15-a62f-cb929d144ef1.jpeg\"\n                    },\n                    \"DisplayName\": \"Bespoke Residences Reva Residence\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.187853,\n                        \"Longitude\": 55.283247\n                    },\n                    \"ID\": 19756151,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"739ae019-2d6e-4afc-81d9-5d22a431557a\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"Double\",\n                                    \"SourceRoomName\": \"1 double bed standard apartment, city view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 184.93,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"4\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"808 Marasi Dr, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/bc55ad0f-7b97-417e-b14f-849499e48db5.jpeg\"\n                    },\n                    \"DisplayName\": \"Dubai Skyline Retreat\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.184969,\n                        \"Longitude\": 55.275672\n                    },\n                    \"ID\": 19756176,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"fe8b6390-f4bb-4227-8e61-c5621d9fa2d7\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"1 queen bed and 1 twin sofa bed deluxe studio, balcony, canal view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 308.08,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Al Jaddaf, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/40320326-e652-47f8-9185-321497f315b2.jpeg\"\n                    },\n                    \"DisplayName\": \"Zapbed House BT 1909\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.212321,\n                        \"Longitude\": 55.316193\n                    },\n                    \"ID\": 19756182,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"4d20edca-50ac-4f68-8420-55f6e56b194f\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"1 queen bed and 1 twin sofa bed deluxe apartment, balcony, city view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 831.81,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Business Bay 1608, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/190107af-29d0-466c-bc63-bab8430cca0c.jpeg\"\n                    },\n                    \"DisplayName\": \"Zapbed House DP 1608\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.184384,\n                        \"Longitude\": 55.275267\n                    },\n                    \"ID\": 19756190,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"ab8f3936-3b86-4762-b30f-0b5c6d6dd819\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Economy with view\",\n                                    \"RoomType\": \"Twin beds\",\n                                    \"SourceRoomName\": \"1 large twin bed and 1 large twin sofa bed comfort apartment, balcony, city view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 1540.4,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Street 15, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2a7cb159-60af-4734-93e4-6048f5628ff5.jpeg\"\n                    },\n                    \"DisplayName\": \"Staycae National Bonds Residences\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.247252,\n                        \"Longitude\": 55.274532\n                    },\n                    \"ID\": 19756193,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"c800c56b-2555-4f83-95a8-0cdbb28b41da\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Classic\",\n                                    \"RoomType\": \"Quadruple\",\n                                    \"SourceRoomName\": \"1 queen bed and 1 double bed classic apartment, balcony\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 169.44,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"2\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Downtown Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/017409b1-0b62-43bf-8763-6bd86efcd59f.jpeg\"\n                    },\n                    \"DisplayName\": \"Venduras Elegant 3BR Burj Khalifa View\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.194434,\n                        \"Longitude\": 55.277352\n                    },\n                    \"ID\": 19766813,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"17ca576a-a7b8-42e8-ad3a-314b16d385da\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"Double\",\n                                    \"SourceRoomName\": \"3 double beds apartment, balcony, city view\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 581.77,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Mohammed Bin Rashid Al Maktoum City, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/21b02b96-f8f7-4be6-97de-df2222caa114.jpeg\"\n                    },\n                    \"DisplayName\": \"Venduras Elegant 2BR in Sobha Waves\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.165717,\n                        \"Longitude\": 55.275894\n                    },\n                    \"ID\": 19766819,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"49e53eaf-76fc-4f3f-9c92-6ed9de6cc952\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"Double/Twin\",\n                                    \"SourceRoomName\": \"1 double bed and 1 twin bed apartment, balcony, city view\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 293.04,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Downtown Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6a0f1627-6b6f-4b0e-8a0d-e496eeff5756.jpeg\"\n                    },\n                    \"DisplayName\": \"Venduras Luxe 4BR Fountain & Burj View\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.195649,\n                        \"Longitude\": 55.269104\n                    },\n                    \"ID\": 19766823,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"aa1e936e-c3d4-4abb-8413-1ff27004d138\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"Double/Twin\",\n                                    \"SourceRoomName\": \"3 double beds and 1 twin bed apartment, balcony, city view\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 681.25,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"3\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Jaddaf, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f824a861-1a29-480b-9be1-1d3947d74787.jpeg\"\n                    },\n                    \"DisplayName\": \"Venduras Elegant Studio In Al Jaddaf\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.209463,\n                        \"Longitude\": 55.315432\n                    },\n                    \"ID\": 19766830,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"63d087f0-3167-4337-9e1d-d2264368cf9f\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"Queen\",\n                                    \"SourceRoomName\": \"1 queen bed apartment, balcony\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 151.03,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Jaddaf, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4447f320-bbbe-4fd5-a78c-c243ecbbe698.jpeg\"\n                    },\n                    \"DisplayName\": \"Venduras Chic Studio In Al Jaddaf\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.20823,\n                        \"Longitude\": 55.315958\n                    },\n                    \"ID\": 19766831,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"fa070007-a68f-457a-bf1d-4ecc7b4ad6ef\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Classic with view\",\n                                    \"RoomType\": \"Queen\",\n                                    \"SourceRoomName\": \"1 queen bed classic apartment, balcony, city view\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 142.75,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Jaddaf, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/dc19aa26-be3c-442f-a480-6c086c7300aa.jpeg\"\n                    },\n                    \"DisplayName\": \"Venduras Elegant 1 BR Apartment Jaddaf\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.208259,\n                        \"Longitude\": 55.315947\n                    },\n                    \"ID\": 19766833,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"78f8049c-afa2-45db-859e-420858411718\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed apartment, balcony, city view\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 235.73,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Marasi Dr, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1c90a54e-12f1-468c-b240-cbe49de6652b.jpeg\"\n                    },\n                    \"DisplayName\": \"Cozy Luxury 1BR I Missoni Urban Oasis\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.18462,\n                        \"Longitude\": 55.259396\n                    },\n                    \"ID\": 19782552,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"3803e5d3-d732-4115-a389-e964f217c9bf\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed deluxe apartment, balcony, city view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 550.14,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Al Jaddaf, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5990a13b-64b0-4d85-b0f2-2fb7c4429c29.jpeg\"\n                    },\n                    \"DisplayName\": \"Venduras Charming 1BR Haven in Jaddaf\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.212986,\n                        \"Longitude\": 55.31948\n                    },\n                    \"ID\": 19782556,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"f2907883-4cfe-4326-87fa-dafb9b1fcf21\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"2 double beds\",\n                                    \"SourceRoomName\": \"2 double beds and 1 twin bed apartment, balcony, city view\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 254.49,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Al Asayel St, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/bd173e55-0b4b-4560-b5d8-cef2e6dd624c.jpeg\"\n                    },\n                    \"DisplayName\": \"Venduras Chic Studio Sterling Omniyat\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.18822,\n                        \"Longitude\": 55.281542\n                    },\n                    \"ID\": 19782561,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"33a9f740-02e2-46a9-954a-53814b63962f\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Deluxe with view\",\n                                    \"RoomType\": \"Double\",\n                                    \"SourceRoomName\": \"1 double bed deluxe studio, balcony, city view\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 244.75,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Downtown Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/38e14e6a-ea7e-4a24-9ee6-e0f753dd3624.jpeg\"\n                    },\n                    \"DisplayName\": \"Venduras Luxurious 4BR Burj Downtown\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.195782,\n                        \"Longitude\": 55.269112\n                    },\n                    \"ID\": 19782562,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"80829c39-98e0-41a8-9e33-3d0fb6fe6395\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"Double/Twin\",\n                                    \"SourceRoomName\": \"3 double beds and 1 twin bed apartment, balcony, city view\",\n                                    \"SpecialDeals\": [\n                                        \"Member’s exclusive price\"\n                                    ]\n                                }\n                            ],\n                            \"SimplePrice\": 702.87,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"Al Asayel Street, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/86845516-b009-43db-9303-f1cc78b40db5.jpeg\"\n                    },\n                    \"DisplayName\": \"Mama Shelter Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.18028,\n                        \"Longitude\": 55.27189\n                    },\n                    \"ID\": 20097278,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 2,\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"7952354a-8ca6-4a09-a1b3-2010c31ccc5e\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Basic\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed double room (medium)\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 230.57,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [\n                        {\n                            \"HotelType\": \"\",\n                            \"Language\": \"ar\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"3a39fd30-3927-4c86-9917-40407f3b7272\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"Score\": 0,\n                            \"ScoreDescription\": \"\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"\"\n                        },\n                        {\n                            \"HotelType\": \"\",\n                            \"Language\": \"en\",\n                            \"Location\": \"\",\n                            \"ReviewId\": \"3a39fd30-3927-4c86-9917-40407f3b7272\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"Score\": 0,\n                            \"ScoreDescription\": \"\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"\"\n                        }\n                    ],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"The Opus By Omniyat, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c1eb623a-09a3-414e-9f51-012666a1bd9b.jpeg\"\n                    },\n                    \"DisplayName\": \"ME Dubai Residences\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.188881,\n                        \"Longitude\": 55.266959\n                    },\n                    \"ID\": 20105210,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1735689540000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"23261635-9706-4655-8236-a3f658ead009\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Standard with view\",\n                                    \"RoomType\": \"King\",\n                                    \"SourceRoomName\": \"1 king bed 1 bedroom me residence city view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 473.19,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                },\n                {\n                    \"Address\": \"15 Northside Tower 1, Dubai\",\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/256cdcc9-2d21-4ae2-a16e-003870ceaa8a.jpeg\"\n                    },\n                    \"DisplayName\": \"Waves Premium Studio Stay in the He\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.186613,\n                        \"Longitude\": 55.286478\n                    },\n                    \"ID\": 20105214,\n                    \"Packages\": [\n                        {\n                            \"OptimizedDistribution\": false,\n                            \"Refundability\": 1,\n                            \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                            \"Rooms\": [\n                                {\n                                    \"AdultsCount\": 2,\n                                    \"Availability\": \"Available\",\n                                    \"Id\": \"163d41ed-17eb-4f9b-9167-66f1f871f868\",\n                                    \"RoomBasis\": \"Room only RO\",\n                                    \"RoomClass\": \"Economy with view\",\n                                    \"RoomType\": \"Queen\",\n                                    \"SourceRoomName\": \"1 queen bed comfort studio, balcony, city view\",\n                                    \"SpecialDeals\": []\n                                }\n                            ],\n                            \"SimplePrice\": 1540.4,\n                            \"SupplierName\": \"EPS\"\n                        }\n                    ],\n                    \"Reviews\": [],\n                    \"StarRating\": \"-1\",\n                    \"TripAdvisor\": {}\n                }\n            ],\n            \"SearchId\": \"M1Y6DH\"\n        }\n    }\n}"}],"_postman_id":"41e1fa7a-d4a3-41b1-a55b-f7859f2aacc4"}],"id":"5498c358-6713-43b4-8cc6-70698ae1e4bf","description":"<p>Clients that are implementing cache or connecting to Meta-searches there is an option to avoid from storing the session and all relevant dumps.</p>\n<ul>\n<li><strong>Stateless</strong> – Allows to perform <strong>searches without storing the session</strong> and all related dumps .</li>\n</ul>\n<p><strong>NOTE:</strong></p>\n<p><strong>In Stateless mode, there's no SessionID or possibility to cotinue to GetPackages.</strong></p>\n<p><strong>Hence, please use Detail Level = 1 : which returns room infromation.</strong></p>\n<p>Usually Searches for caching or Meta-Searches purposes it’s recommended to use with Stateless mode .</p>\n<ul>\n<li><em><strong>Stateful</strong></em> – will save and store the session and all related dumps for 3 days, after that it will be deleted<br />  (Sessions and dumps can be save for longer period – check the Offering pricing plan).</li>\n</ul>\n","_postman_id":"5498c358-6713-43b4-8cc6-70698ae1e4bf"}],"id":"49ea7ddf-c59f-43fa-82b4-fcf302fda57e","description":"<p>The <strong>Search Hotels</strong> request allows you to search for Hotels based on :</p>\n<ul>\n<li><p>Geo codes (latitude and longitude) with a radius of up to 75 km</p>\n</li>\n<li><p>Hotels IDs (up to 3,000 hotel IDs in a single request)</p>\n</li>\n</ul>\n<p>HSP aggregates the results returned from the suppliers, and return them to you.<br />The purpose of this call is to return with the cheapest room/hotel rate available per each hotel in the search response, i.e. only the cheapest room rate per hotel, depending on the selected <a href=\"https://documentation.hsp.gimmonix.com/docs/hotel-level-content\">detail level</a>.</p>\n<p><strong>Request Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>Username and Password  <br />In case you want to login and search at the same request, without separated login request</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>DesiredResultCurrency</td>\n<td>Currency ISO (Example: “USD”, “EUR”).  <br />Default - Currency as in User settings.</td>\n<td></td>\n</tr>\n<tr>\n<td>Residency</td>\n<td>The lead pax residency, ISO Country Code (Example: US, CZ, IL).  <br />Required by some of the suppliers, as they have special/restricted rates according to the residency value passed</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>TimeoutSeconds</td>\n<td>Sometimes, your suppliers may take a long time to respond with a list of available hotels, in that case, we've set a default timeout of 40 seconds, i.e. if the supplier hadn't returned the response by that time, we'll continue without that supplier's offers.  <br />You may customize the default timeout to your liking, in our backoffice website</td>\n<td></td>\n</tr>\n<tr>\n<td>CheckIn</td>\n<td>Check-in date  <br />miliseconds epoch time for JSON, and XSD Date for XML  <br />JSON Example: 1559520000000  <br />XML example: 2023-06-27T12:00:00Z</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CheckOut</td>\n<td>Check-out date  <br />Same format as \"CheckIn\"</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ContractIds</td>\n<td>Use this field if you wish to search using a specific contract id with hotel supplier</td>\n<td></td>\n</tr>\n<tr>\n<td>SupplierIds</td>\n<td>Search using a specific supplier</td>\n<td></td>\n</tr>\n<tr>\n<td>DetailLevel</td>\n<td>Used to set the amount of details you will receive, read more in the \"<strong>Detail Level</strong>\" in Documentation</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ExcludeHotelDetails</td>\n<td><strong>False</strong> - include all hotel details in the response such as: Address, ChainCode, DisplayName, GeoLocation, StarRating, TrustYou  <br /><strong>True</strong> - exclude all hotel details in the response except the hotel id and default image</td>\n<td></td>\n</tr>\n<tr>\n<td>GeoLocationInfo</td>\n<td>If using a geo-search, two fields will be required: <strong>Latitude</strong> and <strong>Longitude</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>includeCityTax</td>\n<td>** Not In Use **</td>\n<td></td>\n</tr>\n<tr>\n<td>RadiusInMeters</td>\n<td>If using a geo-search, search for hotels inside of this radius</td>\n<td>Yes - when searching by GeoCodes</td>\n</tr>\n<tr>\n<td>ResponseLanguage</td>\n<td>Defines the Room Names and Descriptions langugae.  <br />Supported langugaes :  <br />- Hebrew : \"he\"  <br />- Arabic : \"ar-sa\"  <br />- Spanish : \"es\"  <br />- Russian : \"ru\"  <br />- German : \"de\"  <br />- Chinesse : \"zh\"  <br />- French : \"fr\"  <br />- Portuguese : \"pt\"  <br />- Turkish : \"tr\"  <br />- Polish : \"pl\"  <br />- Korean : \"ko\"  <br />- Japanesse : \"je\"  <br />- Hindi : \"hi\"</td>\n<td></td>\n</tr>\n<tr>\n<td>Value</td>\n<td>Only mandatory if geo-searching!  <br />Valid values are between 1 and 75,000</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>HotelIds</td>\n<td>If using a id-based search, up to 3000 hotel IDs per request</td>\n<td></td>\n</tr>\n<tr>\n<td>AdultsCount</td>\n<td>Number of guests to stay in a room, up to 8 in a room.  <br />Up to 4 Rooms.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>KidsAges</td>\n<td>Up to 2 in a room, values are between 0-17</td>\n<td>our API allows up to 8 adults and no limit on the number of children or adults/children combination.  <br />Note : while we don't have a limit, the suppliers are unlikely to return results to the high amount of children/adults combination in 1 room.</td>\n</tr>\n<tr>\n<td>RequestType</td>\n<td>JSON: 1  <br />XML: Search</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>TypeOfService</td>\n<td>JSON: 2  <br />XML: Hotels</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Result</td>\n<td>Property Name</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Hotel Address</td>\n</tr>\n<tr>\n<td>Area</td>\n<td>Country</td>\n</tr>\n<tr>\n<td>DefaultImage</td>\n<td>FullSize, Thumb.</td>\n</tr>\n<tr>\n<td>DisplayName</td>\n<td>Hotel name</td>\n</tr>\n<tr>\n<td>District</td>\n<td>(deprecated)</td>\n</tr>\n<tr>\n<td>GeoLocation</td>\n<td>Latitude, Longitude. CAN BE NULL if hotel latitude and longitude are unknown.</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Hotel ID from our Static Data Content</td>\n</tr>\n<tr>\n<td>Packages</td>\n<td>RoomsPackage :  <br />1. ContractId - Contract with supplier  <br />2. HotelId - From our Static Data Content  <br />3. PackageId - Unique ID stores Package details. When no package id is returned (Supplier didn't provide any room information on his search response), you need to call HotelsSupplierDetails Request to obtain the package ids and full room information.  <br />4. PackagePrice: 4.A. Currency - searched currency  <br />4.B. FinalPrice - Represents the Booking/Selling Price in the searched currency including any pricing rules that were applied.  <br />4.C FinalTax - Tax in the searched currency. * Will be returned if the supplier returned Tax info in his response, or if FakeTax feature is enabled.  <br />4.D. FinalPriceInSupplierCurrency  <br />4.E. OriginalPrice - the original price that has been delivered from the parent node  <br />4.F. OriginalPriceInSupplierCurrency  <br />4.H. SupplierCurrency - Supplier's price currency.  <br />5. Rooms: Room [ ]  <br />5.A. AdultsCount - Number of adults in the room.  <br />5.B. Availability - Available / On Request. End of [ ].  <br />5.C. Id - Unique ID stores Room details.  <br />5.D. KidsAges [ ] - Notice top comments. End of [ ].  <br />5.E. Price: (Room Price)  <br />5.E.1. Currency - (As explained in 4.A.)  <br />5.E.2. FinalPrice - (As explained in 4.B.) 5.E.3. FinalPriceInSupplierCurrency - (As explained in 4.C.)  <br />5.E.4. OriginalPrice - (As explained in 4.D.)  <br />5.E.5. OriginalPriceInSupplierCurrency - (As explained in 4.E.)  <br />5.E.6. SupplierCurrency - (As explained in 4.F.)  <br />5.F. RoomBasis - Rooms Values  <br />5.G. RoomBasisOriginal - Supplier value  <br />5.H. RoomClass - Rooms Values  <br />5.I. RoomClassOriginal - Supplier value  <br />5.J. RoomType - Rooms Values  <br />5.K. RoomTypeOriginal - Supplier value  <br />6. SimplePrice - Might be returned in some DetailLevel - similar to FinalPrice in its meaning.  <br />7. Refundability - Indicates whether the rate is refundable or not. True = Refundable. False = Non-Refundable. This indication should not replace the call to get cancellation policy, since not all suppliers might return this indicator. While using JSON, instead you'll receive either '1' or '2'. 1 - Refundable 2 - Nonrefundable Sometimes, nothing will return, as the suppliers have not returned this information.  <br />8. RefundableUntil - Date until the package is Refundable. This indication should not replace the call to get cancellation policy.  <br />9. Remarks (List): Contains essential textual information that returned from the supplier, such as city taxes, check-in hours, etc.  <br />10. SupplierId 11.  <br />SupplierName</td>\n</tr>\n<tr>\n<td>StarRating</td>\n<td>1-5</td>\n</tr>\n<tr>\n<td>Reviews</td>\n<td>Reviews Element.  <br />See Doducmentation per <a href=\"https://documentation.hsp.gimmonix.com/docs/hotel-ranking-review-integration\">Hotel Ranking and Reviews</a></td>\n</tr>\n<tr>\n<td>SearchId</td>\n<td>Unique ID stores search details.</td>\n</tr>\n</tbody>\n</table>\n</div><p>The DetailLevel field is used to set the amount of details you will receive from <strong>Search</strong> request.<br />The different detail levels are :</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>JSON Value</th>\n<th>XML Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Low</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Minimal</td>\n</tr>\n<tr>\n<td>3</td>\n<td>NoPackages</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Meta</td>\n</tr>\n<tr>\n<td>5</td>\n<td>LowNoTax</td>\n</tr>\n<tr>\n<td>6</td>\n<td>MetaAdvanced</td>\n</tr>\n<tr>\n<td>7</td>\n<td>MetaNoTax</td>\n</tr>\n<tr>\n<td>8</td>\n<td>NoPackagesNoTax</td>\n</tr>\n<tr>\n<td>9</td>\n<td>MetaExtended</td>\n</tr>\n</tbody>\n</table>\n</div><p>Using the first three DetailLevels, Default, Low, or Minimal, gets all data in the search results, and by using these options, there is no need to call GetPackages. Doing this is unrecommended as it is very resource consuming and bandwidth-heavy, as all the packages show up in the search results.</p>\n<p>Feel free to try the different detail levels and see what works best for your specific situation and users, however, if you just want to get started, we recommend using \"<strong>MetaExtended</strong>\", as it is lightweight and returns all of the commonly needed fields.</p>\n","_postman_id":"49ea7ddf-c59f-43fa-82b4-fcf302fda57e"},{"name":"Get Packages","item":[{"name":"GetPackages","id":"25e195d2-2445-4ff5-9d71-de0a70a49fce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Request\": {\r\n            \"__type\": \"GetPackagesRequest:GetPackages\",\r\n            \"ClientIP\": null,\r\n            \"HotelID\": 4150329,\r\n            \"ReturnTaxesAndFees\": true,\r\n            \"TimeoutSeconds\": 10,\r\n            \"ReturnProfit\": true\r\n        },\r\n        \"RequestType\": 22,\r\n        \"SessionID\": \"/181/141747/D20241229T120848/2b0a0d92c35f44df894afec7bc84d1b8\",\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"276036a4-683c-47ac-a373-484cb8d2fd96","name":"GetPackages - Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Request\": {\r\n            \"__type\": \"GetPackagesRequest:GetPackages\",\r\n            \"ClientIP\": null,\r\n            \"HotelID\": 4150329,\r\n            \"ReturnTaxesAndFees\": true,\r\n            \"TimeoutSeconds\": 10,\r\n            \"ReturnProfit\": true\r\n        },\r\n        \"RequestType\": 22,\r\n        \"SessionID\": \"/181/141747/D20241229T120848/2b0a0d92c35f44df894afec7bc84d1b8\",\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001O"},{"key":"Date","value":"Sun, 29 Dec 2024 12:10:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"HotelsGetPackagesResponse\": {\n            \"Result\": [\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"7e9667c7-c4f5-4fed-870a-9acc752091d3\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 152.17,\n                        \"FinalPriceInSupplierCurrency\": 145.93,\n                        \"OriginalPrice\": 152.17,\n                        \"OriginalPriceInSupplierCurrency\": 145.93,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"SINGLE\",\n                            \"Id\": \"be12f02f-2f9e-4fb0-820f-ca050abae90e\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 152.17,\n                                \"FinalPriceInSupplierCurrency\": 145.93,\n                                \"OriginalPrice\": 152.17,\n                                \"OriginalPriceInSupplierCurrency\": 145.93,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Single Room\",\n                            \"RoomType\": \"Single\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-93\"\n                        }\n                    ],\n                    \"SimplePrice\": 152.17,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 13.832197927425966\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"8adb51ef-4ea4-448f-80f6-db7ad02eb052\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 152.17,\n                        \"FinalPriceInSupplierCurrency\": 145.93,\n                        \"OriginalPrice\": 152.17,\n                        \"OriginalPriceInSupplierCurrency\": 145.93,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"SINGLE\",\n                            \"Id\": \"08ad7c22-3d0d-4205-881d-7761922ec823\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 152.17,\n                                \"FinalPriceInSupplierCurrency\": 145.93,\n                                \"OriginalPrice\": 152.17,\n                                \"OriginalPriceInSupplierCurrency\": 145.93,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Single Room\",\n                            \"RoomType\": \"Single\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-93\"\n                        }\n                    ],\n                    \"SimplePrice\": 152.17,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 13.832197927425966\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"647d335e-453b-48e3-949c-95a90967ddee\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 152.17,\n                        \"FinalPriceInSupplierCurrency\": 145.93,\n                        \"OriginalPrice\": 152.17,\n                        \"OriginalPriceInSupplierCurrency\": 145.93,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"SINGLE\",\n                            \"Id\": \"e2a97ed6-7436-4ab4-95f8-438537d97b10\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 152.17,\n                                \"FinalPriceInSupplierCurrency\": 145.93,\n                                \"OriginalPrice\": 152.17,\n                                \"OriginalPriceInSupplierCurrency\": 145.93,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Single Room\",\n                            \"RoomType\": \"Single\",\n                            \"TargetRoomKey\": \"4150329-93\"\n                        }\n                    ],\n                    \"SimplePrice\": 152.17,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 13.832197927425966\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"51d551ba-68ae-4127-8070-8d6855722d31\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 152.17,\n                        \"FinalPriceInSupplierCurrency\": 145.93,\n                        \"OriginalPrice\": 152.17,\n                        \"OriginalPriceInSupplierCurrency\": 145.93,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"SINGLE\",\n                            \"Id\": \"72d56302-343c-4291-aa77-8000062b1c14\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 152.17,\n                                \"FinalPriceInSupplierCurrency\": 145.93,\n                                \"OriginalPrice\": 152.17,\n                                \"OriginalPriceInSupplierCurrency\": 145.93,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Single Room\",\n                            \"RoomType\": \"Single\",\n                            \"TargetRoomKey\": \"4150329-93\"\n                        }\n                    ],\n                    \"SimplePrice\": 152.17,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 13.832197927425966\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"bcb924c6-818e-42c7-a009-3ac8b982f96f\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 165.4,\n                        \"FinalPriceInSupplierCurrency\": 158.61,\n                        \"OriginalPrice\": 165.4,\n                        \"OriginalPriceInSupplierCurrency\": 158.61,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"2e21a7e9-d152-4a80-9ea2-8f84051179e5\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 165.4,\n                                \"FinalPriceInSupplierCurrency\": 158.61,\n                                \"OriginalPrice\": 165.4,\n                                \"OriginalPriceInSupplierCurrency\": 158.61,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 165.4,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 15.038719524018035\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"7cda5801-f2a4-4844-a960-4a7e3d97afa6\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 165.4,\n                        \"FinalPriceInSupplierCurrency\": 158.61,\n                        \"OriginalPrice\": 165.4,\n                        \"OriginalPriceInSupplierCurrency\": 158.61,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"9a4e21d9-d891-49ea-b74a-23a301fd4bbb\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 165.4,\n                                \"FinalPriceInSupplierCurrency\": 158.61,\n                                \"OriginalPrice\": 165.4,\n                                \"OriginalPriceInSupplierCurrency\": 158.61,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 165.4,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 15.038719524018035\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"af07c52c-0384-429b-a83b-e0dcba581683\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 165.4,\n                        \"FinalPriceInSupplierCurrency\": 158.61,\n                        \"OriginalPrice\": 165.4,\n                        \"OriginalPriceInSupplierCurrency\": 158.61,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"b46126ea-f368-4b15-a01d-19806ccc772f\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 165.4,\n                                \"FinalPriceInSupplierCurrency\": 158.61,\n                                \"OriginalPrice\": 165.4,\n                                \"OriginalPriceInSupplierCurrency\": 158.61,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 165.4,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 15.038719524018035\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"8e04b017-6d22-4f74-b302-6a1a70c1d806\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 165.4,\n                        \"FinalPriceInSupplierCurrency\": 158.61,\n                        \"OriginalPrice\": 165.4,\n                        \"OriginalPriceInSupplierCurrency\": 158.61,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"91ce45e8-e681-4cb8-b18b-67f8d0096de2\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 165.4,\n                                \"FinalPriceInSupplierCurrency\": 158.61,\n                                \"OriginalPrice\": 165.4,\n                                \"OriginalPriceInSupplierCurrency\": 158.61,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 165.4,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 15.038719524018035\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"7ba901a4-bf67-49c7-8d9f-9197362def38\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 169.37,\n                        \"FinalPriceInSupplierCurrency\": 162.41,\n                        \"OriginalPrice\": 169.37,\n                        \"OriginalPriceInSupplierCurrency\": 162.41,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"82e4aafb-b0f8-44ad-ae46-99fdb52c60b0\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 169.37,\n                                \"FinalPriceInSupplierCurrency\": 162.41,\n                                \"OriginalPrice\": 169.37,\n                                \"OriginalPriceInSupplierCurrency\": 162.41,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-96\"\n                        }\n                    ],\n                    \"SimplePrice\": 169.37,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 15.400641732127326\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"20ebd2d4-5a62-484c-8d6f-c6bb09976203\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 169.37,\n                        \"FinalPriceInSupplierCurrency\": 162.41,\n                        \"OriginalPrice\": 169.37,\n                        \"OriginalPriceInSupplierCurrency\": 162.41,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"712f41b4-4036-459e-bd0c-60c2f4fa2529\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 169.37,\n                                \"FinalPriceInSupplierCurrency\": 162.41,\n                                \"OriginalPrice\": 169.37,\n                                \"OriginalPriceInSupplierCurrency\": 162.41,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-96\"\n                        }\n                    ],\n                    \"SimplePrice\": 169.37,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 15.400641732127326\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"3f575c66-bd06-4642-b099-ebb0d85fbc1b\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 169.37,\n                        \"FinalPriceInSupplierCurrency\": 162.41,\n                        \"OriginalPrice\": 169.37,\n                        \"OriginalPriceInSupplierCurrency\": 162.41,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"730048b2-bcfa-4f84-960e-035f7624520a\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 169.37,\n                                \"FinalPriceInSupplierCurrency\": 162.41,\n                                \"OriginalPrice\": 169.37,\n                                \"OriginalPriceInSupplierCurrency\": 162.41,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"4150329-96\"\n                        }\n                    ],\n                    \"SimplePrice\": 169.37,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 15.400641732127326\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"7e8d3fd9-1ede-4135-9711-765250154dfb\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 169.37,\n                        \"FinalPriceInSupplierCurrency\": 162.41,\n                        \"OriginalPrice\": 169.37,\n                        \"OriginalPriceInSupplierCurrency\": 162.41,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"5ab8591e-2286-4de2-9cd1-9256cdb79be1\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 169.37,\n                                \"FinalPriceInSupplierCurrency\": 162.41,\n                                \"OriginalPrice\": 169.37,\n                                \"OriginalPriceInSupplierCurrency\": 162.41,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"4150329-96\"\n                        }\n                    ],\n                    \"SimplePrice\": 169.37,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 15.400641732127326\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"d102a4b8-3c6c-4e27-a8c1-ec1b02bb6c12\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 182.6,\n                        \"FinalPriceInSupplierCurrency\": 175.11,\n                        \"OriginalPrice\": 182.6,\n                        \"OriginalPriceInSupplierCurrency\": 175.11,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE\",\n                            \"Id\": \"a2926490-5965-40c8-97c7-ac1565fb81fa\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 182.6,\n                                \"FinalPriceInSupplierCurrency\": 175.11,\n                                \"OriginalPrice\": 182.6,\n                                \"OriginalPriceInSupplierCurrency\": 175.11,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double Room Single Use\",\n                            \"RoomType\": \"Double\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-94\"\n                        }\n                    ],\n                    \"SimplePrice\": 182.6,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 16.596725148879187\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"dd8c0316-9d93-4a77-8a92-1996e94f31ff\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 182.6,\n                        \"FinalPriceInSupplierCurrency\": 175.11,\n                        \"OriginalPrice\": 182.6,\n                        \"OriginalPriceInSupplierCurrency\": 175.11,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE\",\n                            \"Id\": \"b26fe68e-dfb2-4c26-ae62-7438ed3967e3\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 182.6,\n                                \"FinalPriceInSupplierCurrency\": 175.11,\n                                \"OriginalPrice\": 182.6,\n                                \"OriginalPriceInSupplierCurrency\": 175.11,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double Room Single Use\",\n                            \"RoomType\": \"Double\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-94\"\n                        }\n                    ],\n                    \"SimplePrice\": 182.6,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 16.596725148879187\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"7b7a0abb-cc2c-42ae-b8e5-2b27e8deb56f\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 182.6,\n                        \"FinalPriceInSupplierCurrency\": 175.11,\n                        \"OriginalPrice\": 182.6,\n                        \"OriginalPriceInSupplierCurrency\": 175.11,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE\",\n                            \"Id\": \"53660c02-07f3-4225-a7d0-731e5781aacd\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 182.6,\n                                \"FinalPriceInSupplierCurrency\": 175.11,\n                                \"OriginalPrice\": 182.6,\n                                \"OriginalPriceInSupplierCurrency\": 175.11,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double Room Single Use\",\n                            \"RoomType\": \"Double\",\n                            \"TargetRoomKey\": \"4150329-94\"\n                        }\n                    ],\n                    \"SimplePrice\": 182.6,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 16.596725148879187\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"19bb7a3f-373f-4b94-80ad-f25f01ddfa6f\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 182.6,\n                        \"FinalPriceInSupplierCurrency\": 175.11,\n                        \"OriginalPrice\": 182.6,\n                        \"OriginalPriceInSupplierCurrency\": 175.11,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE\",\n                            \"Id\": \"b1acf053-1a30-438a-8393-471c07565f63\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 182.6,\n                                \"FinalPriceInSupplierCurrency\": 175.11,\n                                \"OriginalPrice\": 182.6,\n                                \"OriginalPriceInSupplierCurrency\": 175.11,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double Room Single Use\",\n                            \"RoomType\": \"Double\",\n                            \"TargetRoomKey\": \"4150329-94\"\n                        }\n                    ],\n                    \"SimplePrice\": 182.6,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 16.596725148879187\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"445dd0fd-59a7-4a9f-80ee-bda4ad4135bd\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 284.49,\n                        \"FinalPriceInSupplierCurrency\": 272.81,\n                        \"OriginalPrice\": 284.49,\n                        \"OriginalPriceInSupplierCurrency\": 272.81,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"SINGLE\",\n                            \"Id\": \"a35fd65a-3116-419f-b1a9-564d3c848705\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 284.49,\n                                \"FinalPriceInSupplierCurrency\": 272.81,\n                                \"OriginalPrice\": 284.49,\n                                \"OriginalPriceInSupplierCurrency\": 272.81,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Single Room\",\n                            \"RoomType\": \"Single\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-93\"\n                        }\n                    ],\n                    \"SimplePrice\": 284.49,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 25.865270729724159\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"aa065e55-bef3-42ba-85a1-45483f03256e\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 284.49,\n                        \"FinalPriceInSupplierCurrency\": 272.81,\n                        \"OriginalPrice\": 284.49,\n                        \"OriginalPriceInSupplierCurrency\": 272.81,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"SINGLE\",\n                            \"Id\": \"fa8d8a08-289b-432a-8a62-a2447e32ca06\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 284.49,\n                                \"FinalPriceInSupplierCurrency\": 272.81,\n                                \"OriginalPrice\": 284.49,\n                                \"OriginalPriceInSupplierCurrency\": 272.81,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Single Room\",\n                            \"RoomType\": \"Single\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-93\"\n                        }\n                    ],\n                    \"SimplePrice\": 284.49,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 25.865270729724159\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"c1b7ab29-fd18-4d79-8dcd-91573102bce9\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 284.49,\n                        \"FinalPriceInSupplierCurrency\": 272.81,\n                        \"OriginalPrice\": 284.49,\n                        \"OriginalPriceInSupplierCurrency\": 272.81,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"SINGLE\",\n                            \"Id\": \"77bd3d0e-ec07-453f-9885-24d5f4962deb\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 284.49,\n                                \"FinalPriceInSupplierCurrency\": 272.81,\n                                \"OriginalPrice\": 284.49,\n                                \"OriginalPriceInSupplierCurrency\": 272.81,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Single Room\",\n                            \"RoomType\": \"Single\",\n                            \"TargetRoomKey\": \"4150329-93\"\n                        }\n                    ],\n                    \"SimplePrice\": 284.49,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 25.865270729724159\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"1435dbce-5ac7-406f-8a5a-550ea1ef1cf6\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 284.49,\n                        \"FinalPriceInSupplierCurrency\": 272.81,\n                        \"OriginalPrice\": 284.49,\n                        \"OriginalPriceInSupplierCurrency\": 272.81,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"SINGLE\",\n                            \"Id\": \"59373afe-5b0b-4daa-981d-83b1d61a64aa\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 284.49,\n                                \"FinalPriceInSupplierCurrency\": 272.81,\n                                \"OriginalPrice\": 284.49,\n                                \"OriginalPriceInSupplierCurrency\": 272.81,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Single Room\",\n                            \"RoomType\": \"Single\",\n                            \"TargetRoomKey\": \"4150329-93\"\n                        }\n                    ],\n                    \"SimplePrice\": 284.49,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 25.865270729724159\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"d520f7b3-6638-4711-8d00-c8cfe863105e\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 297.72,\n                        \"FinalPriceInSupplierCurrency\": 285.5,\n                        \"OriginalPrice\": 297.72,\n                        \"OriginalPriceInSupplierCurrency\": 285.5,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"fcb4ecf9-63d2-4e3b-8b95-49dc0804ab24\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 297.72,\n                                \"FinalPriceInSupplierCurrency\": 285.5,\n                                \"OriginalPrice\": 297.72,\n                                \"OriginalPriceInSupplierCurrency\": 285.5,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 297.72,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 27.061370058335569\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"5c5c74eb-7654-41a4-b9f7-0debf4aca3ef\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 297.72,\n                        \"FinalPriceInSupplierCurrency\": 285.5,\n                        \"OriginalPrice\": 297.72,\n                        \"OriginalPriceInSupplierCurrency\": 285.5,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"ed50ed4e-d6df-4576-8f7e-deaccb620f53\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 297.72,\n                                \"FinalPriceInSupplierCurrency\": 285.5,\n                                \"OriginalPrice\": 297.72,\n                                \"OriginalPriceInSupplierCurrency\": 285.5,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 297.72,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 27.061370058335569\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"02e9bea9-83ad-4e95-b26c-0f2067079363\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 297.72,\n                        \"FinalPriceInSupplierCurrency\": 285.5,\n                        \"OriginalPrice\": 297.72,\n                        \"OriginalPriceInSupplierCurrency\": 285.5,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"7a5256ad-a8a2-4268-ae79-989a9379cc3c\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 297.72,\n                                \"FinalPriceInSupplierCurrency\": 285.5,\n                                \"OriginalPrice\": 297.72,\n                                \"OriginalPriceInSupplierCurrency\": 285.5,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 297.72,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 27.061370058335569\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"da97e52f-288d-4ec6-af5b-2680bc031129\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 297.72,\n                        \"FinalPriceInSupplierCurrency\": 285.5,\n                        \"OriginalPrice\": 297.72,\n                        \"OriginalPriceInSupplierCurrency\": 285.5,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"93fd882c-b22e-4cba-b2eb-0862d57c49b6\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 297.72,\n                                \"FinalPriceInSupplierCurrency\": 285.5,\n                                \"OriginalPrice\": 297.72,\n                                \"OriginalPriceInSupplierCurrency\": 285.5,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 297.72,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 27.061370058335569\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"c08c6488-dbd2-4794-863d-88e70cee9367\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 301.69,\n                        \"FinalPriceInSupplierCurrency\": 289.31,\n                        \"OriginalPrice\": 301.69,\n                        \"OriginalPriceInSupplierCurrency\": 289.31,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"975f5164-867c-4c57-ba0b-8515374555c3\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 301.69,\n                                \"FinalPriceInSupplierCurrency\": 289.31,\n                                \"OriginalPrice\": 301.69,\n                                \"OriginalPriceInSupplierCurrency\": 289.31,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-96\"\n                        }\n                    ],\n                    \"SimplePrice\": 301.69,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 27.423260442725791\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"67e203e6-be06-4b08-9cb0-0e1782a7b54d\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 301.69,\n                        \"FinalPriceInSupplierCurrency\": 289.31,\n                        \"OriginalPrice\": 301.69,\n                        \"OriginalPriceInSupplierCurrency\": 289.31,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"3d0455a6-9569-493e-9a82-2c582422d0fb\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 301.69,\n                                \"FinalPriceInSupplierCurrency\": 289.31,\n                                \"OriginalPrice\": 301.69,\n                                \"OriginalPriceInSupplierCurrency\": 289.31,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-96\"\n                        }\n                    ],\n                    \"SimplePrice\": 301.69,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 27.423260442725791\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"d7e4d527-bb57-4ba4-aee1-9948f0402e64\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 301.69,\n                        \"FinalPriceInSupplierCurrency\": 289.31,\n                        \"OriginalPrice\": 301.69,\n                        \"OriginalPriceInSupplierCurrency\": 289.31,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"64da9843-5a05-4050-bb8d-f0af15893475\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 301.69,\n                                \"FinalPriceInSupplierCurrency\": 289.31,\n                                \"OriginalPrice\": 301.69,\n                                \"OriginalPriceInSupplierCurrency\": 289.31,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"4150329-96\"\n                        }\n                    ],\n                    \"SimplePrice\": 301.69,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 27.423260442725791\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"e9658ea3-d2b6-4c10-a2ad-4978f5006e12\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 301.69,\n                        \"FinalPriceInSupplierCurrency\": 289.31,\n                        \"OriginalPrice\": 301.69,\n                        \"OriginalPriceInSupplierCurrency\": 289.31,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"8e0d6ec5-4453-4716-b092-7959110c3393\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 301.69,\n                                \"FinalPriceInSupplierCurrency\": 289.31,\n                                \"OriginalPrice\": 301.69,\n                                \"OriginalPriceInSupplierCurrency\": 289.31,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"4150329-96\"\n                        }\n                    ],\n                    \"SimplePrice\": 301.69,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 27.423260442725791\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"501c244b-f35f-4ae8-bce5-f6fd6076f519\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 314.92,\n                        \"FinalPriceInSupplierCurrency\": 301.99,\n                        \"OriginalPrice\": 314.92,\n                        \"OriginalPriceInSupplierCurrency\": 301.99,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE\",\n                            \"Id\": \"515fbd17-9b51-4344-8ffb-d3cd556d5060\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 314.92,\n                                \"FinalPriceInSupplierCurrency\": 301.99,\n                                \"OriginalPrice\": 314.92,\n                                \"OriginalPriceInSupplierCurrency\": 301.99,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double Room Single Use\",\n                            \"RoomType\": \"Double\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-94\"\n                        }\n                    ],\n                    \"SimplePrice\": 314.92,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 28.629782039317888\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"81585591-4992-47f9-b933-0931612d1acf\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 314.92,\n                        \"FinalPriceInSupplierCurrency\": 301.99,\n                        \"OriginalPrice\": 314.92,\n                        \"OriginalPriceInSupplierCurrency\": 301.99,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE\",\n                            \"Id\": \"bda8eaaf-71b5-42af-a9f1-a46b20d8154c\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 314.92,\n                                \"FinalPriceInSupplierCurrency\": 301.99,\n                                \"OriginalPrice\": 314.92,\n                                \"OriginalPriceInSupplierCurrency\": 301.99,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double Room Single Use\",\n                            \"RoomType\": \"Double\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-94\"\n                        }\n                    ],\n                    \"SimplePrice\": 314.92,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 28.629782039317888\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"add5a03d-59d1-42cc-900c-a25ab336734d\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 314.92,\n                        \"FinalPriceInSupplierCurrency\": 301.99,\n                        \"OriginalPrice\": 314.92,\n                        \"OriginalPriceInSupplierCurrency\": 301.99,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE\",\n                            \"Id\": \"4bc6e274-68ce-423a-a7ff-0e04ca60884f\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 314.92,\n                                \"FinalPriceInSupplierCurrency\": 301.99,\n                                \"OriginalPrice\": 314.92,\n                                \"OriginalPriceInSupplierCurrency\": 301.99,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double Room Single Use\",\n                            \"RoomType\": \"Double\",\n                            \"TargetRoomKey\": \"4150329-94\"\n                        }\n                    ],\n                    \"SimplePrice\": 314.92,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 28.629782039317888\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"6f62e78a-9ae6-4abc-9370-6605a9ebf4bb\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 314.92,\n                        \"FinalPriceInSupplierCurrency\": 301.99,\n                        \"OriginalPrice\": 314.92,\n                        \"OriginalPriceInSupplierCurrency\": 301.99,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE\",\n                            \"Id\": \"a560058d-b4ea-47b7-996c-92b97cab92c0\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 314.92,\n                                \"FinalPriceInSupplierCurrency\": 301.99,\n                                \"OriginalPrice\": 314.92,\n                                \"OriginalPriceInSupplierCurrency\": 301.99,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double Room Single Use\",\n                            \"RoomType\": \"Double\",\n                            \"TargetRoomKey\": \"4150329-94\"\n                        }\n                    ],\n                    \"SimplePrice\": 314.92,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 28.629782039317888\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"6de2ed4c-77d2-4563-89be-96c3830eb8f9\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 329.34,\n                        \"FinalPriceInSupplierCurrency\": 315.82,\n                        \"OriginalPrice\": 329.34,\n                        \"OriginalPriceInSupplierCurrency\": 315.82,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"eed1d166-44f3-4374-860f-8233d618677d\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 329.34,\n                                \"FinalPriceInSupplierCurrency\": 315.82,\n                                \"OriginalPrice\": 329.34,\n                                \"OriginalPriceInSupplierCurrency\": 315.82,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 329.34,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 29.941814938977927\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"a769e94e-cc76-4dbf-87d1-8e1a22b32bc1\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 339.37,\n                        \"FinalPriceInSupplierCurrency\": 325.45,\n                        \"OriginalPrice\": 339.37,\n                        \"OriginalPriceInSupplierCurrency\": 325.45,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738454340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"3279ee7a-4dc0-463b-b173-74d1a53be93b\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 339.37,\n                                \"FinalPriceInSupplierCurrency\": 325.45,\n                                \"OriginalPrice\": 339.37,\n                                \"OriginalPriceInSupplierCurrency\": 325.45,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 339.37,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 30.847318220147031\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"6255fa79-0750-4e34-8150-3a3b2bcb9f10\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 350.65,\n                        \"FinalPriceInSupplierCurrency\": 336.26,\n                        \"OriginalPrice\": 350.65,\n                        \"OriginalPriceInSupplierCurrency\": 336.26,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"SINGLE\",\n                            \"Id\": \"1bf360ea-d771-45c2-ab5c-992ecf62fb64\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 350.65,\n                                \"FinalPriceInSupplierCurrency\": 336.26,\n                                \"OriginalPrice\": 350.65,\n                                \"OriginalPriceInSupplierCurrency\": 336.26,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Single Room\",\n                            \"RoomType\": \"Single\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-93\"\n                        }\n                    ],\n                    \"SimplePrice\": 350.65,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 31.876580085023363\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"21a35bf8-e7a5-4478-9ff4-cf7e98e230a9\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 350.65,\n                        \"FinalPriceInSupplierCurrency\": 336.26,\n                        \"OriginalPrice\": 350.65,\n                        \"OriginalPriceInSupplierCurrency\": 336.26,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"SINGLE\",\n                            \"Id\": \"bcdf1a8e-9222-4db1-b950-9d364cce7b97\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 350.65,\n                                \"FinalPriceInSupplierCurrency\": 336.26,\n                                \"OriginalPrice\": 350.65,\n                                \"OriginalPriceInSupplierCurrency\": 336.26,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Single Room\",\n                            \"RoomType\": \"Single\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-93\"\n                        }\n                    ],\n                    \"SimplePrice\": 350.65,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 31.876580085023363\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"2d303600-cc8b-4f9b-8001-05f0472bec6f\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 350.65,\n                        \"FinalPriceInSupplierCurrency\": 336.26,\n                        \"OriginalPrice\": 350.65,\n                        \"OriginalPriceInSupplierCurrency\": 336.26,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"SINGLE\",\n                            \"Id\": \"0235cbcc-4402-40d5-9031-b2962179d619\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 350.65,\n                                \"FinalPriceInSupplierCurrency\": 336.26,\n                                \"OriginalPrice\": 350.65,\n                                \"OriginalPriceInSupplierCurrency\": 336.26,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Single Room\",\n                            \"RoomType\": \"Single\",\n                            \"TargetRoomKey\": \"4150329-93\"\n                        }\n                    ],\n                    \"SimplePrice\": 350.65,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 31.876580085023363\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"af493330-2433-4f05-b84e-651e43212aca\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 350.65,\n                        \"FinalPriceInSupplierCurrency\": 336.26,\n                        \"OriginalPrice\": 350.65,\n                        \"OriginalPriceInSupplierCurrency\": 336.26,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"SINGLE\",\n                            \"Id\": \"fb39eb4c-ad88-40db-b22a-6bc51775b83f\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 350.65,\n                                \"FinalPriceInSupplierCurrency\": 336.26,\n                                \"OriginalPrice\": 350.65,\n                                \"OriginalPriceInSupplierCurrency\": 336.26,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Single Room\",\n                            \"RoomType\": \"Single\",\n                            \"TargetRoomKey\": \"4150329-93\"\n                        }\n                    ],\n                    \"SimplePrice\": 350.65,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 31.876580085023363\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"76e14102-b16c-4128-9c9d-53b4775b741a\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 363.88,\n                        \"FinalPriceInSupplierCurrency\": 348.94,\n                        \"OriginalPrice\": 363.88,\n                        \"OriginalPriceInSupplierCurrency\": 348.94,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"a07a5eab-c780-4b31-a429-b381e3eb6c21\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 363.88,\n                                \"FinalPriceInSupplierCurrency\": 348.94,\n                                \"OriginalPrice\": 363.88,\n                                \"OriginalPriceInSupplierCurrency\": 348.94,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 363.88,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 33.0831016816154\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"8052ff57-9df0-4f4c-a7c1-1580bde50d21\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 363.88,\n                        \"FinalPriceInSupplierCurrency\": 348.94,\n                        \"OriginalPrice\": 363.88,\n                        \"OriginalPriceInSupplierCurrency\": 348.94,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"bed8ff73-0a6e-4137-b9ce-11b1dd606a76\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 363.88,\n                                \"FinalPriceInSupplierCurrency\": 348.94,\n                                \"OriginalPrice\": 363.88,\n                                \"OriginalPriceInSupplierCurrency\": 348.94,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 363.88,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 33.0831016816154\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"ab24919a-fda2-4ab8-a5f9-73379675a9b4\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 363.88,\n                        \"FinalPriceInSupplierCurrency\": 348.94,\n                        \"OriginalPrice\": 363.88,\n                        \"OriginalPriceInSupplierCurrency\": 348.94,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"67a89b38-ed67-4e7a-a7b0-e18355d7e80f\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 363.88,\n                                \"FinalPriceInSupplierCurrency\": 348.94,\n                                \"OriginalPrice\": 363.88,\n                                \"OriginalPriceInSupplierCurrency\": 348.94,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 363.88,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 33.0831016816154\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"b9545088-f55b-4f2a-929f-2e2c903729e7\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 363.88,\n                        \"FinalPriceInSupplierCurrency\": 348.94,\n                        \"OriginalPrice\": 363.88,\n                        \"OriginalPriceInSupplierCurrency\": 348.94,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"af9734c5-e653-4868-86d3-2612c2f7ec31\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 363.88,\n                                \"FinalPriceInSupplierCurrency\": 348.94,\n                                \"OriginalPrice\": 363.88,\n                                \"OriginalPriceInSupplierCurrency\": 348.94,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 363.88,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 33.0831016816154\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"c01dbfe9-7717-47da-b618-127cd9378de9\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 367.85,\n                        \"FinalPriceInSupplierCurrency\": 352.75,\n                        \"OriginalPrice\": 367.85,\n                        \"OriginalPriceInSupplierCurrency\": 352.75,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"3f8848b5-9b30-4113-9d41-e21b6ea16584\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 367.85,\n                                \"FinalPriceInSupplierCurrency\": 352.75,\n                                \"OriginalPrice\": 367.85,\n                                \"OriginalPriceInSupplierCurrency\": 352.75,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-96\"\n                        }\n                    ],\n                    \"SimplePrice\": 367.85,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 33.445023889724723\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"6875073d-5bb1-42ad-bc05-384489c78c6c\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 367.85,\n                        \"FinalPriceInSupplierCurrency\": 352.75,\n                        \"OriginalPrice\": 367.85,\n                        \"OriginalPriceInSupplierCurrency\": 352.75,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"1fd75ab1-10dd-4bcf-b97e-c7daf68012aa\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 367.85,\n                                \"FinalPriceInSupplierCurrency\": 352.75,\n                                \"OriginalPrice\": 367.85,\n                                \"OriginalPriceInSupplierCurrency\": 352.75,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-96\"\n                        }\n                    ],\n                    \"SimplePrice\": 367.85,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 33.445023889724723\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"de706d30-afe3-4772-aea0-be009610602b\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 367.85,\n                        \"FinalPriceInSupplierCurrency\": 352.75,\n                        \"OriginalPrice\": 367.85,\n                        \"OriginalPriceInSupplierCurrency\": 352.75,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"13827cac-ef17-47f5-b3a3-2027cc1b3a04\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 367.85,\n                                \"FinalPriceInSupplierCurrency\": 352.75,\n                                \"OriginalPrice\": 367.85,\n                                \"OriginalPriceInSupplierCurrency\": 352.75,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"4150329-96\"\n                        }\n                    ],\n                    \"SimplePrice\": 367.85,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 33.445023889724723\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"f65c90b3-2ce5-4c25-a314-565cb950ac0e\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 367.85,\n                        \"FinalPriceInSupplierCurrency\": 352.75,\n                        \"OriginalPrice\": 367.85,\n                        \"OriginalPriceInSupplierCurrency\": 352.75,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"0f135a16-fece-43ba-9c29-1e12ed468465\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 367.85,\n                                \"FinalPriceInSupplierCurrency\": 352.75,\n                                \"OriginalPrice\": 367.85,\n                                \"OriginalPriceInSupplierCurrency\": 352.75,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"4150329-96\"\n                        }\n                    ],\n                    \"SimplePrice\": 367.85,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 33.445023889724723\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"46aee042-2050-4182-8790-f333c95ebb73\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 381.08,\n                        \"FinalPriceInSupplierCurrency\": 365.44,\n                        \"OriginalPrice\": 381.08,\n                        \"OriginalPriceInSupplierCurrency\": 365.44,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE\",\n                            \"Id\": \"e0a4f2bd-336e-47bb-9208-2da2c2dfd920\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 381.08,\n                                \"FinalPriceInSupplierCurrency\": 365.44,\n                                \"OriginalPrice\": 381.08,\n                                \"OriginalPriceInSupplierCurrency\": 365.44,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double Room Single Use\",\n                            \"RoomType\": \"Double\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-94\"\n                        }\n                    ],\n                    \"SimplePrice\": 381.08,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 34.641107306476613\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"1bcfb206-6eae-4458-afc2-89d165ad2ddf\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 381.08,\n                        \"FinalPriceInSupplierCurrency\": 365.44,\n                        \"OriginalPrice\": 381.08,\n                        \"OriginalPriceInSupplierCurrency\": 365.44,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE\",\n                            \"Id\": \"c97a8f33-9af1-489e-8af9-107c15a7206c\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 381.08,\n                                \"FinalPriceInSupplierCurrency\": 365.44,\n                                \"OriginalPrice\": 381.08,\n                                \"OriginalPriceInSupplierCurrency\": 365.44,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double Room Single Use\",\n                            \"RoomType\": \"Double\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-94\"\n                        }\n                    ],\n                    \"SimplePrice\": 381.08,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 34.641107306476613\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"2b0dfb4f-49ce-4828-bac0-075899f244e5\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 381.08,\n                        \"FinalPriceInSupplierCurrency\": 365.44,\n                        \"OriginalPrice\": 381.08,\n                        \"OriginalPriceInSupplierCurrency\": 365.44,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE\",\n                            \"Id\": \"b66bf308-4982-4782-bc81-2965663067b0\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 381.08,\n                                \"FinalPriceInSupplierCurrency\": 365.44,\n                                \"OriginalPrice\": 381.08,\n                                \"OriginalPriceInSupplierCurrency\": 365.44,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double Room Single Use\",\n                            \"RoomType\": \"Double\",\n                            \"TargetRoomKey\": \"4150329-94\"\n                        }\n                    ],\n                    \"SimplePrice\": 381.08,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 34.641107306476613\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"727cd752-01de-4608-8316-ce41a15e8500\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 381.08,\n                        \"FinalPriceInSupplierCurrency\": 365.44,\n                        \"OriginalPrice\": 381.08,\n                        \"OriginalPriceInSupplierCurrency\": 365.44,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE\",\n                            \"Id\": \"4f75218b-910e-4b4c-ae22-9cf7da9251f1\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 381.08,\n                                \"FinalPriceInSupplierCurrency\": 365.44,\n                                \"OriginalPrice\": 381.08,\n                                \"OriginalPriceInSupplierCurrency\": 365.44,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double Room Single Use\",\n                            \"RoomType\": \"Double\",\n                            \"TargetRoomKey\": \"4150329-94\"\n                        }\n                    ],\n                    \"SimplePrice\": 381.08,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 34.641107306476613\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"ffc8d07d-ee91-4845-aaaf-9e226fe1237c\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 414.67,\n                        \"FinalPriceInSupplierCurrency\": 397.65,\n                        \"OriginalPrice\": 414.67,\n                        \"OriginalPriceInSupplierCurrency\": 397.65,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"3 SINGLE SINGLE\",\n                            \"Id\": \"816d5bd1-11e8-41ba-81b2-52e268d5e5b7\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 414.67,\n                                \"FinalPriceInSupplierCurrency\": 397.65,\n                                \"OriginalPrice\": 414.67,\n                                \"OriginalPriceInSupplierCurrency\": 397.65,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Triple Room\",\n                            \"RoomType\": \"Triple\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-91\"\n                        }\n                    ],\n                    \"SimplePrice\": 414.67,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 37.697935559154416\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"5d18e552-050d-49d7-9ab0-bfd7ec59a852\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 416.8,\n                        \"FinalPriceInSupplierCurrency\": 399.7,\n                        \"OriginalPrice\": 416.8,\n                        \"OriginalPriceInSupplierCurrency\": 399.7,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"SINGLE\",\n                            \"Id\": \"bdb9c049-98e3-4c01-aca9-bde5a3283a00\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 416.8,\n                                \"FinalPriceInSupplierCurrency\": 399.7,\n                                \"OriginalPrice\": 416.8,\n                                \"OriginalPriceInSupplierCurrency\": 399.7,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Single Room\",\n                            \"RoomType\": \"Single\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-93\"\n                        }\n                    ],\n                    \"SimplePrice\": 416.8,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 37.888343532022304\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"3077353b-a9fb-40e6-bc01-250e54abce67\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 416.8,\n                        \"FinalPriceInSupplierCurrency\": 399.7,\n                        \"OriginalPrice\": 416.8,\n                        \"OriginalPriceInSupplierCurrency\": 399.7,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"SINGLE\",\n                            \"Id\": \"10bef404-fc52-410c-8efe-90cdbd36fb92\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 416.8,\n                                \"FinalPriceInSupplierCurrency\": 399.7,\n                                \"OriginalPrice\": 416.8,\n                                \"OriginalPriceInSupplierCurrency\": 399.7,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Single Room\",\n                            \"RoomType\": \"Single\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-93\"\n                        }\n                    ],\n                    \"SimplePrice\": 416.8,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 37.888343532022304\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"910fdacf-126b-4fea-a2dc-eb55d6fae81c\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 416.8,\n                        \"FinalPriceInSupplierCurrency\": 399.7,\n                        \"OriginalPrice\": 416.8,\n                        \"OriginalPriceInSupplierCurrency\": 399.7,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"SINGLE\",\n                            \"Id\": \"f30fb90a-e0a0-4b6b-aca1-d4fee1797d85\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 416.8,\n                                \"FinalPriceInSupplierCurrency\": 399.7,\n                                \"OriginalPrice\": 416.8,\n                                \"OriginalPriceInSupplierCurrency\": 399.7,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Single Room\",\n                            \"RoomType\": \"Single\",\n                            \"TargetRoomKey\": \"4150329-93\"\n                        }\n                    ],\n                    \"SimplePrice\": 416.8,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 37.888343532022304\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"2cfaafc9-b2e3-4c5b-80fb-d81bd66a5b0a\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 416.8,\n                        \"FinalPriceInSupplierCurrency\": 399.7,\n                        \"OriginalPrice\": 416.8,\n                        \"OriginalPriceInSupplierCurrency\": 399.7,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"SINGLE\",\n                            \"Id\": \"5fbb0b9f-c5cc-439d-87d9-1c73d2043fac\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 416.8,\n                                \"FinalPriceInSupplierCurrency\": 399.7,\n                                \"OriginalPrice\": 416.8,\n                                \"OriginalPriceInSupplierCurrency\": 399.7,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Single Room\",\n                            \"RoomType\": \"Single\",\n                            \"TargetRoomKey\": \"4150329-93\"\n                        }\n                    ],\n                    \"SimplePrice\": 416.8,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 37.888343532022304\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"bb470953-68d9-46da-840c-d3fc1ec7c5dc\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 424.72,\n                        \"FinalPriceInSupplierCurrency\": 407.29,\n                        \"OriginalPrice\": 424.72,\n                        \"OriginalPriceInSupplierCurrency\": 407.29,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738454340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"3 SINGLE SINGLE\",\n                            \"Id\": \"4063a9d7-902e-4ebe-bf3e-98b1495131b2\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 424.72,\n                                \"FinalPriceInSupplierCurrency\": 407.29,\n                                \"OriginalPrice\": 424.72,\n                                \"OriginalPriceInSupplierCurrency\": 407.29,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Triple Room\",\n                            \"RoomType\": \"Triple\",\n                            \"TargetRoomKey\": \"4150329-91\"\n                        }\n                    ],\n                    \"SimplePrice\": 424.72,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 38.613000660483237\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"ad1a460e-562a-4966-9645-0312712368db\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 430.04,\n                        \"FinalPriceInSupplierCurrency\": 412.39,\n                        \"OriginalPrice\": 430.04,\n                        \"OriginalPriceInSupplierCurrency\": 412.39,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"303d1bf0-4f17-42d4-9a69-5d22b759f501\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 430.04,\n                                \"FinalPriceInSupplierCurrency\": 412.39,\n                                \"OriginalPrice\": 430.04,\n                                \"OriginalPriceInSupplierCurrency\": 412.39,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 430.04,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 39.094426948774185\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"548882b3-9dd2-4c30-9f58-c674ab521f5b\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 430.04,\n                        \"FinalPriceInSupplierCurrency\": 412.39,\n                        \"OriginalPrice\": 430.04,\n                        \"OriginalPriceInSupplierCurrency\": 412.39,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"d5b5d736-7bd2-4ee1-afd6-f6b603190919\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 430.04,\n                                \"FinalPriceInSupplierCurrency\": 412.39,\n                                \"OriginalPrice\": 430.04,\n                                \"OriginalPriceInSupplierCurrency\": 412.39,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 430.04,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 39.094426948774185\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"2e667f26-cb77-44eb-b53e-fd7d798347b3\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 430.04,\n                        \"FinalPriceInSupplierCurrency\": 412.39,\n                        \"OriginalPrice\": 430.04,\n                        \"OriginalPriceInSupplierCurrency\": 412.39,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"a569af11-25de-4e5c-ba97-d272c17ada0d\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 430.04,\n                                \"FinalPriceInSupplierCurrency\": 412.39,\n                                \"OriginalPrice\": 430.04,\n                                \"OriginalPriceInSupplierCurrency\": 412.39,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 430.04,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 39.094426948774185\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"f3f834ee-72bd-4a53-a5be-952771a80966\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 430.04,\n                        \"FinalPriceInSupplierCurrency\": 412.39,\n                        \"OriginalPrice\": 430.04,\n                        \"OriginalPriceInSupplierCurrency\": 412.39,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"73594527-9692-4e96-be25-bb6e80dc497b\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 430.04,\n                                \"FinalPriceInSupplierCurrency\": 412.39,\n                                \"OriginalPrice\": 430.04,\n                                \"OriginalPriceInSupplierCurrency\": 412.39,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 430.04,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 39.094426948774185\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"0566ae87-9131-4446-8772-4f7378009cd3\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 434.01,\n                        \"FinalPriceInSupplierCurrency\": 416.2,\n                        \"OriginalPrice\": 434.01,\n                        \"OriginalPriceInSupplierCurrency\": 416.2,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"10059961-466b-435c-864a-add368ee0c45\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 434.01,\n                                \"FinalPriceInSupplierCurrency\": 416.2,\n                                \"OriginalPrice\": 434.01,\n                                \"OriginalPriceInSupplierCurrency\": 416.2,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-96\"\n                        }\n                    ],\n                    \"SimplePrice\": 434.01,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 39.456349156883448\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"1d76cb33-1e83-472c-ba9c-ccb4de75b222\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 434.01,\n                        \"FinalPriceInSupplierCurrency\": 416.2,\n                        \"OriginalPrice\": 434.01,\n                        \"OriginalPriceInSupplierCurrency\": 416.2,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"5040e0d6-60c3-44c3-ad51-fddca09cd212\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 434.01,\n                                \"FinalPriceInSupplierCurrency\": 416.2,\n                                \"OriginalPrice\": 434.01,\n                                \"OriginalPriceInSupplierCurrency\": 416.2,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-96\"\n                        }\n                    ],\n                    \"SimplePrice\": 434.01,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 39.456349156883448\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"4e3c9a43-86c3-4630-95bd-0cce1813c966\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 434.01,\n                        \"FinalPriceInSupplierCurrency\": 416.2,\n                        \"OriginalPrice\": 434.01,\n                        \"OriginalPriceInSupplierCurrency\": 416.2,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"7456ed0f-388e-476f-b8ee-eda959fdb7c1\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 434.01,\n                                \"FinalPriceInSupplierCurrency\": 416.2,\n                                \"OriginalPrice\": 434.01,\n                                \"OriginalPriceInSupplierCurrency\": 416.2,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"4150329-96\"\n                        }\n                    ],\n                    \"SimplePrice\": 434.01,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 39.456349156883448\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"13027bd7-9db8-4f78-9c18-50fbcba0dfdd\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 434.01,\n                        \"FinalPriceInSupplierCurrency\": 416.2,\n                        \"OriginalPrice\": 434.01,\n                        \"OriginalPriceInSupplierCurrency\": 416.2,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"92aac259-9a05-4557-9c99-a43cab05a199\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 434.01,\n                                \"FinalPriceInSupplierCurrency\": 416.2,\n                                \"OriginalPrice\": 434.01,\n                                \"OriginalPriceInSupplierCurrency\": 416.2,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"4150329-96\"\n                        }\n                    ],\n                    \"SimplePrice\": 434.01,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 39.456349156883448\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"632d5354-43cb-40ad-8c38-a44db4453bd0\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 447.25,\n                        \"FinalPriceInSupplierCurrency\": 428.89,\n                        \"OriginalPrice\": 447.25,\n                        \"OriginalPriceInSupplierCurrency\": 428.89,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE\",\n                            \"Id\": \"78c8d283-a880-4e84-a8ab-5b818bd5aa3f\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 447.25,\n                                \"FinalPriceInSupplierCurrency\": 428.89,\n                                \"OriginalPrice\": 447.25,\n                                \"OriginalPriceInSupplierCurrency\": 428.89,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double Room Single Use\",\n                            \"RoomType\": \"Double\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-94\"\n                        }\n                    ],\n                    \"SimplePrice\": 447.25,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 40.662432573635328\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"cd8461b2-f612-4e3b-bcac-84e9f2eb7f09\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 447.25,\n                        \"FinalPriceInSupplierCurrency\": 428.89,\n                        \"OriginalPrice\": 447.25,\n                        \"OriginalPriceInSupplierCurrency\": 428.89,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE\",\n                            \"Id\": \"1e0c4eb1-1a2b-4356-842a-6b7752e76167\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 447.25,\n                                \"FinalPriceInSupplierCurrency\": 428.89,\n                                \"OriginalPrice\": 447.25,\n                                \"OriginalPriceInSupplierCurrency\": 428.89,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double Room Single Use\",\n                            \"RoomType\": \"Double\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"4150329-94\"\n                        }\n                    ],\n                    \"SimplePrice\": 447.25,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 40.662432573635328\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"03df32a0-74f7-43a2-bc58-a287e2214933\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 447.25,\n                        \"FinalPriceInSupplierCurrency\": 428.89,\n                        \"OriginalPrice\": 447.25,\n                        \"OriginalPriceInSupplierCurrency\": 428.89,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE\",\n                            \"Id\": \"ace7bb7c-2d72-4388-96a0-17eb7b5ab77a\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 447.25,\n                                \"FinalPriceInSupplierCurrency\": 428.89,\n                                \"OriginalPrice\": 447.25,\n                                \"OriginalPriceInSupplierCurrency\": 428.89,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double Room Single Use\",\n                            \"RoomType\": \"Double\",\n                            \"TargetRoomKey\": \"4150329-94\"\n                        }\n                    ],\n                    \"SimplePrice\": 447.25,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 40.662432573635328\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"004807ec-a400-4eeb-81a5-d98e5ef398fd\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 447.25,\n                        \"FinalPriceInSupplierCurrency\": 428.89,\n                        \"OriginalPrice\": 447.25,\n                        \"OriginalPriceInSupplierCurrency\": 428.89,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738108740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE\",\n                            \"Id\": \"212ae7f0-9fe1-4b4d-b8c8-a2bef3b27fb2\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 447.25,\n                                \"FinalPriceInSupplierCurrency\": 428.89,\n                                \"OriginalPrice\": 447.25,\n                                \"OriginalPriceInSupplierCurrency\": 428.89,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"EUR\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"24\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double Room Single Use\",\n                            \"RoomType\": \"Double\",\n                            \"TargetRoomKey\": \"4150329-94\"\n                        }\n                    ],\n                    \"SimplePrice\": 447.25,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\",\n                    \"TotalProfit\": 40.662432573635328\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 4150329,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"347a01f6-0142-49fb-8f1f-a8cffa0499fd\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 385.28,\n                        \"FinalPriceInSupplierCurrency\": 385.28,\n                        \"FinalTax\": 33.28,\n                        \"OriginalPrice\": 385.28,\n                        \"OriginalPriceInSupplierCurrency\": 385.28,\n                        \"OriginalTax\": 33.28,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"12.20\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"3.42\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"13.79\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"3.87\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"25.02\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 2,\n                    \"Remarks\": [\n                        \"Customer will be charged by the hotel shortly after completing the booking.\"\n                    ],\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"c57f68bc-003e-44f5-a39e-c52ab447e8c6\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 385.28,\n                                \"FinalPriceInSupplierCurrency\": 385.28,\n                                \"FinalTax\": 33.28,\n                                \"OriginalPrice\": 385.28,\n                                \"OriginalPriceInSupplierCurrency\": 385.28,\n                                \"OriginalTax\": 33.28,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"12.20\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"3.42\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"13.79\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"3.87\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"25.02\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 385.28,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\",\n                    \"TotalProfit\": 37.71999999999997\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 4150329,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"81901268-f58e-49ea-8860-a31d74c7e5ec\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 385.28,\n                        \"FinalPriceInSupplierCurrency\": 385.28,\n                        \"FinalTax\": 33.28,\n                        \"OriginalPrice\": 385.28,\n                        \"OriginalPriceInSupplierCurrency\": 385.28,\n                        \"OriginalTax\": 33.28,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"12.20\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"3.42\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"13.79\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"3.87\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"25.02\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 2,\n                    \"Remarks\": [\n                        \"Customer will be charged by the hotel shortly after completing the booking.\"\n                    ],\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"bbe923a0-00af-4f2b-b69a-82d7f12cb348\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 385.28,\n                                \"FinalPriceInSupplierCurrency\": 385.28,\n                                \"FinalTax\": 33.28,\n                                \"OriginalPrice\": 385.28,\n                                \"OriginalPriceInSupplierCurrency\": 385.28,\n                                \"OriginalTax\": 33.28,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"12.20\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"3.42\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"13.79\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"3.87\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"25.02\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 385.28,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\",\n                    \"TotalProfit\": 37.71999999999997\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 4150329,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"e93bf438-a450-451d-b211-aa535434481c\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 405.55,\n                        \"FinalPriceInSupplierCurrency\": 405.55,\n                        \"FinalTax\": 35.03,\n                        \"OriginalPrice\": 405.55,\n                        \"OriginalPriceInSupplierCurrency\": 405.55,\n                        \"OriginalTax\": 35.03,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"12.85\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"3.60\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"14.51\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"4.07\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"25.02\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738540740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"8a5180cf-6c93-4c85-b5dc-24262a85710b\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 405.55,\n                                \"FinalPriceInSupplierCurrency\": 405.55,\n                                \"FinalTax\": 35.03,\n                                \"OriginalPrice\": 405.55,\n                                \"OriginalPriceInSupplierCurrency\": 405.55,\n                                \"OriginalTax\": 35.03,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"12.85\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"3.60\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"14.51\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"4.07\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"25.02\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 405.55,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\",\n                    \"TotalProfit\": 39.70000000000006\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 4150329,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"86912b10-02da-46db-a51d-8f6baa8fca39\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 405.55,\n                        \"FinalPriceInSupplierCurrency\": 405.55,\n                        \"FinalTax\": 35.03,\n                        \"OriginalPrice\": 405.55,\n                        \"OriginalPriceInSupplierCurrency\": 405.55,\n                        \"OriginalTax\": 35.03,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"12.85\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"3.60\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"14.51\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"4.07\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"25.02\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738540740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"6326d22f-32a0-4234-8ed9-75edfbfe93ce\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 405.55,\n                                \"FinalPriceInSupplierCurrency\": 405.55,\n                                \"FinalTax\": 35.03,\n                                \"OriginalPrice\": 405.55,\n                                \"OriginalPriceInSupplierCurrency\": 405.55,\n                                \"OriginalTax\": 35.03,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"12.85\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"3.60\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"14.51\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"4.07\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"25.02\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 405.55,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\",\n                    \"TotalProfit\": 39.70000000000006\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 4150329,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"6ca41f44-07d7-4bb1-befe-b95fb99a734e\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 482.75,\n                        \"FinalPriceInSupplierCurrency\": 482.75,\n                        \"FinalTax\": 41.7,\n                        \"OriginalPrice\": 482.75,\n                        \"OriginalPriceInSupplierCurrency\": 482.75,\n                        \"OriginalTax\": 41.7,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"15.29\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"4.29\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"17.27\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"4.85\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"25.02\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 2,\n                    \"Remarks\": [\n                        \"Customer will be charged by the hotel shortly after completing the booking.\"\n                    ],\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"3 SINGLE SINGLE\",\n                            \"Id\": \"443b5899-916d-4130-ae3b-e689439b366e\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 482.75,\n                                \"FinalPriceInSupplierCurrency\": 482.75,\n                                \"FinalTax\": 41.7,\n                                \"OriginalPrice\": 482.75,\n                                \"OriginalPriceInSupplierCurrency\": 482.75,\n                                \"OriginalTax\": 41.7,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"15.29\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"4.29\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"17.27\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"4.85\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"25.02\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Triple Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"4150329-91\"\n                        }\n                    ],\n                    \"SimplePrice\": 482.75,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\",\n                    \"TotalProfit\": 47.259999999999984\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 4150329,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"b19e9d83-f30e-4927-84c8-de3073f0cd9e\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 508.17,\n                        \"FinalPriceInSupplierCurrency\": 508.17,\n                        \"FinalTax\": 43.9,\n                        \"OriginalPrice\": 508.17,\n                        \"OriginalPriceInSupplierCurrency\": 508.17,\n                        \"OriginalTax\": 43.9,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"16.10\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"4.52\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"18.18\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"5.10\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"25.02\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738540740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"3 SINGLE SINGLE\",\n                            \"Id\": \"24538c92-1cb5-4db6-95f2-631ec1bfba07\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 508.17,\n                                \"FinalPriceInSupplierCurrency\": 508.17,\n                                \"FinalTax\": 43.9,\n                                \"OriginalPrice\": 508.17,\n                                \"OriginalPriceInSupplierCurrency\": 508.17,\n                                \"OriginalTax\": 43.9,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"16.10\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"4.52\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"18.18\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"5.10\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"25.02\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Triple Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"4150329-91\"\n                        }\n                    ],\n                    \"SimplePrice\": 508.17,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\",\n                    \"TotalProfit\": 49.750000000000043\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"5f745aad-44b0-4c8b-9365-0e5e25568ad7\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 342.24,\n                        \"FinalPriceInSupplierCurrency\": 342.24,\n                        \"FinalTax\": 33.44,\n                        \"OriginalPrice\": 342.24,\n                        \"OriginalPriceInSupplierCurrency\": 342.24,\n                        \"OriginalTax\": 33.44,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"d0327902-a21b-4166-b399-17f5b4f9ccd6\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 342.24,\n                                \"FinalPriceInSupplierCurrency\": 342.24,\n                                \"FinalTax\": 33.44,\n                                \"OriginalPrice\": 342.24,\n                                \"OriginalPriceInSupplierCurrency\": 342.24,\n                                \"OriginalTax\": 33.44,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"26.37\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"7.07\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"25.05\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 342.24,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\",\n                    \"TotalProfit\": 31.110000000000014\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"9e0a0f22-489d-4351-b3e1-e10940280162\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 311.5,\n                        \"FinalPriceInSupplierCurrency\": 311.5,\n                        \"OriginalPrice\": 311.5,\n                        \"OriginalPriceInSupplierCurrency\": 311.5,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"cfee34ce-1813-41cb-b093-491bdb474cf1\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 311.5,\n                                \"FinalPriceInSupplierCurrency\": 311.5,\n                                \"OriginalPrice\": 311.5,\n                                \"OriginalPriceInSupplierCurrency\": 311.5,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"25.05\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 311.5,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\",\n                    \"TotalProfit\": 28.319999999999993\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"09cf89fe-22a2-4f4c-b961-eae20624b152\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 311.5,\n                        \"FinalPriceInSupplierCurrency\": 311.5,\n                        \"OriginalPrice\": 311.5,\n                        \"OriginalPriceInSupplierCurrency\": 311.5,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"fc887707-3908-46fc-87cd-5a60091496ba\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 311.5,\n                                \"FinalPriceInSupplierCurrency\": 311.5,\n                                \"OriginalPrice\": 311.5,\n                                \"OriginalPriceInSupplierCurrency\": 311.5,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"25.05\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double\",\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 311.5,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\",\n                    \"TotalProfit\": 28.319999999999993\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"22ccedc0-9ace-4c04-8528-1f391eccee75\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 314.48,\n                        \"FinalPriceInSupplierCurrency\": 314.48,\n                        \"OriginalPrice\": 314.48,\n                        \"OriginalPriceInSupplierCurrency\": 314.48,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"a39d09ad-c447-4d65-a088-b01be53c9ffd\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 314.48,\n                                \"FinalPriceInSupplierCurrency\": 314.48,\n                                \"OriginalPrice\": 314.48,\n                                \"OriginalPriceInSupplierCurrency\": 314.48,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"25.05\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 314.48,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\",\n                    \"TotalProfit\": 28.590000000000032\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"2b683c16-8fe0-48b5-9ced-a91b3f841ac9\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 321.55,\n                        \"FinalPriceInSupplierCurrency\": 321.55,\n                        \"OriginalPrice\": 321.55,\n                        \"OriginalPriceInSupplierCurrency\": 321.55,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738540740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"d3ea8478-63f7-41ba-8af5-0f41dec88316\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 321.55,\n                                \"FinalPriceInSupplierCurrency\": 321.55,\n                                \"OriginalPrice\": 321.55,\n                                \"OriginalPriceInSupplierCurrency\": 321.55,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"25.05\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 321.55,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\",\n                    \"TotalProfit\": 29.230000000000018\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"23b99dbc-7d09-4c11-b34b-45c98370cff8\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 321.55,\n                        \"FinalPriceInSupplierCurrency\": 321.55,\n                        \"OriginalPrice\": 321.55,\n                        \"OriginalPriceInSupplierCurrency\": 321.55,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738540740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"ce576934-a7b9-4672-9d22-df5da2788067\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 321.55,\n                                \"FinalPriceInSupplierCurrency\": 321.55,\n                                \"OriginalPrice\": 321.55,\n                                \"OriginalPriceInSupplierCurrency\": 321.55,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"25.05\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double\",\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 321.55,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\",\n                    \"TotalProfit\": 29.230000000000018\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"d1a83c9b-427c-4621-a2eb-c8cc498b0ee1\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 324.38,\n                        \"FinalPriceInSupplierCurrency\": 324.38,\n                        \"OriginalPrice\": 324.38,\n                        \"OriginalPriceInSupplierCurrency\": 324.38,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738454340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"e8b4a667-1069-4f4b-a258-6f561abb70b7\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 324.38,\n                                \"FinalPriceInSupplierCurrency\": 324.38,\n                                \"OriginalPrice\": 324.38,\n                                \"OriginalPriceInSupplierCurrency\": 324.38,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"25.05\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 324.38,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\",\n                    \"TotalProfit\": 29.490000000000009\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"aca317ed-e651-4a37-9e97-81f3184c5f56\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 330.9,\n                        \"FinalPriceInSupplierCurrency\": 330.9,\n                        \"OriginalPrice\": 330.9,\n                        \"OriginalPriceInSupplierCurrency\": 330.9,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738454340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"DOUBLE OR TWIN\",\n                            \"Id\": \"b3096821-fa7d-4214-9bc2-2c8bce3ae10c\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 330.9,\n                                \"FinalPriceInSupplierCurrency\": 330.9,\n                                \"OriginalPrice\": 330.9,\n                                \"OriginalPriceInSupplierCurrency\": 330.9,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"25.05\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Double or Twin Bed Room\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"4150329-90\"\n                        }\n                    ],\n                    \"SimplePrice\": 330.9,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\",\n                    \"TotalProfit\": 30.079999999999984\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"1f0567e8-654d-40a8-9592-3a780e12b4fd\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 391.89,\n                        \"FinalPriceInSupplierCurrency\": 391.89,\n                        \"OriginalPrice\": 391.89,\n                        \"OriginalPriceInSupplierCurrency\": 391.89,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"3 SINGLE SINGLE\",\n                            \"Id\": \"62801cd8-3fb6-472e-af66-4da8da66e739\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 391.89,\n                                \"FinalPriceInSupplierCurrency\": 391.89,\n                                \"OriginalPrice\": 391.89,\n                                \"OriginalPriceInSupplierCurrency\": 391.89,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"25.05\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Triple Room\",\n                            \"RoomType\": \"Triple\",\n                            \"TargetRoomKey\": \"4150329-91\"\n                        }\n                    ],\n                    \"SimplePrice\": 391.89,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\",\n                    \"TotalProfit\": 35.629999999999995\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 4150329,\n                    \"PackageId\": \"edfe39f5-129b-41cf-8e6c-c60e1e4616ff\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 401.94,\n                        \"FinalPriceInSupplierCurrency\": 401.94,\n                        \"OriginalPrice\": 401.94,\n                        \"OriginalPriceInSupplierCurrency\": 401.94,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1738540740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"3 SINGLE SINGLE\",\n                            \"Id\": \"37342b17-b2b5-428a-972a-b6781767ea21\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 401.94,\n                                \"FinalPriceInSupplierCurrency\": 401.94,\n                                \"OriginalPrice\": 401.94,\n                                \"OriginalPriceInSupplierCurrency\": 401.94,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"25.05\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Triple Room\",\n                            \"RoomType\": \"Triple\",\n                            \"TargetRoomKey\": \"4150329-91\"\n                        }\n                    ],\n                    \"SimplePrice\": 401.94,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\",\n                    \"TotalProfit\": 36.54000000000002\n                }\n            ],\n            \"RoomsContent\": [\n                {\n                    \"Amenities\": [\n                        \"HEATING\",\n                        \"Non-Smoking\",\n                        \"TV\",\n                        \"DESK\",\n                        \"SHEETS\",\n                        \"Electric kettle\",\n                        \"WARDROBE\",\n                        \"COFFEE\",\n                        \"Daily housekeeping\",\n                        \"WIFI\",\n                        \"Bidet\",\n                        \"PHONE\",\n                        \"TOWELS\",\n                        \"Soap\",\n                        \"TOILET\",\n                        \"BATHTUB\",\n                        \"Shampoo\",\n                        \"Toothbrush and toothpaste available on request\",\n                        \"Private bathroom\",\n                        \"Free toiletries\",\n                        \"Hair dryer\",\n                        \"Air conditioning\",\n                        \"Rainfall showerhead\",\n                        \"In-room safe\",\n                        \"Cribs/infant beds (surcharge)\",\n                        \"Room service (limited hours)\"\n                    ],\n                    \"Descriptions\": [\n                        \"<p><strong>1 Twin Bed</strong></p><p>118 sq feet </p><br/><p><b>Internet</b> - Free WiFi </p><p><b>Entertainment</b> - 30-inch flat-screen TV with satellite channels</p><p><b>Food & Drink</b> - Coffee/tea maker, electric kettle, and room service (limited hours)</p><p><b>Bathroom</b> - Private bathroom, shower, and rainfall showerhead</p><p><b>Practical</b> - Safe, desk, and phone; cribs/infant beds available on request</p><p><b>Comfort</b> - Air conditioning, daily housekeeping, and heating</p><p><b>Need to Know</b> - Bed sheets not available</p><p>Non-Smoking</p>\"\n                    ],\n                    \"Images\": [\n                        \"https://az712897.vo.msecnd.net/images/fullrm/f8a5d79e-e575-4bc3-9996-9f47920c9a50.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/60bd40c6-764c-4425-9912-32e156b3067b.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/cf386b75-b409-488a-bbc1-c48bd1a34a0e.jpeg\"\n                    ],\n                    \"RoomKey\": \"4150329-93\",\n                    \"RoomSizeSqm\": 11\n                },\n                {\n                    \"Amenities\": [\n                        \"HEATING\",\n                        \"Non-Smoking\",\n                        \"TV\",\n                        \"DESK\",\n                        \"Electric kettle\",\n                        \"WARDROBE\",\n                        \"COFFEE\",\n                        \"Daily housekeeping\",\n                        \"WIFI\",\n                        \"Bidet\",\n                        \"PHONE\",\n                        \"TOWELS\",\n                        \"SHEETS\",\n                        \"Soap\",\n                        \"TOILET\",\n                        \"BATHTUB\",\n                        \"Shampoo\",\n                        \"Toothbrush and toothpaste available on request\",\n                        \"Private bathroom\",\n                        \"Free toiletries\",\n                        \"Hair dryer\",\n                        \"Air conditioning\",\n                        \"Rainfall showerhead\",\n                        \"In-room safe\",\n                        \"Cribs/infant beds (surcharge)\",\n                        \"Room service (limited hours)\"\n                    ],\n                    \"Descriptions\": [\n                        \"<p><strong>1 Double Bed or 2 Twin Beds</strong></p><p>183 sq feet </p><br/><p><b>Internet</b> - Free WiFi </p><p><b>Entertainment</b> - 30-inch flat-screen TV with satellite channels</p><p><b>Food & Drink</b> - Coffee/tea maker, electric kettle, and room service (limited hours)</p><p><b>Sleep</b> - Bed sheets </p><p><b>Bathroom</b> - Private bathroom, shower, and rainfall showerhead</p><p><b>Practical</b> - Safe, desk, and phone; cribs/infant beds available on request</p><p><b>Comfort</b> - Air conditioning, daily housekeeping, and heating</p><p>Non-Smoking</p>\"\n                    ],\n                    \"Images\": [\n                        \"https://az712897.vo.msecnd.net/images/fullrm/065c65eb-4b57-468f-8a8c-4b6336673e6d.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/4c87f324-6eca-4b44-ab2d-b4907072c841.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/67d76ceb-7b0f-4361-a92d-5fb93658525c.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/bda1e091-be17-4a39-a8be-5803501e6dfa.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/2fed96f1-1028-4b50-94ae-bf90f5e1bb5c.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/60bd40c6-764c-4425-9912-32e156b3067b.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/cf386b75-b409-488a-bbc1-c48bd1a34a0e.jpeg\"\n                    ],\n                    \"RoomKey\": \"4150329-90\",\n                    \"RoomSizeSqm\": 17\n                },\n                {\n                    \"Amenities\": [\n                        \"HEATING\",\n                        \"Non-Smoking\",\n                        \"TV\",\n                        \"DESK\",\n                        \"Electric kettle\",\n                        \"WARDROBE\",\n                        \"COFFEE\",\n                        \"Daily housekeeping\",\n                        \"WIFI\",\n                        \"Bidet\",\n                        \"PHONE\",\n                        \"TOWELS\",\n                        \"SHEETS\",\n                        \"Soap\",\n                        \"TOILET\",\n                        \"BATHTUB\",\n                        \"Shampoo\",\n                        \"Toothbrush and toothpaste available on request\",\n                        \"Private bathroom\",\n                        \"Free toiletries\",\n                        \"Hair dryer\",\n                        \"Air conditioning\",\n                        \"Rainfall showerhead\",\n                        \"In-room safe\",\n                        \"Cribs/infant beds (surcharge)\",\n                        \"Room service (limited hours)\"\n                    ],\n                    \"Descriptions\": [\n                        \"A “Run of House” (ROH) hotel room is a flexible booking option. The specific room assigned can vary widely, from standard accommodations to potentially more luxurious options, depending on the hotel’s availability at the time of check-in.\"\n                    ],\n                    \"Images\": [\n                        \"https://az712897.vo.msecnd.net/images/fullrm/065c65eb-4b57-468f-8a8c-4b6336673e6d.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/4c87f324-6eca-4b44-ab2d-b4907072c841.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/67d76ceb-7b0f-4361-a92d-5fb93658525c.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/bda1e091-be17-4a39-a8be-5803501e6dfa.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/2fed96f1-1028-4b50-94ae-bf90f5e1bb5c.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/60bd40c6-764c-4425-9912-32e156b3067b.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/cf386b75-b409-488a-bbc1-c48bd1a34a0e.jpeg\"\n                    ],\n                    \"RoomKey\": \"4150329-96\"\n                },\n                {\n                    \"Amenities\": [\n                        \"HEATING\",\n                        \"TV\",\n                        \"DESK\",\n                        \"Smoking and Non-Smoking\",\n                        \"Electric kettle\",\n                        \"WARDROBE\",\n                        \"COFFEE\",\n                        \"Daily housekeeping\",\n                        \"WIFI\",\n                        \"Bidet\",\n                        \"PHONE\",\n                        \"TOWELS\",\n                        \"SHEETS\",\n                        \"Soap\",\n                        \"TOILET\",\n                        \"BATHTUB\",\n                        \"Shampoo\",\n                        \"Toothbrush and toothpaste available on request\",\n                        \"Private bathroom\",\n                        \"Free toiletries\",\n                        \"Hair dryer\",\n                        \"Air conditioning\",\n                        \"Rainfall showerhead\",\n                        \"In-room safe\",\n                        \"Cribs/infant beds (surcharge)\",\n                        \"Room service (limited hours)\"\n                    ],\n                    \"Descriptions\": [\n                        \"<p><strong>1 Double Bed or 1 Twin Bed</strong></p><p>183 sq feet </p><br/><p><b>Internet</b> - Free WiFi </p><p><b>Entertainment</b> - 30-inch flat-screen TV with satellite channels</p><p><b>Food & Drink</b> - Coffee/tea maker, electric kettle, and room service (limited hours)</p><p><b>Sleep</b> - Bed sheets </p><p><b>Bathroom</b> - Private bathroom, shower, and rainfall showerhead</p><p><b>Practical</b> - Safe, desk, and phone; cribs/infant beds available on request</p><p><b>Comfort</b> - Air conditioning, daily housekeeping, and heating</p><p>Smoking And Non-Smoking</p>\"\n                    ],\n                    \"Images\": [\n                        \"https://az712897.vo.msecnd.net/images/fullrm/2fed96f1-1028-4b50-94ae-bf90f5e1bb5c.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/cf386b75-b409-488a-bbc1-c48bd1a34a0e.jpeg\"\n                    ],\n                    \"RoomKey\": \"4150329-94\",\n                    \"RoomSizeSqm\": 17\n                },\n                {\n                    \"Amenities\": [\n                        \"HEATING\",\n                        \"Non-Smoking\",\n                        \"TV\",\n                        \"DESK\",\n                        \"Electric kettle\",\n                        \"WARDROBE\",\n                        \"COFFEE\",\n                        \"Daily housekeeping\",\n                        \"WIFI\",\n                        \"Bidet\",\n                        \"PHONE\",\n                        \"TOWELS\",\n                        \"SHEETS\",\n                        \"Soap\",\n                        \"TOILET\",\n                        \"BATHTUB\",\n                        \"Shampoo\",\n                        \"Toothbrush and toothpaste available on request\",\n                        \"Private bathroom\",\n                        \"Free toiletries\",\n                        \"Hair dryer\",\n                        \"Air conditioning\",\n                        \"Rainfall showerhead\",\n                        \"In-room safe\",\n                        \"Cribs/infant beds (surcharge)\",\n                        \"Room service (limited hours)\"\n                    ],\n                    \"Descriptions\": [\n                        \"<p><strong>3 Twin Beds</strong></p><p>248 sq feet </p><br/><p><b>Internet</b> - Free WiFi </p><p><b>Entertainment</b> - 30-inch flat-screen TV with satellite channels</p><p><b>Food & Drink</b> - Coffee/tea maker, electric kettle, and room service (limited hours)</p><p><b>Sleep</b> - Bed sheets </p><p><b>Bathroom</b> - Private bathroom, shower, and rainfall showerhead</p><p><b>Practical</b> - Safe, desk, and phone; cribs/infant beds available on request</p><p><b>Comfort</b> - Air conditioning, daily housekeeping, and heating</p><p>Non-Smoking</p>\"\n                    ],\n                    \"Images\": [\n                        \"https://az712897.vo.msecnd.net/images/fullrm/e5a3d417-749b-4101-bae9-dfe85b1c88b9.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/60bd40c6-764c-4425-9912-32e156b3067b.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/cf386b75-b409-488a-bbc1-c48bd1a34a0e.jpeg\"\n                    ],\n                    \"RoomKey\": \"4150329-91\",\n                    \"RoomSizeSqm\": 23\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"25e195d2-2445-4ff5-9d71-de0a70a49fce"}],"id":"546c98fa-cbd6-47db-b722-913d9350b78c","description":"<p>GetPackages request is used to get updated information about a hotel.<br />You will receive a list of rooms and info about them .</p>\n<p>In order to send this request, all you need is the <strong>hotelID &amp; sessionID</strong> that was returned in the HotelServiceSearchResponse.</p>\n<p>The response will contain the following information**:**<br />● <strong>Full Package Information</strong> for the selected hotel ID including: Room name, Room rate, refundability<br />and additional elements.<br />● <strong>Taxes and fees breakdown</strong><br />● <strong>SRSP</strong> - Recommended Selling Price (when available &amp; configured to return).<br />● <em><strong>Room Content</strong></em> - Images , amenities &amp; description.</p>\n<p><strong>Request Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HotelID</td>\n<td>The hotel ID returned in the Search response</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ReturnTaxesAndFees</td>\n<td>False - Taxes and fees details will not return in the response.  <br />True - The result will include full taxes and fees breakdown, only if the supplier has returned the tax information, and if our integration with the supplier includes reading this info</td>\n<td></td>\n</tr>\n<tr>\n<td>TimeoutSeconds</td>\n<td>Same as in the Search step, the amount of seconds to wait before results are returned</td>\n<td></td>\n</tr>\n<tr>\n<td>ReturnSRSP</td>\n<td>The supplier's recommended selling price.  <br />If specified as True, the SRSP will be returned under the HotelRoomPackage, above the \"SimplePrice\" field.  <br />  <br />Please note that the SRSP currency is in \"SupplierCurrency\" tag and not the \"Currency\" tag</td>\n<td>The SRSP currency is in \"SupplierCurrency\" tag and NOT the \"Currency\" tag  <br />  <br />The SRSP is returned by the following suppliers: TotalStay (TTS), HotelBeds (HB2), Yalago (YLG), WelcomeBeds (WLC) and AbreuOnlline (ABR), RateHawk (RTH)-\"min_price\" in the SRSP tag, GetARoom (GTR) - \"reference-amount\" as SRSP, BedToYou (SHT) - \"minAmount\" as SRSP.</td>\n</tr>\n<tr>\n<td>ReturnProfit</td>\n<td>If set to 'True', the tag TotalProfit will be returned in the response, it will give an indication for the expected profit.  <br />The currency will be shown in the search currency.  <br />Please note that the profit is the total profit of the client and not the profit of the actual user or node</td>\n<td></td>\n</tr>\n<tr>\n<td>SessionID</td>\n<td>The session ID returned in the Search step</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>RequestType</td>\n<td>JSON: 22  <br />XML: GetPackages</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>TypeOfService</td>\n<td>JSON: 2  <br />XML: Hotels</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ContractId</td>\n<td>Integer</td>\n<td>The contract ID from which the rate originated</td>\n</tr>\n<tr>\n<td>HotelId</td>\n<td>Integer</td>\n<td>The hotel's ID from our hotel/property list (that can be retrieved from our Mapping.Works lite tool)</td>\n</tr>\n<tr>\n<td>PackageId</td>\n<td>String</td>\n<td>The unique package ID of the rate</td>\n</tr>\n<tr>\n<td>PackagePrice</td>\n<td>Object</td>\n<td>Contains information about the pricing, i.e. original price, price after taxes applied, etc.</td>\n</tr>\n<tr>\n<td>Refundability</td>\n<td>Integer: 1 - refundable, 2 - nonrefundable</td>\n<td>Contains information the supplier provided regarding the package's refundability, please note, it is not final and should not be used to determine the final cancellation policy.  <br />Please call 'CancellationPolicyRequest' in order to fetch the most updated data</td>\n</tr>\n<tr>\n<td>RefundableUntil</td>\n<td>String</td>\n<td>The 'RefundableUntil' field indicates the final date by which a package cancellation is possible. This field is provided only when the 'Refundability' field is set to '1', signifying that the package is refundable. It returns the date in epoch format as a string, for example: '/Date(1706399940000)/'.</td>\n</tr>\n<tr>\n<td>Remarks</td>\n<td>String</td>\n<td>The supplier's remarks regarding the taxes and fees</td>\n</tr>\n<tr>\n<td>AdultsCount</td>\n<td>Integer</td>\n<td>Number of adults to stay in a room</td>\n</tr>\n<tr>\n<td>Availability</td>\n<td>String</td>\n<td>Available/On Request</td>\n</tr>\n<tr>\n<td>BedType</td>\n<td>String</td>\n<td>Bed type as parsed from the room name.  <br />Will return only if room name contains proper bed type.</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td>Room ID</td>\n</tr>\n<tr>\n<td>RoomBasis</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>RoomName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>SpecialDeals</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>SupplierId</td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td>SupplierName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>RoomsContent</td>\n<td>ArrayOfRoomContent</td>\n<td>an array of rooms content</td>\n</tr>\n<tr>\n<td>RoomContent</td>\n<td>RoomContent</td>\n<td>Includes the Room Content: Amenities, Descriptions, Images and a reference point (RoomKey) to be used as a “Room Content Dictionary</td>\n</tr>\n<tr>\n<td>Amenities</td>\n<td>ArrayOfstring</td>\n<td>List of Room Amenities as retrieved from the source and processed by TV</td>\n</tr>\n<tr>\n<td>Descriptions</td>\n<td>ArrayOfstring</td>\n<td>List of Room Descriptions as retrieved from the source and processed by TV</td>\n</tr>\n<tr>\n<td>Images</td>\n<td>ArrayOfstring</td>\n<td>List of Room Images as retrieved from the source and processed by TV  <br />  <br />Note: the images are sorted in a recommended display manner</td>\n</tr>\n<tr>\n<td>TargetRoomKey</td>\n<td>String</td>\n<td>The room key of the room’s content source. The room’s TargetRoomKey that was retrieved in the result should be matched to this RoomKey in order to fetch the corresponding Room Content  <br />  <br />Please refer to <a href=\"https://documentation.hsp.gimmonix.com/docs/room-level-content\">Room Level Content Doc</a></td>\n</tr>\n</tbody>\n</table>\n</div><p><em>If \"<strong><strong>ReturnTaxesAndFees</strong></strong>\" is set to true in the request body, the following fields will appear as well:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Currency</td>\n<td>string</td>\n<td>The taxes and fees currency as the supplier returned</td>\n</tr>\n<tr>\n<td>FeeTitle</td>\n<td>string</td>\n<td>The taxes and fees title as the supplier returned</td>\n</tr>\n<tr>\n<td>FrequencyType</td>\n<td>string</td>\n<td>Represents the tax repetitive type: Other, NotApplicable, NotSpecified, PerMinute, PerHour, PerHalfDay, PerNight, PerWeek, PerStay</td>\n</tr>\n<tr>\n<td>IsIncludedInPrice</td>\n<td>boolean</td>\n<td>Represents if the taxes and fees are included in the final price</td>\n</tr>\n<tr>\n<td>IsMandatory</td>\n<td>boolean</td>\n<td>Represents if the taxes and fees are mandatory to be paid. For instance, 'resort fees' are typically mandatory, while 'wifi fee' might not.</td>\n</tr>\n<tr>\n<td>IsValuePercentage</td>\n<td>boolean</td>\n<td>Represents if the tax or fee is percentage value or an absolute value</td>\n</tr>\n<tr>\n<td>UnitType</td>\n<td>string</td>\n<td>Represents the taxes and fees categorization type: Other, NotApplicable, NotSpecified, PerChild, PerAdult, PerNight,  <br />PerRoom, PerStay, PerPerson, PerOccurrence, PerItem, PerReservation  <br />  <br />Other:  <br />Happens when the supplier returns tax/fee amount, but didn't specified a title which we didn't recognize  <br />  <br />NotApplicable:  <br />Happens when the supplier returns tax/fee amount, and specified that this fee is not applicable for the selected room.  <br />  <br />NotSpecified:  <br />Happens when the supplier returns tax/fee amount, but didn't specify any title for it.  <br />  <br />PerOccurrence:  <br />of the fee title  <br />  <br />PerItem:  <br />for example - number of speedboats  <br />  <br />PerReservation:  <br />The tax will be applied per the entire reservation</td>\n</tr>\n<tr>\n<td>Value</td>\n<td>string</td>\n<td>The decimal value of the taxes and fees</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"creditcard-field-\">CreditCard Field :</h3>\n<p>The value affects the payment method to be specified in the booking request. (The available payment methods will return also in Payment Preferences response).</p>\n<p>The field indicates how the credit card will be charged or used at the booking step.<br />Please note that only gross feeds will have these values returned.</p>\n<blockquote>\n<p>For Guarantee and Deposit, another value will also return in the package details in the price section (depending on the response from the supplier) - PayOnArrivalFinal. </p>\n</blockquote>\n<p>The credit card will be charged for the sum = FinalPrice - PayOnArrivalFinal. The PayOnArrivalFinal amount is to be paid at the hotel upon arrival.</p>\n<p>The PayOnArrivalFinal tag is meant for helping clients calculate and display a price for payment at the booking stage.</p>\n<p>The PayOnArrivalFinal is not guaranteed to be available as it depends on the response from the supplier.<br />In case this tag does not return for a rate with CreditCard = \"Guarantee\" or \"Deposit\", the client should display the full amount as the booking price, without calculating.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>XML Response</th>\n<th>JSON Response</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>immediatePayment</td>\n<td>0</td>\n<td>Default value. In this case, the payment method on book request will be CreditCardExternal.</td>\n</tr>\n<tr>\n<td>Guarantee</td>\n<td>1</td>\n<td>The payment method to be passed in the booking request is CreditCardExternal, but the supplier will not charge the credit card and the actual payment will be made by the hotel upon arrival, or in case of cancellation after the cancellation policy's deadline.</td>\n</tr>\n<tr>\n<td>Deposit</td>\n<td>2</td>\n<td>The payment method to be sent in the booking request is CreditCardExternal.  <br />Read more information below.</td>\n</tr>\n<tr>\n<td>NotRequired</td>\n<td>3</td>\n<td>The payment is to be made at the hotel upon arrival. The payment method to be sent in the booking request is PayUponArrival. Credit card details are not required.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"546c98fa-cbd6-47db-b722-913d9350b78c"},{"name":"Get Payment Preferences","item":[{"name":"Get Payment Preferences","id":"d45725d4-3165-44ce-a64e-61918c35de9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Request\": {\r\n            \"__type\": \"HotelPaymentPreferencesRequest\",\r\n            \"ClientIP\": null,\r\n            \"HotelID\": 4150329,\r\n            \"IncludeCancellationPolicy\": true,\r\n            \"PackageID\": \"7e9667c7-c4f5-4fed-870a-9acc752091d3\"\r\n        },\r\n        \"RequestType\": 10,\r\n        \"SessionID\": \"/181/141747/D20241229T120848/2b0a0d92c35f44df894afec7bc84d1b8\",\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"b04eb203-3dda-4f83-9584-65285359e10a","name":"Get Payment Preferences - Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Request\": {\r\n            \"__type\": \"HotelPaymentPreferencesRequest\",\r\n            \"ClientIP\": null,\r\n            \"HotelID\": 4150329,\r\n            \"IncludeCancellationPolicy\": true,\r\n            \"PackageID\": \"7e9667c7-c4f5-4fed-870a-9acc752091d3\"\r\n        },\r\n        \"RequestType\": 10,\r\n        \"SessionID\": \"/181/141747/D20241229T120848/2b0a0d92c35f44df894afec7bc84d1b8\",\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001Q"},{"key":"Date","value":"Sun, 29 Dec 2024 12:10:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"HotelCancellationPolicyResponse\": {\n            \"BookingRemarks\": \"  Estimated total amount of taxes & fees for this booking:24.00 Euro payable on arrival.  Car park YES (Without additional debit notes).Check-in hour 14:00-01:00.Identification card at arrival.\",\n            \"CancellationPolicies\": [\n                {\n                    \"CancellationFee\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 152.17,\n                        \"FinalPriceInSupplierCurrency\": 145.93,\n                        \"OriginalPrice\": 152.17,\n                        \"OriginalPriceInSupplierCurrency\": 145.93,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"DateFrom\": \"/Date(1735430400000+0000)/\",\n                    \"DateTo\": \"/Date(253402214400000+0000)/\"\n                }\n            ]\n        },\n        \"HotelPaymentPreferences\": {\n            \"ApplicablePreferences\": [\n                {\n                    \"AcceptedCreditCards\": null,\n                    \"Type\": 0\n                },\n                {\n                    \"AcceptedCreditCards\": [],\n                    \"Type\": 1\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"d45725d4-3165-44ce-a64e-61918c35de9c"}],"id":"4eda2f0f-2460-4f6f-9fa4-a8faf849c07b","description":"<p>Payment Preferences is used to retrieve the booking payment possibilities for a selected package.<br />In order to send this request, all you need is the <strong>hotelID , PackageID &amp; sessionID</strong> that was returned in the GetPackagesResponse.</p>\n<p>Payment preferences will specify if the user (whose credentials were used to access the API and to<br />create the session) is allowed to make a booking, if he/she can pay by credit card (internal/external),<br />cash or other alternative method (pay upon arrival).</p>\n<p>Also included are the applicable credit cards that are allowed for use in booking this package. The list of<br />applicable Credit Cards are either parsed according to supplier response (if returned and implemented),<br />or taken from the accounts settings (Can be configured via the the B2B, on contracts screen).<br />Payment preferences can also return cancellation policy details for the selected package.</p>\n<p><strong>Request Fields :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HotelID</td>\n<td>From search response</td>\n</tr>\n<tr>\n<td>PackageID</td>\n<td>From search response</td>\n</tr>\n<tr>\n<td>IncludeCancellationPolicy</td>\n<td>true/false.  <br />If true, will return cancellation policy too, otherwise will not return cancellation policy</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Fields :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Booking remarks</td>\n<td>Possible supplier remarks/notifications</td>\n</tr>\n<tr>\n<td>HotelCancelationPolicyResponse</td>\n<td>If requested, will contain CXL details</td>\n</tr>\n<tr>\n<td>HotelPaymentPreferences</td>\n<td></td>\n</tr>\n<tr>\n<td>ApplicablePreferences</td>\n<td></td>\n</tr>\n<tr>\n<td>PaymentPreference</td>\n<td>Contain payment methods available</td>\n</tr>\n<tr>\n<td>AcceptedCreditCards</td>\n<td>List of accepted credit cards which can be sent on booking request.</td>\n</tr>\n<tr>\n<td>CreditCardPaymentCommision</td>\n<td></td>\n</tr>\n<tr>\n<td>CardType</td>\n<td>Unspecified = 0  <br />Visa = 1,  <br />MasterCard = 2,  <br />AmericanExpress = 3,  <br />Diners = 4,  <br />Discover = 5,  <br />Eurocard = 6,  <br />Maestro = 7,  <br />JCB = 8,  <br />WEX = 9,  <br />Enett = 10</td>\n</tr>\n<tr>\n<td>Commission</td>\n<td>Additional charges that might be added to the final price</td>\n</tr>\n<tr>\n<td>FlatFee</td>\n<td>Additional charges that might be added to the final price</td>\n</tr>\n<tr>\n<td>ChargingCurrency</td>\n<td>Final currency in which a Credit card will be charged</td>\n</tr>\n<tr>\n<td>ConversionRate</td>\n<td>Conversion rate used between Sale price/rate and the actual charge</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Cash [0] – the booking can be completed without CreditCard  <br />  <br />CreditCardInternal [1] - relevant for net suppliers, the payment is processed via the client's payment gateway.  <br />  <br />CreditCardExternal [2] - Credit Card details are passed to the accommodation provider.  <br />  <br />PayOnArrival [3] - relevant for gross suppliers only. Payment for the stay will be done at the hotel.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"4eda2f0f-2460-4f6f-9fa4-a8faf849c07b"},{"name":"Get Cancellation Policy","item":[{"name":"Get Cancellation Policy","id":"9176d674-c68c-4c01-8c53-d65195d69ea2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Request\": {\r\n            \"__type\": \"HotelCancellationPolicyRequest\",\r\n            \"ClientIP\": null,\r\n            \"HotelID\": 4150329,\r\n            \"IncludePackageDetails\": true,\r\n            \"PackageID\": \"7e9667c7-c4f5-4fed-870a-9acc752091d3\"\r\n        },\r\n        \"RequestType\": 8,\r\n        \"SessionID\": \"/181/141747/D20241229T120848/2b0a0d92c35f44df894afec7bc84d1b8\",\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"5511ecf1-0852-49ad-9a6d-1fccf8ad180b","name":"Get Cancellation Policy - Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Request\": {\r\n            \"__type\": \"HotelCancellationPolicyRequest\",\r\n            \"ClientIP\": null,\r\n            \"HotelID\": 4150329,\r\n            \"IncludePackageDetails\": true,\r\n            \"PackageID\": \"7e9667c7-c4f5-4fed-870a-9acc752091d3\"\r\n        },\r\n        \"RequestType\": 8,\r\n        \"SessionID\": \"/181/141747/D20241229T120848/2b0a0d92c35f44df894afec7bc84d1b8\",\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001P"},{"key":"Date","value":"Sun, 29 Dec 2024 12:11:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"HotelCancellationPolicyResponse\": {\n            \"BookingRemarks\": \"  Estimated total amount of taxes & fees for this booking:24.00 Euro payable on arrival.  Car park YES (Without additional debit notes).Check-in hour 14:00-01:00.Identification card at arrival.\",\n            \"CancellationPolicies\": [\n                {\n                    \"CancellationFee\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 152.17,\n                        \"FinalPriceInSupplierCurrency\": 145.93,\n                        \"OriginalPrice\": 152.17,\n                        \"OriginalPriceInSupplierCurrency\": 145.93,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"DateFrom\": \"/Date(1735430400000+0000)/\",\n                    \"DateTo\": \"/Date(253402214400000+0000)/\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"9176d674-c68c-4c01-8c53-d65195d69ea2"},{"name":"Get Cancellation Policy for multi rooms","id":"ed83452a-23b8-43ee-b50d-58c55d209aba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Request\": {\r\n            \"__type\": \"HotelCancellationPolicyRequest\",\r\n            \"ClientIP\": null,\r\n            \"HotelID\": 4150329,\r\n            \"IncludePackageDetails\": true,\r\n            \"PackageID\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"PackagesIDs\": [\r\n                \"7e9667c7-c4f5-4fed-870a-9acc752091d3\", \"8adb51ef-4ea4-448f-80f6-db7ad02eb052\"\r\n            ]\r\n        },\r\n        \"RequestType\": 8,\r\n        \"SessionID\": \"/181/141747/D20241229T120848/2b0a0d92c35f44df894afec7bc84d1b8\",\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"5b257b7e-6710-4fed-b522-573f06da50ee","name":"Get Cancellation Policy for multi rooms - Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Request\": {\r\n            \"__type\": \"HotelCancellationPolicyRequest\",\r\n            \"ClientIP\": null,\r\n            \"HotelID\": 4150329,\r\n            \"IncludePackageDetails\": true,\r\n            \"PackageID\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"PackagesIDs\": [\r\n                \"7e9667c7-c4f5-4fed-870a-9acc752091d3\", \"8adb51ef-4ea4-448f-80f6-db7ad02eb052\"\r\n            ]\r\n        },\r\n        \"RequestType\": 8,\r\n        \"SessionID\": \"/181/141747/D20241229T120848/2b0a0d92c35f44df894afec7bc84d1b8\",\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001Q"},{"key":"Date","value":"Sun, 29 Dec 2024 12:11:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"HotelCancellationPoliciesResponse\": {\n            \"Items\": [\n                {\n                    \"CancellationPolicy\": {\n                        \"BookingRemarks\": \"  Estimated total amount of taxes & fees for this booking:24.00 Euro payable on arrival.  Car park YES (Without additional debit notes).Check-in hour 14:00-01:00.Identification card at arrival.\",\n                        \"CancellationPolicies\": [\n                            {\n                                \"CancellationFee\": {\n                                    \"Currency\": \"USD\",\n                                    \"FinalPrice\": 152.17,\n                                    \"FinalPriceInSupplierCurrency\": 145.93,\n                                    \"OriginalPrice\": 152.17,\n                                    \"OriginalPriceInSupplierCurrency\": 145.93,\n                                    \"SupplierCurrency\": \"EUR\"\n                                },\n                                \"DateFrom\": \"/Date(1735430400000+0000)/\",\n                                \"DateTo\": \"/Date(253402214400000+0000)/\"\n                            }\n                        ]\n                    },\n                    \"PackageId\": \"7e9667c7-c4f5-4fed-870a-9acc752091d3\"\n                },\n                {\n                    \"CancellationPolicy\": {\n                        \"BookingRemarks\": \"  Estimated total amount of taxes & fees for this booking:24.00 Euro payable on arrival.  Car park YES (Without additional debit notes).Check-in hour 14:00-01:00.Identification card at arrival.\",\n                        \"CancellationPolicies\": [\n                            {\n                                \"CancellationFee\": {\n                                    \"Currency\": \"USD\",\n                                    \"FinalPrice\": 152.17,\n                                    \"FinalPriceInSupplierCurrency\": 145.93,\n                                    \"OriginalPrice\": 152.17,\n                                    \"OriginalPriceInSupplierCurrency\": 145.93,\n                                    \"SupplierCurrency\": \"EUR\"\n                                },\n                                \"DateFrom\": \"/Date(1735430400000+0000)/\",\n                                \"DateTo\": \"/Date(253402214400000+0000)/\"\n                            }\n                        ]\n                    },\n                    \"PackageId\": \"8adb51ef-4ea4-448f-80f6-db7ad02eb052\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"ed83452a-23b8-43ee-b50d-58c55d209aba"}],"id":"9c7378f9-29ba-4c98-af33-e6387543f20b","description":"<p>This function sends a request for the cancellation policy and should be used before sending a booking request.</p>\n<p>In order to send this request, all you need is the <strong>hotelID , PackageID &amp; sessionID</strong> that was returned in the GetPackagesResponse.</p>\n<p>If you'd like to get the cancellation policy for multiple package IDs on the same HotelID<br />returned in the search result, you can send several simultaneous cancellation policy requests or send multiple package IDs in a single request.</p>\n<p>This call should be used only once the end-user wants to retrieve information for a specific rate and under no circumstances should be used to retrieve ALL cancellation policies for all package IDs returned for all Hotel IDs.<br />While the latter is supported, abuse of such calls will lead to throttling of your user.</p>\n<p><strong>Request Fields:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HotelID</td>\n<td>Hotel ID which you would like to get cancellation policy for. Mandatory.</td>\n</tr>\n<tr>\n<td>PackageID</td>\n<td>Package id that came from search results for this hotel id.</td>\n</tr>\n<tr>\n<td>PackagesIDs</td>\n<td>NEW - You can pass a few packagesIDs for selected hotel. This might be useful instead of executing multiple cancellation policies requests with one package id each time.</td>\n</tr>\n<tr>\n<td>TimeoutInSeconds</td>\n<td>Timeout for the response to be retrieved</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Fields :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BookingRemarks</td>\n<td>The cancellation policy remarks - retrieved from the supplier and contains essential text such as hotel comments, residency restrictions, check-in hours, etc.  <br />In case the remarks contain textual policy dates and fees which are different from the structured policy - please consider the textual policy as the policy to be applied for this package</td>\n</tr>\n<tr>\n<td>CancellationPolicies</td>\n<td>There can be few cancel policies for the package</td>\n</tr>\n<tr>\n<td>CancellationPolicy</td>\n<td>Each element will address specific date range from-to</td>\n</tr>\n<tr>\n<td>CancellationFee</td>\n<td>Cancellation fee element.  <br />It is important to mention that the fee is the package's original price, i.e. without any markups.</td>\n</tr>\n<tr>\n<td>DateFrom</td>\n<td>Date and time the policy kicks in. Time is GMT.  <br />  <br />Please be aware that we won't be able to service complaints on a cancellation fee that was charged by the supplier because of time-zone differences between the supplier cancellation policy time to your time.</td>\n</tr>\n<tr>\n<td>DateTo</td>\n<td>End date and time for the policy. Time is GMT.</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>Contains policy description as returned from the supplier.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"9c7378f9-29ba-4c98-af33-e6387543f20b"},{"name":"Book Hotel","item":[{"name":"Book Hotel - Cash","id":"f47accaa-d997-40c4-9127-5dfd602e5b76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Request\": {\r\n            \"__type\": \"HotelBookRequest\",\r\n            \"ClientIP\": null,\r\n            \"AgentRemarks\": null,\r\n            \"BookingPrice\": 0,\r\n            \"CustomBookingReference\": null,\r\n            \"HotelID\": 4150329,\r\n            \"LeadPaxId\": \"lead-passenger-id\",\r\n            \"LeadPaxRoomId\": \"be12f02f-2f9e-4fb0-820f-ca050abae90e\",\r\n            \"PackageID\": \"7e9667c7-c4f5-4fed-870a-9acc752091d3\",\r\n            \"Passengers\": [\r\n                {\r\n                    \"Allocation\": \"be12f02f-2f9e-4fb0-820f-ca050abae90e\",\r\n                    \"Id\": \"lead-passenger-id\",\r\n                    \"Email\": {\r\n                        \"Value\": \"pax1@email.com\"\r\n                    },\r\n                    \"Telephone\": {\r\n                        \"PhoneNumber\": \"123456789\"\r\n                    },\r\n                    \"PersonDetails\": {\r\n                        \"Name\": {\r\n                            \"GivenName\": \"Person\",\r\n                            \"NamePrefix\": \"Mr\",\r\n                            \"Surname\": \"One\"\r\n                        },\r\n                        \"Type\": 0\r\n                    }\r\n                },\r\n                {\r\n                    \"Allocation\": \"be12f02f-2f9e-4fb0-820f-ca050abae90e\",\r\n                    \"Id\": \"2nd-passenger-id\",\r\n                    \"Email\": {\r\n                        \"Value\": \"pax2@email.com\"\r\n                    },\r\n                    \"Telephone\": {\r\n                        \"PhoneNumber\": \"123456789\"\r\n                    },\r\n                    \"PersonDetails\": {\r\n                        \"Name\": {\r\n                            \"GivenName\": \"Person\",\r\n                            \"NamePrefix\": \"Mr\",\r\n                            \"Surname\": \"Two\"\r\n                        },\r\n                        \"Type\": 0\r\n                    }\r\n                }\r\n            ],\r\n            \"SelectedPaymentMethod\": 0,\r\n            \"ServiceFee\": null\r\n        },\r\n        \"RequestType\": 2,\r\n        \"SessionID\": \"/181/141747/D20241229T120848/2b0a0d92c35f44df894afec7bc84d1b8\",\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"2fcd1e5f-9056-4245-bcde-014ff7ff4aed","name":"Book Hotel - Cash - Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Request\": {\r\n            \"__type\": \"HotelBookRequest\",\r\n            \"ClientIP\": null,\r\n            \"AgentRemarks\": null,\r\n            \"BookingPrice\": 0,\r\n            \"CustomBookingReference\": null,\r\n            \"HotelID\": 4150329,\r\n            \"LeadPaxId\": \"lead-passenger-id\",\r\n            \"LeadPaxRoomId\": \"be12f02f-2f9e-4fb0-820f-ca050abae90e\",\r\n            \"PackageID\": \"7e9667c7-c4f5-4fed-870a-9acc752091d3\",\r\n            \"Passengers\": [\r\n                {\r\n                    \"Allocation\": \"be12f02f-2f9e-4fb0-820f-ca050abae90e\",\r\n                    \"Id\": \"lead-passenger-id\",\r\n                    \"Email\": {\r\n                        \"Value\": \"pax1@email.com\"\r\n                    },\r\n                    \"Telephone\": {\r\n                        \"PhoneNumber\": \"123456789\"\r\n                    },\r\n                    \"PersonDetails\": {\r\n                        \"Name\": {\r\n                            \"GivenName\": \"Person\",\r\n                            \"NamePrefix\": \"Mr\",\r\n                            \"Surname\": \"One\"\r\n                        },\r\n                        \"Type\": 0\r\n                    }\r\n                },\r\n                {\r\n                    \"Allocation\": \"be12f02f-2f9e-4fb0-820f-ca050abae90e\",\r\n                    \"Id\": \"2nd-passenger-id\",\r\n                    \"Email\": {\r\n                        \"Value\": \"pax2@email.com\"\r\n                    },\r\n                    \"Telephone\": {\r\n                        \"PhoneNumber\": \"123456789\"\r\n                    },\r\n                    \"PersonDetails\": {\r\n                        \"Name\": {\r\n                            \"GivenName\": \"Person\",\r\n                            \"NamePrefix\": \"Mr\",\r\n                            \"Surname\": \"Two\"\r\n                        },\r\n                        \"Type\": 0\r\n                    }\r\n                }\r\n            ],\r\n            \"SelectedPaymentMethod\": 0,\r\n            \"ServiceFee\": null\r\n        },\r\n        \"RequestType\": 2,\r\n        \"SessionID\": \"/181/141747/D20241229T120848/2b0a0d92c35f44df894afec7bc84d1b8\",\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001Q"},{"key":"Date","value":"Sun, 29 Dec 2024 12:13:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"HotelOrderBookResponse\": {\n            \"HotelSegments\": [\n                {\n                    \"BookingID\": \"291220241213075344\",\n                    \"BookingInfoMismatch\": true,\n                    \"BookingReference\": \"207-13581388\",\n                    \"BookingRemarks\": [\n                        \"Estimated total amount of taxes & fees for this booking: 24.00 Euro   payable on arrival. Car park YES (without additional debit notes). Check-in hour 14:00 - 01:00. Identification card at arrival.\"\n                    ],\n                    \"OrderId\": 4580085,\n                    \"SegmentId\": 4611417,\n                    \"Status\": \"OK\",\n                    \"TotalPrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 152.17,\n                        \"FinalPriceInSupplierCurrency\": 145.93,\n                        \"OriginalPrice\": 152.17,\n                        \"OriginalPriceInSupplierCurrency\": 145.93,\n                        \"SupplierCurrency\": \"EUR\"\n                    }\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"f47accaa-d997-40c4-9127-5dfd602e5b76"},{"name":"Book Hotel - Credit","id":"f975b065-12ae-47e8-b82d-3d5ee9c0d442","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"rqst\": {\n        \"Request\": {\n            \"__type\": \"HotelBookRequest\",\n            \"ClientIP\": null,\n            \"AgentRemarks\": null,\n            \"BookingPrice\": 0,\n            \"Card\": {\n                \"AddressLine\": \"Address 42\",\n                \"CVV\": \"424\",\n                \"CardNumber\": \"4111111111111111\",\n                \"CardType\": 1,\n                \"City\": \"Tel Aviv\",\n                \"State\" : \"\",\n                \"Country\": \"IL\",\n                \"ExpireDate\": \"/Date(1667253600000+0200)/\",\n                \"HolderName\": \"Testi Testo\",\n                \"Phone\": \"034921421\",\n                \"ZipCode\": \"424324\"\n            },\n            \"CustomBookingReference\": null,\n            \"HotelID\": 4150329,\n            \"LeadPaxId\": \"lead-passenger-id\",\n            \"LeadPaxRoomId\": \"be12f02f-2f9e-4fb0-820f-ca050abae90e\",\n            \"PackageID\": \"7e9667c7-c4f5-4fed-870a-9acc752091d3\",\n            \"Passengers\": [\n                {\n                    \"Allocation\": \"be12f02f-2f9e-4fb0-820f-ca050abae90e\",\n                    \"Id\": \"lead-passenger-id\",\n                    \"Email\": {\n                        \"Value\": \"pax1@email.com\"\n                    },\n                    \"Telephone\": {\n                        \"PhoneNumber\": \"123456789\"\n                    },\n                    \"PersonDetails\": {\n                        \"Name\": {\n                            \"GivenName\": \"Person\",\n                            \"NamePrefix\": \"Mr\",\n                            \"Surname\": \"One\"\n                        },\n                        \"Type\": 0\n                    }\n                },\n                {\n                    \"Allocation\": \"be12f02f-2f9e-4fb0-820f-ca050abae90e\",\n                    \"Id\": \"2nd-passenger-id\",\n                    \"Email\": {\n                        \"Value\": \"pax2@email.com\"\n                    },\n                    \"Telephone\": {\n                        \"PhoneNumber\": \"123456789\"\n                    },\n                    \"PersonDetails\": {\n                        \"Name\": {\n                            \"GivenName\": \"Person\",\n                            \"NamePrefix\": \"Mr\",\n                            \"Surname\": \"Two\"\n                        },\n                        \"Type\": 0\n                    }\n                }\n            ],\n            \"SelectedPaymentMethod\": 0,\n            \"ServiceFee\": null\n        },\n        \"RequestType\": 2,\n        \"SessionID\": \"/181/141747/D20241229T120848/2b0a0d92c35f44df894afec7bc84d1b8\",\n        \"TypeOfService\": 2\n    }\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f975b065-12ae-47e8-b82d-3d5ee9c0d442"}],"id":"f81eb8e1-9728-4b05-8c02-0ee2b74543a4","description":"<p>This function submits a new booking request for the selected hotel and returns the booking reference<br />and booking status.<br />You can book only those items that were returned in the last search, in the same session. The same package can be booked several times, depending on 3rd party supplier restrictions for duplicate bookings. In such case an error will be returned which will prevent further booking attempts of the same package.</p>\n<p>Our API requires full occupancy details, i.e. Passengers and CustomerInfo are required for each of the<br />rooms requested (some suppliers require the full information). If needed, you may clone the passenger<br />information from the lead pax (not including children).</p>\n<p>Some suppliers will reject a second book request with the same customer name. This error is handled<br />internally by adding a suffix of 'A' and 'B' to the customer name. In case you would like to skip this<br />handling, you must send different customer names in the request.<br />Booking timeout: The system has a default setting of 3 minutes before a book request times out and an<br />error message is returned.</p>\n<blockquote>\n<p>🚧 The Book Request can be done with either Cash or Credit Card. </p>\n</blockquote>\n<h2 id=\"payment-types-\">Payment Types :</h2>\n<h3 id=\"cash--\">Cash -</h3>\n<blockquote>\n<p>Use Cash when you are booking from a NET supplier, and collecting the payment from the customer outside of Travolutionary platform. </p>\n</blockquote>\n<h3 id=\"creditcardinternal--\">CreditCardInternal -</h3>\n<blockquote>\n<p>Relevant for net suppliers, the payment is processed via client's payment gateway. </p>\n</blockquote>\n<h3 id=\"creditcardexternal--\">CreditCardExternal -</h3>\n<blockquote>\n<p>Credit Card details are passed to the accommodation provider (Supplier). </p>\n</blockquote>\n<h3 id=\"payuponarrival--\">PayUponArrival -</h3>\n<blockquote>\n<p>Use PayUponArrival only when the PaymentPreferences response returns that type of payment. This is NOT applicable payment option for NET suppliers, but only for Gross suppliers, such as Booking.com, HRS, Amadeus, etc. </p>\n</blockquote>\n<p><strong>Request parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientIP</td>\n<td>Provide client IP</td>\n<td></td>\n</tr>\n<tr>\n<td>BookingPrice</td>\n<td>The package price as was returned in the  <br />search response. You can pass '0' to allow  <br />the system to book the required package  <br />for its final price. You may also pass a  <br />higher or lower booking price, depending  <br />on the markup configuration settings  <br />defined in the B2B tool for the username.</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>HotelID</td>\n<td>Hotel ID as was returned in the search  <br />response for booking.</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>CustomBookingReference</td>\n<td>This field lets you send a custom Booking Reference to suppliers.  <br />Note that not all suppliers support custom references; they may truncate it or generate a new one based on their API rules.  <br />For global uniqueness, it's advised to use a randomly generated UUID, preferably UUIDv4, otherwise the booking may fail.</td>\n<td></td>\n</tr>\n<tr>\n<td>InternalAgentRef1</td>\n<td>Free text: Will appear in the B2B as  <br />‘InternalRefId1’ field in Supplier  <br />Confirmation Info section of the order.  <br />Op</td>\n<td></td>\n</tr>\n<tr>\n<td>InternalAgentRef2</td>\n<td>Free text: Will appear in the B2B as  <br />‘InternalRefId2’ field in Supplier  <br />Confirmation Info section of the order.  <br />Op</td>\n<td></td>\n</tr>\n<tr>\n<td>PackageID</td>\n<td>Package ID as was returned in the search  <br />response.</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>LeadPaxId</td>\n<td>ID of the lead pax. Should be generated on  <br />your side, preferably as Guid.</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>LeadPaxRoomId</td>\n<td>ID of the room that the lead pax will be  <br />allocated to. Should be taken from the  <br />search response.</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>Passengers</td>\n<td></td>\n<td>✓</td>\n</tr>\n<tr>\n<td>CustomerInfo</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Use English characters only, otherwise  <br />the booking might fail on the supplier side!</td>\n<td></td>\n</tr>\n<tr>\n<td>AddressLine</td>\n<td>Maximum 254 characters.</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>CityName</td>\n<td>Use English characters only, otherwise  <br />the booking might fail on the supplier side!</td>\n<td></td>\n</tr>\n<tr>\n<td>CountryName</td>\n<td>Use English characters only, otherwise  <br />the booking might fail on the supplier side!</td>\n<td></td>\n</tr>\n<tr>\n<td>Code</td>\n<td>Same as residency code used in search  <br />request. Maximum 2 characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>Name</td>\n<td>Use English characters only, otherwise  <br />the booking might fail on the supplier side!</td>\n<td></td>\n</tr>\n<tr>\n<td>PostalCode</td>\n<td>Maximum 20 characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>StateProv</td>\n<td>Maximum 20 characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>Street</td>\n<td>Use English characters only, otherwise  <br />the booking might fail on the supplier side!</td>\n<td></td>\n</tr>\n<tr>\n<td>StreetNmbr</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Allocation</td>\n<td>ID for the room the passenger should be  <br />allocated to, should be taken from search  <br />response. For the lead passenger, the value  <br />should match the LeadPaxRoomId.</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Maximum 254 characters.</td>\n<td>✓ (for Gross suppliers)</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The passenger ID. Should be generated on  <br />your side, preferably as Guid. Each  <br />passenger must have unique ID, except for  <br />the lead passenger, whose ID will be equal  <br />to LeadPaxId.</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>PersonDetails</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Age</td>\n<td>Passenger’s age.</td>\n<td>✓ (for children)</td>\n</tr>\n<tr>\n<td>BirthDate</td>\n<td>Passenger’s birth date</td>\n<td>Not in use</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>NamePrefix</td>\n<td>Mr / Mrs / Ms / etc.</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>GivenName</td>\n<td>First Name  <br />Use English characters only, otherwise  <br />the booking might fail on the supplier side</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Last Name  <br />Use English characters only, otherwise  <br />the booking might fail on the supplier side</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>0 - Adult  <br />1 - Child  <br />2 - Infant  <br />3 - Youth  <br />4 - Senior  <br />5 - Student  <br />6 - Military</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>Telephone</td>\n<td>Passenger’s telephone number. Maximum  <br />50 characters.</td>\n<td>✓ (for some suppliers)</td>\n</tr>\n<tr>\n<td>RoomsRemarks</td>\n<td>Free text remarks to be sent to the supplier.  <br />Tag must be present in each room even if  <br />empty. NOTE: Only suppliers that support  <br />this feature will receive the remarks</td>\n<td></td>\n</tr>\n<tr>\n<td>Key</td>\n<td>Room ID.</td>\n<td></td>\n</tr>\n<tr>\n<td>Value</td>\n<td>Remarks for this room</td>\n<td></td>\n</tr>\n<tr>\n<td>SelectedPaymentMethod</td>\n<td>Preferred payment method.  <br />Cash: Use when you are booking from a  <br />NET supplier, and collecting the payment  <br />from the customer outside of  <br />Travolutionary platform.  <br />NOTE: The booking will be created with a  <br />'Not Paid' remark in the B2B. You'll be able  <br />to 'pay' it, by charging the customer via one  <br />of the integrated Payment Gateways on the  <br />platform).  <br />NOTE: By using ‘Cash,’ you are using the  <br />credit/obligo which the NET supplier  <br />allocated to you. When the limit is reached,  <br />the booking will fail with E4060 error code.  <br />You will need to deposit funds in order to  <br />obtain the possibility to book again from  <br />this supplier.  <br />PayUponArrival: Use only when the  <br />‘PaymentPreferences’ response returns a  <br />pay upon arrival payment.  <br />NOTE: Applicable ONLY for gross suppliers  <br />such as Booking.com, HRS, Amadeus, etc.  <br />and NOT for NET suppliers.</td>\n<td></td>\n</tr>\n<tr>\n<td>ExcludeFromRebooker</td>\n<td>Assign \"true\" if you don't want the created booking to be monitored by Rebooker. Makes sense only if Rebooker is allowed for the client.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HotelSegments</td>\n<td>The response can have several segments</td>\n</tr>\n<tr>\n<td>BookingID</td>\n<td>Supplier booking confirmation id for this booking.</td>\n</tr>\n<tr>\n<td>BookingInfoMismatch</td>\n<td>Answers whether the confirmed price matches the pre-booking price.  <br /><strong>True:</strong> The supplier confirmed the booking with a price different from  <br />the pre-booking price. To retrieve the confirmed price, please call  <br />GetSegmentFinReport.  <br /><strong>False:</strong> The supplier confirmed the booking at the same price as in  <br />pre-booking.</td>\n</tr>\n<tr>\n<td>BookingReference</td>\n<td>Supplier booking reference for this booking.  <br /><strong>Note:</strong>  <br />This fields may not return in case the supplier returned single booking id/reference for this booking.</td>\n</tr>\n<tr>\n<td>BookingID</td>\n<td>Supplier booking reference for this booking.  <br /><strong>Note:</strong>  <br />This fields may not return in case the supplier returned single booking id/reference for this booking.</td>\n</tr>\n<tr>\n<td>BookingRemarks</td>\n<td>Any supplier remarks for this booking.</td>\n</tr>\n<tr>\n<td>OrderId</td>\n<td>Order ID as created on Travolutionary.</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>Segment ID as created on Travolutionary.  <br />  <br />To be used with check status or cancel methods.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>Booking status. See all the possible statuses list <a href=\"https://documentation.hsp.gimmonix.com/docs/order-and-segment-statuses\">Here </a>  .</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"paying-with-credit-card\">Paying with Credit Card</h3>\n<p>When paying with Credit-Cart , Please add the following Element (as in the) :<br /><strong>Request Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Card</td>\n<td>Opening Element.</td>\n<td></td>\n</tr>\n<tr>\n<td>AddressLine</td>\n<td>Card holder's address</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CVV</td>\n<td>Card verification value - 3/4 digits.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CardNumber</td>\n<td>Credit card's number</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CardType</td>\n<td>1 - Visa  <br />2 - MasterCard  <br />3 - AmericanExpress  <br />4 - Diners  <br />5 - DiscoCardTypever  <br />6 - Eurocard  <br />7 - Maestro  <br />8 - JCB</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Card holder's city.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Card holder's State.</td>\n<td>Yes - only for countries which have states (i.e. US / CA / AU)</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>Card holder's country</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ExpireDate</td>\n<td>Credit card's rxpiration date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>HolderName</td>\n<td>Card holder's full name</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Card holder's phone number</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ZipCode</td>\n<td>Card holder's Zip Code</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"f81eb8e1-9728-4b05-8c02-0ee2b74543a4"}],"id":"1333c6e7-666a-483c-a4bb-3378f365c806","description":"<p>A standard Hotels flow, offers a comprehensive hotel booking flow, allowing users to search for hotels, retrieve room details, cancellation policies, and bookings.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request</th>\n<th>Explanation</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HotelsServiceSearchRequest</td>\n<td>Get a list of hotels .</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>GetPackages</td>\n<td>Find rooms inside of a specific hotel .</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>GetCancellationPolicy</td>\n<td>Get full and updated info about a specific room .</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>GetPaymentPrefrences</td>\n<td>Get full and updated payments info about a specific room .</td>\n<td></td>\n</tr>\n<tr>\n<td>Book</td>\n<td>Book the room .</td>\n<td>✓</td>\n</tr>\n</tbody>\n</table>\n</div><img src=\"https://content.pstmn.io/c19b49c8-893a-4ceb-9041-036a62151a8d/aW1hZ2UucG5n\" alt=\"HSP%20Hotels%20API%20Flow\" width=\"810\" height=\"326\" />","event":[{"listen":"prerequest","script":{"id":"debf8e71-754f-4322-966d-cacee2a2500a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f6ee23d4-4381-40ca-a380-3c3e118afb1b","type":"text/javascript","exec":[""]}}],"_postman_id":"1333c6e7-666a-483c-a4bb-3378f365c806"},{"name":"Wrapper (B2C) API","item":[{"name":"Login","item":[{"name":"Login","id":"a2ee818a-ae9a-40f7-a500-38a3496d722d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"credentials\": {\r\n\t\t\t\"UserName\": \"username\",\r\n\t\t\t\"Password\": \"password\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/B2CService/SearchService.svc/json/login","urlObject":{"protocol":"https","path":["B2CService","SearchService.svc","json","login"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"e30fd213-431e-4d1c-9549-7e50a35980b8","name":"Login - Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"credentials\": {\r\n\t\t\t\"UserName\": \"username\",\r\n\t\t\t\"Password\": \"password\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/B2CService/SearchService.svc/json/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001P"},{"key":"Date","value":"Sun, 29 Dec 2024 12:40:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"LoginResult\": {\n        \"SessionId\": \"/181/141747/D20241229T124025/e5ce0d08ba124e3e94723232c15708b2\"\n    }\n}"}],"_postman_id":"a2ee818a-ae9a-40f7-a500-38a3496d722d"}],"id":"7da5081a-0c5f-499b-a7f6-29f8c2a6f858","description":"<p>The Wrapper API is a session-based service, so proper session creation and management are crucial.</p>\n<p>The \"Login\" request is mandatory in this API - as it establishes a connection and retrieves the sessionID.</p>\n<p><strong>Request Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserName</td>\n<td>Username of the user</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>Password of the user</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SessionId</td>\n<td>SessionID</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"7da5081a-0c5f-499b-a7f6-29f8c2a6f858"},{"name":"Search","item":[{"name":"Search by GeoLocation","item":[{"name":"Search (GeoLocations)","id":"eedc84f4-c8cb-4985-bd0b-92aeaf4664de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"searchService\": {\r\n        \"SessionID\": \"/181/141747/D20241229T124025/e5ce0d08ba124e3e94723232c15708b2\",\r\n        \"TypeOfService\":2,\r\n        \"IsPaginatedSearch\": false,\r\n\t    \"PageRequest\": {\r\n            \"PageNumber\":0,\r\n            \"ResultsPerPage\":20,\r\n            \"HotelsFilter\":null,\r\n            \"GetPackagesApiMode\":2\r\n        },\r\n        \"HotelsSearchRequest\": {\r\n            \"CheckIn\":\"/Date(1736927289000)/\",\r\n            \"CheckOut\":\"/Date(1737100089000)/\",\r\n            \"Rooms\": [{\r\n                \"AdultsCount\":2\r\n                }],\r\n            \"Nights\":0,\r\n\t\t\t\t  \t\"GeoLocationInfo\": {\r\n\t\t    \t\t\"Latitude\": \"25.204849\",\r\n\t\t\t    \t\"Longitude\": \"55.270782\"\r\n\t\t \t},\r\n\t\t\t\t\t\t\"RadiusInMeters\": 10000,\r\n            \"DesiredResultCurrency\":\"USD\",\r\n            \"Residency\":\"IL\",\r\n            \"ClientIP\":\"::1\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/B2CService/SearchService.svc/json/search","urlObject":{"protocol":"https","path":["B2CService","SearchService.svc","json","search"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"062f5bab-d7aa-4779-98f0-ea7cbfdc2b55","name":"Search - Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"searchService\": {\r\n        \"SessionID\": \"/181/141747/D20241229T124025/e5ce0d08ba124e3e94723232c15708b2\",\r\n        \"TypeOfService\":2,\r\n        \"IsPaginatedSearch\": false,\r\n\t    \"PageRequest\": {\r\n            \"PageNumber\":0,\r\n            \"ResultsPerPage\":20,\r\n            \"HotelsFilter\":null,\r\n            \"GetPackagesApiMode\":2\r\n        },\r\n        \"HotelsSearchRequest\": {\r\n            \"CheckIn\":\"/Date(1736927289000)/\",\r\n            \"CheckOut\":\"/Date(1737100089000)/\",\r\n            \"Rooms\": [{\r\n                \"AdultsCount\":2\r\n                }],\r\n            \"Nights\":0,\r\n\t\t\t\t  \t\"GeoLocationInfo\": {\r\n\t\t    \t\t\"Latitude\": \"25.204849\",\r\n\t\t\t    \t\"Longitude\": \"55.270782\"\r\n\t\t \t},\r\n\t\t\t\t\t\t\"RadiusInMeters\": 10000,\r\n            \"DesiredResultCurrency\":\"USD\",\r\n            \"Residency\":\"IL\",\r\n            \"ClientIP\":\"::1\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/B2CService/SearchService.svc/json/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001P"},{"key":"Date","value":"Sun, 29 Dec 2024 12:41:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"SearchResult\": {\n        \"Hotels\": [\n            {\n                \"Address\": \"Dubai Festival City\",\n                \"ChainCode\": \"CP\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c3b7764e-feb8-4689-a979-b2f90aaf36a3.jpeg\"\n                },\n                \"DisplayName\": \"Crowne Plaza Festival City an IHG Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.224115,\n                    \"Longitude\": 55.349434\n                },\n                \"HighestPackagePrice\": 549.15,\n                \"ID\": 4020890,\n                \"LowestPackagePrice\": 502.11,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 3579,\n                                \"Score\": 97,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1273,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 703,\n                                \"Score\": 92,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 748,\n                                \"Score\": 92,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 418,\n                                \"Score\": 89,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1435,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 604,\n                                \"Score\": 85,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 14,\n                                \"Score\": 82,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent club hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"ccf18df6-88ba-41d3-82f5-3922a935c924\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 8901,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 80,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 66,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 185,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1126,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 7444,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent club hotel. Close to Festival City. Located near shopping areas and the airport. Great rooms and fantastic service. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 8959\n                }\n            },\n            {\n                \"Address\": \"Baniyas Street, Dubai\",\n                \"ChainCode\": \"SI\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/692082f8-ae1c-4141-ac65-d9cf47d4396f.jpeg\"\n                },\n                \"DisplayName\": \"Sheraton Dubai Creek Hotel & Towers\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26166725,\n                    \"Longitude\": 55.31404877\n                },\n                \"HighestPackagePrice\": 584.87,\n                \"ID\": 4020899,\n                \"LowestPackagePrice\": 32.11,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 509,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 785,\n                                \"Score\": 88,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 299,\n                                \"Score\": 88,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 648,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 47,\n                                \"Score\": 81,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Bar is amazing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 200,\n                                \"Score\": 80,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 43,\n                                \"Score\": 42,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent romantic hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation and the airport.\",\n                        \"ReviewId\": \"1dffedaf-3a1d-45e7-ad49-4d54ca60e2a9\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3413,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 82,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 52,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 163,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 759,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2357,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent romantic hotel. Close to Dubai Mall. Close to public transportation and the airport. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 3413\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1b580777-3932-4c26-b4db-a83baa610480.jpeg\"\n                },\n                \"DisplayName\": \"Millennium Plaza Downtown Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.220069,\n                    \"Longitude\": 55.28055\n                },\n                \"HighestPackagePrice\": 347.35,\n                \"ID\": 4020901,\n                \"LowestPackagePrice\": 31.15,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1324,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 3099,\n                                \"Score\": 90,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 48,\n                                \"Score\": 89,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Bar is amazing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 721,\n                                \"Score\": 76,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 611,\n                                \"Score\": 72,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1865,\n                                \"Score\": 70,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 419,\n                                \"Score\": 54,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 468,\n                                \"Score\": 48,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 808,\n                                \"Score\": 43,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 90,\n                                \"Score\": 34,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing with access to public transportation.\",\n                        \"ReviewId\": \"1ecc418d-af41-42da-96d3-cdcdf8679172\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 10668,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 783,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 525,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 1059,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 2230,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 6071,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Close to Emirates Towers Metro. Good for sightseeing with access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 10729\n                }\n            },\n            {\n                \"Address\": \"Sheikh Rashid Road Wafi, Dubai\",\n                \"ChainCode\": \"YR\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/26de59e1-abeb-4cd8-95c4-e14a624d5185.jpeg\"\n                },\n                \"DisplayName\": \"Raffles Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.227805,\n                    \"Longitude\": 55.320973\n                },\n                \"HighestPackagePrice\": 852.69,\n                \"ID\": 4020918,\n                \"LowestPackagePrice\": 35.39,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Sustainability\",\n                                \"Count\": 5,\n                                \"Score\": 100,\n                                \"ShortText\": \"Great efforts to be sustainable\",\n                                \"Text\": \"Excellent sustainability efforts\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1600,\n                                \"Score\": 95,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 921,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are outstanding.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 499,\n                                \"Score\": 94,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 456,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 469,\n                                \"Score\": 92,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 473,\n                                \"Score\": 92,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 333,\n                                \"Score\": 91,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 397,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Excellent amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 224,\n                                \"Score\": 90,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 67,\n                                \"Score\": 84,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Bar is amazing.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 10,\n                                \"Score\": 81,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent luxury hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"5b6063e0-1bd7-4da4-91fc-065d0d4e450e\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5190,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 86,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 33,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 115,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 519,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 4437,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent luxury hotel. Close to Dubai International Airport. Located near shopping areas and the airport. Great room. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 5183\n                }\n            },\n            {\n                \"Address\": \"Al Maktoum Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/69152c8e-d640-4ed1-8dc9-9fd03944485f.jpeg\"\n                },\n                \"DisplayName\": \"Knight Castle Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.261712,\n                    \"Longitude\": 55.319733\n                },\n                \"HighestPackagePrice\": 386.01,\n                \"ID\": 4020919,\n                \"LowestPackagePrice\": 221.78,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 14% in city\",\n                                \"Text\": \"Top 14% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 216,\n                                \"Score\": 82,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 116,\n                                \"Score\": 79,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"High value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 450,\n                                \"Score\": 72,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 103,\n                                \"Score\": 68,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 63,\n                                \"Score\": 64,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 187,\n                                \"Score\": 57,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 112,\n                                \"Score\": 55,\n                                \"ShortText\": \"Ordinary amenities\",\n                                \"Text\": \"Average amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 138,\n                                \"Score\": 51,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 179,\n                                \"Score\": 49,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 351,\n                                \"Score\": 46,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 11,\n                                \"Score\": 40,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Wellness & sports facilities were not very nice.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 27,\n                                \"Score\": 15,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"4e11e9b1-a09e-42a0-8084-8e9b795c6509\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1943,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 174,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 168,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 256,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 480,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 865,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.9,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good wellness hotel. Great location. Fantastic service.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1931\n                }\n            },\n            {\n                \"Address\": \"Port Saeed, Dubai\",\n                \"ChainCode\": \"MU\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0081a131-f775-406d-890a-a1614c2064da.jpeg\"\n                },\n                \"DisplayName\": \"Copthorne Hotel Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.254827499389648,\n                    \"Longitude\": 55.328041076660156\n                },\n                \"HighestPackagePrice\": 461.73,\n                \"ID\": 4020920,\n                \"LowestPackagePrice\": 291.74,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 14% in city\",\n                                \"Text\": \"Top 14% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1470,\n                                \"Score\": 98,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 1830,\n                                \"Score\": 96,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 4242,\n                                \"Score\": 96,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 305,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 2528,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are outstanding.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 1339,\n                                \"Score\": 93,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 129,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 555,\n                                \"Score\": 88,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 1117,\n                                \"Score\": 88,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 479,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 28,\n                                \"Score\": 65,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"65b5f809-38e1-4756-86d6-254c58dccfc6\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 9010,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 148,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 138,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 329,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1391,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 7004,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Close to Deira City. Great rooms in excellent location. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 9010\n                }\n            },\n            {\n                \"Address\": \"Al Mustaqbal Street Opposite The Dubai Mall Downtown Dubai\",\n                \"ChainCode\": \"SL\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/88757859-9ad2-4ab2-9cb0-4d0c1b4c52e8.jpeg\"\n                },\n                \"DisplayName\": \"Swissôtel Al Murooj Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2027149200439,\n                    \"Longitude\": 55.2779960632324\n                },\n                \"HighestPackagePrice\": 513.61,\n                \"ID\": 4020928,\n                \"LowestPackagePrice\": 496.34,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 14% in city\",\n                                \"Text\": \"Top 14% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 3193,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 8535,\n                                \"Score\": 95,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 922,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 1126,\n                                \"Score\": 83,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 3443,\n                                \"Score\": 74,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 1480,\n                                \"Score\": 72,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 30,\n                                \"Score\": 61,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 965,\n                                \"Score\": 56,\n                                \"ShortText\": \"Ordinary amenities\",\n                                \"Text\": \"Average amenities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent for traveling with friends.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Easily accessible by car and close to shopping areas.\",\n                        \"ReviewId\": \"a09d8ace-8135-49c7-8819-f2831b1924d2\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 25015,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 700,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 557,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 1032,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 3081,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 19645,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent for traveling with friends. Close to Dubai Mall. Easily accessible by car and close to shopping areas. Fantastic service. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 25015\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road, Dubai\",\n                \"ChainCode\": \"SG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/bce01b5c-4b43-4667-a80b-a673c00ddb3b.jpeg\"\n                },\n                \"DisplayName\": \"Shangri La Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.207977,\n                    \"Longitude\": 55.27221\n                },\n                \"HighestPackagePrice\": 776.29,\n                \"ID\": 4020940,\n                \"LowestPackagePrice\": 706.82,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 558,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 326,\n                                \"Score\": 93,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1265,\n                                \"Score\": 93,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 40,\n                                \"Score\": 88,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Bar is amazing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 756,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 217,\n                                \"Score\": 88,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 15,\n                                \"Score\": 86,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"882baef7-44b6-415f-a0bc-5b8134f59edf\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5180,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 121,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 79,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 191,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 818,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3971,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Close to Dubai Mall. Located near shopping areas and has easy access to public transportation. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 5187\n                }\n            },\n            {\n                \"Address\": \"Al Wasl District, Dubai\",\n                \"ChainCode\": \"HI\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ada0c3ef-3a6b-45b6-ae6a-f126a1f6d05b.jpeg\"\n                },\n                \"DisplayName\": \"Holiday Inn Express Dubai Safa Park an IHG Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.188895,\n                    \"Longitude\": 55.255332\n                },\n                \"HighestPackagePrice\": 385.83,\n                \"ID\": 4020941,\n                \"LowestPackagePrice\": 32.62,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1629,\n                                \"Score\": 94,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 616,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 452,\n                                \"Score\": 81,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 544,\n                                \"Score\": 80,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 787,\n                                \"Score\": 78,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 119,\n                                \"Score\": 77,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Good vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 35,\n                                \"Score\": 64,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 244,\n                                \"Score\": 62,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"dc9a9704-d5bf-4b20-a8da-90cd0d5424b1\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5049,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 115,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 105,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 308,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1020,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3501,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas and has easy access to public transportation. Great rooms and fantastic service. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 5035\n                }\n            },\n            {\n                \"Address\": \"15Th Street Al Rigga Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0cfe972a-68c7-48d4-939f-ecc6b141db6e.jpeg\"\n                },\n                \"DisplayName\": \"Versailles by Vieras\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26321,\n                    \"Longitude\": 55.3204\n                },\n                \"HighestPackagePrice\": 208.22,\n                \"ID\": 4020946,\n                \"LowestPackagePrice\": 175.32,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 13% in city\",\n                                \"Text\": \"Top 13% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 67,\n                                \"Score\": 92,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Excellent value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 129,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 227,\n                                \"Score\": 82,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 140,\n                                \"Score\": 72,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 217,\n                                \"Score\": 70,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 10,\n                                \"Score\": 55,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 32,\n                                \"Score\": 54,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 48,\n                                \"Score\": 43,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 12,\n                                \"Score\": 30,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Horrible pool.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"fa15b7c8-0471-4980-93e5-1d65e7c3d57b\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1145,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 59,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 68,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 126,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 330,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 562,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel for solo travelers. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1135\n                }\n            },\n            {\n                \"Address\": \"Al Mina Road, Dubai\",\n                \"ChainCode\": \"RT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1ef86558-5409-4f1b-aff0-3cdea1528e60.jpeg\"\n                },\n                \"DisplayName\": \"Mercure Gold Hotel Jumeirah Dubai by Accor\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.242910385131836,\n                    \"Longitude\": 55.275566101074219\n                },\n                \"HighestPackagePrice\": 244,\n                \"ID\": 4020954,\n                \"LowestPackagePrice\": 222.95,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 8,\n                                \"Score\": 100,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1198,\n                                \"Score\": 91,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 131,\n                                \"Score\": 80,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 498,\n                                \"Score\": 78,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 857,\n                                \"Score\": 61,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 315,\n                                \"Score\": 51,\n                                \"ShortText\": \"Decent vibe\",\n                                \"Text\": \"Vibe was decent.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 379,\n                                \"Score\": 50,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 445,\n                                \"Score\": 47,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 215,\n                                \"Score\": 39,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 25,\n                                \"Score\": 30,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is disappointing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 20,\n                                \"Score\": 22,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Disappointing wellness & sports facilities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good for traveling with friends.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas with easy access to parking.\",\n                        \"ReviewId\": \"11ff2fc4-f9e9-4f3e-8950-be7d421db375\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5112,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 435,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 280,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 549,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1377,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2471,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good for traveling with friends. Close to Metro Station. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 5112\n                }\n            },\n            {\n                \"Address\": \"Al Fahidi Street, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/91b1518c-c156-4a68-91b5-e8cc7c2e6753.jpeg\"\n                },\n                \"DisplayName\": \"Arabian Courtyard Hotel & Spa\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.262647,\n                    \"Longitude\": 55.297222\n                },\n                \"HighestPackagePrice\": 300.85,\n                \"ID\": 4020959,\n                \"LowestPackagePrice\": 273.13,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 284,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 481,\n                                \"Score\": 71,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 282,\n                                \"Score\": 65,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 82,\n                                \"Score\": 60,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 102,\n                                \"Score\": 57,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 122,\n                                \"Score\": 55,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 12,\n                                \"Score\": 53,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 140,\n                                \"Score\": 39,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good romantic hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"d536b02a-7485-4a23-99c8-8ad88fe28daa\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1971,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 187,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 106,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 255,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 561,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 862,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good romantic hotel. Located near shopping areas and has easy access to public transportation. Fantastic service.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1948\n                }\n            },\n            {\n                \"Address\": \"Bani Yas Road, Dubai\",\n                \"ChainCode\": \"RD\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/114e4194-7b34-4099-bce2-d89b75675560.jpeg\"\n                },\n                \"DisplayName\": \"Radisson Blu Hotel Dubai Deira Creek\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26542,\n                    \"Longitude\": 55.31155\n                },\n                \"HighestPackagePrice\": 473.56,\n                \"ID\": 4020963,\n                \"LowestPackagePrice\": 469.11,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 909,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1298,\n                                \"Score\": 88,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 334,\n                                \"Score\": 85,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 337,\n                                \"Score\": 83,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 955,\n                                \"Score\": 80,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 354,\n                                \"Score\": 56,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 25,\n                                \"Score\": 52,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"6cd2c603-7ee0-4255-9fa5-86f0d6e11f0f\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 8307,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 259,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 169,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 533,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 2017,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 5329,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Close to Union Metro. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 8304\n                }\n            },\n            {\n                \"Address\": \"Burj Khalifa Sheikh Mohamed Bin Rashid Boulevard, Dubai\",\n                \"ChainCode\": \"AI\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6e977b1d-b515-4a26-b155-7c1c0218abdd.jpeg\"\n                },\n                \"DisplayName\": \"Armani Hotel Dubai Burj Khalifa\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.197078704834,\n                    \"Longitude\": 55.2745628356934\n                },\n                \"HighestPackagePrice\": 1634.47,\n                \"ID\": 4020965,\n                \"LowestPackagePrice\": 31.79,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 16,\n                                \"Score\": 93,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 260,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 88,\n                                \"Score\": 89,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 208,\n                                \"Score\": 87,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 467,\n                                \"Score\": 87,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 362,\n                                \"Score\": 74,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 69,\n                                \"Score\": 50,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 30,\n                                \"Score\": 45,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Pool is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 75,\n                                \"Score\": 23,\n                                \"ShortText\": \"Value for money could be better\",\n                                \"Text\": \"Terrible value.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent luxury hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"397ff8e1-dc88-49df-9d0f-fd8df07b7a47\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2591,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 121,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 44,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 97,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 322,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2007,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent luxury hotel. Good for sightseeing and located near shopping areas. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 2591\n                }\n            },\n            {\n                \"Address\": \"Al Rigga Road, Dubai\",\n                \"ChainCode\": \"RT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/18491426-d13c-496d-922f-4aba41ce01ce.jpeg\"\n                },\n                \"DisplayName\": \"Ibis Al Rigga\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.265037536621094,\n                    \"Longitude\": 55.321216583251953\n                },\n                \"HighestPackagePrice\": 193.03,\n                \"ID\": 4020967,\n                \"LowestPackagePrice\": 180.51,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1974,\n                                \"Score\": 98,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 5573,\n                                \"Score\": 96,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 1024,\n                                \"Score\": 95,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 884,\n                                \"Score\": 91,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 469,\n                                \"Score\": 90,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 1252,\n                                \"Score\": 89,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 417,\n                                \"Score\": 89,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 43,\n                                \"Score\": 77,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 2126,\n                                \"Score\": 75,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"0825cb6a-24b5-44f8-ab41-0f019b439fa3\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 16274,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 378,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 284,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 854,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 3027,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 11731,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent airport hotel. Close to Metro Stn. Awesome rooms and service in a great location. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 16274\n                }\n            },\n            {\n                \"Address\": \"Al Rigga Street, Dubai\",\n                \"ChainCode\": \"HJ\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/53c137ce-b67c-46e0-a55d-f5c28b8ce72d.jpeg\"\n                },\n                \"DisplayName\": \"Howard Johnson Plaza by Wyndham Dubai Deira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26482,\n                    \"Longitude\": 55.32204\n                },\n                \"HighestPackagePrice\": 223.64,\n                \"ID\": 4020969,\n                \"LowestPackagePrice\": 184.54,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 992,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 139,\n                                \"Score\": 58,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1420,\n                                \"Score\": 57,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 149,\n                                \"Score\": 52,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 372,\n                                \"Score\": 50,\n                                \"ShortText\": \"Decent vibe\",\n                                \"Text\": \"Vibe was decent.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 311,\n                                \"Score\": 47,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 612,\n                                \"Score\": 46,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 177,\n                                \"Score\": 42,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1546,\n                                \"Score\": 41,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 15,\n                                \"Score\": 29,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is disappointing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 961,\n                                \"Score\": 26,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 40,\n                                \"Score\": 20,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Horrible pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 21,\n                                \"Score\": 17,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Disappointing wellness & sports facilities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Fair hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"e1676dd1-a718-4ed5-bb21-695bfe77764a\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 9169,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 1265,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 749,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 1363,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 2670,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3122,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.6,\n                        \"ScoreDescription\": \"Fair\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Fair hotel for solo travelers. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 9169\n                }\n            },\n            {\n                \"Address\": \"Boulevard Street Downtown Burj Khalifa, Dubai\",\n                \"ChainCode\": \"RA\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d7c8f1d5-0e74-45a4-8b01-14c44620f873.jpeg\"\n                },\n                \"DisplayName\": \"Ramada by Wyndham Downtown Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.1928234100342,\n                    \"Longitude\": 55.2724685668945\n                },\n                \"HighestPackagePrice\": 606.22,\n                \"ID\": 4020977,\n                \"LowestPackagePrice\": 33.91,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1775,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2183,\n                                \"Score\": 93,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 836,\n                                \"Score\": 90,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1953,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 498,\n                                \"Score\": 79,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 659,\n                                \"Score\": 75,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 456,\n                                \"Score\": 64,\n                                \"ShortText\": \"Ordinary amenities\",\n                                \"Text\": \"Average amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 32,\n                                \"Score\": 61,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 562,\n                                \"Score\": 52,\n                                \"ShortText\": \"Decent vibe\",\n                                \"Text\": \"Vibe was decent.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 31,\n                                \"Score\": 50,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 147,\n                                \"Score\": 45,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Pool is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 23,\n                                \"Score\": 32,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is disappointing.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent family hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"77fdcb9a-17f4-45b6-8535-da21b61d1a45\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 8830,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 224,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 145,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 388,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1802,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 6271,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent family hotel. Close to Dubai Mall. Great rooms in excellent location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 8830\n                }\n            },\n            {\n                \"Address\": \"Dubai Golf Creek And Yacht Club\",\n                \"ChainCode\": \"HY\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1b4fa62f-5efc-4b38-b487-69595e437cd7.jpeg\"\n                },\n                \"DisplayName\": \"Park Hyatt Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2435874938965,\n                    \"Longitude\": 55.3335189819336\n                },\n                \"HighestPackagePrice\": 904.56,\n                \"ID\": 4020981,\n                \"LowestPackagePrice\": 39.49,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 15% in city\",\n                                \"Text\": \"Top 15% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 192,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 383,\n                                \"Score\": 92,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 120,\n                                \"Score\": 92,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 106,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 151,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 26,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Very nice wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 61,\n                                \"Score\": 84,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 136,\n                                \"Score\": 82,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 244,\n                                \"Score\": 80,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 42,\n                                \"Score\": 59,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 6,\n                                \"Score\": 47,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 9,\n                                \"Score\": 42,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is not good.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent golf hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"770cb851-2aa0-4e49-9755-366f1bfcf166\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1980,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 54,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 17,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 51,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 272,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1586,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent golf hotel. Located near shopping areas and the airport. Great pool. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 1980\n                }\n            },\n            {\n                \"Address\": \"Al Muteena Street, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f84359ec-6c2e-4e20-b0a9-82defed75884.jpeg\"\n                },\n                \"DisplayName\": \"Marco Polo Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.273349,\n                    \"Longitude\": 55.318951\n                },\n                \"HighestPackagePrice\": 240.34,\n                \"ID\": 4020994,\n                \"LowestPackagePrice\": 176.24,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 13% in city\",\n                                \"Text\": \"Top 13% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 14% in city\",\n                                \"Text\": \"Top 14% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 288,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 608,\n                                \"Score\": 79,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 467,\n                                \"Score\": 58,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 25,\n                                \"Score\": 53,\n                                \"ShortText\": \"Ordinary pool\",\n                                \"Text\": \"Pool is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 127,\n                                \"Score\": 52,\n                                \"ShortText\": \"Ordinary amenities\",\n                                \"Text\": \"Average amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 20,\n                                \"Score\": 51,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 131,\n                                \"Score\": 48,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 53,\n                                \"Score\": 47,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 291,\n                                \"Score\": 46,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 27,\n                                \"Score\": 41,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 175,\n                                \"Score\": 38,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"906f3e75-fdbe-4025-a22f-882c8cfb65bb\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3003,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 260,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 206,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 372,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 567,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1598,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel for solo travelers. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 3008\n                }\n            },\n            {\n                \"Address\": \"Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e86aa6bf-d6cf-46ee-a82a-e79b4bef53e3.jpeg\"\n                },\n                \"DisplayName\": \"Queen's Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2732,\n                    \"Longitude\": 55.3019\n                },\n                \"HighestPackagePrice\": 168.3,\n                \"ID\": 4021002,\n                \"LowestPackagePrice\": 139.87,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 6,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 6,\n                                \"Score\": 87,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 65,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 115,\n                                \"Score\": 79,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 16,\n                                \"Score\": 60,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 94,\n                                \"Score\": 39,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 44,\n                                \"Score\": 23,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 37,\n                                \"Score\": 11,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Fair hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas.\",\n                        \"ReviewId\": \"9c76e244-f1b2-4506-9c95-da1c008dca0a\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 695,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 156,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 96,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 95,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 99,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 249,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.6,\n                        \"ScoreDescription\": \"Fair\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Fair hotel for solo travelers. Located near shopping areas. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 700\n                }\n            },\n            {\n                \"Address\": \"Corner Abu Baker Al Siddique And Sallahuddin Road, Dubai\",\n                \"ChainCode\": \"OH\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c58b7ba4-4a78-419f-b53d-4acb81e1ea78.jpeg\"\n                },\n                \"DisplayName\": \"Avani Deira Dubai Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2707977294922,\n                    \"Longitude\": 55.3297882080078\n                },\n                \"HighestPackagePrice\": 223.67,\n                \"ID\": 4021010,\n                \"LowestPackagePrice\": 35.24,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 12,\n                                \"Score\": 100,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 230,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 14,\n                                \"Score\": 89,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 119,\n                                \"Score\": 88,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 62,\n                                \"Score\": 85,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 309,\n                                \"Score\": 85,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 232,\n                                \"Score\": 82,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 88,\n                                \"Score\": 62,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good romantic hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"c2cb3b2b-9a45-4b6a-997d-d33c8822a6c7\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1819,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 104,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 63,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 151,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 505,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 996,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good romantic hotel. Great pool. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 1819\n                }\n            },\n            {\n                \"Address\": \"Salahuddin Road, Dubai\",\n                \"ChainCode\": \"CP\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1bf18330-4bb5-4214-bc45-1c7a700bc7f5.jpeg\"\n                },\n                \"DisplayName\": \"Crowne Plaza Dubai Deira an IHG Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.270448,\n                    \"Longitude\": 55.326984\n                },\n                \"HighestPackagePrice\": 228.49,\n                \"ID\": 4021013,\n                \"LowestPackagePrice\": 228.49,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 66,\n                                \"Score\": 92,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 3536,\n                                \"Score\": 91,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 183,\n                                \"Score\": 90,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Excellent value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 556,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 394,\n                                \"Score\": 82,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1026,\n                                \"Score\": 60,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 470,\n                                \"Score\": 54,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 303,\n                                \"Score\": 48,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 45,\n                                \"Score\": 26,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"6edbf7ee-7959-414a-acc5-0c029eed6414\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 8862,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 373,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 245,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 492,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1018,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 6734,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent airport hotel. Located near shopping areas and has easy access to public transportation. Fantastic service.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 8862\n                }\n            },\n            {\n                \"Address\": \"133, Sheikh Zayed Road, Dubai\",\n                \"ChainCode\": \"DW\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9be91ea7-96db-4ef4-82a2-9dcc20b99740.jpeg\"\n                },\n                \"DisplayName\": \"Dusit Thani Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.206079483032227,\n                    \"Longitude\": 55.273189544677734\n                },\n                \"HighestPackagePrice\": 626.76,\n                \"ID\": 4021026,\n                \"LowestPackagePrice\": 482,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1141,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2612,\n                                \"Score\": 94,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 453,\n                                \"Score\": 88,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 17,\n                                \"Score\": 82,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1462,\n                                \"Score\": 80,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 487,\n                                \"Score\": 79,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Sustainability\",\n                                \"Count\": 8,\n                                \"Score\": 70,\n                                \"ShortText\": \"Great efforts to be sustainable\",\n                                \"Text\": \"Great sustainability efforts \"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 53,\n                                \"Score\": 32,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is disappointing.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent luxury hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"05413492-a2d6-4fcb-90fb-eabbe1ff192f\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 10225,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 230,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 180,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 539,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1970,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 7306,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent luxury hotel. Close to Dubai Mall. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road, Dubai\",\n                \"ChainCode\": \"AZ\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2c024a52-4985-4dc7-b436-4e2cf8ee2761.jpeg\"\n                },\n                \"DisplayName\": \"Ascott Park Place Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2243785858154,\n                    \"Longitude\": 55.2832412719727\n                },\n                \"HighestPackagePrice\": 848.78,\n                \"ID\": 4021032,\n                \"LowestPackagePrice\": 743.74,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 209,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 44,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 357,\n                                \"Score\": 95,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 120,\n                                \"Score\": 93,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 263,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are outstanding.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 26,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 101,\n                                \"Score\": 89,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 71,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 5,\n                                \"Score\": 79,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 15,\n                                \"Score\": 57,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 13,\n                                \"Score\": 25,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Awful breakfast.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent accommodation.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"40be9f01-f698-4023-920e-038152140862\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1328,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 34,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 19,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 57,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 230,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 988,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent accommodation. Great rooms in excellent location. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 1328\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road, Dubai\",\n                \"ChainCode\": \"RO\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/248ec627-9e3b-495a-bdea-e69aaba50630.jpeg\"\n                },\n                \"DisplayName\": \"Villa Rotana\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19428,\n                    \"Longitude\": 55.2617\n                },\n                \"HighestPackagePrice\": 514.79,\n                \"ID\": 4021034,\n                \"LowestPackagePrice\": 469.58,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 291,\n                                \"Score\": 98,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 388,\n                                \"Score\": 93,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 46,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 130,\n                                \"Score\": 84,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 111,\n                                \"Score\": 81,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 267,\n                                \"Score\": 78,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 18,\n                                \"Score\": 71,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 76,\n                                \"Score\": 54,\n                                \"ShortText\": \"Decent vibe\",\n                                \"Text\": \"Vibe was decent.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"d15b6217-3b03-4a59-94f9-8ea9d9c23ced\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1357,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 57,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 34,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 93,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 307,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 866,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent wellness hotel. Great pool. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 1350\n                }\n            },\n            {\n                \"Address\": \"Khalid Bin Al Waleed Road Al Nahdha St, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/831047be-5a9f-4443-a078-996a32763346.jpeg\"\n                },\n                \"DisplayName\": \"Admiral Plaza Hotel Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26022,\n                    \"Longitude\": 55.291049\n                },\n                \"HighestPackagePrice\": 288.89,\n                \"ID\": 4021036,\n                \"LowestPackagePrice\": 197,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 826,\n                                \"Score\": 93,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 174,\n                                \"Score\": 87,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 456,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 285,\n                                \"Score\": 78,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 179,\n                                \"Score\": 71,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 521,\n                                \"Score\": 70,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 268,\n                                \"Score\": 56,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 34,\n                                \"Score\": 54,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 5,\n                                \"Score\": 33,\n                                \"ShortText\": \"Beach is not so nice\",\n                                \"Text\": \"Ugly beach.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"5c29d9ea-7f20-45bc-840f-02347a7e47ce\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2808,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 116,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 99,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 265,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 786,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1542,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel for solo travelers. Located near shopping areas and has easy access to public transportation. Fantastic service.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 2795\n                }\n            },\n            {\n                \"Address\": \"Near Karama Metro Station, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7e9a14ca-8abf-42e4-a256-115cbff9e57c.jpeg\"\n                },\n                \"DisplayName\": \"Fortune Karama Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.242501,\n                    \"Longitude\": 55.297876\n                },\n                \"HighestPackagePrice\": 212.92,\n                \"ID\": 4021044,\n                \"LowestPackagePrice\": 36.55,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 173,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 57,\n                                \"Score\": 58,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 229,\n                                \"Score\": 47,\n                                \"ShortText\": \"Service could be improved\",\n                                \"Text\": \"Service is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 216,\n                                \"Score\": 40,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 95,\n                                \"Score\": 34,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 100,\n                                \"Score\": 32,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 56,\n                                \"Score\": 31,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 14,\n                                \"Score\": 24,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Awful breakfast.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"4327d367-1b72-4ed4-8122-42fd9bac7b8e\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1953,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 420,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 194,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 337,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 461,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 541,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.4,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Located near shopping areas and has easy access to public transportation. Service could be improved.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 1954\n                }\n            },\n            {\n                \"Address\": \"Al Meena Road P.O.Box, Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d7f846ee-e1f8-46d6-a697-805ac8bc8cb5.jpeg\"\n                },\n                \"DisplayName\": \"Sea View Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.25538,\n                    \"Longitude\": 55.28489\n                },\n                \"HighestPackagePrice\": 246.26,\n                \"ID\": 4021049,\n                \"LowestPackagePrice\": 162.6,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 5,\n                                \"Score\": 100,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 139,\n                                \"Score\": 91,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 31,\n                                \"Score\": 91,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Excellent value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 7,\n                                \"Score\": 90,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 68,\n                                \"Score\": 87,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is delicious.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 52,\n                                \"Score\": 86,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 75,\n                                \"Score\": 82,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 110,\n                                \"Score\": 78,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 42,\n                                \"Score\": 70,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 35,\n                                \"Score\": 45,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"6697e484-310b-425e-a61f-7dae7c262c23\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 781,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 39,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 29,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 84,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 234,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 395,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good business hotel. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 781\n                }\n            },\n            {\n                \"Address\": \"Al Garhoud Road Deira City Centre, Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5ecd1eed-f553-47f6-8f57-cedc4b51e948.jpeg\"\n                },\n                \"DisplayName\": \"J5 Hotels Port Saeed\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.254008,\n                    \"Longitude\": 55.336057\n                },\n                \"HighestPackagePrice\": 319.07,\n                \"ID\": 4021064,\n                \"LowestPackagePrice\": 199.3,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 623,\n                                \"Score\": 95,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 309,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 47,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 322,\n                                \"Score\": 80,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 172,\n                                \"Score\": 78,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 20,\n                                \"Score\": 74,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 74,\n                                \"Score\": 71,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"8e5487cb-59c9-41d6-8dd1-b939fc86d96f\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2438,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 65,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 44,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 147,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 628,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1554,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent airport hotel. Close to Deira City Center. Located near shopping areas and the airport. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 2421\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road, Dubai\",\n                \"ChainCode\": \"WV\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3ddb64bb-85fa-4ecf-afa0-19a128fabb2e.jpeg\"\n                },\n                \"DisplayName\": \"The Tower Plaza Hotel Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2176094055176,\n                    \"Longitude\": 55.2786712646484\n                },\n                \"HighestPackagePrice\": 840.73,\n                \"ID\": 4021079,\n                \"LowestPackagePrice\": 302.14,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1687,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 3464,\n                                \"Score\": 89,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 2181,\n                                \"Score\": 73,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 800,\n                                \"Score\": 72,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 752,\n                                \"Score\": 71,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 559,\n                                \"Score\": 50,\n                                \"ShortText\": \"Ordinary amenities\",\n                                \"Text\": \"Average amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 826,\n                                \"Score\": 45,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Sustainability\",\n                                \"Count\": 5,\n                                \"Score\": 45,\n                                \"ShortText\": \"Sustainability could be improved\",\n                                \"Text\": \"Sustainability efforts are not a priority.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 97,\n                                \"Score\": 41,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent city hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing with access to public transportation.\",\n                        \"ReviewId\": \"ef8f0bf6-99aa-4dfa-af1f-3995571ae99b\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 11633,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 787,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 491,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 1085,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 2304,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 6966,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent city hotel. Close to Emirates Metro. Good for sightseeing with access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 11633\n                }\n            },\n            {\n                \"Address\": \"Al Jadaf Area Oud Mehta Road, Dubai\",\n                \"ChainCode\": \"RO\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/de1f49b8-460d-4ecb-a70c-a917e18c107c.jpeg\"\n                },\n                \"DisplayName\": \"Arabian Park Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.22032,\n                    \"Longitude\": 55.32841\n                },\n                \"HighestPackagePrice\": 312.46,\n                \"ID\": 4021088,\n                \"LowestPackagePrice\": 285.27,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2972,\n                                \"Score\": 96,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 321,\n                                \"Score\": 95,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 954,\n                                \"Score\": 94,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 18,\n                                \"Score\": 90,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 509,\n                                \"Score\": 89,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is delicious.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 159,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 722,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1424,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 482,\n                                \"Score\": 85,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 310,\n                                \"Score\": 85,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 222,\n                                \"Score\": 77,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Good amenities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"73d58dd1-a686-48cb-b60b-d44edebce548\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 8316,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 181,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 107,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 280,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1268,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 6480,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas and has easy access to public transportation. Great rooms and fantastic service. Awesome vibe. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 7986\n                }\n            },\n            {\n                \"Address\": \"Near Mina Rashid Port Sheikh Rashid Rd Al Raffa Dubai United Arab Emirates\",\n                \"ChainCode\": \"LQ\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2418a120-aa91-4365-bd58-083cd3d6bb5b.jpeg\"\n                },\n                \"DisplayName\": \"La Quinta by Wyndham Dubai Jumeirah\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.24946,\n                    \"Longitude\": 55.28334\n                },\n                \"HighestPackagePrice\": 237.71,\n                \"ID\": 4021114,\n                \"LowestPackagePrice\": 196.46,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 459,\n                                \"Score\": 90,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 367,\n                                \"Score\": 79,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 12,\n                                \"Score\": 76,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 144,\n                                \"Score\": 70,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 174,\n                                \"Score\": 67,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 216,\n                                \"Score\": 62,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 209,\n                                \"Score\": 61,\n                                \"ShortText\": \"Location is ok\",\n                                \"Text\": \"Location is acceptable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 41,\n                                \"Score\": 57,\n                                \"ShortText\": \"Ordinary pool\",\n                                \"Text\": \"Pool is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 18,\n                                \"Score\": 48,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Wellness & sports facilities were not very nice.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good for traveling with friends.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Easily accessible by car and offers nearby parking areas.\",\n                        \"ReviewId\": \"7224789d-83ed-452a-820c-46314398cfe4\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1942,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 125,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 61,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 162,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 545,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1049,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.3,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good for traveling with friends. Easily accessible by car and offers nearby parking areas.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1942\n                }\n            },\n            {\n                \"Address\": \"Al Muraqqabat Street Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f26ab771-ec17-4e8a-b481-8ef2a1bf14a5.jpeg\"\n                },\n                \"DisplayName\": \"Coral Dubai Deira Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.266035,\n                    \"Longitude\": 55.32523\n                },\n                \"HighestPackagePrice\": 189.9,\n                \"ID\": 4021136,\n                \"LowestPackagePrice\": 189.9,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 19,\n                                \"Score\": 94,\n                                \"ShortText\": \"Beautiful beach\",\n                                \"Text\": \"Wonderful beach.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 774,\n                                \"Score\": 91,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 391,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 245,\n                                \"Score\": 79,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 83,\n                                \"Score\": 69,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 376,\n                                \"Score\": 68,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 21,\n                                \"Score\": 64,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 143,\n                                \"Score\": 56,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"33ed8f7c-5b02-4ca5-aae8-d5093fea2af4\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 10513,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 213,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 110,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 322,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1084,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 8784,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent wellness hotel. Located near shopping areas and has easy access to public transportation. Beautiful beach.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 10509\n                }\n            },\n            {\n                \"Address\": \"Frij Al Murar, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/11d4eec4-fc41-40bc-82b9-fc2facddb2fc.jpeg\"\n                },\n                \"DisplayName\": \"San Marino Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.278223,\n                    \"Longitude\": 55.309979\n                },\n                \"HighestPackagePrice\": 89.25,\n                \"ID\": 4021148,\n                \"LowestPackagePrice\": 89.25,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 19,\n                                \"Score\": 61,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 26,\n                                \"Score\": 51,\n                                \"ShortText\": \"Location is ok\",\n                                \"Text\": \"Location is acceptable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 15,\n                                \"Score\": 48,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 26,\n                                \"Score\": 46,\n                                \"ShortText\": \"Service could be improved\",\n                                \"Text\": \"Service is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 31,\n                                \"Score\": 42,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas.\",\n                        \"ReviewId\": \"0a7c3ce0-7832-447f-862c-dad379653e19\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 291,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 62,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 42,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 53,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 55,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 79,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.2,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Located near shopping areas. Service could be improved.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                    \"ReviewsCount\": 289\n                }\n            },\n            {\n                \"Address\": \"Street 24C Behind Al Nashwan Building Community 316 Al Raffa, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cb882f0b-5133-4049-a1c9-848be6ce1b3c.jpeg\"\n                },\n                \"DisplayName\": \"Arabian Dreams Hotel Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2494509,\n                    \"Longitude\": 55.2859363\n                },\n                \"HighestPackagePrice\": 242.66,\n                \"ID\": 4021154,\n                \"LowestPackagePrice\": 242.66,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 76,\n                                \"Score\": 95,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 25,\n                                \"Score\": 95,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 42,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 69,\n                                \"Score\": 82,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 21,\n                                \"Score\": 81,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 20,\n                                \"Score\": 52,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent family hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to restaurants, bars and shopping areas.\",\n                        \"ReviewId\": \"079697ab-c20e-46a5-bcba-9ddc4bd5b37a\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 449,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 20,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 21,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 63,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 109,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 236,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent family hotel. Close to restaurants, bars and shopping areas. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 448\n                }\n            },\n            {\n                \"Address\": \"Sheikh Khalifah Bin Zayed Street, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/29ab1dc4-85a4-43e9-b52e-ddfa100f3505.jpeg\"\n                },\n                \"DisplayName\": \"Park Regis Kris Kin Hotel Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.249618,\n                    \"Longitude\": 55.301516\n                },\n                \"HighestPackagePrice\": 351.74,\n                \"ID\": 4021156,\n                \"LowestPackagePrice\": 276.58,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 23% in city\",\n                                \"Text\": \"Top 23% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 23% in city\",\n                                \"Text\": \"Top 23% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 13,\n                                \"Score\": 93,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 367,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 13,\n                                \"Score\": 88,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Bar is amazing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 411,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 159,\n                                \"Score\": 85,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 619,\n                                \"Score\": 80,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 129,\n                                \"Score\": 59,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"cbb4a04b-8ddb-484a-a4fb-f330061ba647\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3083,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 142,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 74,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 192,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 823,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1852,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Close to Burjuman Mall. Great rooms in excellent location.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 3085\n                }\n            },\n            {\n                \"Address\": \"Al Hamriya Khaleed Bin Waleed, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e4c3fa32-c10c-4c46-9a2e-cdaf63457f88.jpeg\"\n                },\n                \"DisplayName\": \"Holiday Inn Bur Dubai Embassy District\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.25729,\n                    \"Longitude\": 55.30472\n                },\n                \"HighestPackagePrice\": 159.47,\n                \"ID\": 4021176,\n                \"LowestPackagePrice\": 143.69,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 11% in city\",\n                                \"Text\": \"Top 11% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 472,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1013,\n                                \"Score\": 76,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 546,\n                                \"Score\": 69,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 143,\n                                \"Score\": 67,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 197,\n                                \"Score\": 59,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 14,\n                                \"Score\": 58,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 218,\n                                \"Score\": 57,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 125,\n                                \"Score\": 53,\n                                \"ShortText\": \"Ordinary amenities\",\n                                \"Text\": \"Average amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 29,\n                                \"Score\": 36,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"8f23390f-350c-4c37-9d6e-f1cf92e3e7cc\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 4235,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 315,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 138,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 308,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 742,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2732,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Close to Burjuman Metro. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 4091\n                }\n            },\n            {\n                \"Address\": \"Meydan Racecourse Al Meydan Road, Dubai\",\n                \"ChainCode\": \"YX\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1ece4617-7820-4ab5-9323-a3cd6048ab33.jpeg\"\n                },\n                \"DisplayName\": \"The Meydan Hotel Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.157425,\n                    \"Longitude\": 55.30139\n                },\n                \"HighestPackagePrice\": 606.91,\n                \"ID\": 4021179,\n                \"LowestPackagePrice\": 552.04,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 16% in city\",\n                                \"Text\": \"Top 16% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 845,\n                                \"Score\": 86,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 232,\n                                \"Score\": 85,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 459,\n                                \"Score\": 79,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"High comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 798,\n                                \"Score\": 79,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 229,\n                                \"Score\": 74,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 374,\n                                \"Score\": 72,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 15,\n                                \"Score\": 53,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 17,\n                                \"Score\": 48,\n                                \"ShortText\": \"Beach is not so nice\",\n                                \"Text\": \"Ugly beach.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 37,\n                                \"Score\": 35,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Wellness & sports facilities were not very nice.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to the city center with easily acessible parking.\",\n                        \"ReviewId\": \"b0c883e1-735a-4344-92e6-69e74aabfd31\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 8009,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 175,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 125,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 280,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1082,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 6347,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 8038\n                }\n            },\n            {\n                \"Address\": \"Al Riqqa Road Riqqa Al Buteen Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cfd2bc3b-7132-4398-8381-781a81ae724b.jpeg\"\n                },\n                \"DisplayName\": \"Orchid Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2605,\n                    \"Longitude\": 55.3246\n                },\n                \"HighestPackagePrice\": 316.14,\n                \"ID\": 4021181,\n                \"LowestPackagePrice\": 37.46,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 75,\n                                \"Score\": 82,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 174,\n                                \"Score\": 74,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 111,\n                                \"Score\": 66,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 63,\n                                \"Score\": 60,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 50,\n                                \"Score\": 52,\n                                \"ShortText\": \"Decent vibe\",\n                                \"Text\": \"Vibe was decent.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 25,\n                                \"Score\": 44,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 28,\n                                \"Score\": 35,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation.\",\n                        \"ReviewId\": \"e4a7ebcc-ab83-4626-a6de-31ae59eb4661\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1321,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 88,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 80,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 126,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 238,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 789,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel for solo travelers. Close to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 1314\n                }\n            },\n            {\n                \"Address\": \"Al Mina Road, Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b03e191a-2fe0-4c1c-bc6f-5083c3dd7e8c.jpeg\"\n                },\n                \"DisplayName\": \"Capitol Hotel Jumeirah Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.241964340209961,\n                    \"Longitude\": 55.275199890136719\n                },\n                \"HighestPackagePrice\": 239.67,\n                \"ID\": 4021185,\n                \"LowestPackagePrice\": 225.52,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 75,\n                                \"Score\": 75,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 144,\n                                \"Score\": 67,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 6,\n                                \"Score\": 58,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 168,\n                                \"Score\": 42,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 33,\n                                \"Score\": 41,\n                                \"ShortText\": \"Value for money could be better\",\n                                \"Text\": \"Value below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 17,\n                                \"Score\": 40,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 69,\n                                \"Score\": 38,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 83,\n                                \"Score\": 35,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 40,\n                                \"Score\": 25,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 77,\n                                \"Score\": 23,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            }\n                        ],\n                        \"HotelType\": \"Fair wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Easily accessible by car and close to shopping areas.\",\n                        \"ReviewId\": \"43c79db5-b45a-4338-8247-812dfc9f70e0\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1763,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 245,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 136,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 272,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 427,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 683,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.8,\n                        \"ScoreDescription\": \"Fair\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Fair wellness hotel. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 1763\n                }\n            },\n            {\n                \"Address\": \"Kuwait Street, 23, Dubai\",\n                \"ChainCode\": \"SB\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/414e75a2-964e-4e9a-af43-e7d28f9bac4a.jpeg\"\n                },\n                \"DisplayName\": \"The Canvas Dubai MGallery Hotel Collection\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2554092407227,\n                    \"Longitude\": 55.2856178283691\n                },\n                \"HighestPackagePrice\": 366.88,\n                \"ID\": 4021199,\n                \"LowestPackagePrice\": 268.58,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1728,\n                                \"Score\": 87,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1298,\n                                \"Score\": 75,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 492,\n                                \"Score\": 71,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 364,\n                                \"Score\": 67,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 622,\n                                \"Score\": 57,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 13,\n                                \"Score\": 49,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 8,\n                                \"Score\": 44,\n                                \"ShortText\": \"Beach is not so nice\",\n                                \"Text\": \"Ugly beach.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good romantic hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas with easy access to parking.\",\n                        \"ReviewId\": \"ce23840a-19d6-4e1f-94e5-997be460a415\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5856,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 503,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 272,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 453,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1156,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3472,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good romantic hotel. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 5856\n                }\n            },\n            {\n                \"Address\": \"Al-Jazeera Street 28763, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5c7a476d-68ea-4369-bd50-3948da705de7.jpeg\"\n                },\n                \"DisplayName\": \"Landmark Riqqa Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.267005920410156,\n                    \"Longitude\": 55.3200569152832\n                },\n                \"HighestPackagePrice\": 250.04,\n                \"ID\": 4021213,\n                \"LowestPackagePrice\": 37.75,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 198,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 6,\n                                \"Score\": 88,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 279,\n                                \"Score\": 81,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 5,\n                                \"Score\": 60,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 39,\n                                \"Score\": 55,\n                                \"ShortText\": \"Ordinary amenities\",\n                                \"Text\": \"Average amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 50,\n                                \"Score\": 54,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 135,\n                                \"Score\": 48,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 241,\n                                \"Score\": 47,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 105,\n                                \"Score\": 42,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 63,\n                                \"Score\": 36,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"8ddf79c6-4cbc-413f-8e78-2dfcd3b5ceb4\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1502,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 172,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 124,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 240,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 400,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 566,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.9,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good airport hotel. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1502\n                }\n            },\n            {\n                \"Address\": \"World Trade Centre Rd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e570ea4e-f96e-4eb6-9896-e19e398bd405.jpeg\"\n                },\n                \"DisplayName\": \"Regent Palace Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.253484,\n                    \"Longitude\": 55.303741\n                },\n                \"HighestPackagePrice\": 204.93,\n                \"ID\": 4021214,\n                \"LowestPackagePrice\": 36.44,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 13% in city\",\n                                \"Text\": \"Top 13% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 181,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 163,\n                                \"Score\": 67,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 43,\n                                \"Score\": 45,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 13,\n                                \"Score\": 45,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 83,\n                                \"Score\": 43,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 191,\n                                \"Score\": 41,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 81,\n                                \"Score\": 34,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 6,\n                                \"Score\": 33,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Wellness & sports facilities were not very nice.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 63,\n                                \"Score\": 31,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 94,\n                                \"Score\": 24,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 18,\n                                \"Score\": 15,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Horrible pool.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"ae4d2bc1-5d2a-4dc6-b8b9-e594994ae12f\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1029,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 111,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 90,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 179,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 253,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 396,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.9,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good hotel for solo travelers. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1027\n                }\n            },\n            {\n                \"Address\": \"Near Fish Roundabout, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ebeefe5d-42ce-45c7-aeda-fb1d6f1bbc55.jpeg\"\n                },\n                \"DisplayName\": \"Royalton Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.268963,\n                    \"Longitude\": 55.313797\n                },\n                \"HighestPackagePrice\": 36.55,\n                \"ID\": 4021216,\n                \"LowestPackagePrice\": 36.55,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 9,\n                                \"Score\": 100,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 63,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 131,\n                                \"Score\": 38,\n                                \"ShortText\": \"Service could be improved\",\n                                \"Text\": \"Service is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 57,\n                                \"Score\": 33,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 124,\n                                \"Score\": 29,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 80,\n                                \"Score\": 14,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"2c46fcf8-69bf-4d78-a61e-96570f3d83f2\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 866,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 222,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 112,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 127,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 152,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 253,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.3,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Located near shopping areas and has easy access to public transportation. Service could be improved.\"\n                    }\n                ],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                    \"ReviewsCount\": 870\n                }\n            },\n            {\n                \"Address\": \"Kuwait Street Mankool Area Bur Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6bb76684-29cd-4a61-8946-e72388eca5ff.jpeg\"\n                },\n                \"DisplayName\": \"Wescott Plaza Hotel Apartments LLC Formerly West Zone Plaza Hotel Apts\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.24966,\n                    \"Longitude\": 55.29426\n                },\n                \"HighestPackagePrice\": 480.03,\n                \"ID\": 4021223,\n                \"LowestPackagePrice\": 437.05,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 11% in city\",\n                                \"Text\": \"Top 11% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 56,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 88,\n                                \"Score\": 68,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 9,\n                                \"Score\": 68,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 94,\n                                \"Score\": 62,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 7,\n                                \"Score\": 56,\n                                \"ShortText\": \"Ordinary pool\",\n                                \"Text\": \"Pool is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 48,\n                                \"Score\": 45,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 11,\n                                \"Score\": 36,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 10,\n                                \"Score\": 31,\n                                \"ShortText\": \"Food could be better\",\n                                \"Text\": \"Complaints about food\"\n                            }\n                        ],\n                        \"HotelType\": \"Good wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"760d5b3f-b685-4556-a2f6-18c594297bcc\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 472,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 28,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 38,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 60,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 134,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 212,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.1,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good wellness hotel. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 472\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a795d55d-a17a-479a-a21f-c89589dc4a54.jpeg\"\n                },\n                \"DisplayName\": \"Number One Tower Suites\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.210556030273438,\n                    \"Longitude\": 55.273689270019531\n                },\n                \"HighestPackagePrice\": 390.72,\n                \"ID\": 4021230,\n                \"LowestPackagePrice\": 234.72,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 333,\n                                \"Score\": 97,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 320,\n                                \"Score\": 69,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 311,\n                                \"Score\": 68,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 69,\n                                \"Score\": 59,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 126,\n                                \"Score\": 51,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 142,\n                                \"Score\": 44,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 45,\n                                \"Score\": 34,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 51,\n                                \"Score\": 31,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 5,\n                                \"Score\": 29,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Disappointing wellness & sports facilities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good luxury hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"0f6328d0-557a-4bff-9010-ac0dd595c4d8\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1925,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 148,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 90,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 222,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 554,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 911,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good luxury hotel. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1925\n                }\n            },\n            {\n                \"Address\": \"Al Mateena St Dubai Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/93216484-66c4-4ee4-af63-be7f7daccf84.jpeg\"\n                },\n                \"DisplayName\": \"Abjad Crown Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.273203,\n                    \"Longitude\": 55.319982\n                },\n                \"HighestPackagePrice\": 169.42,\n                \"ID\": 4021231,\n                \"LowestPackagePrice\": 162.04,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 167,\n                                \"Score\": 72,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 226,\n                                \"Score\": 52,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 19,\n                                \"Score\": 38,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 65,\n                                \"Score\": 36,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 266,\n                                \"Score\": 34,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 52,\n                                \"Score\": 30,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 107,\n                                \"Score\": 29,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 183,\n                                \"Score\": 19,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"4d2f8f05-0ff7-41a5-ae19-16691b730f02\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 981,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 121,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 215,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 185,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 170,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 290,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.3,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Room needs to be improved. Vibe is not too good. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                    \"ReviewsCount\": 995\n                }\n            },\n            {\n                \"Address\": \"Al Rigga Street, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e9052b62-649c-4252-86fc-0ca82b352262.jpeg\"\n                },\n                \"DisplayName\": \"Avenue Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26241,\n                    \"Longitude\": 55.32599\n                },\n                \"HighestPackagePrice\": 230.73,\n                \"ID\": 4021241,\n                \"LowestPackagePrice\": 183.85,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 333,\n                                \"Score\": 97,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 375,\n                                \"Score\": 86,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 20,\n                                \"Score\": 78,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 110,\n                                \"Score\": 74,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 142,\n                                \"Score\": 69,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 303,\n                                \"Score\": 64,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 134,\n                                \"Score\": 53,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 86,\n                                \"Score\": 51,\n                                \"ShortText\": \"Decent vibe\",\n                                \"Text\": \"Vibe was decent.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 28,\n                                \"Score\": 43,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Pool is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 13,\n                                \"Score\": 31,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Disappointing wellness & sports facilities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"94d86f2f-8935-4258-b305-e44dc9309033\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1879,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 125,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 87,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 209,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 575,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 883,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good airport hotel. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1903\n                }\n            },\n            {\n                \"Address\": \"Khalid Bin Walid Street, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3bb7b948-dfae-4e6f-acdd-bb0abaed9437.jpeg\"\n                },\n                \"DisplayName\": \"Palm Beach Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.25946,\n                    \"Longitude\": 55.28756\n                },\n                \"HighestPackagePrice\": 38.6,\n                \"ID\": 4021242,\n                \"LowestPackagePrice\": 38.6,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 140,\n                                \"Score\": 77,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 30,\n                                \"Score\": 47,\n                                \"ShortText\": \"Food could be better\",\n                                \"Text\": \"Disappointing food.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 347,\n                                \"Score\": 43,\n                                \"ShortText\": \"Service could be improved\",\n                                \"Text\": \"Service is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 360,\n                                \"Score\": 31,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 83,\n                                \"Score\": 29,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 163,\n                                \"Score\": 24,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 17,\n                                \"Score\": 21,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 14,\n                                \"Score\": 20,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Awful breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 202,\n                                \"Score\": 17,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 9,\n                                \"Score\": 17,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is disappointing.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"8ddac99c-e9f3-444e-bdf1-cb67ade3c3c7\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2506,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 657,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 326,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 331,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 365,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 827,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.4,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Located near shopping areas and has easy access to public transportation. Inadequate rooms with subpar service.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 2521\n                }\n            },\n            {\n                \"Address\": \"41 Kuwait St Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/14aa83dd-9c62-4de0-8e72-f75c1f035e4b.jpeg\"\n                },\n                \"DisplayName\": \"Al Manar Grand Hotel Apartment\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.248363494873,\n                    \"Longitude\": 55.2967376708984\n                },\n                \"HighestPackagePrice\": 346.32,\n                \"ID\": 4021272,\n                \"LowestPackagePrice\": 346.32,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 198,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 455,\n                                \"Score\": 82,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 385,\n                                \"Score\": 71,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 177,\n                                \"Score\": 60,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 69,\n                                \"Score\": 54,\n                                \"ShortText\": \"Decent vibe\",\n                                \"Text\": \"Vibe was decent.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 6,\n                                \"Score\": 50,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 19,\n                                \"Score\": 46,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 14,\n                                \"Score\": 43,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 7,\n                                \"Score\": 33,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Pool is below average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good accommodation.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"e4e8d14b-e631-4d55-897c-551b4f3d8254\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1705,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 192,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 100,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 174,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 379,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 860,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good accommodation. Located near shopping areas and has easy access to public transportation. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1705\n                }\n            },\n            {\n                \"Address\": \"Behind Adcb Bank &, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/58f6ab01-140f-4f83-9b22-d94150e294d1.jpeg\"\n                },\n                \"DisplayName\": \"Nihal Residency Hotel Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.25606,\n                    \"Longitude\": 55.29962\n                },\n                \"HighestPackagePrice\": 1747.46,\n                \"ID\": 4021292,\n                \"LowestPackagePrice\": 1747.46,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 7,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 10,\n                                \"Score\": 79,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 5,\n                                \"Score\": 67,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 11,\n                                \"Score\": 26,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 11,\n                                \"Score\": 0,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"a6e64716-45a0-483b-800f-c85cdc1812d1\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 96,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 16,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 7,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 14,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 13,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 46,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 96\n                }\n            },\n            {\n                \"Address\": \"Rigga Al Buteen Deira, Dubai\",\n                \"ChainCode\": \"OK\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/22002060-46b4-44ed-8b74-5c4f850281da.jpeg\"\n                },\n                \"DisplayName\": \"Knight Armour Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.260833,\n                    \"Longitude\": 55.322285\n                },\n                \"HighestPackagePrice\": 343.01,\n                \"ID\": 4021303,\n                \"LowestPackagePrice\": 140.56,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 19% in city\",\n                                \"Text\": \"Top 19% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 6,\n                                \"Score\": 100,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 154,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 700,\n                                \"Score\": 96,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 107,\n                                \"Score\": 94,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 51,\n                                \"Score\": 92,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Excellent value.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 9,\n                                \"Score\": 92,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 11,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 76,\n                                \"Score\": 88,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 53,\n                                \"Score\": 86,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 229,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 124,\n                                \"Score\": 81,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"d57a8c1a-19ac-4600-991e-d72bffd38c70\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1537,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 117,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 73,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 131,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 214,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1002,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent wellness hotel. Awesome rooms and service in a great location. Great pool. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 1534\n                }\n            },\n            {\n                \"Address\": \"Oud Metha Street, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2ca491c9-630c-4d67-a1e0-8bddc38d8d6d.jpeg\"\n                },\n                \"DisplayName\": \"Dunes Hotel Apartments Oud Metha\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.23290966,\n                    \"Longitude\": 55.31515226\n                },\n                \"HighestPackagePrice\": 420.67,\n                \"ID\": 4021305,\n                \"LowestPackagePrice\": 291.52,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 57,\n                                \"Score\": 94,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 16,\n                                \"Score\": 91,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Excellent value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 37,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 19,\n                                \"Score\": 88,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 13,\n                                \"Score\": 80,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 56,\n                                \"Score\": 80,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 13,\n                                \"Score\": 65,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 6,\n                                \"Score\": 56,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 13,\n                                \"Score\": 33,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 14,\n                                \"Score\": 15,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"3f5cb9ea-407c-41c2-8465-f6e3f0ef3c8d\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 336,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 8,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 4,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 34,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 107,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 183,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Great rooms in excellent location. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 336\n                }\n            },\n            {\n                \"Address\": \"Baniyas Square Deira Po Box 49530, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1b6ef040-1608-4c84-b5ac-842932c06223.jpeg\"\n                },\n                \"DisplayName\": \"Florida City Hotel Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2691459655762,\n                    \"Longitude\": 55.3058662414551\n                },\n                \"HighestPackagePrice\": 289.43,\n                \"ID\": 4021327,\n                \"LowestPackagePrice\": 272.7,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 16,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 21,\n                                \"Score\": 82,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 11,\n                                \"Score\": 69,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 8,\n                                \"Score\": 50,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 25,\n                                \"Score\": 41,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 6,\n                                \"Score\": 32,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 8,\n                                \"Score\": 10,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good Hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"db6c5ac0-42a2-4518-8eb7-ff313ebd9c3b\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 239,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 20,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 12,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 46,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 77,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 84,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good Hotel. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 239\n                }\n            },\n            {\n                \"Address\": \"Riggat Al Buteen Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c5e0b759-529b-4909-a653-b34ba9f2b42e.jpeg\"\n                },\n                \"DisplayName\": \"Samaya Hotel Deira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26068,\n                    \"Longitude\": 55.319056\n                },\n                \"HighestPackagePrice\": 33.41,\n                \"ID\": 4021341,\n                \"LowestPackagePrice\": 33.41,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 25,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 7,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Excellent amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 12,\n                                \"Score\": 89,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 9,\n                                \"Score\": 89,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 65,\n                                \"Score\": 85,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 37,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 10,\n                                \"Score\": 65,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 18,\n                                \"Score\": 59,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to the airport.\",\n                        \"ReviewId\": \"c2af2197-afa1-4c97-b76e-40e3ce556e75\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 592,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 45,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 19,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 59,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 159,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 310,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good business hotel. Close to the airport. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 595\n                }\n            },\n            {\n                \"Address\": \"Al Maktoum Street, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3caea213-8367-4384-b8ca-fbc0a1840e53.jpeg\"\n                },\n                \"DisplayName\": \"Al Khaleej Palace Deira Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.263,\n                    \"Longitude\": 55.316844\n                },\n                \"HighestPackagePrice\": 313.24,\n                \"ID\": 4021345,\n                \"LowestPackagePrice\": 272.21,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 5,\n                                \"Score\": 91,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 40,\n                                \"Score\": 82,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 28,\n                                \"Score\": 78,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 25,\n                                \"Score\": 72,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"High comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 20,\n                                \"Score\": 65,\n                                \"ShortText\": \"Decent vibe\",\n                                \"Text\": \"Vibe was decent.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 59,\n                                \"Score\": 61,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 19,\n                                \"Score\": 56,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 6,\n                                \"Score\": 44,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Fair business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"df4f1f1e-7f65-47ad-afdf-9fd192f51b7c\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 319,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 79,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 13,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 36,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 54,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 137,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.8,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Fair business hotel. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 318\n                }\n            },\n            {\n                \"Address\": \"Khaleej Road Al Baraha Corniche Deira P.O. Box 5245, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/073a0390-5499-4b59-b9a2-dd2e837144c2.jpeg\"\n                },\n                \"DisplayName\": \"Hues Boutique Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2818154174917,\n                    \"Longitude\": 55.3151368349791\n                },\n                \"HighestPackagePrice\": 148.89,\n                \"ID\": 4021364,\n                \"LowestPackagePrice\": 143.81,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 7,\n                                \"Score\": 96,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 13,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 21,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 284,\n                                \"Score\": 82,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 140,\n                                \"Score\": 65,\n                                \"ShortText\": \"Location is ok\",\n                                \"Text\": \"Location is acceptable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 109,\n                                \"Score\": 62,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 36,\n                                \"Score\": 58,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 185,\n                                \"Score\": 56,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 65,\n                                \"Score\": 42,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 7,\n                                \"Score\": 25,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is disappointing.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to parking areas and the airport.\",\n                        \"ReviewId\": \"faefcd8c-a220-432c-afc5-fe6fc972e61c\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1866,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 152,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 69,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 194,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 477,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 974,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good wellness hotel. Close to parking areas and the airport. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1847\n                }\n            },\n            {\n                \"Address\": \"Riggat Albuteen Street, Dubai\",\n                \"ChainCode\": \"MC\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7c10d271-ded5-4dbd-a65c-797fa7e2c4d7.jpeg\"\n                },\n                \"DisplayName\": \"Marriott Executive Apartments Dubai Creek\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.257997,\n                    \"Longitude\": 55.323623\n                },\n                \"HighestPackagePrice\": 377.47,\n                \"ID\": 4021375,\n                \"LowestPackagePrice\": 351.76,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 11,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 59,\n                                \"Score\": 94,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 21,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 66,\n                                \"Score\": 91,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 181,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 377,\n                                \"Score\": 86,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 338,\n                                \"Score\": 76,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 113,\n                                \"Score\": 75,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 184,\n                                \"Score\": 75,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"High comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 6,\n                                \"Score\": 71,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 96,\n                                \"Score\": 53,\n                                \"ShortText\": \"Ordinary amenities\",\n                                \"Text\": \"Average amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 82,\n                                \"Score\": 31,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 5,\n                                \"Score\": 25,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is disappointing.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent for traveling with friends.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"73f0cd95-e6cc-4ea5-94aa-4f6bb5fa53ad\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1582,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 60,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 38,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 114,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 385,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 985,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent for traveling with friends. Good for sightseeing and located near shopping areas. Great room. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 1584\n                }\n            },\n            {\n                \"Address\": \"Naser Square Naif Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f6d5594f-45f7-4c36-9e77-deb03a69e88f.jpeg\"\n                },\n                \"DisplayName\": \"City Stay Premium Hotel Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.27289,\n                    \"Longitude\": 55.30927\n                },\n                \"HighestPackagePrice\": 273.99,\n                \"ID\": 4021386,\n                \"LowestPackagePrice\": 248.08,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 11% in city\",\n                                \"Text\": \"Top 11% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 134,\n                                \"Score\": 88,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 11,\n                                \"Score\": 64,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 104,\n                                \"Score\": 60,\n                                \"ShortText\": \"Location is ok\",\n                                \"Text\": \"Location is acceptable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 19,\n                                \"Score\": 60,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 58,\n                                \"Score\": 57,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 26,\n                                \"Score\": 53,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 132,\n                                \"Score\": 47,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 84,\n                                \"Score\": 34,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 21,\n                                \"Score\": 34,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 19,\n                                \"Score\": 28,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"79457e00-b98d-4879-8737-200306b4968a\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1026,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 105,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 75,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 168,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 339,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 339,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.9,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good hotel for solo travelers. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1026\n                }\n            },\n            {\n                \"Address\": \"5A Street 317 Community, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b048b13f-c9ea-4485-9718-a9d211910235.jpeg\"\n                },\n                \"DisplayName\": \"Tulip Hotel Apartment\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.25515,\n                    \"Longitude\": 55.298167\n                },\n                \"HighestPackagePrice\": 158.49,\n                \"ID\": 4021417,\n                \"LowestPackagePrice\": 143.79,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 160,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 12,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 60,\n                                \"Score\": 63,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 486,\n                                \"Score\": 62,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 527,\n                                \"Score\": 43,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 26,\n                                \"Score\": 37,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 49,\n                                \"Score\": 37,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 279,\n                                \"Score\": 25,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 42,\n                                \"Score\": 12,\n                                \"ShortText\": \"Food could be better\",\n                                \"Text\": \"Complaints about food\"\n                            }\n                        ],\n                        \"HotelType\": \"Fair for traveling with friends.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"595084ef-5467-4267-9444-01d455f0d89a\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1841,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 350,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 235,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 252,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 318,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 686,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.6,\n                        \"ScoreDescription\": \"Fair\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Fair for traveling with friends. Great pool. Great location. Room needs to be improved.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 1843\n                }\n            },\n            {\n                \"Address\": \"Satwa Roundabout, Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6c8aab29-aaf3-4387-b346-0d0c432a2d2d.jpeg\"\n                },\n                \"DisplayName\": \"Chelsea Plaza Hotel Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.235246,\n                    \"Longitude\": 55.279274\n                },\n                \"HighestPackagePrice\": 424.86,\n                \"ID\": 4021491,\n                \"LowestPackagePrice\": 32.44,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 13% in city\",\n                                \"Text\": \"Top 13% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 53,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 290,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 480,\n                                \"Score\": 77,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 456,\n                                \"Score\": 54,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 71,\n                                \"Score\": 49,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 187,\n                                \"Score\": 44,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 253,\n                                \"Score\": 42,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 175,\n                                \"Score\": 31,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 35,\n                                \"Score\": 19,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good family hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"f191a710-dc84-43e0-833f-761fbf58534c\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2803,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 306,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 200,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 371,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 683,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1243,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good family hotel. Located near shopping areas and has easy access to public transportation. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 2825\n                }\n            },\n            {\n                \"Address\": \"Al Fahidi Street, Dubai\",\n                \"ChainCode\": \"OK\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f13fd31e-533c-4833-a38f-d1d745628c1a.jpeg\"\n                },\n                \"DisplayName\": \"Grand Astoria Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2620983123779,\n                    \"Longitude\": 55.2921867370605\n                },\n                \"HighestPackagePrice\": 285.3,\n                \"ID\": 4021497,\n                \"LowestPackagePrice\": 137.65,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 142,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 155,\n                                \"Score\": 73,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 10,\n                                \"Score\": 71,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 126,\n                                \"Score\": 67,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 27,\n                                \"Score\": 63,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 61,\n                                \"Score\": 52,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 55,\n                                \"Score\": 49,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"298b88c3-c7e2-4462-b32f-600100a56aca\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1183,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 116,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 73,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 178,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 289,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 527,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel for solo travelers. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1183\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road, Dubai\",\n                \"ChainCode\": \"YZ\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ab18fea7-0d95-4b88-b3ca-a187468a7ddc.jpeg\"\n                },\n                \"DisplayName\": \"Staybridge Suites Dubai Financial Centre an IHG Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.21145,\n                    \"Longitude\": 55.27476\n                },\n                \"HighestPackagePrice\": 430.06,\n                \"ID\": 4021514,\n                \"LowestPackagePrice\": 393.58,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 67,\n                                \"Score\": 97,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 690,\n                                \"Score\": 97,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 130,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1100,\n                                \"Score\": 92,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 13,\n                                \"Score\": 87,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 742,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 300,\n                                \"Score\": 80,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 281,\n                                \"Score\": 79,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"High comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 346,\n                                \"Score\": 70,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 137,\n                                \"Score\": 66,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"7d361b1e-0a34-4840-b951-db5521da799e\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3285,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 149,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 89,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 166,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 584,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2297,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Close to Financial Centre Metro. Great rooms in excellent location. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 3285\n                }\n            },\n            {\n                \"Address\": \"Al Mankhool 10B Street Bur Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fbada43e-7291-4877-b3c2-a7affe7f09b3.jpeg\"\n                },\n                \"DisplayName\": \"Savoy Crest Hotel Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.252997,\n                    \"Longitude\": 55.295926\n                },\n                \"HighestPackagePrice\": 327.56,\n                \"ID\": 4021581,\n                \"LowestPackagePrice\": 193.72,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 652,\n                                \"Score\": 97,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 103,\n                                \"Score\": 93,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 215,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 19,\n                                \"Score\": 88,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 220,\n                                \"Score\": 86,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 76,\n                                \"Score\": 85,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 359,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 154,\n                                \"Score\": 79,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"43675697-afc2-489f-ab14-bf5e05664a75\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1692,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 46,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 24,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 90,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 364,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1168,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent wellness hotel. Located near shopping areas and has easy access to public transportation. Great rooms and fantastic service.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 1701\n                }\n            },\n            {\n                \"Address\": \"Port Saeed, Near Deira City Centre, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/91e872fc-373f-49fd-9c55-7aaeb77203c2.jpeg\"\n                },\n                \"DisplayName\": \"Tulip Creek Hotel Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2561435699463,\n                    \"Longitude\": 55.3255805969238\n                },\n                \"HighestPackagePrice\": 198.13,\n                \"ID\": 4021595,\n                \"LowestPackagePrice\": 180.1,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 153,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 68,\n                                \"Score\": 61,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 472,\n                                \"Score\": 55,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 131,\n                                \"Score\": 48,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 18,\n                                \"Score\": 45,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 28,\n                                \"Score\": 38,\n                                \"ShortText\": \"Food could be better\",\n                                \"Text\": \"Disappointing food.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 408,\n                                \"Score\": 35,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 81,\n                                \"Score\": 30,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 80,\n                                \"Score\": 21,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 260,\n                                \"Score\": 16,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 26,\n                                \"Score\": 15,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"a1a07262-8d6c-466a-96ae-2b31ab42cf19\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1727,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 443,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 257,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 238,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 253,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 536,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.5,\n                        \"ScoreDescription\": \"Fair\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Located near shopping areas and has easy access to public transportation. Vibe is not too good. Room needs to be improved.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 1727\n                }\n            },\n            {\n                \"Address\": \"Al Khaleej Road Al Baraha, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6d7129e0-a884-4856-9928-4c658bdf70cd.jpeg\"\n                },\n                \"DisplayName\": \"Sun and Sands Sea View Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.28267441,\n                    \"Longitude\": 55.31647324\n                },\n                \"HighestPackagePrice\": 259.82,\n                \"ID\": 4021688,\n                \"LowestPackagePrice\": 259.82,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 148,\n                                \"Score\": 58,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 93,\n                                \"Score\": 50,\n                                \"ShortText\": \"Location is ok\",\n                                \"Text\": \"Location is acceptable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 23,\n                                \"Score\": 43,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 53,\n                                \"Score\": 28,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 170,\n                                \"Score\": 28,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 107,\n                                \"Score\": 24,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 87,\n                                \"Score\": 15,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 6,\n                                \"Score\": 12,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is disappointing.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 5,\n                                \"Score\": 10,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 65,\n                                \"Score\": 9,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 13,\n                                \"Score\": 6,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Horrible pool.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation and the airport.\",\n                        \"ReviewId\": \"9ba0d402-6de5-4952-93f6-b06b2e215341\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1397,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 306,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 186,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 252,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 276,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 377,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.3,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Close to public transportation and the airport. Room needs to be improved. Vibe is not too good. Pool should be renewed.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 1380\n                }\n            },\n            {\n                \"Address\": \"29C Street, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/718c55d3-b478-4d2c-a191-203a65a91468.jpeg\"\n                },\n                \"DisplayName\": \"Grand Square Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2701950073242,\n                    \"Longitude\": 55.312442779541\n                },\n                \"HighestPackagePrice\": 36.55,\n                \"ID\": 4021692,\n                \"LowestPackagePrice\": 36.55,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 13,\n                                \"Score\": 78,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 15,\n                                \"Score\": 68,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 16,\n                                \"Score\": 64,\n                                \"ShortText\": \"Location is ok\",\n                                \"Text\": \"Location is acceptable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 32,\n                                \"Score\": 33,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 19,\n                                \"Score\": 21,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation.\",\n                        \"ReviewId\": \"73bd6ab4-b4ad-4e57-95fc-93dfd464abf1\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 232,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 56,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 40,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 42,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 44,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 50,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 2.9,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Close to public transportation. Room needs to be improved.\"\n                    }\n                ],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                    \"ReviewsCount\": 232\n                }\n            },\n            {\n                \"Address\": \"34 Al Fahidi Street Near Dubai Museum Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6d8c7a05-6edb-494b-a8df-de01107422ca.jpeg\"\n                },\n                \"DisplayName\": \"Concorde Inn Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2627,\n                    \"Longitude\": 55.29796\n                },\n                \"HighestPackagePrice\": 223.63,\n                \"ID\": 4021694,\n                \"LowestPackagePrice\": 223.63,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"c65bd0d5-d132-44cb-abc7-d169a5a102d8\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"Score\": 0,\n                        \"ScoreDescription\": \"\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"\"\n                    }\n                ],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"2Nd December St. Al Badaa Al Jafiliya, Dubai\",\n                \"ChainCode\": \"RO\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/619ff2ef-e0f9-4ca7-80d3-cffa48cb001a.jpeg\"\n                },\n                \"DisplayName\": \"Jumeira Rotana\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.23713,\n                    \"Longitude\": 55.27423\n                },\n                \"HighestPackagePrice\": 329.3,\n                \"ID\": 4021695,\n                \"LowestPackagePrice\": 281.07,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 208,\n                                \"Score\": 93,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 7,\n                                \"Score\": 91,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 85,\n                                \"Score\": 87,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 122,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 46,\n                                \"Score\": 82,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 172,\n                                \"Score\": 76,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 84,\n                                \"Score\": 69,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 7,\n                                \"Score\": 66,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 78,\n                                \"Score\": 65,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 54,\n                                \"Score\": 65,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"1b4bcdc1-659b-4bf8-b282-8725e39a059a\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1110,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 83,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 45,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 104,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 312,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 566,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.3,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good business hotel. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1089\n                }\n            },\n            {\n                \"Address\": \"Al Rigga Road Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/14a59d84-40db-4f79-bb9b-43c70a40e04e.jpeg\"\n                },\n                \"DisplayName\": \"Saffron Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2612495422363,\n                    \"Longitude\": 55.3256416320801\n                },\n                \"HighestPackagePrice\": 156.84,\n                \"ID\": 4021709,\n                \"LowestPackagePrice\": 134.46,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 118,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 191,\n                                \"Score\": 56,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 27,\n                                \"Score\": 36,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 250,\n                                \"Score\": 27,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 128,\n                                \"Score\": 26,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 15,\n                                \"Score\": 22,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Awful breakfast.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"d7138067-92c9-4c16-86a1-650852666a56\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2066,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 399,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 205,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 389,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 447,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 626,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.4,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 2066\n                }\n            },\n            {\n                \"Address\": \"Al Maktoum Road Deira, Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1ad6d697-5eb9-48ce-843e-f911e2f88a5c.jpeg\"\n                },\n                \"DisplayName\": \"Khalidia Palace Hotel Dubai by Mourouj Gloria\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26082,\n                    \"Longitude\": 55.32079\n                },\n                \"HighestPackagePrice\": 590.36,\n                \"ID\": 4021863,\n                \"LowestPackagePrice\": 590.36,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 8,\n                                \"Score\": 100,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 231,\n                                \"Score\": 94,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 9,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 57,\n                                \"Score\": 92,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 66,\n                                \"Score\": 91,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 34,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 115,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 37,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 27,\n                                \"Score\": 79,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 14,\n                                \"Score\": 45,\n                                \"ShortText\": \"Value for money could be better\",\n                                \"Text\": \"Value below average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation.\",\n                        \"ReviewId\": \"3da2d75b-72e6-4ec8-ac22-93bd9013fcdd\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 595,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 34,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 7,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 17,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 65,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 472,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Close to public transportation. Great rooms and fantastic service. Awesome vibe. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 595\n                }\n            },\n            {\n                \"Address\": \"Mankhool 12 A Bur Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f14b4cce-c9ac-41ea-aebf-531793337b08.jpeg\"\n                },\n                \"DisplayName\": \"Savoy Suites Hotel Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.253852,\n                    \"Longitude\": 55.297513\n                },\n                \"HighestPackagePrice\": 572.72,\n                \"ID\": 4022126,\n                \"LowestPackagePrice\": 206.84,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 11% in city\",\n                                \"Text\": \"Top 11% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 493,\n                                \"Score\": 96,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 8,\n                                \"Score\": 91,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 218,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 320,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 177,\n                                \"Score\": 85,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 114,\n                                \"Score\": 81,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent family hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"1a50ddf3-fd07-47c8-9579-41933b8c3f34\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1396,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 28,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 28,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 80,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 357,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 903,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent family hotel. Located near shopping areas and has easy access to public transportation. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 1407\n                }\n            },\n            {\n                \"Address\": \"Al Riqqa Street, Opposite Al Ghurair Shopping Mall, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5e4b283e-faf1-49ba-b489-a5322978ad1e.jpeg\"\n                },\n                \"DisplayName\": \"Landmark Grand Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2655658721924,\n                    \"Longitude\": 55.3170471191406\n                },\n                \"HighestPackagePrice\": 389.36,\n                \"ID\": 4022388,\n                \"LowestPackagePrice\": 240.4,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 11% in city\",\n                                \"Text\": \"Top 11% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 13% in city\",\n                                \"Text\": \"Top 13% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 418,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 489,\n                                \"Score\": 80,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 121,\n                                \"Score\": 63,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 24,\n                                \"Score\": 60,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 13,\n                                \"Score\": 59,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 17,\n                                \"Score\": 57,\n                                \"ShortText\": \"Ordinary pool\",\n                                \"Text\": \"Pool is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 213,\n                                \"Score\": 56,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 463,\n                                \"Score\": 54,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 95,\n                                \"Score\": 47,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 113,\n                                \"Score\": 42,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 270,\n                                \"Score\": 41,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good city hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"45a1d8e3-c665-4ced-abf9-e84929e3ff8b\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2921,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 193,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 179,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 400,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 918,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1231,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good city hotel. Close to Union Metro. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 2921\n                }\n            },\n            {\n                \"Address\": \"Al Rolla Road Bur Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f046cd66-009c-4ba0-a1d3-7c711473d8e6.jpeg\"\n                },\n                \"DisplayName\": \"Savoy Central Hotel Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.257092,\n                    \"Longitude\": 55.289233\n                },\n                \"HighestPackagePrice\": 449.06,\n                \"ID\": 4022395,\n                \"LowestPackagePrice\": 202.62,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1091,\n                                \"Score\": 96,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 114,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 23,\n                                \"Score\": 90,\n                                \"ShortText\": \"Beautiful beach\",\n                                \"Text\": \"Wonderful beach.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 532,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 35,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Very nice wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 246,\n                                \"Score\": 86,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 175,\n                                \"Score\": 85,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 308,\n                                \"Score\": 85,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 649,\n                                \"Score\": 83,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 30,\n                                \"Score\": 78,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 143,\n                                \"Score\": 74,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Good amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 316,\n                                \"Score\": 73,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"High comfort.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"ff7139ae-62e0-4a8e-8190-c0e73b7b32dd\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3336,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 97,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 67,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 145,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 940,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2087,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Located near shopping areas and has easy access to public transportation. Great rooms and fantastic service. Beautiful beach. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 3317\n                }\n            },\n            {\n                \"Address\": \"10B Community 317Mankhool, Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/da28885c-14ae-4a66-a180-d8755ce7ad23.jpeg\"\n                },\n                \"DisplayName\": \"Savoy Park Hotel Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.253621,\n                    \"Longitude\": 55.296332\n                },\n                \"HighestPackagePrice\": 290.58,\n                \"ID\": 4299294,\n                \"LowestPackagePrice\": 195.76,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 909,\n                                \"Score\": 97,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 402,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 24,\n                                \"Score\": 84,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 306,\n                                \"Score\": 83,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 199,\n                                \"Score\": 82,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 616,\n                                \"Score\": 79,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 275,\n                                \"Score\": 69,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent city hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"6ce2d7be-000c-4658-a444-fd4d967c8c64\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2902,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 69,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 67,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 171,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 931,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1664,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent city hotel. Located near shopping areas and has easy access to public transportation. Great rooms and fantastic service.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 2905\n                }\n            },\n            {\n                \"Address\": \"8Th Street Port Saeed District, Dubai\",\n                \"ChainCode\": \"RT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b6205df9-cbd3-4a23-9f4d-58c0e97eb46c.jpeg\"\n                },\n                \"DisplayName\": \"Novotel Deira Creekside Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.253595,\n                    \"Longitude\": 55.332931\n                },\n                \"HighestPackagePrice\": 371.33,\n                \"ID\": 4306042,\n                \"LowestPackagePrice\": 337.77,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 17% in city\",\n                                \"Text\": \"Top 17% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 3387,\n                                \"Score\": 98,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1324,\n                                \"Score\": 98,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 37,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 155,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 317,\n                                \"Score\": 89,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 707,\n                                \"Score\": 86,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 19,\n                                \"Score\": 81,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1262,\n                                \"Score\": 79,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 476,\n                                \"Score\": 79,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 331,\n                                \"Score\": 58,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"eca13792-f068-46cf-89b6-6e3139458ba7\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 7939,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 84,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 116,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 347,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1463,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 5929,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent airport hotel. Close to Deira City. Great location. Awesome vibe. Great pool. Fantastic service.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 7836\n                }\n            },\n            {\n                \"Address\": \"Opp. Dubai Int'l Airport Terminal 3\",\n                \"ChainCode\": \"HI\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b0389717-4595-449b-89e5-8c877570560c.jpeg\"\n                },\n                \"DisplayName\": \"Holiday Inn Express Dubai Airport an IHG Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.242287,\n                    \"Longitude\": 55.359924\n                },\n                \"HighestPackagePrice\": 182.58,\n                \"ID\": 4306058,\n                \"LowestPackagePrice\": 182.58,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 3863,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 7843,\n                                \"Score\": 90,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 2288,\n                                \"Score\": 86,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 107,\n                                \"Score\": 81,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Bar is amazing.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 118,\n                                \"Score\": 65,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 3497,\n                                \"Score\": 58,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 1645,\n                                \"Score\": 58,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent for traveling with friends.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation and the airport.\",\n                        \"ReviewId\": \"74aa2d7e-e198-4722-8d76-12b325c96609\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 30467,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 893,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 854,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 2175,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 5536,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 21009,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent for traveling with friends. Close to Dubai Airport. Close to public transportation and the airport. Fantastic service.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 30643\n                }\n            },\n            {\n                \"Address\": \"Al Jadaf Area Oud Mehta Road, Dubai\",\n                \"ChainCode\": \"RO\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/88370af3-d3e7-4077-ae92-e4f98eb7b485.jpeg\"\n                },\n                \"DisplayName\": \"Park Hotel Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.22165,\n                    \"Longitude\": 55.32913\n                },\n                \"HighestPackagePrice\": 271.21,\n                \"ID\": 4306073,\n                \"LowestPackagePrice\": 271.21,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 6,\n                                \"Score\": 100,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 5,\n                                \"Score\": 100,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 42,\n                                \"Score\": 97,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 108,\n                                \"Score\": 91,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 9,\n                                \"Score\": 75,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 77,\n                                \"Score\": 74,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 11,\n                                \"Score\": 59,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 35,\n                                \"Score\": 55,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 6,\n                                \"Score\": 0,\n                                \"ShortText\": \"Food could be better\",\n                                \"Text\": \"Complaints about food\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"fe3388a0-d117-4c19-a40b-6789a3a6aa62\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 299,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 21,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 11,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 23,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 60,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 184,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Great rooms in excellent location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 301\n                }\n            },\n            {\n                \"Address\": \"Salahuddin Street, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f143a9b6-8bea-42ed-b432-f6cfd1b1fb64.jpeg\"\n                },\n                \"DisplayName\": \"Royal Falcon Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2705993652344,\n                    \"Longitude\": 55.3199157714844\n                },\n                \"HighestPackagePrice\": 195.56,\n                \"ID\": 4306203,\n                \"LowestPackagePrice\": 160.69,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 342,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 323,\n                                \"Score\": 64,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 24,\n                                \"Score\": 44,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 360,\n                                \"Score\": 42,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 163,\n                                \"Score\": 39,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 37,\n                                \"Score\": 35,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 210,\n                                \"Score\": 25,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 10,\n                                \"Score\": 0,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is disappointing.\"\n                            }\n                        ],\n                        \"HotelType\": \"Fair hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"7250550d-8ba8-4aff-8393-b6a54994ac61\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1900,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 290,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 226,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 321,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 409,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 654,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.6,\n                        \"ScoreDescription\": \"Fair\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Fair hotel for solo travelers. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 1900\n                }\n            },\n            {\n                \"Address\": \"Al Rigga Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2c50fd9c-c0e3-47a9-8f8d-1b9e1116580d.jpeg\"\n                },\n                \"DisplayName\": \"Grand Central Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2636280059814,\n                    \"Longitude\": 55.3267364501953\n                },\n                \"HighestPackagePrice\": 205.92,\n                \"ID\": 4306205,\n                \"LowestPackagePrice\": 168.87,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 13% in city\",\n                                \"Text\": \"Top 13% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 265,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 373,\n                                \"Score\": 78,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 162,\n                                \"Score\": 58,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 48,\n                                \"Score\": 57,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 86,\n                                \"Score\": 56,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 326,\n                                \"Score\": 55,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 12,\n                                \"Score\": 53,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 57,\n                                \"Score\": 48,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 71,\n                                \"Score\": 47,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 18,\n                                \"Score\": 45,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Pool is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 156,\n                                \"Score\": 43,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 108,\n                                \"Score\": 36,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 7,\n                                \"Score\": 21,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is disappointing.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 52,\n                                \"Score\": 19,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"2d5d2d3b-8e44-475f-ac5d-5dcd01f5c248\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2332,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 225,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 167,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 320,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 700,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 920,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good airport hotel. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 2332\n                }\n            },\n            {\n                \"Address\": \"Mankhool Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fbb0d7c4-25ea-48f1-88fc-b07b9c1f6a5f.jpeg\"\n                },\n                \"DisplayName\": \"Majestic City Retreat Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.253404,\n                    \"Longitude\": 55.293802\n                },\n                \"HighestPackagePrice\": 262.19,\n                \"ID\": 4306211,\n                \"LowestPackagePrice\": 239.58,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 11% in city\",\n                                \"Text\": \"Top 11% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 13% in city\",\n                                \"Text\": \"Top 13% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 397,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 668,\n                                \"Score\": 81,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 22,\n                                \"Score\": 76,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 520,\n                                \"Score\": 74,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 203,\n                                \"Score\": 72,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 234,\n                                \"Score\": 67,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 204,\n                                \"Score\": 56,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 20,\n                                \"Score\": 49,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Wellness & sports facilities were not very nice.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 239,\n                                \"Score\": 39,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"b6058327-c0ae-4117-8023-1ce30fc30584\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3068,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 232,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 140,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 322,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 820,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1554,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.3,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel for solo travelers. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 3067\n                }\n            },\n            {\n                \"Address\": \"Baniyas Street, Dubai\",\n                \"ChainCode\": \"WV\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/48c215bb-475e-480a-a61b-5a4082ee15c5.jpeg\"\n                },\n                \"DisplayName\": \"Carlton Tower Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26698,\n                    \"Longitude\": 55.30696\n                },\n                \"HighestPackagePrice\": 283.1,\n                \"ID\": 4306221,\n                \"LowestPackagePrice\": 176.83,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 574,\n                                \"Score\": 82,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 351,\n                                \"Score\": 82,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 80,\n                                \"Score\": 79,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 399,\n                                \"Score\": 66,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 9,\n                                \"Score\": 60,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 188,\n                                \"Score\": 58,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 83,\n                                \"Score\": 50,\n                                \"ShortText\": \"Ordinary amenities\",\n                                \"Text\": \"Average amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 108,\n                                \"Score\": 45,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 17,\n                                \"Score\": 44,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 40,\n                                \"Score\": 39,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Pool is below average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"d4e0e579-ea27-4ddf-a630-5aa0e238920a\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2730,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 176,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 129,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 230,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 603,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1592,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel for solo travelers. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 2713\n                }\n            },\n            {\n                \"Address\": \"8Th Str Port Saeed District F, Dubai\",\n                \"ChainCode\": \"RT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/aab19320-eb0d-419c-886c-6f0857f97937.jpeg\"\n                },\n                \"DisplayName\": \"ibis Deira Creekside Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.253543,\n                    \"Longitude\": 55.332519\n                },\n                \"HighestPackagePrice\": 215.16,\n                \"ID\": 4315372,\n                \"LowestPackagePrice\": 192.57,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 2131,\n                                \"Score\": 98,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 4147,\n                                \"Score\": 96,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 184,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 110,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 337,\n                                \"Score\": 87,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 1088,\n                                \"Score\": 87,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 608,\n                                \"Score\": 75,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1906,\n                                \"Score\": 74,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 348,\n                                \"Score\": 73,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Good amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 57,\n                                \"Score\": 71,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"d10ed6ab-ee80-4403-b820-1c2e7a307894\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 12625,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 325,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 303,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 841,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 2889,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 8267,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Close to Deira City. Awesome rooms and service in a great location. Awesome vibe. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 12680\n                }\n            },\n            {\n                \"Address\": \"Jumeirah Road, Dubai\",\n                \"ChainCode\": \"HI\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cc3ff89d-f43c-482c-b681-ca7535025da8.jpeg\"\n                },\n                \"DisplayName\": \"Holiday Inn Express Dubai Jumeirah an IHG Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.243006,\n                    \"Longitude\": 55.271558\n                },\n                \"HighestPackagePrice\": 347.17,\n                \"ID\": 4326865,\n                \"LowestPackagePrice\": 211,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1645,\n                                \"Score\": 93,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 23,\n                                \"Score\": 88,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 74,\n                                \"Score\": 87,\n                                \"ShortText\": \"Beautiful beach\",\n                                \"Text\": \"Beach is lovely.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 175,\n                                \"Score\": 85,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 18,\n                                \"Score\": 85,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Bar is amazing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 8,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Very nice wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 425,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 340,\n                                \"Score\": 74,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 134,\n                                \"Score\": 73,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Good vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 311,\n                                \"Score\": 73,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 716,\n                                \"Score\": 72,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent beach hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the beach.\",\n                        \"ReviewId\": \"f36919f1-71f8-4dde-977a-14acdd0cc4f0\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 4560,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 133,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 135,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 320,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 702,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3270,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent beach hotel. Located near shopping areas and the beach. Great rooms and fantastic service. Beautiful beach. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 4509\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road, Business Bay, Dubai\",\n                \"ChainCode\": \"MC\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ef81d99e-2e0f-4aad-9be2-bf878048e246.jpeg\"\n                },\n                \"DisplayName\": \"JW Marriott Marquis Hotel Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.1856307983398,\n                    \"Longitude\": 55.2575302124023\n                },\n                \"HighestPackagePrice\": 972.38,\n                \"ID\": 4326873,\n                \"LowestPackagePrice\": 31.79,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 16% in city\",\n                                \"Text\": \"Top 16% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 99,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 696,\n                                \"Score\": 90,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 649,\n                                \"Score\": 90,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 479,\n                                \"Score\": 89,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1924,\n                                \"Score\": 87,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 995,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1466,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 576,\n                                \"Score\": 86,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 26,\n                                \"Score\": 63,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Easily accessible by car and close to shopping areas.\",\n                        \"ReviewId\": \"932f49aa-bf06-48f8-be73-59581d5b3962\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 8168,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 311,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 103,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 297,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1176,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 6281,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Close to Dubai Mall. Easily accessible by car and close to shopping areas. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 8168\n                }\n            },\n            {\n                \"Address\": \"Al Wasl Area, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c8c3265a-2e52-4bd2-8bf5-c2d7c26a2645.jpeg\"\n                },\n                \"DisplayName\": \"Al Khoory Executive Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.231779,\n                    \"Longitude\": 55.270296\n                },\n                \"HighestPackagePrice\": 187.57,\n                \"ID\": 4326886,\n                \"LowestPackagePrice\": 32.84,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 112,\n                                \"Score\": 95,\n                                \"ShortText\": \"Beautiful beach\",\n                                \"Text\": \"Wonderful beach.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 42,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1009,\n                                \"Score\": 93,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 193,\n                                \"Score\": 91,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 510,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 179,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 204,\n                                \"Score\": 81,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 331,\n                                \"Score\": 78,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 571,\n                                \"Score\": 77,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 29,\n                                \"Score\": 36,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the beach.\",\n                        \"ReviewId\": \"5ead1057-80de-456a-988f-201ede59fe0b\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5150,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 153,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 98,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 251,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 895,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3753,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Located near shopping areas and the beach. Great rooms and fantastic service. Beautiful beach. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 5133\n                }\n            },\n            {\n                \"Address\": \"Downtown Burj Khalifa Street, Dubai\",\n                \"ChainCode\": \"OH\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4beda2a5-fcae-447f-8220-fed86e2c33a9.jpeg\"\n                },\n                \"DisplayName\": \"Anantara Downtown Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.1858978271484,\n                    \"Longitude\": 55.2630462646484\n                },\n                \"HighestPackagePrice\": 788.92,\n                \"ID\": 4326972,\n                \"LowestPackagePrice\": 686.79,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2142,\n                                \"Score\": 97,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 496,\n                                \"Score\": 95,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 104,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 293,\n                                \"Score\": 93,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 443,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 905,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are outstanding.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 381,\n                                \"Score\": 90,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 104,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 301,\n                                \"Score\": 90,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 411,\n                                \"Score\": 87,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 294,\n                                \"Score\": 80,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 6,\n                                \"Score\": 50,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"0e107f2c-d130-480d-90f7-c2bb94b0b1f7\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5025,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 132,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 71,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 179,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 683,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3960,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent wellness hotel. Close to Burj Khalifa Dubai. Located near shopping areas and has easy access to public transportation. Great rooms and fantastic service. Awesome vibe. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 5025\n                }\n            },\n            {\n                \"Address\": \"204 Sheikh Zayed Rd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e628f892-684f-4e7f-b877-357df2315272.jpeg\"\n                },\n                \"DisplayName\": \"City Premiere Hotel Apartment\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.193175,\n                    \"Longitude\": 55.262425\n                },\n                \"HighestPackagePrice\": 414.19,\n                \"ID\": 4326992,\n                \"LowestPackagePrice\": 377.57,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 753,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 717,\n                                \"Score\": 89,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 28,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Very nice wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 398,\n                                \"Score\": 81,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 181,\n                                \"Score\": 81,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 23,\n                                \"Score\": 77,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 743,\n                                \"Score\": 76,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 227,\n                                \"Score\": 67,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 109,\n                                \"Score\": 64,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 89,\n                                \"Score\": 62,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 179,\n                                \"Score\": 37,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 6,\n                                \"Score\": 33,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is not good.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"6f5e2c4d-fca4-4f22-ad2b-a665846f89a4\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 4178,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 126,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 106,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 271,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1221,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2454,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Close to Dubai Mall. Great rooms in excellent location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 4182\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road, Dubai\",\n                \"ChainCode\": \"JT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d96a8845-2543-4e95-8b54-ba133b8a96d5.jpeg\"\n                },\n                \"DisplayName\": \"Jumeirah Emirates Towers Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.216682,\n                    \"Longitude\": 55.28226\n                },\n                \"HighestPackagePrice\": 603.58,\n                \"ID\": 4456105,\n                \"LowestPackagePrice\": 562.16,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 18% in city\",\n                                \"Text\": \"Top 18% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 762,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 471,\n                                \"Score\": 91,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1081,\n                                \"Score\": 88,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 846,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 246,\n                                \"Score\": 85,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 57,\n                                \"Score\": 58,\n                                \"ShortText\": \"Standard bar\",\n                                \"Text\": \"Bar is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 53,\n                                \"Score\": 48,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Wellness & sports facilities were not very nice.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 15,\n                                \"Score\": 47,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 152,\n                                \"Score\": 34,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Pool is below average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent water park hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing with access to public transportation.\",\n                        \"ReviewId\": \"6346abc4-b34a-49d9-ac8a-8e416ca3ea67\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 6517,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 139,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 89,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 201,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 964,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 5124,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent water park hotel. Close to Dubai Mall. Good for sightseeing with access to public transportation. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 6523\n                }\n            },\n            {\n                \"Address\": \"Road Al Garhoud Deira, Dubai\",\n                \"ChainCode\": \"JT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c2dd29fa-968f-4ab5-888c-828be47e238e.jpeg\"\n                },\n                \"DisplayName\": \"Jumeirah Creekside Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2427158355713,\n                    \"Longitude\": 55.3403549194336\n                },\n                \"HighestPackagePrice\": 416.04,\n                \"ID\": 4462314,\n                \"LowestPackagePrice\": 376.73,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 80,\n                                \"Score\": 97,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 362,\n                                \"Score\": 92,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 293,\n                                \"Score\": 90,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 149,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 205,\n                                \"Score\": 90,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 527,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 658,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 280,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 856,\n                                \"Score\": 89,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 54,\n                                \"Score\": 78,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Good bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 18,\n                                \"Score\": 73,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation and the airport.\",\n                        \"ReviewId\": \"242f07a6-032e-461b-bb62-5478781a2896\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 4316,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 110,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 78,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 174,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 865,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3089,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Close to public transportation and the airport. Great room. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 4312\n                }\n            },\n            {\n                \"Address\": \"Bur Dubai Al Mankhool Area\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ef21727f-0f72-41b6-9794-b3e8995a4e41.jpeg\"\n                },\n                \"DisplayName\": \"Al Raya Hotel Apartment\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.249844,\n                    \"Longitude\": 55.295819\n                },\n                \"HighestPackagePrice\": 1106.12,\n                \"ID\": 4475344,\n                \"LowestPackagePrice\": 325.89,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 75,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 5,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 5,\n                                \"Score\": 79,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 58,\n                                \"Score\": 72,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"High comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 124,\n                                \"Score\": 69,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 136,\n                                \"Score\": 61,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 57,\n                                \"Score\": 58,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 16,\n                                \"Score\": 55,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 25,\n                                \"Score\": 39,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good for traveling with friends.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"0c957b95-0df7-46ed-aee0-d4b9bf04a3d0\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 551,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 72,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 37,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 85,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 158,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 199,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.9,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good for traveling with friends. Located near shopping areas and has easy access to public transportation. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 547\n                }\n            },\n            {\n                \"Address\": \"Burj Nahar Intersection Al Murar Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/213c8914-b21c-46a6-a67a-bca9bdde16cf.jpeg\"\n                },\n                \"DisplayName\": \"Saffron Boutique Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.276979999999998,\n                    \"Longitude\": 55.31465\n                },\n                \"HighestPackagePrice\": 337.99,\n                \"ID\": 4476026,\n                \"LowestPackagePrice\": 136.57,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 14,\n                                \"Score\": 65,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 19,\n                                \"Score\": 65,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 172,\n                                \"Score\": 62,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 91,\n                                \"Score\": 58,\n                                \"ShortText\": \"Location is ok\",\n                                \"Text\": \"Location is acceptable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 129,\n                                \"Score\": 55,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 65,\n                                \"Score\": 48,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 39,\n                                \"Score\": 46,\n                                \"ShortText\": \"Value for money could be better\",\n                                \"Text\": \"Value below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 70,\n                                \"Score\": 43,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 5,\n                                \"Score\": 35,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 27,\n                                \"Score\": 23,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 9,\n                                \"Score\": 11,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Horrible pool.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good Hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"ad121d62-7366-4d95-891e-cad591a12567\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1344,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 194,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 69,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 188,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 318,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 575,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good Hotel. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1342\n                }\n            },\n            {\n                \"Address\": \"P O Box 49260 Sheikh Zayed Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6124e1c7-88f9-4849-9df2-0de125d84a5c.jpeg\"\n                },\n                \"DisplayName\": \"Nassima Tower Hotel Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.22311,\n                    \"Longitude\": 55.283155\n                },\n                \"HighestPackagePrice\": 470.59,\n                \"ID\": 4476035,\n                \"LowestPackagePrice\": 415.27,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 169,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 24,\n                                \"Score\": 81,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 224,\n                                \"Score\": 73,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 22,\n                                \"Score\": 67,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 234,\n                                \"Score\": 63,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 6,\n                                \"Score\": 62,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 69,\n                                \"Score\": 37,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good city hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"002a4b58-b655-43bf-99e3-9c8712b90f8b\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1600,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 92,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 61,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 171,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 418,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 858,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.3,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good city hotel. Located near shopping areas and has easy access to public transportation. Fantastic service.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1587\n                }\n            },\n            {\n                \"Address\": \"Al Riqqa, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fef9054d-30e4-40bd-ba0f-d7a93d682b0d.jpeg\"\n                },\n                \"DisplayName\": \"Dream City Hotel Apartments LLC\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26085,\n                    \"Longitude\": 55.32417\n                },\n                \"HighestPackagePrice\": 44.82,\n                \"ID\": 4476998,\n                \"LowestPackagePrice\": 44.82,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 42,\n                                \"Score\": 88,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 65,\n                                \"Score\": 85,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 42,\n                                \"Score\": 83,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 34,\n                                \"Score\": 78,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"High comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 63,\n                                \"Score\": 74,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 28,\n                                \"Score\": 64,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 8,\n                                \"Score\": 62,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 6,\n                                \"Score\": 11,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Awful breakfast.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"1c644a55-a152-44b8-a051-f8671970c6ee\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 382,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 16,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 18,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 37,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 92,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 219,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Located near shopping areas and has easy access to public transportation. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 382\n                }\n            },\n            {\n                \"Address\": \"Behind Burjman Shopping Mall, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9091c376-6802-43c9-b8bf-5648b81e998c.jpeg\"\n                },\n                \"DisplayName\": \"Rose Garden Hotel Apartments Bur Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.25424,\n                    \"Longitude\": 55.30114\n                },\n                \"HighestPackagePrice\": 323.27,\n                \"ID\": 4479194,\n                \"LowestPackagePrice\": 294.91,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 189,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 276,\n                                \"Score\": 95,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 11,\n                                \"Score\": 85,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 100,\n                                \"Score\": 85,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 27,\n                                \"Score\": 83,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 188,\n                                \"Score\": 78,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 67,\n                                \"Score\": 77,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Good amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 86,\n                                \"Score\": 70,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 24,\n                                \"Score\": 50,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent family hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"1b651575-1867-48ed-afe1-9b7039998395\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 860,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 40,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 22,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 65,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 240,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 493,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent family hotel. Awesome rooms and service in a great location. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 861\n                }\n            },\n            {\n                \"Address\": \"Baniyas Square, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9c29be73-4697-4435-9dd6-67091d4f6d15.jpeg\"\n                },\n                \"DisplayName\": \"Phoenicia Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26912,\n                    \"Longitude\": 55.30655\n                },\n                \"HighestPackagePrice\": 172.02,\n                \"ID\": 4479196,\n                \"LowestPackagePrice\": 172.02,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 53,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 8,\n                                \"Score\": 56,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 58,\n                                \"Score\": 46,\n                                \"ShortText\": \"Service could be improved\",\n                                \"Text\": \"Service is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 70,\n                                \"Score\": 30,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 37,\n                                \"Score\": 19,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"04e1e3b9-a382-4c32-a3df-f1ce59ccb050\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 423,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 81,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 70,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 84,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 83,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 105,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.2,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Located near shopping areas and has easy access to public transportation. Service could be improved.\"\n                    }\n                ],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                    \"ReviewsCount\": 420\n                }\n            },\n            {\n                \"Address\": \"Al Maktoum Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f68a41f3-6dd4-4c11-ba14-3648d1815842.jpeg\"\n                },\n                \"DisplayName\": \"Deira Suites Hotel Apartment\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.260739,\n                    \"Longitude\": 55.319141\n                },\n                \"HighestPackagePrice\": 677.68,\n                \"ID\": 4479204,\n                \"LowestPackagePrice\": 620.09,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 86,\n                                \"Score\": 94,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 73,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 61,\n                                \"Score\": 76,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"High comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 101,\n                                \"Score\": 66,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 17,\n                                \"Score\": 58,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 38,\n                                \"Score\": 56,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 22,\n                                \"Score\": 54,\n                                \"ShortText\": \"Ordinary amenities\",\n                                \"Text\": \"Average amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 9,\n                                \"Score\": 44,\n                                \"ShortText\": \"Food could be better\",\n                                \"Text\": \"Disappointing food.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 8,\n                                \"Score\": 24,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 51,\n                                \"Score\": 23,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good family hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas with easy access to parking.\",\n                        \"ReviewId\": \"f568fdf0-6580-4ab7-a613-ac3ba3c8f427\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 678,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 17,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 15,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 62,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 242,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 342,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good family hotel. Located near shopping areas with easy access to parking.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 671\n                }\n            },\n            {\n                \"Address\": \"Al Mankhool Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8fba4678-9f47-463c-b80c-5122cc16bdb1.jpeg\"\n                },\n                \"DisplayName\": \"Manhattan Avenue Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.251583,\n                    \"Longitude\": 55.290745\n                },\n                \"HighestPackagePrice\": 174.74,\n                \"ID\": 4510416,\n                \"LowestPackagePrice\": 159.87,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 8,\n                                \"Score\": 100,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 40,\n                                \"Score\": 77,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 74,\n                                \"Score\": 59,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 63,\n                                \"Score\": 23,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 30,\n                                \"Score\": 13,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            }\n                        ],\n                        \"HotelType\": \"Fair hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"d3e7d1e9-129e-46b2-b573-9ed11058a71e\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 687,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 113,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 63,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 118,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 145,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 248,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.6,\n                        \"ScoreDescription\": \"Fair\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Fair hotel for solo travelers. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"1\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 687\n                }\n            },\n            {\n                \"Address\": \"Al Sabakha Street, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1eea3f55-b452-4b3f-8b72-7fe17604e93d.jpeg\"\n                },\n                \"DisplayName\": \"Grand Sina Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.269718,\n                    \"Longitude\": 55.302166\n                },\n                \"HighestPackagePrice\": 135.91,\n                \"ID\": 4510480,\n                \"LowestPackagePrice\": 122.52,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 13,\n                                \"Score\": 65,\n                                \"ShortText\": \"Location is ok\",\n                                \"Text\": \"Location is acceptable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 33,\n                                \"Score\": 24,\n                                \"ShortText\": \"Service could be improved\",\n                                \"Text\": \"Service is unsatisfactory.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 6,\n                                \"Score\": 22,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 43,\n                                \"Score\": 22,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 14,\n                                \"Score\": 15,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 29,\n                                \"Score\": 6,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"a311607e-e9d7-42c8-b7f9-5f22e68fc75f\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 175,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 76,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 31,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 20,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 17,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 31,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 2.3,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Inadequate rooms with subpar service. Vibe is not too good.\"\n                    }\n                ],\n                \"StarRating\": \"1\",\n                \"TripAdvisor\": {\n                    \"Rating\": 2,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/2.png\",\n                    \"ReviewsCount\": 174\n                }\n            },\n            {\n                \"Address\": \"Oud Metha Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4fc429a5-043f-4e75-8cde-1fa19bc64c5d.jpeg\"\n                },\n                \"DisplayName\": \"Al Waleed Holiday Homes\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.235708,\n                    \"Longitude\": 55.306947\n                },\n                \"HighestPackagePrice\": 364.17,\n                \"ID\": 4510496,\n                \"LowestPackagePrice\": 320.56,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 11% in city\",\n                                \"Text\": \"Top 11% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 14% in city\",\n                                \"Text\": \"Top 14% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 39,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 56,\n                                \"Score\": 76,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 38,\n                                \"Score\": 71,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"High comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 70,\n                                \"Score\": 56,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 10,\n                                \"Score\": 55,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 34,\n                                \"Score\": 41,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 23,\n                                \"Score\": 27,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 8,\n                                \"Score\": 25,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Awful breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 5,\n                                \"Score\": 20,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Horrible pool.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good family hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to parking areas.\",\n                        \"ReviewId\": \"929fbfe1-ffc8-4f31-ad4e-66b8289d9f3f\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 399,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 47,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 30,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 67,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 89,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 166,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.9,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good family hotel. Close to parking areas.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 392\n                }\n            },\n            {\n                \"Address\": \"Nasser Square Near Baniyas, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/62cf464f-a705-4514-9d3e-5855739d9928.jpeg\"\n                },\n                \"DisplayName\": \"White Fort Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.268981,\n                    \"Longitude\": 55.305822\n                },\n                \"HighestPackagePrice\": 135.91,\n                \"ID\": 4510535,\n                \"LowestPackagePrice\": 122.52,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 30,\n                                \"Score\": 75,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 6,\n                                \"Score\": 50,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 51,\n                                \"Score\": 30,\n                                \"ShortText\": \"Service could be improved\",\n                                \"Text\": \"Service is unsatisfactory.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 10,\n                                \"Score\": 17,\n                                \"ShortText\": \"Value for money could be better\",\n                                \"Text\": \"Terrible value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 5,\n                                \"Score\": 14,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Awful breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 55,\n                                \"Score\": 10,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 21,\n                                \"Score\": 8,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 11,\n                                \"Score\": 7,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 46,\n                                \"Score\": 3,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 7,\n                                \"Score\": 0,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing.\",\n                        \"ReviewId\": \"b96a6ef5-0138-45a2-b6e9-09a4e4d5ea5d\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 329,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 120,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 61,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 47,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 43,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 58,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 2.5,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good for sightseeing. Inadequate rooms with subpar service. Vibe is not too good.\"\n                    }\n                ],\n                \"StarRating\": \"1\",\n                \"TripAdvisor\": {\n                    \"Rating\": 2.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/2_5.png\",\n                    \"ReviewsCount\": 329\n                }\n            },\n            {\n                \"Address\": \"Oud Metha Road Near Healthcare City Sheikh Zayed Road Dubai Mall & Al Jaddaf Metro Station\",\n                \"ChainCode\": \"MC\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/bc96ceb5-9531-434e-8870-1b97f93b9b51.jpeg\"\n                },\n                \"DisplayName\": \"Marriott Hotel Al Jaddaf Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2111148834229,\n                    \"Longitude\": 55.315315246582\n                },\n                \"HighestPackagePrice\": 491.47,\n                \"ID\": 4640266,\n                \"LowestPackagePrice\": 34.01,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 494,\n                                \"Score\": 84,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 182,\n                                \"Score\": 80,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 111,\n                                \"Score\": 79,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 302,\n                                \"Score\": 75,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 126,\n                                \"Score\": 64,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 25,\n                                \"Score\": 53,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent club hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the city center.\",\n                        \"ReviewId\": \"b78a582f-0b37-49d5-a297-abad44b1193f\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2512,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 139,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 63,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 182,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 536,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1592,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent club hotel. Close to Dubai Mall. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 2512\n                }\n            },\n            {\n                \"Address\": \"Al Naser Square Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d467124f-fb42-4234-a502-0898e674bc11.jpeg\"\n                },\n                \"DisplayName\": \"Mount Royal Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.270152,\n                    \"Longitude\": 55.306036\n                },\n                \"HighestPackagePrice\": 135.91,\n                \"ID\": 4648493,\n                \"LowestPackagePrice\": 122.52,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 38,\n                                \"Score\": 77,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 12,\n                                \"Score\": 41,\n                                \"ShortText\": \"Food could be better\",\n                                \"Text\": \"Disappointing food.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 16,\n                                \"Score\": 39,\n                                \"ShortText\": \"Value for money could be better\",\n                                \"Text\": \"Value below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 57,\n                                \"Score\": 32,\n                                \"ShortText\": \"Service could be improved\",\n                                \"Text\": \"Service is unsatisfactory.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 82,\n                                \"Score\": 22,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 9,\n                                \"Score\": 9,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Awful breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 53,\n                                \"Score\": 7,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation.\",\n                        \"ReviewId\": \"b39c16bc-06f8-4c4c-a44d-a93288ef451b\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 611,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 236,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 102,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 87,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 66,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 120,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 2.7,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Close to public transportation. Inadequate rooms with subpar service.\"\n                    }\n                ],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {\n                    \"Rating\": 2.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/2_5.png\",\n                    \"ReviewsCount\": 610\n                }\n            },\n            {\n                \"Address\": \"2Nd Street Omar Bin Al Khattab Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/476fc8ce-8e5c-4cb6-92e7-d9e97406fc17.jpeg\"\n                },\n                \"DisplayName\": \"Sadaf Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26906,\n                    \"Longitude\": 55.31422\n                },\n                \"HighestPackagePrice\": 512.12,\n                \"ID\": 4675015,\n                \"LowestPackagePrice\": 512.12,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 5,\n                                \"Score\": 100,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 7,\n                                \"Score\": 39,\n                                \"ShortText\": \"Service could be improved\",\n                                \"Text\": \"Service is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 7,\n                                \"Score\": 28,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 6,\n                                \"Score\": 12,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good Hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"75f0c80d-9415-411c-8a30-135a6aeb5f3f\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 100,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 19,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 9,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 12,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 13,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 47,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good Hotel. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 103\n                }\n            },\n            {\n                \"Address\": \"37 Al Raffa Bur Dubai Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/84c7a298-4d78-4ceb-922d-40207fdcf867.jpeg\"\n                },\n                \"DisplayName\": \"Smana Hotel Al Raffa\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2595,\n                    \"Longitude\": 55.28977\n                },\n                \"HighestPackagePrice\": 182.42,\n                \"ID\": 4741819,\n                \"LowestPackagePrice\": 153.16,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 126,\n                                \"Score\": 65,\n                                \"ShortText\": \"Location is ok\",\n                                \"Text\": \"Location is acceptable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 266,\n                                \"Score\": 65,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 21,\n                                \"Score\": 43,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 232,\n                                \"Score\": 41,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 149,\n                                \"Score\": 34,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 14,\n                                \"Score\": 33,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 104,\n                                \"Score\": 32,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Fair hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas with easy access to parking.\",\n                        \"ReviewId\": \"fe0094b0-cbf8-4df5-a70e-ca18c56154fb\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1797,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 244,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 146,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 296,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 478,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 633,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.7,\n                        \"ScoreDescription\": \"Fair\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Fair hotel for solo travelers. Located near shopping areas with easy access to parking.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 1781\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road Near Difc Metro Station, Dubai\",\n                \"ChainCode\": \"WV\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ec05f8cd-931f-4bb6-aaf5-fe9f88d7d9bf.jpeg\"\n                },\n                \"DisplayName\": \"Carlton Downtown Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2090225219727,\n                    \"Longitude\": 55.2748603820801\n                },\n                \"HighestPackagePrice\": 495.12,\n                \"ID\": 4742006,\n                \"LowestPackagePrice\": 287.76,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 647,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 727,\n                                \"Score\": 81,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 679,\n                                \"Score\": 75,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 234,\n                                \"Score\": 74,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 243,\n                                \"Score\": 61,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 17,\n                                \"Score\": 59,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 190,\n                                \"Score\": 49,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 164,\n                                \"Score\": 43,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"f915b041-e439-411d-8aad-540bfc12b3b1\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 4673,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 197,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 156,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 344,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1008,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2968,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Close to Dubai Mall. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 4673\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road Beside Burj Khalifa Metro Station, Dubai\",\n                \"ChainCode\": \"SB\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/93f8d4f3-df0b-4491-9556-ee044600d878.jpeg\"\n                },\n                \"DisplayName\": \"Sofitel Dubai Downtown\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.200879,\n                    \"Longitude\": 55.269158\n                },\n                \"HighestPackagePrice\": 680.86,\n                \"ID\": 4742014,\n                \"LowestPackagePrice\": 621.74,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 11% in city\",\n                                \"Text\": \"Top 11% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1839,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 349,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 3804,\n                                \"Score\": 94,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Sustainability\",\n                                \"Count\": 13,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great efforts to be sustainable\",\n                                \"Text\": \"Excellent sustainability efforts\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 678,\n                                \"Score\": 92,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 1023,\n                                \"Score\": 91,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 2197,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 744,\n                                \"Score\": 88,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 613,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 868,\n                                \"Score\": 83,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 20,\n                                \"Score\": 54,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent city hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"b695bcde-c45e-4c45-8745-9e5970eaf61b\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 11691,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 211,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 152,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 339,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1571,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 9418,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent city hotel. Close to Dubai Mall. Located near shopping areas and has easy access to public transportation. Great room. Great pool. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 11691\n                }\n            },\n            {\n                \"Address\": \"Next To E Nbd Bank Bldg Al Ras, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9299d0f3-d07f-4199-afbf-3717af8852fe.jpeg\"\n                },\n                \"DisplayName\": \"Hafez Hotel Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.267571,\n                    \"Longitude\": 55.293832\n                },\n                \"HighestPackagePrice\": 135.41,\n                \"ID\": 4742200,\n                \"LowestPackagePrice\": 123.62,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 82,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 112,\n                                \"Score\": 58,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 145,\n                                \"Score\": 37,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 74,\n                                \"Score\": 33,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 13,\n                                \"Score\": 29,\n                                \"ShortText\": \"Food could be better\",\n                                \"Text\": \"Complaints about food\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 30,\n                                \"Score\": 28,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 22,\n                                \"Score\": 25,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 101,\n                                \"Score\": 16,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"04f0a2ff-b5b2-468e-a88d-85dc0aed1742\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 504,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 103,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 104,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 96,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 67,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 134,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.1,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Located near shopping areas and has easy access to public transportation. Room needs to be improved. Vibe is not too good.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                    \"ReviewsCount\": 514\n                }\n            },\n            {\n                \"Address\": \"Al Rigga Road Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b5b28892-39d7-45a4-bfbb-66644bcb4d50.jpeg\"\n                },\n                \"DisplayName\": \"Zain International Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.264481,\n                    \"Longitude\": 55.317781\n                },\n                \"HighestPackagePrice\": 251.68,\n                \"ID\": 5153747,\n                \"LowestPackagePrice\": 229.39,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 53,\n                                \"Score\": 75,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 31,\n                                \"Score\": 56,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 98,\n                                \"Score\": 37,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 57,\n                                \"Score\": 37,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 161,\n                                \"Score\": 37,\n                                \"ShortText\": \"Service could be improved\",\n                                \"Text\": \"Service is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 10,\n                                \"Score\": 29,\n                                \"ShortText\": \"Food could be better\",\n                                \"Text\": \"Complaints about food\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 37,\n                                \"Score\": 25,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 13,\n                                \"Score\": 9,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 9,\n                                \"Score\": 0,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Awful breakfast.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation.\",\n                        \"ReviewId\": \"e791dcb1-db83-40cd-8147-78f70611d573\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 738,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 196,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 97,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 115,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 121,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 209,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.1,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Inadequate rooms with subpar service. Vibe is not too good. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                    \"ReviewsCount\": 737\n                }\n            },\n            {\n                \"Address\": \"Al Fahidi Neighborhood Bur Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/30b9892e-d3dd-44c4-b63f-d35c1e846a02.jpeg\"\n                },\n                \"DisplayName\": \"Xva Art Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.264176,\n                    \"Longitude\": 55.299908\n                },\n                \"HighestPackagePrice\": 406.16,\n                \"ID\": 5197078,\n                \"LowestPackagePrice\": 370.08,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 127,\n                                \"Score\": 94,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 70,\n                                \"Score\": 93,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 124,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 58,\n                                \"Score\": 87,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is delicious.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 49,\n                                \"Score\": 82,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 64,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 17,\n                                \"Score\": 73,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 107,\n                                \"Score\": 65,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 17,\n                                \"Score\": 59,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 68,\n                                \"Score\": 49,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent accommodation.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing with access to public transportation.\",\n                        \"ReviewId\": \"d6dbb8b9-7093-4032-9473-6b4b486540a1\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 494,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 8,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 6,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 22,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 105,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 353,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent accommodation. Good for sightseeing with access to public transportation. Awesome vibe. Fantastic service.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 493\n                }\n            },\n            {\n                \"Address\": \"Port Saeed Area Deira P.O.Box 121711, Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cd215a5c-b338-4951-b90b-505cb544bcf9.jpeg\"\n                },\n                \"DisplayName\": \"Al Jawhara Gardens\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2548427581787,\n                    \"Longitude\": 55.3351821899414\n                },\n                \"HighestPackagePrice\": 221.14,\n                \"ID\": 5615241,\n                \"LowestPackagePrice\": 197,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 13% in city\",\n                                \"Text\": \"Top 13% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 188,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 233,\n                                \"Score\": 71,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 14,\n                                \"Score\": 57,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 207,\n                                \"Score\": 49,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 110,\n                                \"Score\": 44,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 27,\n                                \"Score\": 41,\n                                \"ShortText\": \"Food could be better\",\n                                \"Text\": \"Disappointing food.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 20,\n                                \"Score\": 40,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 35,\n                                \"Score\": 40,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 57,\n                                \"Score\": 37,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 9,\n                                \"Score\": 32,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Horrible pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 94,\n                                \"Score\": 25,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            }\n                        ],\n                        \"HotelType\": \"Fair airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation and the airport.\",\n                        \"ReviewId\": \"18fed7cb-9a40-474e-956d-e1804e0dbd10\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1455,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 161,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 122,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 264,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 448,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 460,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.6,\n                        \"ScoreDescription\": \"Fair\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Fair airport hotel. Close to Deira City Center. Fantastic service. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 1458\n                }\n            },\n            {\n                \"Address\": \"Khalid Bin Al Waleed Street Bank Street, Dubai\",\n                \"ChainCode\": \"HS\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/31949cee-afd3-4f6f-8f56-08ebd9b29996.jpeg\"\n                },\n                \"DisplayName\": \"Raviz Center Point Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.255906,\n                    \"Longitude\": 55.301825\n                },\n                \"HighestPackagePrice\": 366.97,\n                \"ID\": 5626422,\n                \"LowestPackagePrice\": 202.16,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 375,\n                                \"Score\": 97,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 511,\n                                \"Score\": 89,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 11,\n                                \"Score\": 81,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 353,\n                                \"Score\": 70,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 177,\n                                \"Score\": 68,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 98,\n                                \"Score\": 53,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 89,\n                                \"Score\": 51,\n                                \"ShortText\": \"Ordinary amenities\",\n                                \"Text\": \"Average amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 32,\n                                \"Score\": 32,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Horrible pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 9,\n                                \"Score\": 23,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Disappointing wellness & sports facilities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"269667fa-ad22-489b-bb5f-55a62aeae7bd\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2348,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 107,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 93,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 248,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 601,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1299,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel for solo travelers. Close to Burjuman Metro. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 2353\n                }\n            },\n            {\n                \"Address\": \"3 Sheikh Zayed Road, Dubai\",\n                \"ChainCode\": \"SI\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/50494ae5-a302-4381-acfa-ad6ebe12c74d.jpeg\"\n                },\n                \"DisplayName\": \"Sheraton Grand Hotel Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.229362,\n                    \"Longitude\": 55.28684\n                },\n                \"HighestPackagePrice\": 1021.17,\n                \"ID\": 5637073,\n                \"LowestPackagePrice\": 32.11,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 5,\n                                \"Score\": 100,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 29,\n                                \"Score\": 100,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Excellent amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 23,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 25,\n                                \"Score\": 70,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas.\",\n                        \"ReviewId\": \"42d12a5c-5910-4208-90cc-e746148498e7\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 374,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 13,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 16,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 34,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 105,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 206,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Located near shopping areas. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 375\n                }\n            },\n            {\n                \"Address\": \"Al Jadaf 1, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8356f917-b128-4cf2-945a-8c7b8b6ab7e4.jpeg\"\n                },\n                \"DisplayName\": \"Palette Royal Reflections Hotel and Spa Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.219739,\n                    \"Longitude\": 55.323589\n                },\n                \"HighestPackagePrice\": 1168.78,\n                \"ID\": 5671646,\n                \"LowestPackagePrice\": 135.5,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 134,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 58,\n                                \"Score\": 87,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is delicious.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 330,\n                                \"Score\": 75,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 19,\n                                \"Score\": 71,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Wellness & sports facilities were pleasant enough.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 36,\n                                \"Score\": 50,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 307,\n                                \"Score\": 42,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 135,\n                                \"Score\": 30,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 165,\n                                \"Score\": 22,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 20,\n                                \"Score\": 16,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to restaurants, bars and shopping areas.\",\n                        \"ReviewId\": \"139f1a08-ed0e-4441-8fdc-5abe45470e40\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1359,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 164,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 130,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 205,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 252,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 608,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.8,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good wellness hotel. Close to restaurants, bars and shopping areas.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1378\n                }\n            },\n            {\n                \"Address\": \"Al Rigga Street Deira P.O.Box. 113330, Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5755061c-739d-488b-ab9f-3d2f00ad8a3d.jpeg\"\n                },\n                \"DisplayName\": \"Al Sarab Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2625386771634,\n                    \"Longitude\": 55.3222839832142\n                },\n                \"HighestPackagePrice\": 177.98,\n                \"ID\": 5672377,\n                \"LowestPackagePrice\": 161.74,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 150,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 169,\n                                \"Score\": 84,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 117,\n                                \"Score\": 65,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 181,\n                                \"Score\": 64,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 14,\n                                \"Score\": 50,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 18,\n                                \"Score\": 38,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 118,\n                                \"Score\": 33,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 11,\n                                \"Score\": 29,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Horrible pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 7,\n                                \"Score\": 29,\n                                \"ShortText\": \"Beach is not so nice\",\n                                \"Text\": \"Beach is unacceptable.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 10,\n                                \"Score\": 17,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"ebba89a8-8d53-4f1e-b3aa-dc341edc4903\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2160,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 246,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 156,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 366,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 627,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 765,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.9,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good airport hotel. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 2157\n                }\n            },\n            {\n                \"Address\": \"Naif Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c6f19c48-ac1f-477b-8926-f03b97dde1ba.jpeg\"\n                },\n                \"DisplayName\": \"Delmon Boutique Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.27593,\n                    \"Longitude\": 55.31253\n                },\n                \"HighestPackagePrice\": 123.43,\n                \"ID\": 5680274,\n                \"LowestPackagePrice\": 123.43,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 6,\n                                \"Score\": 62,\n                                \"ShortText\": \"Location is ok\",\n                                \"Text\": \"Location is acceptable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 6,\n                                \"Score\": 19,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good Hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"cff62b46-5c93-4845-9464-c5cb0cb5d88b\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 30,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 5,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 1,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 8,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 6,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 10,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.8,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good Hotel.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 30\n                }\n            },\n            {\n                \"Address\": \"40B Street, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/11eedf61-9764-4051-a117-337aedd3c7ab.jpeg\"\n                },\n                \"DisplayName\": \"Landmark Premier Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26219,\n                    \"Longitude\": 55.32004\n                },\n                \"HighestPackagePrice\": 195.03,\n                \"ID\": 5694042,\n                \"LowestPackagePrice\": 141.39,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 11% in city\",\n                                \"Text\": \"Top 11% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 86,\n                                \"Score\": 91,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Excellent value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 193,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 400,\n                                \"Score\": 86,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 307,\n                                \"Score\": 64,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 27,\n                                \"Score\": 59,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 73,\n                                \"Score\": 55,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 26,\n                                \"Score\": 54,\n                                \"ShortText\": \"Ordinary pool\",\n                                \"Text\": \"Pool is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 193,\n                                \"Score\": 53,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 21,\n                                \"Score\": 38,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good romantic hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"9beec97f-16d2-4119-a595-b6b8e5610838\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1808,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 131,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 114,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 232,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 495,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 836,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good romantic hotel. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1820\n                }\n            },\n            {\n                \"Address\": \"20Th St, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1e835741-c732-4e6f-8683-0a3c4bfc0e70.jpeg\"\n                },\n                \"DisplayName\": \"Better Living Hotel Apartment\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.256323,\n                    \"Longitude\": 55.30403\n                },\n                \"HighestPackagePrice\": 151.62,\n                \"ID\": 5700841,\n                \"LowestPackagePrice\": 151.62,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 61,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 5,\n                                \"Score\": 62,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 83,\n                                \"Score\": 57,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 12,\n                                \"Score\": 56,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 12,\n                                \"Score\": 50,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 76,\n                                \"Score\": 48,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 40,\n                                \"Score\": 30,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"6dd60711-cbab-4740-912e-32c97d439dad\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 321,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 44,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 27,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 53,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 81,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 116,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.8,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good hotel for solo travelers. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 321\n                }\n            },\n            {\n                \"Address\": \"Jaddaf Waterfront, Dubai\",\n                \"ChainCode\": \"HO\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/21b101c0-923d-4de9-8e2d-dcd95af02406.jpeg\"\n                },\n                \"DisplayName\": \"Palazzo Versace Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.22668,\n                    \"Longitude\": 55.342368\n                },\n                \"HighestPackagePrice\": 745.45,\n                \"ID\": 5744421,\n                \"LowestPackagePrice\": 732.53,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road, Dubai\",\n                \"ChainCode\": \"RO\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9b28dab8-04af-4d89-a313-cb7f3583c5b8.jpeg\"\n                },\n                \"DisplayName\": \"Towers Rotana Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.21290397644043,\n                    \"Longitude\": 55.275447845458984\n                },\n                \"HighestPackagePrice\": 507.87,\n                \"ID\": 5751131,\n                \"LowestPackagePrice\": 378.71,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 613,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 836,\n                                \"Score\": 95,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 228,\n                                \"Score\": 93,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 520,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 13,\n                                \"Score\": 76,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 235,\n                                \"Score\": 72,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 51,\n                                \"Score\": 69,\n                                \"ShortText\": \"Standard bar\",\n                                \"Text\": \"Bar is ok.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"f28c6bb3-6901-4e22-92e8-6ce677cda244\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3617,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 89,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 53,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 175,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 847,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2453,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent wellness hotel. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 3617\n                }\n            },\n            {\n                \"Address\": \"Al Ittihad Road In Front Of Deira City Center Metro Station, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1042fb8e-7cb1-43af-a82d-557275bd92ff.jpeg\"\n                },\n                \"DisplayName\": \"Somewhere Hotel Apartment\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2539463,\n                    \"Longitude\": 55.32965851\n                },\n                \"HighestPackagePrice\": 361.86,\n                \"ID\": 5779783,\n                \"LowestPackagePrice\": 330.37,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"cf99cb88-663c-4d14-b079-f17946d92f79\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"Score\": 0,\n                        \"ScoreDescription\": \"\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Naif Road Naif Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5c16ea93-bc03-4ce1-93d1-4a90a38c7aef.jpeg\"\n                },\n                \"DisplayName\": \"West Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2743701934814,\n                    \"Longitude\": 55.3077812194824\n                },\n                \"HighestPackagePrice\": 269.67,\n                \"ID\": 5795162,\n                \"LowestPackagePrice\": 245.86,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 18,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 37,\n                                \"Score\": 51,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 22,\n                                \"Score\": 26,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 40,\n                                \"Score\": 21,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 17,\n                                \"Score\": 4,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Fair hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"88136344-f958-4f9c-8828-9ad4ea88c716\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 349,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 63,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 34,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 58,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 57,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 137,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.7,\n                        \"ScoreDescription\": \"Fair\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Fair hotel for solo travelers.\"\n                    }\n                ],\n                \"StarRating\": \"1\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 346\n                }\n            },\n            {\n                \"Address\": \"Downtown Burj Khalifa Street, Dubai\",\n                \"ChainCode\": \"TJ\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/45c705c4-8a89-4d7e-b868-95316734a52a.jpeg\"\n                },\n                \"DisplayName\": \"Taj Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19302559,\n                    \"Longitude\": 55.26767349\n                },\n                \"HighestPackagePrice\": 689.08,\n                \"ID\": 5808808,\n                \"LowestPackagePrice\": 31.28,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 11% in city\",\n                                \"Text\": \"Top 11% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1013,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2557,\n                                \"Score\": 93,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 874,\n                                \"Score\": 89,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 546,\n                                \"Score\": 88,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1473,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 477,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 514,\n                                \"Score\": 75,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 26,\n                                \"Score\": 63,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"d3968789-4a3a-4e88-a968-0344b8334b57\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 9513,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 186,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 143,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 316,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1420,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 7448,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent wellness hotel. Close to Dubai Mall. Good for sightseeing and located near shopping areas. Awesome vibe. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 9513\n                }\n            },\n            {\n                \"Address\": \"Mohammed Bin Rashid Boulevard Downtown, Dubai\",\n                \"ChainCode\": \"WV\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3a3e482d-225f-4cda-ab6e-6a20a450ad42.jpeg\"\n                },\n                \"DisplayName\": \"Damac Maison Mall Street\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.194687,\n                    \"Longitude\": 55.283396\n                },\n                \"HighestPackagePrice\": 544.31,\n                \"ID\": 5840382,\n                \"LowestPackagePrice\": 472.19,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 5,\n                                \"Score\": 100,\n                                \"ShortText\": \"Beautiful beach\",\n                                \"Text\": \"Wonderful beach.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 978,\n                                \"Score\": 98,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1313,\n                                \"Score\": 96,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 12,\n                                \"Score\": 93,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 137,\n                                \"Score\": 88,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 869,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 355,\n                                \"Score\": 79,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 200,\n                                \"Score\": 78,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Good vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 171,\n                                \"Score\": 72,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent family hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"9b8404fb-b978-46b4-b337-04bb8baedae7\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5686,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 158,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 82,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 184,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 825,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 4437,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent family hotel. Close to Dubai Mall. Great rooms in excellent location. Beautiful beach.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 5754\n                }\n            },\n            {\n                \"Address\": \"Baniyas Mohammed Abdulla Al Gaaz Building Al Nass 10 Al Maktoum Hospital Rd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/400574d4-cbf2-44f1-807a-f53fb1a11c97.jpeg\"\n                },\n                \"DisplayName\": \"New Royal Mark Hotel Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2693,\n                    \"Longitude\": 55.3076\n                },\n                \"HighestPackagePrice\": 128.81,\n                \"ID\": 5879939,\n                \"LowestPackagePrice\": 118.77,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 11,\n                                \"Score\": 76,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 11,\n                                \"Score\": 58,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 5,\n                                \"Score\": 50,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 17,\n                                \"Score\": 25,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 17,\n                                \"Score\": 6,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation.\",\n                        \"ReviewId\": \"780b2188-c898-4f64-b8ff-713653e505d0\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 47,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 13,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 13,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 6,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 14,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Close to public transportation. Room needs to be improved.\"\n                    }\n                ],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                    \"ReviewsCount\": 45\n                }\n            },\n            {\n                \"Address\": \"Jumeirah Road, Dubai\",\n                \"ChainCode\": \"FS\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1caaf693-b2f3-4fee-9641-91deabab4ce8.jpeg\"\n                },\n                \"DisplayName\": \"Four Seasons Resort Dubai at Jumeirah Beach\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2025032,\n                    \"Longitude\": 55.23947906\n                },\n                \"HighestPackagePrice\": 2175.1,\n                \"ID\": 5957144,\n                \"LowestPackagePrice\": 2175.1,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 21,\n                                \"Score\": 100,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 155,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are outstanding.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 312,\n                                \"Score\": 89,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 107,\n                                \"Score\": 88,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 90,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 111,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 57,\n                                \"Score\": 86,\n                                \"ShortText\": \"Beautiful beach\",\n                                \"Text\": \"Beach is lovely.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 62,\n                                \"Score\": 82,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 50,\n                                \"Score\": 82,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 53,\n                                \"Score\": 82,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 16,\n                                \"Score\": 81,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Bar is amazing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 125,\n                                \"Score\": 78,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Tasty food.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 30,\n                                \"Score\": 39,\n                                \"ShortText\": \"Value for money could be better\",\n                                \"Text\": \"Value below average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and has a beach nearby.\",\n                        \"ReviewId\": \"9ecfd199-e852-491f-b8ee-c04805ee670a\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2856,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 84,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 23,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 67,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 309,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2373,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Good for sightseeing and has a beach nearby. Awesome vibe. Beautiful beach. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 2858\n                }\n            },\n            {\n                \"Address\": \"Khalid Bin Waleed Road Dubai City 26888\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/bcb866af-ff72-4126-9522-b1c90389c3e1.jpeg\"\n                },\n                \"DisplayName\": \"Gateway Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.260755,\n                    \"Longitude\": 55.291029\n                },\n                \"HighestPackagePrice\": 344.88,\n                \"ID\": 5961434,\n                \"LowestPackagePrice\": 31.96,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1191,\n                                \"Score\": 91,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 42,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Very nice wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 524,\n                                \"Score\": 86,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 684,\n                                \"Score\": 82,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 883,\n                                \"Score\": 78,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 175,\n                                \"Score\": 76,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Good amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 128,\n                                \"Score\": 75,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Good pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 448,\n                                \"Score\": 75,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"High comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 49,\n                                \"Score\": 73,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 307,\n                                \"Score\": 65,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"6b92944a-dbbf-4f19-8717-528b8b5d2ecf\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 4048,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 120,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 121,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 284,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1163,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2360,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas and has easy access to public transportation. Great rooms and fantastic service. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 4054\n                }\n            },\n            {\n                \"Address\": \"Al Riqqa Street, Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e52356ca-f167-4825-b02b-b230d81b7a1f.jpeg\"\n                },\n                \"DisplayName\": \"Signature Inn Deira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26437,\n                    \"Longitude\": 55.32215\n                },\n                \"HighestPackagePrice\": 680.52,\n                \"ID\": 6009547,\n                \"LowestPackagePrice\": 148.37,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 84,\n                                \"Score\": 75,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 140,\n                                \"Score\": 39,\n                                \"ShortText\": \"Service could be improved\",\n                                \"Text\": \"Service is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 19,\n                                \"Score\": 36,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 76,\n                                \"Score\": 19,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 216,\n                                \"Score\": 16,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 56,\n                                \"Score\": 15,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 6,\n                                \"Score\": 9,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is disappointing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 162,\n                                \"Score\": 8,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas with easy access to parking.\",\n                        \"ReviewId\": \"8d79c01d-22ab-4a0c-b66e-25a91736e7e9\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 630,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 85,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 203,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 120,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 81,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 141,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Inadequate rooms with subpar service. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                    \"ReviewsCount\": 633\n                }\n            },\n            {\n                \"Address\": \"Street 1 A Behind Adcb Bank Khalid Bin Al Waleed Road Bur Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b1d91935-17c8-42b8-b081-33512500805f.jpeg\"\n                },\n                \"DisplayName\": \"Orchid Vue Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2566185,\n                    \"Longitude\": 55.298172\n                },\n                \"HighestPackagePrice\": 49283.93,\n                \"ID\": 6050243,\n                \"LowestPackagePrice\": 177.65,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 11,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 164,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 41,\n                                \"Score\": 91,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 161,\n                                \"Score\": 78,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 91,\n                                \"Score\": 76,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 12,\n                                \"Score\": 71,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 317,\n                                \"Score\": 67,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 52,\n                                \"Score\": 60,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 50,\n                                \"Score\": 50,\n                                \"ShortText\": \"Ordinary amenities\",\n                                \"Text\": \"Average amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 67,\n                                \"Score\": 29,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"b37cb777-7857-4a23-ac96-1326be770db4\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1192,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 123,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 70,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 126,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 301,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 572,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good wellness hotel. Great location. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1192\n                }\n            },\n            {\n                \"Address\": \"Salahuddin Street, Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/24adb790-8aee-4746-beb6-b1bc121ea0a8.jpeg\"\n                },\n                \"DisplayName\": \"Star Metro Deira Hotel Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.27058219909668,\n                    \"Longitude\": 55.323005676269531\n                },\n                \"HighestPackagePrice\": 220.48,\n                \"ID\": 6076930,\n                \"LowestPackagePrice\": 220.48,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 864,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 35,\n                                \"Score\": 91,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1480,\n                                \"Score\": 86,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 70,\n                                \"Score\": 68,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 997,\n                                \"Score\": 63,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 179,\n                                \"Score\": 50,\n                                \"ShortText\": \"Ordinary amenities\",\n                                \"Text\": \"Average amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 432,\n                                \"Score\": 42,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 102,\n                                \"Score\": 36,\n                                \"ShortText\": \"Food could be better\",\n                                \"Text\": \"Disappointing food.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"46c18a7a-7304-4c61-b2f2-5ee67e3b387b\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5064,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 293,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 237,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 474,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1096,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2964,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good wellness hotel. Close to Metro Station. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 5064\n                }\n            },\n            {\n                \"Address\": \"Al Mina Road, Dubai\",\n                \"ChainCode\": \"GI\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5df5a192-b0ce-4a58-bed5-2242f3963dab.jpeg\"\n                },\n                \"DisplayName\": \"Hilton Garden Inn Dubai Al Mina\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.247522,\n                    \"Longitude\": 55.278543\n                },\n                \"HighestPackagePrice\": 328.08,\n                \"ID\": 6162012,\n                \"LowestPackagePrice\": 308,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 12,\n                                \"Score\": 100,\n                                \"ShortText\": \"Beautiful beach\",\n                                \"Text\": \"Wonderful beach.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 385,\n                                \"Score\": 82,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 171,\n                                \"Score\": 75,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 121,\n                                \"Score\": 75,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 292,\n                                \"Score\": 63,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 161,\n                                \"Score\": 62,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 13,\n                                \"Score\": 58,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 45,\n                                \"Score\": 51,\n                                \"ShortText\": \"Ordinary pool\",\n                                \"Text\": \"Pool is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 148,\n                                \"Score\": 50,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 79,\n                                \"Score\": 47,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas with easy access to parking.\",\n                        \"ReviewId\": \"ceb70448-a62d-467a-8897-f1c46efe6d2f\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1727,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 131,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 92,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 241,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 510,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 753,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.1,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good business hotel. Beautiful beach. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1733\n                }\n            },\n            {\n                \"Address\": \"Baniyas Road, Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a45df71c-732a-43c4-99f6-16823c73d7ba.jpeg\"\n                },\n                \"DisplayName\": \"Riviera Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2672424316406,\n                    \"Longitude\": 55.3065528869629\n                },\n                \"HighestPackagePrice\": 260.27,\n                \"ID\": 6234526,\n                \"LowestPackagePrice\": 237.4,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 307,\n                                \"Score\": 92,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 107,\n                                \"Score\": 89,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 91,\n                                \"Score\": 88,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 212,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 256,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 86,\n                                \"Score\": 84,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is delicious.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 12,\n                                \"Score\": 64,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent romantic hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"5ba9016e-ef35-434d-b493-db83214a2cc9\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1300,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 61,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 30,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 96,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 327,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 786,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent romantic hotel. Great rooms in excellent location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 1300\n                }\n            },\n            {\n                \"Address\": \"Abu Baker Al Siddique Road, Dubai\",\n                \"ChainCode\": \"GI\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/153084a4-cb7d-497a-b6ee-4db9dffab406.jpeg\"\n                },\n                \"DisplayName\": \"Hilton Garden Inn Dubai Al Muraqabat\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2650585174561,\n                    \"Longitude\": 55.329906463623\n                },\n                \"HighestPackagePrice\": 260.37,\n                \"ID\": 6237000,\n                \"LowestPackagePrice\": 260.37,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 16,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 283,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 575,\n                                \"Score\": 85,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 206,\n                                \"Score\": 79,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 23,\n                                \"Score\": 75,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 392,\n                                \"Score\": 74,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 174,\n                                \"Score\": 69,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 143,\n                                \"Score\": 68,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 6,\n                                \"Score\": 50,\n                                \"ShortText\": \"Reasonable beach\",\n                                \"Text\": \"Beach is so-so.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 5,\n                                \"Score\": 42,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is not good.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation and the airport.\",\n                        \"ReviewId\": \"99e01062-6dc6-49f3-b6b6-97465e3b9f42\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2342,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 122,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 94,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 241,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 765,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1120,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.3,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good airport hotel. Close to Deira. Close to public transportation and the airport.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 2332\n                }\n            },\n            {\n                \"Address\": \"Building # 20 Street # 12, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/984602ff-5b38-46b1-9b8d-3348e30bf8bf.jpeg\"\n                },\n                \"DisplayName\": \"Xclusive Maples Hotel Apartment\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.252141,\n                    \"Longitude\": 55.29627\n                },\n                \"HighestPackagePrice\": 409.93,\n                \"ID\": 6238346,\n                \"LowestPackagePrice\": 256.61,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 38,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 8,\n                                \"Score\": 70,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 93,\n                                \"Score\": 65,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 38,\n                                \"Score\": 64,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 23,\n                                \"Score\": 60,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 77,\n                                \"Score\": 51,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 17,\n                                \"Score\": 44,\n                                \"ShortText\": \"Food could be better\",\n                                \"Text\": \"Disappointing food.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 18,\n                                \"Score\": 30,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 35,\n                                \"Score\": 29,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 10,\n                                \"Score\": 0,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Horrible pool.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good Hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"a56f7d46-629b-4d90-9fc2-a9ba13e8b60f\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 440,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 46,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 36,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 62,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 110,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 186,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.8,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good Hotel. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 432\n                }\n            },\n            {\n                \"Address\": \"Al Muraqqabat Street, Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5a5d0124-3264-48ad-9acc-77badd0a7aec.jpeg\"\n                },\n                \"DisplayName\": \"J5 Rimal Hotel Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.264261,\n                    \"Longitude\": 55.327224\n                },\n                \"HighestPackagePrice\": 207.15,\n                \"ID\": 6368595,\n                \"LowestPackagePrice\": 207.15,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 8,\n                                \"Score\": 95,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 323,\n                                \"Score\": 94,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 180,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 25,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 27,\n                                \"Score\": 92,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 83,\n                                \"Score\": 83,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 36,\n                                \"Score\": 77,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 173,\n                                \"Score\": 76,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"a83343b5-0bb5-4af4-b7ed-62eb66d20f88\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1637,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 35,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 36,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 106,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 413,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1047,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent airport hotel. Great pool. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 1616\n                }\n            },\n            {\n                \"Address\": \"Near Deira City Centre, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/568ae6d3-7663-4d44-b610-23444ae80fab.jpeg\"\n                },\n                \"DisplayName\": \"Flora Creek Deluxe Hotel Apartments Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.253129,\n                    \"Longitude\": 55.327856\n                },\n                \"HighestPackagePrice\": 528.75,\n                \"ID\": 6368601,\n                \"LowestPackagePrice\": 507.63,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 445,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 668,\n                                \"Score\": 89,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 135,\n                                \"Score\": 88,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 238,\n                                \"Score\": 85,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 12,\n                                \"Score\": 80,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 479,\n                                \"Score\": 79,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 236,\n                                \"Score\": 76,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 8,\n                                \"Score\": 23,\n                                \"ShortText\": \"Beach is not so nice\",\n                                \"Text\": \"Beach is unacceptable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"2b978074-2dd5-4618-9c73-0aa018760686\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3580,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 130,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 60,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 175,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 964,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2251,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent airport hotel. Close to Deira City. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 3598\n                }\n            },\n            {\n                \"Address\": \"Al Abraj Street Business Bay, Dubai\",\n                \"ChainCode\": \"WV\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/91f66b09-4130-43f5-9039-0a608fe93e77.jpeg\"\n                },\n                \"DisplayName\": \"Damac Maison Cour Jardin\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.187994,\n                    \"Longitude\": 55.26780701\n                },\n                \"HighestPackagePrice\": 444.7,\n                \"ID\": 6378029,\n                \"LowestPackagePrice\": 342.69,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 3406\n                }\n            },\n            {\n                \"Address\": \"Marasi Drive Business Bay, Dubai\",\n                \"ChainCode\": \"PU\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d89ed0cd-0e63-4e74-8ed2-f1750b4b313b.jpeg\"\n                },\n                \"DisplayName\": \"Pullman Dubai Downtown\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.18698,\n                    \"Longitude\": 55.27143\n                },\n                \"HighestPackagePrice\": 550.13,\n                \"ID\": 6389432,\n                \"LowestPackagePrice\": 500.92,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 124,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1248,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2775,\n                                \"Score\": 91,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 818,\n                                \"Score\": 88,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 109,\n                                \"Score\": 87,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Bar is amazing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1599,\n                                \"Score\": 78,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 663,\n                                \"Score\": 75,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 15,\n                                \"Score\": 65,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 252,\n                                \"Score\": 57,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"e67880a5-56e7-4e0c-9af4-95308f67bac7\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 8181,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 278,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 203,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 399,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1554,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 5747,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent wellness hotel. Close to Dubai Mall. Good for sightseeing and located near shopping areas.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 8181\n                }\n            },\n            {\n                \"Address\": \"Po Box 33178 Al Rigga, Dubai\",\n                \"ChainCode\": \"HY\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/08ea972a-3793-4730-9f44-1c576aebd074.jpeg\"\n                },\n                \"DisplayName\": \"Hyatt Place Dubai Al Rigga Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.262958,\n                    \"Longitude\": 55.328023\n                },\n                \"HighestPackagePrice\": 315.4,\n                \"ID\": 6395743,\n                \"LowestPackagePrice\": 315.4,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 552,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1164,\n                                \"Score\": 87,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 443,\n                                \"Score\": 79,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 332,\n                                \"Score\": 78,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 153,\n                                \"Score\": 77,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Good vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 715,\n                                \"Score\": 74,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 8,\n                                \"Score\": 46,\n                                \"ShortText\": \"Beach is not so nice\",\n                                \"Text\": \"Ugly beach.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 35,\n                                \"Score\": 38,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 5,\n                                \"Score\": 20,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is disappointing.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"7e048c24-cc73-4629-9802-859791af66ca\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5794,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 215,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 143,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 355,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1559,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3522,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent airport hotel. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 5793\n                }\n            },\n            {\n                \"Address\": \"Al Maktoum Street, Dubai\",\n                \"ChainCode\": \"GT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cc8b38ea-c2c5-4e3e-a55f-e8cd07b196fb.jpeg\"\n                },\n                \"DisplayName\": \"Golden Tulip Deira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.259583,\n                    \"Longitude\": 55.326027\n                },\n                \"HighestPackagePrice\": 5287.74,\n                \"ID\": 6411296,\n                \"LowestPackagePrice\": 5287.74,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 7,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 125,\n                                \"Score\": 79,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 186,\n                                \"Score\": 68,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 163,\n                                \"Score\": 62,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 92,\n                                \"Score\": 57,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 52,\n                                \"Score\": 47,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 35,\n                                \"Score\": 36,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 76,\n                                \"Score\": 27,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"7103387f-02c5-4673-88a4-50041abad9ea\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 908,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 124,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 73,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 108,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 219,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 384,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good business hotel. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 914\n                }\n            },\n            {\n                \"Address\": \"Al Riff Road Bur Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/139a7013-62e8-4393-afe7-5d353171bd2a.jpeg\"\n                },\n                \"DisplayName\": \"Al Raien Hotel Apartment\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.261868,\n                    \"Longitude\": 55.290477\n                },\n                \"HighestPackagePrice\": 165.1,\n                \"ID\": 6418572,\n                \"LowestPackagePrice\": 165.1,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 23,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 20,\n                                \"Score\": 50,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 35,\n                                \"Score\": 22,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 12,\n                                \"Score\": 18,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 7,\n                                \"Score\": 12,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 23,\n                                \"Score\": 8,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 6,\n                                \"Score\": 0,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"d770e26f-eaec-4280-9838-1f8d359f87f7\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 218,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 46,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 27,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 52,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 49,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 44,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 2.9,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Located near shopping areas and has easy access to public transportation. Room needs to be improved. Vibe is not too good.\"\n                    }\n                ],\n                \"StarRating\": \"1\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                    \"ReviewsCount\": 214\n                }\n            },\n            {\n                \"Address\": \"Oud Metha Dubai Healthcare City Near Sheikh Zayed Road & Wafi Mall\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ea45f67a-1579-469e-a417-ae8ab8a3f56f.jpeg\"\n                },\n                \"DisplayName\": \"Grand Hyatt Residence\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2278022766113,\n                    \"Longitude\": 55.3277816772461\n                },\n                \"HighestPackagePrice\": 522.62,\n                \"ID\": 6420264,\n                \"LowestPackagePrice\": 474.69,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 52,\n                                \"Score\": 92,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 16,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 118,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 72,\n                                \"Score\": 76,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Good pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 108,\n                                \"Score\": 74,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"High comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 198,\n                                \"Score\": 69,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 99,\n                                \"Score\": 64,\n                                \"ShortText\": \"Ordinary amenities\",\n                                \"Text\": \"Average amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 227,\n                                \"Score\": 62,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 44,\n                                \"Score\": 60,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 86,\n                                \"Score\": 51,\n                                \"ShortText\": \"Decent vibe\",\n                                \"Text\": \"Vibe was decent.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 57,\n                                \"Score\": 46,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 5,\n                                \"Score\": 42,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"bbd48fc5-0be3-4f47-bf68-c695de293bba\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1334,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 78,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 48,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 118,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 367,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 723,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good wellness hotel. Located near shopping areas and the airport. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1334\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road Al Habtoor City, Dubai\",\n                \"ChainCode\": \"PH\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d94d4c8d-8b96-4e3a-aa6b-b2a885e2a289.jpeg\"\n                },\n                \"DisplayName\": \"Al Habtoor Palace\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.1827359465919,\n                    \"Longitude\": 55.2536413415993\n                },\n                \"HighestPackagePrice\": 1031.34,\n                \"ID\": 6431560,\n                \"LowestPackagePrice\": 762.89,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 6,\n                                \"Score\": 100,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 55,\n                                \"Score\": 95,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 124,\n                                \"Score\": 91,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 307,\n                                \"Score\": 88,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 107,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 103,\n                                \"Score\": 85,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is delicious.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 193,\n                                \"Score\": 82,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 60,\n                                \"Score\": 65,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 27,\n                                \"Score\": 59,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent family hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"601c0098-adf4-42b9-bbfc-5d4091cf107e\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1832,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 66,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 29,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 74,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 243,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1420,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent family hotel. Good for sightseeing and located near shopping areas. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 1818\n                }\n            },\n            {\n                \"Address\": \"Omar Bin Khattab Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/105c5fdd-e086-4777-9dd0-a4c44cd5bf81.jpeg\"\n                },\n                \"DisplayName\": \"Fortune Pearl Hotel Deira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.278779,\n                    \"Longitude\": 55.313738\n                },\n                \"HighestPackagePrice\": 197,\n                \"ID\": 6442036,\n                \"LowestPackagePrice\": 158.05,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 119,\n                                \"Score\": 69,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 152,\n                                \"Score\": 67,\n                                \"ShortText\": \"Location is ok\",\n                                \"Text\": \"Location is acceptable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 267,\n                                \"Score\": 66,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 204,\n                                \"Score\": 64,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 10,\n                                \"Score\": 42,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 18,\n                                \"Score\": 32,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Awful breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 108,\n                                \"Score\": 29,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas with easy access to parking.\",\n                        \"ReviewId\": \"a87abd6b-c6ee-413e-a260-e2f8a71723d9\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1567,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 165,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 133,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 224,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 340,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 705,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good airport hotel. Located near shopping areas with easy access to parking.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1566\n                }\n            },\n            {\n                \"Address\": \"Pearl Jumeira, Dubai\",\n                \"ChainCode\": \"GA\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/aa67a17e-f980-4cc6-bcc2-40f9eb4243c8.jpeg\"\n                },\n                \"DisplayName\": \"Nikki Beach Resort & Spa Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2462520599365,\n                    \"Longitude\": 55.2553939819336\n                },\n                \"HighestPackagePrice\": 1604.55,\n                \"ID\": 6475950,\n                \"LowestPackagePrice\": 33.95,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 15% in city\",\n                                \"Text\": \"Top 15% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 187,\n                                \"Score\": 97,\n                                \"ShortText\": \"Beautiful beach\",\n                                \"Text\": \"Wonderful beach.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 128,\n                                \"Score\": 95,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 142,\n                                \"Score\": 94,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 150,\n                                \"Score\": 92,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 74,\n                                \"Score\": 91,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 137,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 79,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 217,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 108,\n                                \"Score\": 86,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 30,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Very nice wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 387,\n                                \"Score\": 84,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 102,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 56,\n                                \"Score\": 53,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent beach hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and has a beach nearby.\",\n                        \"ReviewId\": \"73dbb3e7-5763-4bd2-abdf-5a25f021854b\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2463,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 88,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 26,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 71,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 283,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1995,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent beach hotel. Good for sightseeing and has a beach nearby. Beautiful beach. Great pool. Great room. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 2463\n                }\n            },\n            {\n                \"Address\": \"Al Kuwait Street, Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7746b8fd-d9dd-4d30-8da7-743d06395398.jpeg\"\n                },\n                \"DisplayName\": \"Citymax Hotel Bur Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2507553100586,\n                    \"Longitude\": 55.2918663024902\n                },\n                \"HighestPackagePrice\": 207.11,\n                \"ID\": 6477799,\n                \"LowestPackagePrice\": 180.93,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 797,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 33,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Very nice wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2691,\n                                \"Score\": 84,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 104,\n                                \"Score\": 82,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 757,\n                                \"Score\": 79,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1543,\n                                \"Score\": 67,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 303,\n                                \"Score\": 60,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 54,\n                                \"Score\": 59,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 579,\n                                \"Score\": 27,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"6432edc3-3c87-45c2-8598-48b051075cc3\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 10473,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 754,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 524,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 1100,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 2410,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 5685,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel for solo travelers. Located near shopping areas and has easy access to public transportation. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 10473\n                }\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Boulevard, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/97b2a14c-35b9-4848-b37d-af498fbf214f.jpeg\"\n                },\n                \"DisplayName\": \"The Heritage Hotel Autograph Collection\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.191415,\n                    \"Longitude\": 55.277213\n                },\n                \"HighestPackagePrice\": 614.34,\n                \"ID\": 6506577,\n                \"LowestPackagePrice\": 614.34,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 578,\n                                \"Score\": 98,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 56,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 596,\n                                \"Score\": 86,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 481,\n                                \"Score\": 64,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 164,\n                                \"Score\": 64,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 101,\n                                \"Score\": 60,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 147,\n                                \"Score\": 54,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent luxury hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"3d204f8a-e7ac-447b-a367-c3b8b7093b9c\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 4732,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 105,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 87,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 205,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 676,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3659,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent luxury hotel. Close to Dubai Mall. Great pool. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Habtoor City Sheikh Zayed Road, Dubai\",\n                \"ChainCode\": \"HL\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/52817624-ae48-4245-baca-e705c47f3710.jpeg\"\n                },\n                \"DisplayName\": \"Hilton Dubai Al Habtoor City\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.184368,\n                    \"Longitude\": 55.253553\n                },\n                \"HighestPackagePrice\": 561.31,\n                \"ID\": 6512109,\n                \"LowestPackagePrice\": 30.34,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 535,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 910,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1204,\n                                \"Score\": 84,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 25,\n                                \"Score\": 71,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 348,\n                                \"Score\": 68,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 344,\n                                \"Score\": 68,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"ac946e65-ced8-4bd4-b2b8-abc36b8a5584\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5577,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 297,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 135,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 283,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 959,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3903,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Close to Dubai Mall. Good for sightseeing and located near shopping areas. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 5579\n                }\n            },\n            {\n                \"Address\": \"Khalid Bin Al Waleed St., Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/df2fa45b-56fd-4535-97d5-fa99fc1fced3.jpeg\"\n                },\n                \"DisplayName\": \"Ramee Royal Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.249228,\n                    \"Longitude\": 55.312856\n                },\n                \"HighestPackagePrice\": 276.66,\n                \"ID\": 6528764,\n                \"LowestPackagePrice\": 188.23,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 13% in city\",\n                                \"Text\": \"Top 13% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 43,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 95,\n                                \"Score\": 62,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 21,\n                                \"Score\": 57,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 24,\n                                \"Score\": 49,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 25,\n                                \"Score\": 49,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 72,\n                                \"Score\": 48,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 21,\n                                \"Score\": 48,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 37,\n                                \"Score\": 42,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 29,\n                                \"Score\": 42,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 21,\n                                \"Score\": 35,\n                                \"ShortText\": \"Value for money could be better\",\n                                \"Text\": \"Value below average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to restaurants, bars and public transportation.\",\n                        \"ReviewId\": \"b35bc111-b4ab-4743-848d-044255376f33\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 717,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 101,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 60,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 106,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 149,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 301,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.8,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good hotel for solo travelers. Close to Dubai International Airport. Close to restaurants, bars and public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 723\n                }\n            },\n            {\n                \"Address\": \"P O Box 121545 Kuwait Street, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0fa7e19f-670d-451a-bf44-a42d6c24a881.jpeg\"\n                },\n                \"DisplayName\": \"Grand Excelsior Hotel Bur Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.25072,\n                    \"Longitude\": 55.29258\n                },\n                \"HighestPackagePrice\": 235.8,\n                \"ID\": 6533391,\n                \"LowestPackagePrice\": 235.8,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 14,\n                                \"Score\": 89,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Bar is amazing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 549,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1634,\n                                \"Score\": 77,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 33,\n                                \"Score\": 67,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 309,\n                                \"Score\": 66,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1148,\n                                \"Score\": 57,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 581,\n                                \"Score\": 39,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"21f00349-8802-43ea-9204-1c65436bc7e2\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 7004,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 476,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 319,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 516,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 943,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 4750,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 7004\n                }\n            },\n            {\n                \"Address\": \"Khalid Bin Walid Road, Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3f8d55e6-7c09-4a89-8524-c49fba029220.jpeg\"\n                },\n                \"DisplayName\": \"Royal Ascot Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2593269348145,\n                    \"Longitude\": 55.2912406921387\n                },\n                \"HighestPackagePrice\": 364.07,\n                \"ID\": 6534443,\n                \"LowestPackagePrice\": 32.74,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 288,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 609,\n                                \"Score\": 81,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 13,\n                                \"Score\": 78,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 449,\n                                \"Score\": 71,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 142,\n                                \"Score\": 69,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 194,\n                                \"Score\": 53,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 155,\n                                \"Score\": 50,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"6593b7c9-ffce-448a-8e3a-7d28c162356f\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2520,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 197,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 119,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 245,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 586,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1373,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good wellness hotel. Close to Sharaf DG Metro. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 2520\n                }\n            },\n            {\n                \"Address\": \"Opposite Delhi Resturant Al Murar Area, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/226ab8bd-eb67-4e21-84fa-e1e83b4f75f2.jpeg\"\n                },\n                \"DisplayName\": \"Royal Tulip Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.276139,\n                    \"Longitude\": 55.310575\n                },\n                \"HighestPackagePrice\": 151.07,\n                \"ID\": 6572495,\n                \"LowestPackagePrice\": 142.68,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 8,\n                                \"Score\": 75,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 88,\n                                \"Score\": 74,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 53,\n                                \"Score\": 53,\n                                \"ShortText\": \"Location is ok\",\n                                \"Text\": \"Location is acceptable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 79,\n                                \"Score\": 38,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 33,\n                                \"Score\": 31,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 15,\n                                \"Score\": 26,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 55,\n                                \"Score\": 24,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation.\",\n                        \"ReviewId\": \"34c42c23-69db-44ad-b749-bc19fdfe926a\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 475,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 67,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 70,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 68,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 123,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 147,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.4,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Close to public transportation. Room needs to be improved.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 473\n                }\n            },\n            {\n                \"Address\": \"20Th Street Dubai Healthcare City\",\n                \"ChainCode\": \"HY\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/638e1ffc-651f-41f4-9d75-d6cfc090b26b.jpeg\"\n                },\n                \"DisplayName\": \"Hyatt Regency Dubai Creek Heights\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.23371,\n                    \"Longitude\": 55.323698\n                },\n                \"HighestPackagePrice\": 429.01,\n                \"ID\": 6573591,\n                \"LowestPackagePrice\": 391.78,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 96,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 420,\n                                \"Score\": 91,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1371,\n                                \"Score\": 88,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 619,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1065,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 86,\n                                \"Score\": 83,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Bar is amazing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 375,\n                                \"Score\": 81,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 488,\n                                \"Score\": 80,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 23,\n                                \"Score\": 51,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 12,\n                                \"Score\": 25,\n                                \"ShortText\": \"Beach is not so nice\",\n                                \"Text\": \"Beach is unacceptable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation and the airport.\",\n                        \"ReviewId\": \"983be81a-4d1d-4ea8-999c-4023c0faa8ff\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 7852,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 273,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 142,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 342,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1672,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 5423,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Close to Dubai Mall. Close to public transportation and the airport. Great room. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 7841\n                }\n            },\n            {\n                \"Address\": \"19Th Street, Oud Metha Street, Dubai\",\n                \"ChainCode\": \"RT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3e7cc928-2754-460e-be86-f425d58b52e0.jpeg\"\n                },\n                \"DisplayName\": \"Mövenpick Hotel & Apartments Bur Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2342472076416,\n                    \"Longitude\": 55.3117599487305\n                },\n                \"HighestPackagePrice\": 336.18,\n                \"ID\": 6575457,\n                \"LowestPackagePrice\": 306.17,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 3492,\n                                \"Score\": 95,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 132,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 643,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 889,\n                                \"Score\": 87,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is delicious.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1549,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 770,\n                                \"Score\": 81,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 418,\n                                \"Score\": 74,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 21,\n                                \"Score\": 62,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Easily accessible by car and close to shopping areas.\",\n                        \"ReviewId\": \"0a6aecf9-fe26-4ee6-975f-31b1dcecf695\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 8685,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 298,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 174,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 448,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1407,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 6358,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent airport hotel. Easily accessible by car and close to shopping areas. Great pool. Fantastic service.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 8685\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road Trade Centre 2, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1dd1f4b1-28c3-4c7e-921e-c4464310592d.jpeg\"\n                },\n                \"DisplayName\": \"Residence Inn by Marriott Sheikh Zayed Road Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.20942,\n                    \"Longitude\": 55.27528\n                },\n                \"HighestPackagePrice\": 722.36,\n                \"ID\": 6577691,\n                \"LowestPackagePrice\": 635.29,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 818,\n                                \"Score\": 97,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 360,\n                                \"Score\": 96,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2690,\n                                \"Score\": 96,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 115,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 31,\n                                \"Score\": 92,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 599,\n                                \"Score\": 92,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1013,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 394,\n                                \"Score\": 86,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 486,\n                                \"Score\": 85,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 327,\n                                \"Score\": 82,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"9142437b-e0ec-466c-b28f-366dbf906e7b\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5249,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 103,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 48,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 109,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 588,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 4401,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Awesome rooms and service in a great location. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 5249\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road Trade Centr, Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/96e87f00-315d-48cb-bfe7-2bd6a0d9b6b6.jpeg\"\n                },\n                \"DisplayName\": \"Emirates Grand Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.211093,\n                    \"Longitude\": 55.274427\n                },\n                \"HighestPackagePrice\": 420.67,\n                \"ID\": 6597716,\n                \"LowestPackagePrice\": 248.89,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 636,\n                                \"Score\": 97,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1026,\n                                \"Score\": 79,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 92,\n                                \"Score\": 60,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 883,\n                                \"Score\": 53,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 88,\n                                \"Score\": 50,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 316,\n                                \"Score\": 49,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 27,\n                                \"Score\": 35,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Wellness & sports facilities were not very nice.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 234,\n                                \"Score\": 31,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 34,\n                                \"Score\": 30,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Horrible pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 422,\n                                \"Score\": 28,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 27,\n                                \"Score\": 18,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"780d3468-3646-4267-a276-ab7bc7791831\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3339,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 324,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 358,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 468,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 546,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1643,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.9,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good hotel for solo travelers. Close to Financial Center Metro. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 3347\n                }\n            },\n            {\n                \"Address\": \"Al Rigga Road Next To Rigga Metro Station, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0855e5cb-c05a-45d8-8da3-1e36f1a03a67.jpeg\"\n                },\n                \"DisplayName\": \"Vision Imperial Hotel Formerly Excelsior Hotel Downtown\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26381,\n                    \"Longitude\": 55.3252\n                },\n                \"HighestPackagePrice\": 298.07,\n                \"ID\": 6604336,\n                \"LowestPackagePrice\": 214.85,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 343,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 473,\n                                \"Score\": 84,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 11,\n                                \"Score\": 65,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 181,\n                                \"Score\": 65,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 45,\n                                \"Score\": 60,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 303,\n                                \"Score\": 57,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 86,\n                                \"Score\": 56,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 93,\n                                \"Score\": 50,\n                                \"ShortText\": \"Ordinary amenities\",\n                                \"Text\": \"Average amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 144,\n                                \"Score\": 47,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 92,\n                                \"Score\": 42,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 14,\n                                \"Score\": 31,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Disappointing wellness & sports facilities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"50891363-b627-44a9-9775-e192ec0895ed\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2030,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 104,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 113,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 220,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 640,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 953,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.1,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good hotel for solo travelers. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 2030\n                }\n            },\n            {\n                \"Address\": \"Business Bay, Dubai\",\n                \"ChainCode\": \"WV\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fac7400b-f980-4d4b-b236-f76feeb5e9f3.jpeg\"\n                },\n                \"DisplayName\": \"Damac Maison Canal Views\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.18813705,\n                    \"Longitude\": 55.2843132\n                },\n                \"HighestPackagePrice\": 528.55,\n                \"ID\": 6628005,\n                \"LowestPackagePrice\": 456.72,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 15,\n                                \"Score\": 100,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 175,\n                                \"Score\": 97,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 384,\n                                \"Score\": 97,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 20,\n                                \"Score\": 94,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 27,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 51,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Excellent amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 97,\n                                \"Score\": 90,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 20,\n                                \"Score\": 89,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 220,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 79,\n                                \"Score\": 87,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 25,\n                                \"Score\": 82,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"20aa1a77-56f3-4e9a-8248-97ee5737c9f6\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1594,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 42,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 20,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 43,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 152,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1337,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Awesome rooms and service in a great location. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 1594\n                }\n            },\n            {\n                \"Address\": \"312 Al Mustaqbal Street Zabeel 2, Dubai\",\n                \"ChainCode\": \"AT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4176f85e-7943-4285-9bb2-a6828606e1b0.jpeg\"\n                },\n                \"DisplayName\": \"Rove Downtown Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.203103,\n                    \"Longitude\": 55.278738\n                },\n                \"HighestPackagePrice\": 580.42,\n                \"ID\": 6632952,\n                \"LowestPackagePrice\": 366.54,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 844,\n                                \"Score\": 98,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 4822,\n                                \"Score\": 98,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 3284,\n                                \"Score\": 97,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 1166,\n                                \"Score\": 94,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 681,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Excellent amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 362,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 51,\n                                \"Score\": 90,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 811,\n                                \"Score\": 89,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 807,\n                                \"Score\": 88,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 2310,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"860f273c-599d-471a-b8fa-73deafdbc404\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 19976,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 98,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 64,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 271,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1828,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 17715,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Close to Dubai Mall. Awesome rooms and service in a great location. Great pool. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 20071\n                }\n            },\n            {\n                \"Address\": \"Central Park Tower Difc Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cfb8cb00-ed11-4d9b-bafb-3814171d47ed.jpeg\"\n                },\n                \"DisplayName\": \"Nasma Luxury Stays Central Park Tower\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.206204,\n                    \"Longitude\": 55.275416\n                },\n                \"HighestPackagePrice\": 475.92,\n                \"ID\": 6635026,\n                \"LowestPackagePrice\": 475.92,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Dubai Festival City\",\n                \"ChainCode\": \"IC\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ecf0a539-ea3a-4f81-bc3e-1565d985483a.jpeg\"\n                },\n                \"DisplayName\": \"InterContinental Residence Suites Dubai Festival City an IHG Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.231598,\n                    \"Longitude\": 55.346731\n                },\n                \"HighestPackagePrice\": 566.19,\n                \"ID\": 6635575,\n                \"LowestPackagePrice\": 518.67,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1304,\n                                \"Score\": 98,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 394,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 187,\n                                \"Score\": 92,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 215,\n                                \"Score\": 90,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 53,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 199,\n                                \"Score\": 90,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 157,\n                                \"Score\": 90,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 593,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 82,\n                                \"Score\": 89,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 242,\n                                \"Score\": 84,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 20,\n                                \"Score\": 33,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent family hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"dac28bfe-ff5b-4fe3-9736-e721db5a71b1\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3365,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 42,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 32,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 80,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 336,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2875,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent family hotel. Located near shopping areas and the airport. Great rooms and fantastic service. Awesome vibe. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 3434\n                }\n            },\n            {\n                \"Address\": \"Khalid Bin Waleed Road Bur Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3dbd2a99-1f4d-4761-a094-0e76d86331ba.jpeg\"\n                },\n                \"DisplayName\": \"Ascot Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2590656280518,\n                    \"Longitude\": 55.2913398742676\n                },\n                \"HighestPackagePrice\": 32.84,\n                \"ID\": 6637874,\n                \"LowestPackagePrice\": 32.84,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 187,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 367,\n                                \"Score\": 75,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 6,\n                                \"Score\": 71,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 315,\n                                \"Score\": 59,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 80,\n                                \"Score\": 51,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 143,\n                                \"Score\": 48,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 153,\n                                \"Score\": 43,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"ba8a60e5-0e2a-4fb2-af30-d0ea1fbff57a\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1918,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 184,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 100,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 240,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 467,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 927,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good wellness hotel. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1918\n                }\n            },\n            {\n                \"Address\": \"19 Al Nasser Square Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/96a1495d-1831-4f7f-a7e0-6c8003a4177a.jpeg\"\n                },\n                \"DisplayName\": \"Melody Queen Hotel By Aura\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.270762,\n                    \"Longitude\": 55.308057\n                },\n                \"HighestPackagePrice\": 215.07,\n                \"ID\": 6646044,\n                \"LowestPackagePrice\": 215.07,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 25,\n                                \"Score\": 62,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 16,\n                                \"Score\": 57,\n                                \"ShortText\": \"Location is ok\",\n                                \"Text\": \"Location is acceptable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 23,\n                                \"Score\": 22,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 38,\n                                \"Score\": 12,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 5,\n                                \"Score\": 10,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Awful breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 5,\n                                \"Score\": 0,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"062faa2e-638c-41af-94e5-b9ed0cd4a1b9\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 270,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 101,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 39,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 43,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 40,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 47,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 2.6,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Room needs to be improved.\"\n                    }\n                ],\n                \"StarRating\": \"1\",\n                \"TripAdvisor\": {\n                    \"Rating\": 2.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/2_5.png\",\n                    \"ReviewsCount\": 271\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f4397c5d-53ce-4913-be3c-eccbf331c2b0.jpeg\"\n                },\n                \"DisplayName\": \"Shangri La Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2079620361328,\n                    \"Longitude\": 55.2715873718262\n                },\n                \"HighestPackagePrice\": 776.29,\n                \"ID\": 6649625,\n                \"LowestPackagePrice\": 776.29,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 7,\n                                \"Score\": 100,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 22,\n                                \"Score\": 96,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 5,\n                                \"Score\": 80,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 24,\n                                \"Score\": 64,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 8,\n                                \"Score\": 58,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 11,\n                                \"Score\": 46,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 12,\n                                \"Score\": 0,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good for traveling with friends.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"a0694e60-ee56-4633-8c77-b788316a51d0\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 125,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 4,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 5,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 11,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 36,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 69,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.3,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good for traveling with friends. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 125\n                }\n            },\n            {\n                \"Address\": \"34 B Street, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5960b62c-19ba-4b76-8a5c-d37f4b9be19e.jpeg\"\n                },\n                \"DisplayName\": \"Landmark Summit Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.264349,\n                    \"Longitude\": 55.319637\n                },\n                \"HighestPackagePrice\": 159.1,\n                \"ID\": 6660428,\n                \"LowestPackagePrice\": 134.98,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 11% in city\",\n                                \"Text\": \"Top 11% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 359,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 643,\n                                \"Score\": 74,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 99,\n                                \"Score\": 62,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 36,\n                                \"Score\": 46,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 145,\n                                \"Score\": 44,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 140,\n                                \"Score\": 42,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 258,\n                                \"Score\": 41,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 672,\n                                \"Score\": 36,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 402,\n                                \"Score\": 24,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"369ff6aa-7117-4a15-b533-f74a3d78dd33\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3925,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 485,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 347,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 553,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 840,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1700,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good wellness hotel. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 3943\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road, Dubai\",\n                \"ChainCode\": \"FA\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cba8a7c9-db69-4014-8fa6-0713cee38548.jpeg\"\n                },\n                \"DisplayName\": \"Fairmont Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.226203,\n                    \"Longitude\": 55.284586\n                },\n                \"HighestPackagePrice\": 1686.34,\n                \"ID\": 6668849,\n                \"LowestPackagePrice\": 32.3,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 971,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2939,\n                                \"Score\": 95,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 63,\n                                \"Score\": 89,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Bar is amazing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 540,\n                                \"Score\": 86,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 476,\n                                \"Score\": 86,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1405,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 727,\n                                \"Score\": 79,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 11,\n                                \"Score\": 75,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent luxury hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing with access to public transportation.\",\n                        \"ReviewId\": \"37956ad3-3d0b-4a27-b6c7-f934dc658d81\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 9214,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 251,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 158,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 389,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1279,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 7137,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent luxury hotel. Close to Dubai Mall. Good for sightseeing with access to public transportation. Awesome vibe. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 9282\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road, Dubai\",\n                \"ChainCode\": \"FP\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e14bee77-bfe2-48f7-a863-b428ea55c496.jpeg\"\n                },\n                \"DisplayName\": \"Four Points by Sheraton Sheikh Zayed Road Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.213592,\n                    \"Longitude\": 55.276007\n                },\n                \"HighestPackagePrice\": 654.5,\n                \"ID\": 6670574,\n                \"LowestPackagePrice\": 379.17,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 686,\n                                \"Score\": 97,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 832,\n                                \"Score\": 90,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 223,\n                                \"Score\": 88,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 284,\n                                \"Score\": 86,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 645,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 76,\n                                \"Score\": 84,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Bar is amazing.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 11,\n                                \"Score\": 77,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 196,\n                                \"Score\": 62,\n                                \"ShortText\": \"Ordinary amenities\",\n                                \"Text\": \"Average amenities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"3e7cb9fc-d5c9-4de4-b193-1c18d54ebd80\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3793,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 104,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 61,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 194,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 938,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2496,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Great rooms in excellent location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 3786\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road Al Habtoor City, Dubai\",\n                \"ChainCode\": \"QQ\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/151e1415-668f-492e-8add-3aa457411d52.jpeg\"\n                },\n                \"DisplayName\": \"V Hotel Dubai Curio Collection by Hilton\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.184565,\n                    \"Longitude\": 55.253265\n                },\n                \"HighestPackagePrice\": 758.36,\n                \"ID\": 6703456,\n                \"LowestPackagePrice\": 443.84,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 11,\n                                \"Score\": 100,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 12,\n                                \"Score\": 94,\n                                \"ShortText\": \"Beautiful beach\",\n                                \"Text\": \"Wonderful beach.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 45,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 783,\n                                \"Score\": 92,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 208,\n                                \"Score\": 91,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 234,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 160,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 470,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 155,\n                                \"Score\": 80,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 101,\n                                \"Score\": 71,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 54,\n                                \"Score\": 56,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"f9621bae-5923-4e51-a9a4-a240b36c5c15\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3400,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 142,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 71,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 132,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 466,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2589,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Good for sightseeing and located near shopping areas. Great room. Great pool. Awesome vibe. Beautiful beach.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 3415\n                }\n            },\n            {\n                \"Address\": \"Al Garhoud Road Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9b1fe668-7782-44d4-91b4-6e7664f1a49e.jpeg\"\n                },\n                \"DisplayName\": \"Majestic Cove Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2478904724121,\n                    \"Longitude\": 55.337718963623\n                },\n                \"HighestPackagePrice\": 219.1,\n                \"ID\": 6706509,\n                \"LowestPackagePrice\": 219.1,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 52,\n                                \"Score\": 96,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 216,\n                                \"Score\": 95,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 159,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 103,\n                                \"Score\": 91,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 169,\n                                \"Score\": 82,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 64,\n                                \"Score\": 71,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 37,\n                                \"Score\": 58,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 18,\n                                \"Score\": 57,\n                                \"ShortText\": \"Ordinary pool\",\n                                \"Text\": \"Pool is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 5,\n                                \"Score\": 20,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Disappointing wellness & sports facilities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation and the airport.\",\n                        \"ReviewId\": \"47155e7e-61f6-40cc-b7e4-fef3931767c8\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 938,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 18,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 21,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 78,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 300,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 521,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent airport hotel. Close to Dubai International Airport. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Jumierah Beach Road, Dubai\",\n                \"ChainCode\": \"WV\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7f2a3b93-4d25-4cc8-8e4b-28f10611413e.jpeg\"\n                },\n                \"DisplayName\": \"Dubai Marine Beach Resort & Spa\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.233526,\n                    \"Longitude\": 55.263618\n                },\n                \"HighestPackagePrice\": 420.32,\n                \"ID\": 6709353,\n                \"LowestPackagePrice\": 372.87,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 311,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 729,\n                                \"Score\": 91,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 227,\n                                \"Score\": 86,\n                                \"ShortText\": \"Beautiful beach\",\n                                \"Text\": \"Beach is lovely.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 28,\n                                \"Score\": 84,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 215,\n                                \"Score\": 82,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 145,\n                                \"Score\": 72,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 126,\n                                \"Score\": 70,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 392,\n                                \"Score\": 65,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 32,\n                                \"Score\": 59,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 93,\n                                \"Score\": 55,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent club hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to the beach and the city center.\",\n                        \"ReviewId\": \"8e6dec8a-67dc-45e3-9c0d-cba8468fdd92\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2938,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 115,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 111,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 185,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 596,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1931,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent club hotel. Close to the beach and the city center. Beautiful beach.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 2930\n                }\n            },\n            {\n                \"Address\": \"Beside Abu Bakar Al Siddique, Dubai\",\n                \"ChainCode\": \"RA\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/186b11a4-e7f8-432c-bc7c-6592ae028ec0.jpeg\"\n                },\n                \"DisplayName\": \"Ramada Plaza by Wyndham Dubai Deira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.27009,\n                    \"Longitude\": 55.33105\n                },\n                \"HighestPackagePrice\": 183.79,\n                \"ID\": 6714927,\n                \"LowestPackagePrice\": 33.58,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 137,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 199,\n                                \"Score\": 79,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 137,\n                                \"Score\": 62,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 69,\n                                \"Score\": 57,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 48,\n                                \"Score\": 55,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation and the airport.\",\n                        \"ReviewId\": \"a749bdc6-7c35-4d8d-859b-a84666c38978\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1299,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 106,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 89,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 190,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 430,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 484,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.9,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good hotel for solo travelers. Close to public transportation and the airport.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1299\n                }\n            },\n            {\n                \"Address\": \"Deira City Centre Baniyas Road, Dubai\",\n                \"ChainCode\": \"PU\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6148e798-ac8e-43bc-ae7b-b7b8bf0d7ffa.jpeg\"\n                },\n                \"DisplayName\": \"Pullman Dubai Creek City Centre Residences\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.251579284668,\n                    \"Longitude\": 55.3347434997559\n                },\n                \"HighestPackagePrice\": 710.58,\n                \"ID\": 6721253,\n                \"LowestPackagePrice\": 665.07,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 15,\n                                \"Score\": 100,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 8,\n                                \"Score\": 100,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 983,\n                                \"Score\": 97,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 345,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 104,\n                                \"Score\": 91,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 223,\n                                \"Score\": 88,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 473,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 119,\n                                \"Score\": 82,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"c922c5b7-44ff-4878-aa8f-fd6d9083f036\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2544,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 25,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 34,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 81,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 458,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1946,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Awesome rooms and service in a great location. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 2544\n                }\n            },\n            {\n                \"Address\": \"155 Salahudin Road Deira, Dubai\",\n                \"ChainCode\": \"RA\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/eb988a41-1de2-4e3a-9aea-44e249f1e987.jpeg\"\n                },\n                \"DisplayName\": \"Ramada by Wyndham Dubai Deira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.270095,\n                    \"Longitude\": 55.328306\n                },\n                \"HighestPackagePrice\": 311.38,\n                \"ID\": 6731398,\n                \"LowestPackagePrice\": 311.38,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 11% in city\",\n                                \"Text\": \"Top 11% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1248,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2062,\n                                \"Score\": 87,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 30,\n                                \"Score\": 85,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 253,\n                                \"Score\": 69,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 322,\n                                \"Score\": 67,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1103,\n                                \"Score\": 63,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 590,\n                                \"Score\": 56,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 102,\n                                \"Score\": 53,\n                                \"ShortText\": \"Ordinary pool\",\n                                \"Text\": \"Pool is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 243,\n                                \"Score\": 49,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 240,\n                                \"Score\": 45,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 67,\n                                \"Score\": 40,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Wellness & sports facilities were not very nice.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good city hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"0586206a-6c6e-4a0d-8aed-182c03610f3c\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 8087,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 435,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 354,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 755,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 2075,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 4468,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.3,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good city hotel. Close to Metro Station. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 8062\n                }\n            },\n            {\n                \"Address\": \"Alras Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/78fb89e6-0fdd-42d9-bfd4-f76188f7bb3e.jpeg\"\n                },\n                \"DisplayName\": \"The George Hotel by Saffron\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.266533,\n                    \"Longitude\": 55.294151\n                },\n                \"HighestPackagePrice\": 144.08,\n                \"ID\": 6747579,\n                \"LowestPackagePrice\": 135.08,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 8,\n                                \"Score\": 92,\n                                \"ShortText\": \"Beautiful beach\",\n                                \"Text\": \"Wonderful beach.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 897,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1138,\n                                \"Score\": 86,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 491,\n                                \"Score\": 77,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"High comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1098,\n                                \"Score\": 77,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 443,\n                                \"Score\": 70,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 151,\n                                \"Score\": 67,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 64,\n                                \"Score\": 63,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"58224ff6-b0f9-4e8c-ae3b-1f0ebeb637fc\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3888,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 200,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 157,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 404,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 842,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2285,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.3,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel for solo travelers. Close to Dubai Metro. Located near shopping areas and has easy access to public transportation. Great room. Beautiful beach.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 3861\n                }\n            },\n            {\n                \"Address\": \"Al Mina Rd, Dubai\",\n                \"ChainCode\": \"RT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f621e829-5ac5-4b4a-b229-11b98a277fa7.jpeg\"\n                },\n                \"DisplayName\": \"ibis Styles Dubai Jumeira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2405490875244,\n                    \"Longitude\": 55.2730255126953\n                },\n                \"HighestPackagePrice\": 268.87,\n                \"ID\": 6753376,\n                \"LowestPackagePrice\": 258.17,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 914,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 379,\n                                \"Score\": 94,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1847,\n                                \"Score\": 91,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 784,\n                                \"Score\": 88,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 76,\n                                \"Score\": 88,\n                                \"ShortText\": \"Beautiful beach\",\n                                \"Text\": \"Beach is lovely.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 253,\n                                \"Score\": 88,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1416,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 311,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 642,\n                                \"Score\": 86,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 51,\n                                \"Score\": 84,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 434,\n                                \"Score\": 78,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"cf3085be-5967-46ba-86d8-6b382f209672\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 6452,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 264,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 182,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 459,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1327,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 4220,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Good for sightseeing and located near shopping areas. Great rooms and fantastic service. Beautiful beach. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 6445\n                }\n            },\n            {\n                \"Address\": \"Al Khaleej Road Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/319eef03-17be-42b2-87d7-8b89433ca48d.jpeg\"\n                },\n                \"DisplayName\": \"Hyatt Regency Hotel Dubai Deira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.278898,\n                    \"Longitude\": 55.304408\n                },\n                \"HighestPackagePrice\": 339.59,\n                \"ID\": 6755181,\n                \"LowestPackagePrice\": 279.73,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 62,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 538,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1038,\n                                \"Score\": 81,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 644,\n                                \"Score\": 80,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 12,\n                                \"Score\": 79,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 249,\n                                \"Score\": 77,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 324,\n                                \"Score\": 75,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 101,\n                                \"Score\": 42,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Pool is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 16,\n                                \"Score\": 30,\n                                \"ShortText\": \"Beach is not so nice\",\n                                \"Text\": \"Beach is unacceptable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"49e2a89b-2db4-423e-8faf-8787049fa3c8\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 7533,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 423,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 201,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 475,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1783,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 4651,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Close to Dubai Mall. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 7518\n                }\n            },\n            {\n                \"Address\": \"Omer Bin Al Khatab Rd Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1396f1ff-0347-4794-be53-28c597b2cb0c.jpeg\"\n                },\n                \"DisplayName\": \"Fortune Hotel Deira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.27448463,\n                    \"Longitude\": 55.31550217\n                },\n                \"HighestPackagePrice\": 4540.32,\n                \"ID\": 6776537,\n                \"LowestPackagePrice\": 132.37,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 63,\n                                \"Score\": 79,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 141,\n                                \"Score\": 72,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 90,\n                                \"Score\": 53,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 49,\n                                \"Score\": 47,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 44,\n                                \"Score\": 29,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas with easy access to parking.\",\n                        \"ReviewId\": \"14f32ec3-9f7a-4382-8876-41233ab1c7e6\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 765,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 116,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 56,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 106,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 164,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 323,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.9,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good wellness hotel. Located near shopping areas with easy access to parking.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 765\n                }\n            },\n            {\n                \"Address\": \"Al Muteena Street Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/93b4b8ea-a8ff-406e-b4fa-9d278e9707f7.jpeg\"\n                },\n                \"DisplayName\": \"Grand Excelsior Hotel Deira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.274636,\n                    \"Longitude\": 55.327952\n                },\n                \"HighestPackagePrice\": 216.82,\n                \"ID\": 6778323,\n                \"LowestPackagePrice\": 189.6,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 13% in city\",\n                                \"Text\": \"Top 13% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 410,\n                                \"Score\": 80,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1207,\n                                \"Score\": 66,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 116,\n                                \"Score\": 64,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 15,\n                                \"Score\": 59,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 152,\n                                \"Score\": 57,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 28,\n                                \"Score\": 47,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Wellness & sports facilities were not very nice.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 811,\n                                \"Score\": 38,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 272,\n                                \"Score\": 37,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 51,\n                                \"Score\": 37,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Pool is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 260,\n                                \"Score\": 35,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 198,\n                                \"Score\": 34,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 449,\n                                \"Score\": 25,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 12,\n                                \"Score\": 18,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is disappointing.\"\n                            }\n                        ],\n                        \"HotelType\": \"Fair airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"725a64a3-481b-4a6a-9b15-0df5a7deed48\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3912,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 749,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 470,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 540,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 675,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1478,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.6,\n                        \"ScoreDescription\": \"Fair\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Fair airport hotel. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 3883\n                }\n            },\n            {\n                \"Address\": \"34 B Street Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/48d2225f-9c90-4fdc-b888-bbe7bb51ca5c.jpeg\"\n                },\n                \"DisplayName\": \"Sun And Sands Downtown Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.264725,\n                    \"Longitude\": 55.318884\n                },\n                \"HighestPackagePrice\": 144.46,\n                \"ID\": 6793285,\n                \"LowestPackagePrice\": 128.66,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 62,\n                                \"Score\": 77,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 21,\n                                \"Score\": 39,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 118,\n                                \"Score\": 35,\n                                \"ShortText\": \"Service could be improved\",\n                                \"Text\": \"Service is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 7,\n                                \"Score\": 25,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is disappointing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 6,\n                                \"Score\": 25,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Awful breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 196,\n                                \"Score\": 16,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 89,\n                                \"Score\": 15,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 48,\n                                \"Score\": 13,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 59,\n                                \"Score\": 11,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 103,\n                                \"Score\": 6,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 10,\n                                \"Score\": 5,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Horrible pool.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"5e38ecdf-526a-4262-a71a-98b1c482b02b\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 714,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 221,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 154,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 133,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 91,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 115,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 2.6,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Located near shopping areas and has easy access to public transportation. Inadequate rooms with subpar service. Pool should be renewed. Vibe is not too good.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 2.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/2_5.png\",\n                    \"ReviewsCount\": 711\n                }\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashed Boulevard, Dubai\",\n                \"ChainCode\": \"KI\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/77f2cdae-1db2-4c6f-972d-bfccdb2c17a1.jpeg\"\n                },\n                \"DisplayName\": \"Kempinski Central Avenue Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.199777,\n                    \"Longitude\": 55.27732\n                },\n                \"HighestPackagePrice\": 1308.77,\n                \"ID\": 6801296,\n                \"LowestPackagePrice\": 33.82,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 5,\n                                \"Score\": 100,\n                                \"ShortText\": \"Beautiful beach\",\n                                \"Text\": \"Wonderful beach.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 569,\n                                \"Score\": 97,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 197,\n                                \"Score\": 95,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 16,\n                                \"Score\": 94,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 64,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 6,\n                                \"Score\": 93,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 103,\n                                \"Score\": 92,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1084,\n                                \"Score\": 92,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 244,\n                                \"Score\": 91,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 238,\n                                \"Score\": 85,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 518,\n                                \"Score\": 77,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 155,\n                                \"Score\": 55,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 93,\n                                \"Score\": 46,\n                                \"ShortText\": \"Value for money could be better\",\n                                \"Text\": \"Value below average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent family hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"4a107be5-2af3-4b47-8495-cf35cd4e6984\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 6531,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 180,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 102,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 179,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 605,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 5465,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent family hotel. Close to Dubai Mall. Beautiful beach. Great pool. Awesome vibe. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 6620\n                }\n            },\n            {\n                \"Address\": \"Sheikh Mohamed Bin Rashid Boulevard Downtown Po Box 123234, Dubai\",\n                \"ChainCode\": \"AT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/36ed80cd-9dab-484c-8060-a1dc747236be.jpeg\"\n                },\n                \"DisplayName\": \"Address Downtown\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19397,\n                    \"Longitude\": 55.27918\n                },\n                \"HighestPackagePrice\": 2217.97,\n                \"ID\": 6820550,\n                \"LowestPackagePrice\": 1399.07,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"f3803b0e-7af5-48f2-93fc-560b4bd8f7bf\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"Score\": 0,\n                        \"ScoreDescription\": \"\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Crescent Drive, Dubai\",\n                \"ChainCode\": \"IC\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b561a34b-a762-4047-bf7c-932b96d7cde4.jpeg\"\n                },\n                \"DisplayName\": \"InterContinental Dubai Festival City an IHG Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.223505,\n                    \"Longitude\": 55.349895\n                },\n                \"HighestPackagePrice\": 720.82,\n                \"ID\": 6835688,\n                \"LowestPackagePrice\": 660.73,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 4454,\n                                \"Score\": 97,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 84,\n                                \"Score\": 97,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 787,\n                                \"Score\": 96,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1046,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 300,\n                                \"Score\": 93,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 447,\n                                \"Score\": 92,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1210,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 413,\n                                \"Score\": 85,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 11,\n                                \"Score\": 76,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent romantic hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"e692d83c-7b0e-4e3e-848f-88875e53fa67\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 11236,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 147,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 73,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 187,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 964,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 9865,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent romantic hotel. Close to Festival City. Located near shopping areas and the airport. Great rooms and fantastic service. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 11268\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road Exit 41, Dubai\",\n                \"ChainCode\": \"ON\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5ba3d6b1-812d-4e26-bb45-26fb47161039.jpeg\"\n                },\n                \"DisplayName\": \"Metropolitan Hotel Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.132963,\n                    \"Longitude\": 55.212988\n                },\n                \"HighestPackagePrice\": 276.56,\n                \"ID\": 6841329,\n                \"LowestPackagePrice\": 265.58,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 444,\n                                \"Score\": 89,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 299,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 183,\n                                \"Score\": 82,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 319,\n                                \"Score\": 73,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 108,\n                                \"Score\": 66,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 6,\n                                \"Score\": 65,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 154,\n                                \"Score\": 51,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 9,\n                                \"Score\": 45,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is not good.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"ae29176d-5095-4daa-8e9d-079b2120ffc9\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2604,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 101,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 69,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 202,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 744,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1488,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 2596\n                }\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Boulevard Downtown Dubai Po Box 9770\",\n                \"ChainCode\": \"AT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4bfc4f52-f15d-458d-bc38-07224f4770a2.jpeg\"\n                },\n                \"DisplayName\": \"Palace Downtown\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.193338394165,\n                    \"Longitude\": 55.2762794494629\n                },\n                \"HighestPackagePrice\": 1361.49,\n                \"ID\": 6841343,\n                \"LowestPackagePrice\": 1162.72,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 777,\n                                \"Score\": 98,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 896,\n                                \"Score\": 91,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 9,\n                                \"Score\": 90,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 256,\n                                \"Score\": 89,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 291,\n                                \"Score\": 87,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 285,\n                                \"Score\": 86,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is delicious.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 93,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 638,\n                                \"Score\": 82,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 232,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 159,\n                                \"Score\": 76,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 6,\n                                \"Score\": 71,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 115,\n                                \"Score\": 56,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 5,\n                                \"Score\": 43,\n                                \"ShortText\": \"Beach is not so nice\",\n                                \"Text\": \"Ugly beach.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent romantic hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"32a5e843-65c6-4f44-8552-571459a39fa7\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 4274,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 80,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 43,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 123,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 504,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3524,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent romantic hotel. Close to Dubai Mall. Great location. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 4274\n                }\n            },\n            {\n                \"Address\": \"Omar Bin Al Khattab Street, Dubai\",\n                \"ChainCode\": \"SL\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fc0f42da-2552-4e63-90a1-666d26a18da9.jpeg\"\n                },\n                \"DisplayName\": \"Swissotel Al Ghurair\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26926,\n                    \"Longitude\": 55.31705\n                },\n                \"HighestPackagePrice\": 400.64,\n                \"ID\": 6846794,\n                \"LowestPackagePrice\": 352.35,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1612,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 186,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 4478,\n                                \"Score\": 90,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 35,\n                                \"Score\": 80,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 809,\n                                \"Score\": 80,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1990,\n                                \"Score\": 79,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 868,\n                                \"Score\": 68,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 25,\n                                \"Score\": 38,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is not good.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent family hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"fd03fd09-0e83-467f-b356-4d41e631559d\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 16520,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 467,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 368,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 782,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 2982,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 11921,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent family hotel. Close to Union Metro. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 16526\n                }\n            },\n            {\n                \"Address\": \"Trade Centre Roundabout Sheikh Zayed Road, Dubai\",\n                \"ChainCode\": \"YX\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ff363458-04d2-4232-93e9-956ebcae9a44.jpeg\"\n                },\n                \"DisplayName\": \"The H Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2300243377686,\n                    \"Longitude\": 55.2870941162109\n                },\n                \"HighestPackagePrice\": 1143.96,\n                \"ID\": 6861237,\n                \"LowestPackagePrice\": 749.73,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 11% in city\",\n                                \"Text\": \"Top 11% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 488,\n                                \"Score\": 90,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 196,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 54,\n                                \"Score\": 83,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 139,\n                                \"Score\": 78,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Good vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 285,\n                                \"Score\": 77,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 102,\n                                \"Score\": 72,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 7,\n                                \"Score\": 45,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent luxury hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to parking areas and public transportation.\",\n                        \"ReviewId\": \"5cb6171d-aadb-4a45-9961-3fab0de85331\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3072,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 143,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 55,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 134,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 566,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2174,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent luxury hotel. Close to Metro Stations. Close to parking areas and public transportation. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 3072\n                }\n            },\n            {\n                \"Address\": \"Al Nasser Square Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7963fcb0-7f47-4af4-aec9-05c8a1b06dcf.jpeg\"\n                },\n                \"DisplayName\": \"Landmark Plaza Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.269207000732422,\n                    \"Longitude\": 55.306884765625\n                },\n                \"HighestPackagePrice\": 177.36,\n                \"ID\": 6863413,\n                \"LowestPackagePrice\": 147.69,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 280,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 6,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 290,\n                                \"Score\": 66,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 56,\n                                \"Score\": 42,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 281,\n                                \"Score\": 37,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 169,\n                                \"Score\": 28,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 22,\n                                \"Score\": 7,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"Fair hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"4b039067-15f9-476c-aa74-6e090bf3c90a\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1928,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 271,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 227,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 365,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 471,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 594,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.6,\n                        \"ScoreDescription\": \"Fair\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Fair hotel for solo travelers. Close to Old Dubai. Great pool. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 1928\n                }\n            },\n            {\n                \"Address\": \"45C St Al Rigga Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/533e0219-5b5d-4490-a25f-9e438bc33fcf.jpeg\"\n                },\n                \"DisplayName\": \"Aavri Hotel Deira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26035,\n                    \"Longitude\": 55.326695\n                },\n                \"HighestPackagePrice\": 167.86,\n                \"ID\": 6871617,\n                \"LowestPackagePrice\": 151.78,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 9,\n                                \"Score\": 100,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 7,\n                                \"Score\": 92,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 38,\n                                \"Score\": 90,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 89,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 26,\n                                \"Score\": 86,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 159,\n                                \"Score\": 85,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 121,\n                                \"Score\": 78,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 61,\n                                \"Score\": 76,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 30,\n                                \"Score\": 61,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"fe1b4e59-3f3c-4cf1-9c7b-7ba8d0b02bd0\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 869,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 71,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 33,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 81,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 206,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 478,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent airport hotel. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 878\n                }\n            },\n            {\n                \"Address\": \"Al Mina Road P.O. Box 121122 Jumeirah, Dubai\",\n                \"ChainCode\": \"CP\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c70809a6-40f4-4a45-8288-1f99489c57a3.jpeg\"\n                },\n                \"DisplayName\": \"Crowne Plaza Jumeirah Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2404904124178,\n                    \"Longitude\": 55.275274515152\n                },\n                \"HighestPackagePrice\": 438.38,\n                \"ID\": 6888181,\n                \"LowestPackagePrice\": 293.52,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2353,\n                                \"Score\": 97,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 77,\n                                \"Score\": 95,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 965,\n                                \"Score\": 94,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 121,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 346,\n                                \"Score\": 93,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 369,\n                                \"Score\": 93,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 401,\n                                \"Score\": 92,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 402,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 135,\n                                \"Score\": 87,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 602,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 7,\n                                \"Score\": 79,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"e0e47ca9-7bbb-48db-a503-e8ed75ac26f5\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5403,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 100,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 55,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 150,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 617,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 4481,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Good for sightseeing and located near shopping areas. Great rooms and fantastic service. Awesome vibe. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 5440\n                }\n            },\n            {\n                \"Address\": \"Four Seasons Hotel Difc Building 9 Gate Village Difc Happiness Street, Dubai\",\n                \"ChainCode\": \"FS\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f31d3446-ccc7-46b1-9573-77ee1dc8b51e.jpeg\"\n                },\n                \"DisplayName\": \"Four Seasons Hotel Dubai International Financial Centre\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2148418426514,\n                    \"Longitude\": 55.2809295654297\n                },\n                \"HighestPackagePrice\": 1528.01,\n                \"ID\": 6899942,\n                \"LowestPackagePrice\": 1373.55,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 18% in city\",\n                                \"Text\": \"Top 18% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 7,\n                                \"Score\": 100,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 71,\n                                \"Score\": 88,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 41,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 24,\n                                \"Score\": 86,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 8,\n                                \"Score\": 75,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 43,\n                                \"Score\": 70,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 13,\n                                \"Score\": 56,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 5,\n                                \"Score\": 50,\n                                \"ShortText\": \"Standard bar\",\n                                \"Text\": \"Bar is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 7,\n                                \"Score\": 11,\n                                \"ShortText\": \"Value for money could be better\",\n                                \"Text\": \"Terrible value.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to the airport.\",\n                        \"ReviewId\": \"292e9ede-47cf-47a2-a845-d3fc39d49e60\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 753,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 30,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 12,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 21,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 102,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 588,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Awesome vibe. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Omar Bin Al Khattab Street Next To Al Ghurair Centre Near Fish Roundabout Deira, Dubai\",\n                \"ChainCode\": \"SL\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1e0e824a-70e5-4da2-9b62-59c35dc8ee71.jpeg\"\n                },\n                \"DisplayName\": \"Swissôtel Living Al Ghurair\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2691135406494,\n                    \"Longitude\": 55.3165550231934\n                },\n                \"HighestPackagePrice\": 431.39,\n                \"ID\": 6915601,\n                \"LowestPackagePrice\": 396.15,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 14% in city\",\n                                \"Text\": \"Top 14% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 11% in city\",\n                                \"Text\": \"Top 11% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 925,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 3865,\n                                \"Score\": 94,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 115,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 901,\n                                \"Score\": 91,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1455,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 449,\n                                \"Score\": 78,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 551,\n                                \"Score\": 71,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 25,\n                                \"Score\": 64,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 5,\n                                \"Score\": 29,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is disappointing.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent family hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"df4276a0-29fb-4837-bd27-7ed4b5471f58\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 12107,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 307,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 157,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 432,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1614,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 9597,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent family hotel. Close to Union Metro. Located near shopping areas and has easy access to public transportation. Fantastic service.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 12107\n                }\n            },\n            {\n                \"Address\": \"Rigga Al Buteen, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/23b6cb76-73f4-4c3e-88f4-9294ab4871d9.jpeg\"\n                },\n                \"DisplayName\": \"Pearl Executive Hotel Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.25858,\n                    \"Longitude\": 55.32268\n                },\n                \"HighestPackagePrice\": 207.76,\n                \"ID\": 6931212,\n                \"LowestPackagePrice\": 165.84,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 83,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 51,\n                                \"Score\": 55,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 20,\n                                \"Score\": 43,\n                                \"ShortText\": \"Food could be better\",\n                                \"Text\": \"Disappointing food.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 33,\n                                \"Score\": 43,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 216,\n                                \"Score\": 40,\n                                \"ShortText\": \"Service could be improved\",\n                                \"Text\": \"Service is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 70,\n                                \"Score\": 39,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 74,\n                                \"Score\": 28,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 243,\n                                \"Score\": 27,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 24,\n                                \"Score\": 23,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 65,\n                                \"Score\": 19,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 16,\n                                \"Score\": 11,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Horrible pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 132,\n                                \"Score\": 8,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to parking areas and the airport.\",\n                        \"ReviewId\": \"37ae2bae-c74e-4412-b01c-7fff1bc40cf8\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1268,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 415,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 184,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 222,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 219,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 228,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 2.8,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Close to parking areas and the airport. Inadequate rooms with subpar service. Pool should be renewed. Vibe is not too good.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                    \"ReviewsCount\": 1268\n                }\n            },\n            {\n                \"Address\": \"Oud Metha Dubai Healthcare City Near Sheikh Zayed Road & Wafi Mall\",\n                \"ChainCode\": \"HY\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d9add553-ab15-47a8-96e5-3c0ae4ff4806.jpeg\"\n                },\n                \"DisplayName\": \"Grand Hyatt Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2281608581543,\n                    \"Longitude\": 55.327995300293\n                },\n                \"HighestPackagePrice\": 583.55,\n                \"ID\": 6959661,\n                \"LowestPackagePrice\": 533.35,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 76,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 266,\n                                \"Score\": 90,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 465,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 929,\n                                \"Score\": 88,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 698,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 266,\n                                \"Score\": 86,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 371,\n                                \"Score\": 84,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 297,\n                                \"Score\": 78,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Good pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 15,\n                                \"Score\": 68,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 183,\n                                \"Score\": 56,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent luxury hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"f7a6b0c2-7ddf-43dc-af14-7bfb6a0b0057\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5073,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 148,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 87,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 195,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 943,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3700,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent luxury hotel. Close to Dubai Airport. Located near shopping areas and the airport. Great pool. Great room. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 5073\n                }\n            },\n            {\n                \"Address\": \"Airport Road Casablanca Street, Dubai\",\n                \"ChainCode\": \"MU\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f5276834-bf0a-4b88-b260-399891824617.jpeg\"\n                },\n                \"DisplayName\": \"Millennium Airport Hotel Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.24826,\n                    \"Longitude\": 55.344145\n                },\n                \"HighestPackagePrice\": 314.91,\n                \"ID\": 6962057,\n                \"LowestPackagePrice\": 258.96,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 13% in city\",\n                                \"Text\": \"Top 13% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1427,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 995,\n                                \"Score\": 94,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2692,\n                                \"Score\": 94,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 443,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 135,\n                                \"Score\": 88,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Bar is amazing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 407,\n                                \"Score\": 87,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 546,\n                                \"Score\": 85,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 735,\n                                \"Score\": 82,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1487,\n                                \"Score\": 80,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 62,\n                                \"Score\": 50,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation and the airport.\",\n                        \"ReviewId\": \"dc0ed371-6c0d-4bb9-8ac8-4442c9e2faf9\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 10944,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 282,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 199,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 672,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 2855,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 6936,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent airport hotel. Close to Dubai Airport. Close to public transportation and the airport. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 10913\n                }\n            },\n            {\n                \"Address\": \"Al Multaqa Street, Dubai\",\n                \"ChainCode\": \"AK\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/47d9018d-056b-442d-853a-bdae3300f641.jpeg\"\n                },\n                \"DisplayName\": \"La Ville Hotel & Suites CITY WALK Dubai Autograph Collection\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2083053588867,\n                    \"Longitude\": 55.2606506347656\n                },\n                \"HighestPackagePrice\": 842.52,\n                \"ID\": 6981704,\n                \"LowestPackagePrice\": 779.09,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 7,\n                                \"Score\": 100,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 132,\n                                \"Score\": 98,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 35,\n                                \"Score\": 96,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 48,\n                                \"Score\": 89,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 169,\n                                \"Score\": 89,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 148,\n                                \"Score\": 69,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 55,\n                                \"Score\": 67,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent family hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"f2046c56-6037-4a49-8799-cc9a5bacad91\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 987,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 39,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 32,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 43,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 184,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 689,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent family hotel. Awesome vibe. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 987\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road, 2Nd Zabeel Road, Dubai\",\n                \"ChainCode\": \"JT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5177c002-ea2a-4db0-81ab-83fa12a2395e.jpeg\"\n                },\n                \"DisplayName\": \"Jumeirah Living World Trade Centre Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.227376937866211,\n                    \"Longitude\": 55.289775848388672\n                },\n                \"HighestPackagePrice\": 1012.55,\n                \"ID\": 7010160,\n                \"LowestPackagePrice\": 1012.55,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 205,\n                                \"Score\": 92,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 100,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 154,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 31,\n                                \"Score\": 75,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"High value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 36,\n                                \"Score\": 69,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 87,\n                                \"Score\": 66,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 66,\n                                \"Score\": 62,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 7,\n                                \"Score\": 58,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 37,\n                                \"Score\": 50,\n                                \"ShortText\": \"Ordinary pool\",\n                                \"Text\": \"Pool is mediocre.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent family hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas with easy access to parking.\",\n                        \"ReviewId\": \"d03591e6-80fa-4602-a583-65c33d2c476d\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 945,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 35,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 18,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 49,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 198,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 645,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent family hotel. Located near shopping areas with easy access to parking. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 945\n                }\n            },\n            {\n                \"Address\": \"Airport Road, Dubai\",\n                \"ChainCode\": \"MD\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/52d8ab48-9334-46fd-8b1d-1e0509057b00.jpeg\"\n                },\n                \"DisplayName\": \"Le Meridien Dubai Hotel & Conference Centre\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.249397,\n                    \"Longitude\": 55.347909\n                },\n                \"HighestPackagePrice\": 320.21,\n                \"ID\": 7024454,\n                \"LowestPackagePrice\": 320.21,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1116,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 404,\n                                \"Score\": 88,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1325,\n                                \"Score\": 87,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 362,\n                                \"Score\": 86,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1043,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 476,\n                                \"Score\": 80,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 365,\n                                \"Score\": 77,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 29,\n                                \"Score\": 69,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"54102996-dd2a-4813-9e5d-f11e1bed3c4b\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 8102,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 194,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 127,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 379,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1831,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 5571,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent airport hotel. Close to Dubai Airport. Awesome vibe. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 8131\n                }\n            },\n            {\n                \"Address\": \"Al Mankhool Road Bur Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/20d3e1e3-b981-40e0-a9fd-e151127dec97.jpeg\"\n                },\n                \"DisplayName\": \"Golden Sands Hotel Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.251559,\n                    \"Longitude\": 55.295027\n                },\n                \"HighestPackagePrice\": 218.08,\n                \"ID\": 7098596,\n                \"LowestPackagePrice\": 218.08,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1376,\n                                \"Score\": 87,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 678,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 43,\n                                \"Score\": 76,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 502,\n                                \"Score\": 75,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 338,\n                                \"Score\": 73,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1123,\n                                \"Score\": 67,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 148,\n                                \"Score\": 66,\n                                \"ShortText\": \"Ordinary pool\",\n                                \"Text\": \"Pool is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 23,\n                                \"Score\": 36,\n                                \"ShortText\": \"Beach is not so nice\",\n                                \"Text\": \"Ugly beach.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good for traveling with friends.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"c6e20309-b926-47bb-b4e9-fce0a2150a88\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5345,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 253,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 186,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 491,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1703,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2712,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good for traveling with friends. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 5435\n                }\n            },\n            {\n                \"Address\": \"Between Al Rigga And Al Maktoum Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ad67c886-842a-40b2-88ac-884687dfc70e.jpeg\"\n                },\n                \"DisplayName\": \"Nihal Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.260147,\n                    \"Longitude\": 55.324649\n                },\n                \"HighestPackagePrice\": 147.54,\n                \"ID\": 7100957,\n                \"LowestPackagePrice\": 134.86,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 30,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 15,\n                                \"Score\": 87,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is delicious.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 63,\n                                \"Score\": 65,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 32,\n                                \"Score\": 42,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 65,\n                                \"Score\": 39,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 9,\n                                \"Score\": 22,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 37,\n                                \"Score\": 21,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 18,\n                                \"Score\": 10,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            }\n                        ],\n                        \"HotelType\": \"Fair hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"191c038d-4f70-43a0-80c1-0960ecf9a626\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 375,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 60,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 52,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 60,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 64,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 139,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.7,\n                        \"ScoreDescription\": \"Fair\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Fair hotel for solo travelers. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 374\n                }\n            },\n            {\n                \"Address\": \"Al Rigga Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b33a79be-2a20-4a82-aab3-4e90412b9f92.jpeg\"\n                },\n                \"DisplayName\": \"Lotus Grand Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26489,\n                    \"Longitude\": 55.31856\n                },\n                \"HighestPackagePrice\": 208.14,\n                \"ID\": 7108384,\n                \"LowestPackagePrice\": 155.18,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 279,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 400,\n                                \"Score\": 54,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 124,\n                                \"Score\": 48,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 454,\n                                \"Score\": 42,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 26,\n                                \"Score\": 41,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 37,\n                                \"Score\": 37,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 94,\n                                \"Score\": 32,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 268,\n                                \"Score\": 29,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 224,\n                                \"Score\": 25,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 12,\n                                \"Score\": 21,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is disappointing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 10,\n                                \"Score\": 18,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Disappointing wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 26,\n                                \"Score\": 10,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Horrible pool.\"\n                            }\n                        ],\n                        \"HotelType\": \"Fair hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"415ef7e4-d855-40c6-9e2f-99481fb44a5d\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2129,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 417,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 253,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 328,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 420,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 711,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.6,\n                        \"ScoreDescription\": \"Fair\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Fair hotel for solo travelers. Pool should be renewed. Room needs to be improved. Vibe is not too good. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 2129\n                }\n            },\n            {\n                \"Address\": \"18Th Street Al Sabkha Rd Dubai Al Sabkha\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f607d464-0f67-4162-96a5-ca31240f84e1.jpeg\"\n                },\n                \"DisplayName\": \"Downtown Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26891,\n                    \"Longitude\": 55.30333\n                },\n                \"HighestPackagePrice\": 200.46,\n                \"ID\": 7144031,\n                \"LowestPackagePrice\": 37.75,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 10,\n                                \"Score\": 75,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 14,\n                                \"Score\": 34,\n                                \"ShortText\": \"Service could be improved\",\n                                \"Text\": \"Service is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 5,\n                                \"Score\": 33,\n                                \"ShortText\": \"Value for money could be better\",\n                                \"Text\": \"Value below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 13,\n                                \"Score\": 27,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 11,\n                                \"Score\": 18,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 6,\n                                \"Score\": 12,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Fair Hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"2f1b4c62-9074-4eb1-9ddd-010bd73acb42\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 117,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 22,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 13,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 14,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 13,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 55,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.6,\n                        \"ScoreDescription\": \"Fair\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Fair Hotel. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"1\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 117\n                }\n            },\n            {\n                \"Address\": \"Baniyas Square 14Th Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ae68f428-d0ec-4286-af35-58c2b48d2dca.jpeg\"\n                },\n                \"DisplayName\": \"Al Khaleej Grand Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2682971954346,\n                    \"Longitude\": 55.3035507202148\n                },\n                \"HighestPackagePrice\": 178.59,\n                \"ID\": 7153917,\n                \"LowestPackagePrice\": 155.89,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Khalid Bin Waleed Rd, Dubai\",\n                \"ChainCode\": \"HJ\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/48b8766f-ab21-4915-895b-030eefa266ff.jpeg\"\n                },\n                \"DisplayName\": \"Howard Johnson by Wyndham Bur Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.260272,\n                    \"Longitude\": 55.285538\n                },\n                \"HighestPackagePrice\": 315.37,\n                \"ID\": 7203022,\n                \"LowestPackagePrice\": 315.37,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1110,\n                                \"Score\": 94,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 13,\n                                \"Score\": 87,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 467,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 73,\n                                \"Score\": 84,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 258,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 245,\n                                \"Score\": 81,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent family hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"3dd1191c-2972-451d-a205-bec6eed114ed\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2636,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 105,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 51,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 166,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 437,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1877,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent family hotel. Located near shopping areas and has easy access to public transportation. Great rooms and fantastic service.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 2655\n                }\n            },\n            {\n                \"Address\": \"Port Saeed Al Maktoum Street, Dubai\",\n                \"ChainCode\": \"WV\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/69d2d44b-bc5b-4d2c-8cff-109ede9ea54c.jpeg\"\n                },\n                \"DisplayName\": \"City Seasons Hotel Dubai Airport\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.25674,\n                    \"Longitude\": 55.334919\n                },\n                \"HighestPackagePrice\": 156.03,\n                \"ID\": 7214982,\n                \"LowestPackagePrice\": 156.03,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 14,\n                                \"Score\": 96,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 400,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 580,\n                                \"Score\": 81,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 445,\n                                \"Score\": 65,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 12,\n                                \"Score\": 60,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 206,\n                                \"Score\": 58,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 81,\n                                \"Score\": 55,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 116,\n                                \"Score\": 47,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 142,\n                                \"Score\": 41,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"289baf6d-e724-4202-a6d7-9a6fe7118dec\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3791,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 238,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 176,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 464,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1188,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1725,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel for solo travelers. Close to Deira City. Located near shopping areas and the airport.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 3773\n                }\n            },\n            {\n                \"Address\": \"Khalifa Bin Zayed Road Mankhool, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9a534e57-284d-4e07-a3f8-277b74fc7726.jpeg\"\n                },\n                \"DisplayName\": \"City Seasons Towers\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.252512,\n                    \"Longitude\": 55.30296\n                },\n                \"HighestPackagePrice\": 291.73,\n                \"ID\": 7215530,\n                \"LowestPackagePrice\": 193.4,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 957,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 25,\n                                \"Score\": 91,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 26,\n                                \"Score\": 89,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 926,\n                                \"Score\": 81,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 323,\n                                \"Score\": 67,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 109,\n                                \"Score\": 65,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 172,\n                                \"Score\": 64,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 825,\n                                \"Score\": 55,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 45,\n                                \"Score\": 47,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Pool is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 194,\n                                \"Score\": 44,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 177,\n                                \"Score\": 42,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 371,\n                                \"Score\": 30,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"13462ddb-27ac-48f7-a88c-b7128c3fe435\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5103,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 269,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 228,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 615,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1683,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2308,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel for solo travelers. Close to Metro Station. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 5105\n                }\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Boulevard Old Town, Dubai\",\n                \"ChainCode\": \"AK\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/802e7b4f-cdd2-4e14-a2aa-82e454c5ab66.jpeg\"\n                },\n                \"DisplayName\": \"Hotel Boulevard Autograph Collection\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.190134,\n                    \"Longitude\": 55.27454\n                },\n                \"HighestPackagePrice\": 555.37,\n                \"ID\": 7217408,\n                \"LowestPackagePrice\": 487.81,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 16% in city\",\n                                \"Text\": \"Top 16% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 466,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 731,\n                                \"Score\": 89,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 231,\n                                \"Score\": 85,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 152,\n                                \"Score\": 74,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 457,\n                                \"Score\": 67,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 213,\n                                \"Score\": 63,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 14,\n                                \"Score\": 55,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 76,\n                                \"Score\": 53,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 11,\n                                \"Score\": 26,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent luxury hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"f39d9887-4518-44ad-b7ef-9b7b9b678517\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 4536,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 119,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 76,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 168,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 528,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3645,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent luxury hotel. Close to Dubai Mall. Good for sightseeing and located near shopping areas.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 4560\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road, Dubai\",\n                \"ChainCode\": \"YX\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ac9d9969-694f-4e63-8599-10d8888e541e.jpeg\"\n                },\n                \"DisplayName\": \"The Apartments Dubai World Trade Centre\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.224167,\n                    \"Longitude\": 55.284902\n                },\n                \"HighestPackagePrice\": 12594.02,\n                \"ID\": 7248204,\n                \"LowestPackagePrice\": 536.59,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 13% in city\",\n                                \"Text\": \"Top 13% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 404,\n                                \"Score\": 97,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 271,\n                                \"Score\": 84,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 114,\n                                \"Score\": 69,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 376,\n                                \"Score\": 65,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 203,\n                                \"Score\": 63,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 50,\n                                \"Score\": 60,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 33,\n                                \"Score\": 57,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 112,\n                                \"Score\": 45,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 12,\n                                \"Score\": 34,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 6,\n                                \"Score\": 33,\n                                \"ShortText\": \"Beach is not so nice\",\n                                \"Text\": \"Ugly beach.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 105,\n                                \"Score\": 29,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good for traveling with friends.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"6c1a78d3-214e-4f9b-8bd4-9f3097ae7d15\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2258,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 88,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 97,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 263,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 781,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1029,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good for traveling with friends. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 2267\n                }\n            },\n            {\n                \"Address\": \"Omar Bin Khattab Road Naif Junction P.O. Box 98661 Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0f09f27a-52ce-4a5f-925e-f1115f9937f4.jpeg\"\n                },\n                \"DisplayName\": \"Fortune Grand Hotel Deira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2760247494312,\n                    \"Longitude\": 55.3157501220642\n                },\n                \"HighestPackagePrice\": 209.5,\n                \"ID\": 7260020,\n                \"LowestPackagePrice\": 171.82,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 122,\n                                \"Score\": 73,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 36,\n                                \"Score\": 69,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 8,\n                                \"Score\": 67,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 264,\n                                \"Score\": 65,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 99,\n                                \"Score\": 58,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 52,\n                                \"Score\": 56,\n                                \"ShortText\": \"Ordinary amenities\",\n                                \"Text\": \"Average amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 189,\n                                \"Score\": 52,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 71,\n                                \"Score\": 51,\n                                \"ShortText\": \"Decent vibe\",\n                                \"Text\": \"Vibe was decent.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 16,\n                                \"Score\": 47,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 16,\n                                \"Score\": 47,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Pool is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 10,\n                                \"Score\": 41,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 110,\n                                \"Score\": 22,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas with easy access to parking.\",\n                        \"ReviewId\": \"f1a050bf-1737-4366-93ea-cc076f5d9c60\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1274,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 149,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 132,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 171,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 279,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 543,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.8,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good wellness hotel. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1318\n                }\n            },\n            {\n                \"Address\": \"Salahuddin Street, Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/425bf941-69fe-4191-9614-822a58f3e7bb.jpeg\"\n                },\n                \"DisplayName\": \"Asiana Hotel Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2697372436523,\n                    \"Longitude\": 55.3252143859863\n                },\n                \"HighestPackagePrice\": 316.91,\n                \"ID\": 8232427,\n                \"LowestPackagePrice\": 38.75,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 138,\n                                \"Score\": 91,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 251,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 441,\n                                \"Score\": 87,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 94,\n                                \"Score\": 86,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 146,\n                                \"Score\": 84,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 79,\n                                \"Score\": 74,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 256,\n                                \"Score\": 68,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 106,\n                                \"Score\": 56,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 6,\n                                \"Score\": 45,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 17,\n                                \"Score\": 42,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Pool is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 6,\n                                \"Score\": 25,\n                                \"ShortText\": \"Beach is not so nice\",\n                                \"Text\": \"Beach is unacceptable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"d74234bd-b61d-4d99-92ea-632affeb1390\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2590,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 105,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 66,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 197,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 633,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1589,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 2590\n                }\n            },\n            {\n                \"Address\": \"Al Sabkha Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/749b041a-a826-4d82-bec7-80acd345916e.jpeg\"\n                },\n                \"DisplayName\": \"Mariana Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2695,\n                    \"Longitude\": 55.30323\n                },\n                \"HighestPackagePrice\": 124.59,\n                \"ID\": 8232567,\n                \"LowestPackagePrice\": 112.09,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 13,\n                                \"Score\": 67,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 12,\n                                \"Score\": 61,\n                                \"ShortText\": \"Location is ok\",\n                                \"Text\": \"Location is acceptable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 18,\n                                \"Score\": 44,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 16,\n                                \"Score\": 18,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 8,\n                                \"Score\": 17,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good Hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation.\",\n                        \"ReviewId\": \"d3d143a4-f34b-4446-b24b-b9886e381eac\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 130,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 22,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 9,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 16,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 21,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 62,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.9,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good Hotel. Close to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"1\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 130\n                }\n            },\n            {\n                \"Address\": \"St.28, Community 118.Nakheel Area.Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fffd076b-5a85-4f4e-825a-dbfe5854f715.jpeg\"\n                },\n                \"DisplayName\": \"Phoenix Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2723236083984,\n                    \"Longitude\": 55.3137474060059\n                },\n                \"HighestPackagePrice\": 86.09,\n                \"ID\": 8232706,\n                \"LowestPackagePrice\": 86.09,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 146,\n                                \"Score\": 61,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 7,\n                                \"Score\": 60,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 44,\n                                \"Score\": 54,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 96,\n                                \"Score\": 51,\n                                \"ShortText\": \"Location is ok\",\n                                \"Text\": \"Location is acceptable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 116,\n                                \"Score\": 47,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 84,\n                                \"Score\": 43,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 18,\n                                \"Score\": 34,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 20,\n                                \"Score\": 29,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"0a181bbe-0163-41c2-915d-03ede58de91b\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1105,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 208,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 101,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 201,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 250,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 345,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.5,\n                        \"ScoreDescription\": \"Fair\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 1105\n                }\n            },\n            {\n                \"Address\": \"Baniyas Square 14Th Rd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/046f524e-540c-45de-969f-41c542a76076.jpeg\"\n                },\n                \"DisplayName\": \"Landmark Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.269025,\n                    \"Longitude\": 55.305448\n                },\n                \"HighestPackagePrice\": 179.29,\n                \"ID\": 8232740,\n                \"LowestPackagePrice\": 142.65,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 260,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 12,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 345,\n                                \"Score\": 74,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 64,\n                                \"Score\": 54,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 280,\n                                \"Score\": 47,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 148,\n                                \"Score\": 45,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 12,\n                                \"Score\": 23,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"9f7ced53-6994-4ffe-8af6-ee118f319953\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1922,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 224,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 167,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 308,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 511,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 712,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.8,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good hotel for solo travelers. Great location. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1935\n                }\n            },\n            {\n                \"Address\": \"24 19B Street Port Saeed Deira Dubai\",\n                \"ChainCode\": \"AT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/58de1c8b-cc6b-4c98-9fcc-ae316b43415f.jpeg\"\n                },\n                \"DisplayName\": \"Rove City Centre Deira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2556171417236,\n                    \"Longitude\": 55.332592010498\n                },\n                \"HighestPackagePrice\": 297.11,\n                \"ID\": 8306892,\n                \"LowestPackagePrice\": 254.4,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 3297,\n                                \"Score\": 98,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1703,\n                                \"Score\": 97,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 679,\n                                \"Score\": 96,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 926,\n                                \"Score\": 94,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 646,\n                                \"Score\": 94,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 539,\n                                \"Score\": 92,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 150,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 522,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 614,\n                                \"Score\": 87,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1310,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 61,\n                                \"Score\": 85,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 502,\n                                \"Score\": 70,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"High comfort.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"e88fd250-fe1a-485e-b8ac-3d44ed4dc4bb\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 12637,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 64,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 37,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 165,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1280,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 11091,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Close to Deira City Center. Awesome rooms and service in a great location. Great pool. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 12637\n                }\n            },\n            {\n                \"Address\": \"Marasi Drive, Dubai\",\n                \"ChainCode\": \"XR\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e64793b4-0cc8-46eb-b773-c8cb56f16ab7.jpeg\"\n                },\n                \"DisplayName\": \"The St. Regis Downtown Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.1859474182129,\n                    \"Longitude\": 55.2737503051758\n                },\n                \"HighestPackagePrice\": 954.59,\n                \"ID\": 8308004,\n                \"LowestPackagePrice\": 37.9,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 337,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 253,\n                                \"Score\": 93,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 751,\n                                \"Score\": 91,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 283,\n                                \"Score\": 90,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 231,\n                                \"Score\": 90,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 551,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 44,\n                                \"Score\": 88,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Bar is amazing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 127,\n                                \"Score\": 86,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 168,\n                                \"Score\": 84,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 183,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 6,\n                                \"Score\": 45,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Easily accessible by car and close to shopping areas.\",\n                        \"ReviewId\": \"40ee9c77-b2e8-401a-96f3-bfa4fb51fa73\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3197,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 61,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 20,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 64,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 381,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2671,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent wellness hotel. Close to Dubai Mall. Easily accessible by car and close to shopping areas. Great room. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 3197\n                }\n            },\n            {\n                \"Address\": \"90 Baniyas Street Deira Creek, Dubai\",\n                \"ChainCode\": \"BW\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0223feee-4f0e-4734-adb5-b964ca9ddc14.jpeg\"\n                },\n                \"DisplayName\": \"Best Western Plus Pearl Creek\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2677593231201,\n                    \"Longitude\": 55.3047485351563\n                },\n                \"HighestPackagePrice\": 238.72,\n                \"ID\": 8308882,\n                \"LowestPackagePrice\": 32.84,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 325,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 586,\n                                \"Score\": 80,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 114,\n                                \"Score\": 71,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 456,\n                                \"Score\": 65,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 80,\n                                \"Score\": 57,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 247,\n                                \"Score\": 51,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 25,\n                                \"Score\": 48,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Pool is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 136,\n                                \"Score\": 47,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 112,\n                                \"Score\": 44,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 26,\n                                \"Score\": 43,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 102,\n                                \"Score\": 41,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 15,\n                                \"Score\": 17,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Disappointing wellness & sports facilities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"1e3c79a0-3183-4600-a829-3f50c7ad5e1b\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2805,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 222,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 128,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 350,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 766,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1339,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good wellness hotel. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 2805\n                }\n            },\n            {\n                \"Address\": \"Casablanca Road Al Garhoud P.O. Box 30880 Dubai\",\n                \"ChainCode\": \"RT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/60a0e1e2-4413-47d3-86e6-837d81d21d36.jpeg\"\n                },\n                \"DisplayName\": \"Mövenpick Grand Al Bustan\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2473239898682,\n                    \"Longitude\": 55.345401763916\n                },\n                \"HighestPackagePrice\": 308.33,\n                \"ID\": 8308884,\n                \"LowestPackagePrice\": 293.4,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2730,\n                                \"Score\": 92,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 901,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 386,\n                                \"Score\": 85,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 8,\n                                \"Score\": 85,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1362,\n                                \"Score\": 73,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 537,\n                                \"Score\": 71,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"c95efd2f-e17f-458a-8a61-22bb6404b3c1\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 8162,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 349,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 256,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 569,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1792,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 5196,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent airport hotel. Close to Dubai Airport. Located near shopping areas and the airport.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 8162\n                }\n            },\n            {\n                \"Address\": \"19Th Street, Dubai\",\n                \"ChainCode\": \"AT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e085f16b-5650-4381-a928-edd6d3112aa5.jpeg\"\n                },\n                \"DisplayName\": \"Rove Healthcare City Bur Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2339115142822,\n                    \"Longitude\": 55.3143348693848\n                },\n                \"HighestPackagePrice\": 298.61,\n                \"ID\": 8308886,\n                \"LowestPackagePrice\": 253.76,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2911,\n                                \"Score\": 98,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 429,\n                                \"Score\": 98,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 737,\n                                \"Score\": 95,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 513,\n                                \"Score\": 94,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 422,\n                                \"Score\": 92,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 113,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 328,\n                                \"Score\": 90,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Excellent value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 315,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 743,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1048,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 44,\n                                \"Score\": 85,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 377,\n                                \"Score\": 70,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"High comfort.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"aa6a4d54-1cef-4ebd-aac0-fcbc1eac9b3d\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 9028,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 59,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 52,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 164,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1110,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 7643,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Close to Dubai Mall. Located near shopping areas and has easy access to public transportation. Great rooms and fantastic service. Great pool. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 9028\n                }\n            },\n            {\n                \"Address\": \"Al Asayel St. Business Bay, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/514af983-86fc-4fcb-82f0-075d6cda0370.jpeg\"\n                },\n                \"DisplayName\": \"Millennium Central Downtown\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.193583,\n                    \"Longitude\": 55.289332\n                },\n                \"HighestPackagePrice\": 331.87,\n                \"ID\": 8313234,\n                \"LowestPackagePrice\": 284.25,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 11% in city\",\n                                \"Text\": \"Top 11% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 796,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1878,\n                                \"Score\": 82,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 262,\n                                \"Score\": 75,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1200,\n                                \"Score\": 63,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 614,\n                                \"Score\": 57,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 12,\n                                \"Score\": 50,\n                                \"ShortText\": \"Reasonable beach\",\n                                \"Text\": \"Beach is so-so.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 286,\n                                \"Score\": 48,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 322,\n                                \"Score\": 48,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 26,\n                                \"Score\": 44,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Wellness & sports facilities were not very nice.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 31,\n                                \"Score\": 42,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 28,\n                                \"Score\": 36,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 143,\n                                \"Score\": 22,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Horrible pool.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good luxury hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the city center.\",\n                        \"ReviewId\": \"32b120f7-7c80-4c35-a0c9-983edfe992df\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 6612,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 786,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 356,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 602,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1156,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3712,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good luxury hotel. Close to Dubai Mall. Located near shopping areas and the city center.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 6647\n                }\n            },\n            {\n                \"Address\": \"Al Rigga Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2aa79252-8fba-4762-89e0-2dfda61f3a6e.jpeg\"\n                },\n                \"DisplayName\": \"Hyatt Place Dubai Al Rigga Residences\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26292,\n                    \"Longitude\": 55.32799\n                },\n                \"HighestPackagePrice\": 358.14,\n                \"ID\": 8344227,\n                \"LowestPackagePrice\": 358.14,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 167,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 9,\n                                \"Score\": 81,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 292,\n                                \"Score\": 79,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 115,\n                                \"Score\": 72,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 137,\n                                \"Score\": 70,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 269,\n                                \"Score\": 65,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 124,\n                                \"Score\": 62,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 41,\n                                \"Score\": 50,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good for traveling with friends.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"805feb31-f82f-495b-892d-4cd02b431c59\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2103,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 92,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 61,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 180,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 668,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1102,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good for traveling with friends. Close to Deira City Mall. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 2100\n                }\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Boulevard, Dubai\",\n                \"ChainCode\": \"KI\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d9eb901e-3ad1-4a15-a715-d90fbf4a435e.jpeg\"\n                },\n                \"DisplayName\": \"Kempinski The Boulevard Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.200864,\n                    \"Longitude\": 55.276701\n                },\n                \"HighestPackagePrice\": 1385.1,\n                \"ID\": 8344372,\n                \"LowestPackagePrice\": 31.79,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 574,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1525,\n                                \"Score\": 94,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 287,\n                                \"Score\": 93,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 236,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Excellent amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 72,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Very nice wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 548,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 158,\n                                \"Score\": 86,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 208,\n                                \"Score\": 85,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 8,\n                                \"Score\": 62,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 77,\n                                \"Score\": 44,\n                                \"ShortText\": \"Value for money could be better\",\n                                \"Text\": \"Value below average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"aebfbbfc-cca1-4e73-b218-8708b27e5bf3\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5712,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 133,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 55,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 82,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 450,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 4992,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Close to Dubai Mall. Good for sightseeing and located near shopping areas. Great rooms and fantastic service. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 5761\n                }\n            },\n            {\n                \"Address\": \"Deira Corniche, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/af5613c3-12bc-4739-ab72-6877d09e71bc.jpeg\"\n                },\n                \"DisplayName\": \"Hyatt Regency Galleria Residence Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.278205,\n                    \"Longitude\": 55.304685\n                },\n                \"HighestPackagePrice\": 588.52,\n                \"ID\": 8352458,\n                \"LowestPackagePrice\": 340.32,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 30,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 437,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 621,\n                                \"Score\": 79,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 189,\n                                \"Score\": 74,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 232,\n                                \"Score\": 72,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 685,\n                                \"Score\": 70,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 62,\n                                \"Score\": 51,\n                                \"ShortText\": \"Ordinary pool\",\n                                \"Text\": \"Pool is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 33,\n                                \"Score\": 38,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 14,\n                                \"Score\": 19,\n                                \"ShortText\": \"Beach is not so nice\",\n                                \"Text\": \"Beach is unacceptable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent accommodation.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"f82ff591-551b-4b8f-9cb0-ab1d69dd72bf\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 6071,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 337,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 163,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 431,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1576,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3564,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent accommodation. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 6072\n                }\n            },\n            {\n                \"Address\": \"Al Rigga St.; Near Fish Roundabout Clock Tower Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/bd3cd350-9f38-4d09-bcaf-f259d1626dc5.jpeg\"\n                },\n                \"DisplayName\": \"Eureka Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.261245293809,\n                    \"Longitude\": 55.3252011537552\n                },\n                \"HighestPackagePrice\": 119.22,\n                \"ID\": 8601028,\n                \"LowestPackagePrice\": 119.22,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 180,\n                                \"Score\": 82,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 20,\n                                \"Score\": 65,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 223,\n                                \"Score\": 58,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 14,\n                                \"Score\": 37,\n                                \"ShortText\": \"Food could be better\",\n                                \"Text\": \"Disappointing food.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 130,\n                                \"Score\": 24,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 11,\n                                \"Score\": 23,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Awful breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 258,\n                                \"Score\": 22,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 76,\n                                \"Score\": 15,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 139,\n                                \"Score\": 14,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"466b826d-2957-4863-b233-ac92937e8d33\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1381,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 299,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 181,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 276,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 280,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 345,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.2,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Located near shopping areas and has easy access to public transportation. Room needs to be improved. Vibe is not too good.\"\n                    }\n                ],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                    \"ReviewsCount\": 1375\n                }\n            },\n            {\n                \"Address\": \"27Th Street Next To Deira City Centre Port Saeed Deira, Dubai\",\n                \"ChainCode\": \"OI\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/43be63b3-0aa2-42c5-80a9-6f9b083ad146.jpeg\"\n                },\n                \"DisplayName\": \"Royal Continental Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2524375915527,\n                    \"Longitude\": 55.3357124328613\n                },\n                \"HighestPackagePrice\": 305.8,\n                \"ID\": 8601055,\n                \"LowestPackagePrice\": 257.4,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 11% in city\",\n                                \"Text\": \"Top 11% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 522,\n                                \"Score\": 96,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 278,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 162,\n                                \"Score\": 90,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 79,\n                                \"Score\": 87,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 241,\n                                \"Score\": 74,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 65,\n                                \"Score\": 70,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 16,\n                                \"Score\": 34,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"b7840b43-7f0b-410a-84fa-2f46c65bf05a\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2359,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 67,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 52,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 121,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 606,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1513,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent airport hotel. Close to Deira. Awesome vibe. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 2359\n                }\n            },\n            {\n                \"Address\": \"Gate Village Difc, Dubai\",\n                \"ChainCode\": \"RZ\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c8d4361e-4bef-4701-8cc6-e81adb88ea12.jpeg\"\n                },\n                \"DisplayName\": \"The Ritz Carlton Executive Residences\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.212806,\n                    \"Longitude\": 55.278693\n                },\n                \"HighestPackagePrice\": 1160.42,\n                \"ID\": 8722639,\n                \"LowestPackagePrice\": 1082.09,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 17,\n                                \"Score\": 100,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 7,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 8,\n                                \"Score\": 80,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 5,\n                                \"Score\": 80,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 9,\n                                \"Score\": 77,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Good amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 15,\n                                \"Score\": 60,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 6,\n                                \"Score\": 32,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent accommodation.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"7e434eb5-658d-4ef6-8605-f40a41c56589\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 167,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 5,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 3,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 1,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 32,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 126,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent accommodation. Fantastic service.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 167\n                }\n            },\n            {\n                \"Address\": \"31 10 B St Bur Dubai Box 9168 Traslados\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/693a03f1-71af-4640-b2aa-b184953159ff.jpeg\"\n                },\n                \"DisplayName\": \"Golden Sands 3\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.251522064209,\n                    \"Longitude\": 55.2950210571289\n                },\n                \"HighestPackagePrice\": 35.59,\n                \"ID\": 8722732,\n                \"LowestPackagePrice\": 35.59,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 8,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 81,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 8,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 33,\n                                \"Score\": 82,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 32,\n                                \"Score\": 77,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Good amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 132,\n                                \"Score\": 76,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 61,\n                                \"Score\": 73,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 47,\n                                \"Score\": 70,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"High comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 187,\n                                \"Score\": 66,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 42,\n                                \"Score\": 63,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"fd245ca1-d4a7-4daa-a08c-a963aef32874\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 561,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 97,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 19,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 51,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 109,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 285,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel. Located near shopping areas and has easy access to public transportation. Great room. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"1\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 561\n                }\n            },\n            {\n                \"Address\": \"Gate Village Difc, Dubai\",\n                \"ChainCode\": \"RZ\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5e35d8db-81ec-46ec-b2bd-8ae4afc5c4a8.jpeg\"\n                },\n                \"DisplayName\": \"Ritz Carlton DIFC Downtown Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.213191986084,\n                    \"Longitude\": 55.2794952392578\n                },\n                \"HighestPackagePrice\": 969.65,\n                \"ID\": 8728043,\n                \"LowestPackagePrice\": 969.65,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 19% in city\",\n                                \"Text\": \"Top 19% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 32,\n                                \"Score\": 94,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 5,\n                                \"Score\": 93,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 124,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 92,\n                                \"Score\": 92,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 277,\n                                \"Score\": 87,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 130,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 98,\n                                \"Score\": 78,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Good vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 42,\n                                \"Score\": 64,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 30,\n                                \"Score\": 50,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas with easy access to parking.\",\n                        \"ReviewId\": \"a4e50bdb-fc7f-494b-96d3-a3360ac43d02\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1983,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 69,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 22,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 79,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 328,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1485,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Located near shopping areas with easy access to parking. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Port Saeed Road Baniyas Street, Dubai\",\n                \"ChainCode\": \"PU\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6c0f28ea-1c27-4cec-bf6a-7eda3b0b6708.jpeg\"\n                },\n                \"DisplayName\": \"Pullman Dubai Creek City Centre\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.251922,\n                    \"Longitude\": 55.334647\n                },\n                \"HighestPackagePrice\": 466.09,\n                \"ID\": 8728046,\n                \"LowestPackagePrice\": 425.27,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Sustainability\",\n                                \"Count\": 5,\n                                \"Score\": 100,\n                                \"ShortText\": \"Great efforts to be sustainable\",\n                                \"Text\": \"Excellent sustainability efforts\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1081,\n                                \"Score\": 97,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2560,\n                                \"Score\": 95,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 67,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 49,\n                                \"Score\": 92,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 668,\n                                \"Score\": 90,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 595,\n                                \"Score\": 88,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 13,\n                                \"Score\": 87,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 349,\n                                \"Score\": 87,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 483,\n                                \"Score\": 86,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1132,\n                                \"Score\": 77,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 367,\n                                \"Score\": 56,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"33e12967-bdff-4c56-8bd4-2ed5e00e2933\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 8241,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 122,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 96,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 308,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1669,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 6046,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent airport hotel. Close to Deira. Great location. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 8234\n                }\n            },\n            {\n                \"Address\": \"Al Nessnass St. Jumeirah 3, Dubai\",\n                \"ChainCode\": \"WV\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c871fce7-2197-435f-894d-a7ef4c1fb3e2.jpeg\"\n                },\n                \"DisplayName\": \"Roda Beach Resort\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.180644,\n                    \"Longitude\": 55.222881\n                },\n                \"HighestPackagePrice\": 692.61,\n                \"ID\": 8737759,\n                \"LowestPackagePrice\": 692.61,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 270,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 350,\n                                \"Score\": 90,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 188,\n                                \"Score\": 89,\n                                \"ShortText\": \"Beautiful beach\",\n                                \"Text\": \"Beach is lovely.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 100,\n                                \"Score\": 82,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 89,\n                                \"Score\": 80,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 117,\n                                \"Score\": 79,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Good amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 285,\n                                \"Score\": 71,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 108,\n                                \"Score\": 62,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 11,\n                                \"Score\": 31,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent accommodation.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the beach.\",\n                        \"ReviewId\": \"0b71ce09-586e-4571-9a58-a8aeb4a5b05a\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1353,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 40,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 35,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 89,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 273,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 916,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent accommodation. Located near shopping areas and the beach. Great pool. Beautiful beach. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 1360\n                }\n            },\n            {\n                \"Address\": \"Bay Square 5 Business Bay, Dubai\",\n                \"ChainCode\": \"HL\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/12ab6684-2dd3-400d-b985-d059e586742f.jpeg\"\n                },\n                \"DisplayName\": \"DoubleTree by Hilton Dubai Business Bay\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.186721,\n                    \"Longitude\": 55.280758\n                },\n                \"HighestPackagePrice\": 584.56,\n                \"ID\": 9177097,\n                \"LowestPackagePrice\": 532.55,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1675,\n                                \"Score\": 97,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 263,\n                                \"Score\": 96,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 718,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 558,\n                                \"Score\": 93,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 510,\n                                \"Score\": 93,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 405,\n                                \"Score\": 90,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 838,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 219,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 12,\n                                \"Score\": 82,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent family hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"caea35aa-56db-481e-8d10-80e1e2063a0f\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5096,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 68,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 31,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 118,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 736,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 4143,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent family hotel. Close to Dubai Mall. Good for sightseeing and located near shopping areas. Great rooms and fantastic service. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 5130\n                }\n            },\n            {\n                \"Address\": \"2Nd December Road Jafiliya, Dubai\",\n                \"ChainCode\": \"AT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c2c974b7-9a09-48f4-8408-25b317bebcda.jpeg\"\n                },\n                \"DisplayName\": \"Rove Trade Centre\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.230982,\n                    \"Longitude\": 55.287341\n                },\n                \"HighestPackagePrice\": 502.88,\n                \"ID\": 9192821,\n                \"LowestPackagePrice\": 391.25,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 568,\n                                \"Score\": 98,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 3100,\n                                \"Score\": 96,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 906,\n                                \"Score\": 95,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 115,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 457,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Excellent amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Sustainability\",\n                                \"Count\": 32,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great efforts to be sustainable\",\n                                \"Text\": \"Excellent sustainability efforts\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 75,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 568,\n                                \"Score\": 91,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 577,\n                                \"Score\": 90,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1060,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 19,\n                                \"Score\": 89,\n                                \"ShortText\": \"Beautiful beach\",\n                                \"Text\": \"Beach is lovely.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1254,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 449,\n                                \"Score\": 84,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 54,\n                                \"Score\": 81,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"db10fa6b-11a2-4c1e-9793-a63cd61bc0e4\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 10984,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 106,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 77,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 253,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1437,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 9111,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas and has easy access to public transportation. Great rooms and fantastic service. Awesome vibe. Great pool. Beautiful beach.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 10956\n                }\n            },\n            {\n                \"Address\": \"School Street Burj Area, Dubai\",\n                \"ChainCode\": \"WV\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/55d0e5be-a190-4100-a501-799c5533f5c2.jpeg\"\n                },\n                \"DisplayName\": \"DAMAC Maison Distinction\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.1879615783691,\n                    \"Longitude\": 55.2797660827637\n                },\n                \"HighestPackagePrice\": 615.3,\n                \"ID\": 9211082,\n                \"LowestPackagePrice\": 580.16,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 14% in city\",\n                                \"Text\": \"Top 14% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 511,\n                                \"Score\": 97,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1207,\n                                \"Score\": 96,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 95,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 744,\n                                \"Score\": 83,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 263,\n                                \"Score\": 80,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 6,\n                                \"Score\": 71,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 34,\n                                \"Score\": 59,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 103,\n                                \"Score\": 55,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 121,\n                                \"Score\": 51,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 12,\n                                \"Score\": 43,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is not good.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent for traveling with friends.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the city center.\",\n                        \"ReviewId\": \"7e01b07d-a82a-4ffc-aa95-e26d50b37b53\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3799,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 108,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 65,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 149,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 483,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2994,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent for traveling with friends. Close to Dubai Mall. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 3799\n                }\n            },\n            {\n                \"Address\": \"Al Mankhool Bur Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c48c97de-3c43-4041-929e-6a1e9efd80f1.jpeg\"\n                },\n                \"DisplayName\": \"Omega Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.254756,\n                    \"Longitude\": 55.291707\n                },\n                \"HighestPackagePrice\": 363.95,\n                \"ID\": 9211085,\n                \"LowestPackagePrice\": 246.26,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 99,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 225,\n                                \"Score\": 73,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 348,\n                                \"Score\": 69,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 98,\n                                \"Score\": 59,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 76,\n                                \"Score\": 59,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 39,\n                                \"Score\": 55,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 45,\n                                \"Score\": 53,\n                                \"ShortText\": \"Ordinary amenities\",\n                                \"Text\": \"Average amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 14,\n                                \"Score\": 53,\n                                \"ShortText\": \"Ordinary pool\",\n                                \"Text\": \"Pool is mediocre.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas with easy access to parking.\",\n                        \"ReviewId\": \"cd79f1aa-c4a4-45e6-b45d-df9d98c33bf7\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1225,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 161,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 66,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 112,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 271,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 615,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good business hotel. Located near shopping areas with easy access to parking.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1221\n                }\n            },\n            {\n                \"Address\": \"Baniyas Square 14Th Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cf4bcd99-b999-4c8f-912d-00c68bc598a9.jpeg\"\n                },\n                \"DisplayName\": \"Sun and Sands Plaza Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26979,\n                    \"Longitude\": 55.30655\n                },\n                \"HighestPackagePrice\": 174.74,\n                \"ID\": 9266510,\n                \"LowestPackagePrice\": 174.74,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 34,\n                                \"Score\": 75,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 37,\n                                \"Score\": 67,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 38,\n                                \"Score\": 30,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 18,\n                                \"Score\": 22,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 22,\n                                \"Score\": 15,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 17,\n                                \"Score\": 14,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 19,\n                                \"Score\": 5,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"672e2be1-c149-40f9-944d-69b399ca7706\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 464,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 103,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 56,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 78,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 92,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 135,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.2,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Located near shopping areas and has easy access to public transportation. Vibe is not too good.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                    \"ReviewsCount\": 463\n                }\n            },\n            {\n                \"Address\": \"Liberty House, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/12d6c05b-5d39-4013-8739-cb3d6b1c4c4e.jpeg\"\n                },\n                \"DisplayName\": \"Nasma Holiday Homes Liberty House\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.209069,\n                    \"Longitude\": 55.277266\n                },\n                \"HighestPackagePrice\": 461.43,\n                \"ID\": 9266525,\n                \"LowestPackagePrice\": 461.43,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Abraaj Street Business Bay, Dubai\",\n                \"ChainCode\": \"RD\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a4e61536-aa02-432c-a202-9fa171431976.jpeg\"\n                },\n                \"DisplayName\": \"Radisson Blu Hotel Dubai Waterfront\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.18683,\n                    \"Longitude\": 55.26804\n                },\n                \"HighestPackagePrice\": 516.48,\n                \"ID\": 9266562,\n                \"LowestPackagePrice\": 501.22,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2426,\n                                \"Score\": 90,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1116,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 744,\n                                \"Score\": 87,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 563,\n                                \"Score\": 76,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1575,\n                                \"Score\": 75,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 192,\n                                \"Score\": 49,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Pool is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 64,\n                                \"Score\": 31,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the city center.\",\n                        \"ReviewId\": \"f62548d9-2a94-4630-8367-fce3807e852f\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 10984,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 367,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 304,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 658,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 2523,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 7132,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Close to Dubai Mall. Located near shopping areas and the city center.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 10984\n                }\n            },\n            {\n                \"Address\": \"City Walk ., Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5db4db2c-1ad3-4f4c-a4b3-9580f0842d97.jpeg\"\n                },\n                \"DisplayName\": \"Dream Inn Dubai Apartments City Walk\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2077159881592,\n                    \"Longitude\": 55.2623748779297\n                },\n                \"HighestPackagePrice\": 40743.28,\n                \"ID\": 9266645,\n                \"LowestPackagePrice\": 40743.28,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Oud Metha Road, Al Jaddaf Area, Dubai\",\n                \"ChainCode\": \"MC\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/04e0af80-b4f0-4670-af2c-218f5e826ca3.jpeg\"\n                },\n                \"DisplayName\": \"Marriott Executive Apartments Al Jaddaf Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2118244171143,\n                    \"Longitude\": 55.3151092529297\n                },\n                \"HighestPackagePrice\": 546.08,\n                \"ID\": 9266681,\n                \"LowestPackagePrice\": 509.25,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 7,\n                                \"Score\": 89,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Bar is amazing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 169,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 442,\n                                \"Score\": 85,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 96,\n                                \"Score\": 79,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 285,\n                                \"Score\": 76,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 111,\n                                \"Score\": 68,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent for traveling with friends.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas with easy access to parking.\",\n                        \"ReviewId\": \"9ace5214-efeb-4aee-abb1-25939cff0c05\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2314,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 110,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 58,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 139,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 484,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1523,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent for traveling with friends. Located near shopping areas with easy access to parking.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 2314\n                }\n            },\n            {\n                \"Address\": \"Al Jadaf, Dubai\",\n                \"ChainCode\": \"DP\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/92438b1c-50f9-47e6-927b-86d0268886c5.jpeg\"\n                },\n                \"DisplayName\": \"FORM Hotel Al Jadaf Dubai a Member of Design Hotels\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.22285732,\n                    \"Longitude\": 55.33442587\n                },\n                \"HighestPackagePrice\": 279.07,\n                \"ID\": 9266849,\n                \"LowestPackagePrice\": 255.78,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 215,\n                                \"Score\": 93,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 41,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 833,\n                                \"Score\": 93,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 370,\n                                \"Score\": 91,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 630,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 464,\n                                \"Score\": 85,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 662,\n                                \"Score\": 73,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 14,\n                                \"Score\": 66,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"71f25710-12f6-47bd-b7f8-9e1958ea8a68\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2867,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 62,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 48,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 115,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 648,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1994,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Close to Dubai Mall. Great location. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 2867\n                }\n            },\n            {\n                \"Address\": \"Jumeirah Bay Island, Dubai\",\n                \"ChainCode\": \"BG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/08256c31-14ea-4102-8a4c-b4ba7fd1cdbc.jpeg\"\n                },\n                \"DisplayName\": \"Bulgari Resort Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.210024,\n                    \"Longitude\": 55.236144\n                },\n                \"HighestPackagePrice\": 2730.41,\n                \"ID\": 9501156,\n                \"LowestPackagePrice\": 2544.98,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 117,\n                                \"Score\": 95,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 44,\n                                \"Score\": 91,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 33,\n                                \"Score\": 89,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 16,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Very nice wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 150,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 72,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 308,\n                                \"Score\": 84,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 35,\n                                \"Score\": 81,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 49,\n                                \"Score\": 77,\n                                \"ShortText\": \"Beautiful beach\",\n                                \"Text\": \"Good beach.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 41,\n                                \"Score\": 61,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent beach hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing with nearby parking areas.\",\n                        \"ReviewId\": \"2ccd5553-9a9a-45e0-abc0-be1dcf8eaf83\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2146,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 106,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 14,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 37,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 115,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1874,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent beach hotel. Good for sightseeing with nearby parking areas. Great room. Beautiful beach. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 2201\n                }\n            },\n            {\n                \"Address\": \"City Walk, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ef0786f7-b71e-4f46-a001-42b362ead627.jpeg\"\n                },\n                \"DisplayName\": \"Nasma Luxury Stays City Walk\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.203877,\n                    \"Longitude\": 55.261226\n                },\n                \"HighestPackagePrice\": 754.48,\n                \"ID\": 9590991,\n                \"LowestPackagePrice\": 754.48,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"1841703a-4959-4b20-b8fb-a52a3d5d7fb5\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"Score\": 0,\n                        \"ScoreDescription\": \"\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Reehan 1 Business Bay, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c8b10f77-1a66-4138-a67e-c10539f3085b.jpeg\"\n                },\n                \"DisplayName\": \"HiGuests Reehan 1\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19021,\n                    \"Longitude\": 55.27823\n                },\n                \"HighestPackagePrice\": 630.26,\n                \"ID\": 9591042,\n                \"LowestPackagePrice\": 630.26,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"17Th Street, Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/decbed09-daa6-420c-a1bc-43f345ca5baf.jpeg\"\n                },\n                \"DisplayName\": \"Al Khoory Inn\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.258495,\n                    \"Longitude\": 55.300461\n                },\n                \"HighestPackagePrice\": 198.93,\n                \"ID\": 10072393,\n                \"LowestPackagePrice\": 174.46,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 996,\n                                \"Score\": 96,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 130,\n                                \"Score\": 94,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 389,\n                                \"Score\": 93,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 425,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 21,\n                                \"Score\": 85,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 493,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 173,\n                                \"Score\": 81,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 177,\n                                \"Score\": 76,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"High comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 108,\n                                \"Score\": 75,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Good amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 11,\n                                \"Score\": 9,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Disappointing wellness & sports facilities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"73ce0458-bc22-4a83-a6a8-dba3831fa7c0\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2864,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 102,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 56,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 138,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 498,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2070,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Located near shopping areas and has easy access to public transportation. Great rooms and fantastic service. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 2876\n                }\n            },\n            {\n                \"Address\": \"Al Makhtoum Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/167fa751-166d-43e4-b7c5-f5354f47e343.jpeg\"\n                },\n                \"DisplayName\": \"Trans World Hotel L.L.C\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.269683,\n                    \"Longitude\": 55.311764\n                },\n                \"HighestPackagePrice\": 1251.26,\n                \"ID\": 10072448,\n                \"LowestPackagePrice\": 1135.68,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 9,\n                                \"Score\": 89,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 66,\n                                \"Score\": 73,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 29,\n                                \"Score\": 65,\n                                \"ShortText\": \"Location is ok\",\n                                \"Text\": \"Location is acceptable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 60,\n                                \"Score\": 49,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 25,\n                                \"Score\": 29,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 5,\n                                \"Score\": 0,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation.\",\n                        \"ReviewId\": \"f3b46b76-0efe-4b3f-82fc-db0fb88def54\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 336,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 126,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 36,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 31,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 46,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 97,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.3,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Close to public transportation. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"1\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                    \"ReviewsCount\": 337\n                }\n            },\n            {\n                \"Address\": \"20Th Street, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8bd063dc-0def-47d5-b06b-5b1d0c1583db.jpeg\"\n                },\n                \"DisplayName\": \"Hyatt Regency Dubai Creek Heights Residences\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.23408,\n                    \"Longitude\": 55.32427\n                },\n                \"HighestPackagePrice\": 536.65,\n                \"ID\": 10140375,\n                \"LowestPackagePrice\": 38.78,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Seef Street Building A, Dubai\",\n                \"ChainCode\": \"PY\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6e2e9e3f-dd77-4ef6-aa3e-6cecf3d208f2.jpeg\"\n                },\n                \"DisplayName\": \"Canopy by Hilton Dubai Al Seef\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.256132,\n                    \"Longitude\": 55.310081\n                },\n                \"HighestPackagePrice\": 369.53,\n                \"ID\": 10269390,\n                \"LowestPackagePrice\": 32.84,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 23,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 209,\n                                \"Score\": 94,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 400,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 43,\n                                \"Score\": 91,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 246,\n                                \"Score\": 89,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 513,\n                                \"Score\": 85,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 97,\n                                \"Score\": 85,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 170,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 19,\n                                \"Score\": 78,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 493,\n                                \"Score\": 76,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 160,\n                                \"Score\": 64,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"0fbd1d7a-7bf9-4f7f-ba28-ae8eef502fb2\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2052,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 71,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 54,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 126,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 507,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1294,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas and the airport. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 2050\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road Trade Centre Area Next To Al Attar Tower, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/32ed04f9-826a-47ad-ad42-a5d89e82509f.jpeg\"\n                },\n                \"DisplayName\": \"Gevora Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.21287,\n                    \"Longitude\": 55.27731\n                },\n                \"HighestPackagePrice\": 448.79,\n                \"ID\": 10273501,\n                \"LowestPackagePrice\": 393.67,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1565,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 2595,\n                                \"Score\": 72,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 604,\n                                \"Score\": 69,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2344,\n                                \"Score\": 68,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 683,\n                                \"Score\": 61,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 66,\n                                \"Score\": 45,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 721,\n                                \"Score\": 42,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 52,\n                                \"Score\": 39,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 1325,\n                                \"Score\": 33,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"c8822f30-5ff9-480d-b7fd-39585457d27f\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 11923,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 820,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 544,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 993,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 2358,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 7208,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Close to Dubai Mall. Located near shopping areas and has easy access to public transportation. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 11923\n                }\n            },\n            {\n                \"Address\": \"Al Seef Street Dubai Creek\",\n                \"ChainCode\": \"HX\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9154b13d-2589-4f56-8c66-24b030aca9bb.jpeg\"\n                },\n                \"DisplayName\": \"Hampton by Hilton Dubai Al Seef\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.256055,\n                    \"Longitude\": 55.310177\n                },\n                \"HighestPackagePrice\": 274.54,\n                \"ID\": 10286289,\n                \"LowestPackagePrice\": 274.54,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 333,\n                                \"Score\": 91,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 252,\n                                \"Score\": 91,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Excellent value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 657,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 274,\n                                \"Score\": 79,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Good amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 647,\n                                \"Score\": 79,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 768,\n                                \"Score\": 72,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 299,\n                                \"Score\": 65,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 786,\n                                \"Score\": 65,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 32,\n                                \"Score\": 53,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"ffea762e-0cf5-46d8-804d-d48da9754d36\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3730,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 155,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 115,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 282,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1066,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2112,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel. Located near shopping areas and has easy access to public transportation. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 3715\n                }\n            },\n            {\n                \"Address\": \"Al Abraj Street, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4c550587-4fb8-48c8-986e-337251920279.jpeg\"\n                },\n                \"DisplayName\": \"Gulf Court Hotel Business Bay\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.1825,\n                    \"Longitude\": 55.2746\n                },\n                \"HighestPackagePrice\": 350.21,\n                \"ID\": 10286320,\n                \"LowestPackagePrice\": 251.06,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1972,\n                                \"Score\": 92,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 588,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 283,\n                                \"Score\": 78,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 928,\n                                \"Score\": 78,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 456,\n                                \"Score\": 77,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 317,\n                                \"Score\": 53,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 37,\n                                \"Score\": 27,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Easily accessible by car and close to shopping areas.\",\n                        \"ReviewId\": \"795a1b82-8a7f-40a1-98a0-38d710fa19cd\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 6966,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 349,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 233,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 409,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1424,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 4551,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Close to Gulf. Easily accessible by car and close to shopping areas. Fantastic service.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 6966\n                }\n            },\n            {\n                \"Address\": \"Limestone House Difc Dubai Uae\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1b24e2cf-9475-4b2e-a107-cc01c4b1fc19.jpeg\"\n                },\n                \"DisplayName\": \"Nasma Luxury Stays Limestone House\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.212,\n                    \"Longitude\": 55.2788\n                },\n                \"HighestPackagePrice\": 489.48,\n                \"ID\": 10286384,\n                \"LowestPackagePrice\": 489.48,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 5,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are outstanding.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good accommodation.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"fac02780-48a0-4709-be4f-2674dde5ee6c\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 16,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 1,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 1,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 7,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 7,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.3,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good accommodation. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 16\n                }\n            },\n            {\n                \"Address\": \"Port Saeed Area Opp. Deira City Centre Dubai Creek Golf & Yacht Club\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7c5e103e-a6a1-4e1b-9a3b-f2bf8fdf6a5d.jpeg\"\n                },\n                \"DisplayName\": \"Dubai Creek Club Villas\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.241669,\n                    \"Longitude\": 55.333523\n                },\n                \"HighestPackagePrice\": 2547.09,\n                \"ID\": 10455348,\n                \"LowestPackagePrice\": 2276.38,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 5,\n                                \"Score\": 100,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 10,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent accommodation.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"7d13d3d9-7868-4804-bb3e-fcdc9b3c2f2c\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 41,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 2,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 5,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 9,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 25,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent accommodation. Great rooms and fantastic service.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 41\n                }\n            },\n            {\n                \"Address\": \"Port Rashid Al Mina, Dubai\",\n                \"ChainCode\": \"RT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a863e49e-5b24-4cbb-a4ab-a5eed8dba544.jpeg\"\n                },\n                \"DisplayName\": \"Queen Elizabeth 2 Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26213,\n                    \"Longitude\": 55.28093\n                },\n                \"HighestPackagePrice\": 201.36,\n                \"ID\": 10478143,\n                \"LowestPackagePrice\": 164.85,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 626,\n                                \"Score\": 87,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 935,\n                                \"Score\": 81,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is delicious.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 505,\n                                \"Score\": 79,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2154,\n                                \"Score\": 79,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 834,\n                                \"Score\": 71,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1753,\n                                \"Score\": 71,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 49,\n                                \"Score\": 58,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 561,\n                                \"Score\": 56,\n                                \"ShortText\": \"Ordinary amenities\",\n                                \"Text\": \"Average amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 38,\n                                \"Score\": 51,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 759,\n                                \"Score\": 51,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 175,\n                                \"Score\": 17,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Horrible pool.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good accommodation.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing with nearby parking areas.\",\n                        \"ReviewId\": \"dff4dc74-675d-4a5b-ae91-207a05c13262\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 10031,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 477,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 368,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 930,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 2716,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 5540,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good accommodation. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 10031\n                }\n            },\n            {\n                \"Address\": \"Baniyas Road Deira, Dubai\",\n                \"ChainCode\": \"AL\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/85b45fd8-cc38-41d9-a028-6b83c097469c.jpeg\"\n                },\n                \"DisplayName\": \"Aloft Dubai Creek\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.25136,\n                    \"Longitude\": 55.33162\n                },\n                \"HighestPackagePrice\": 408.89,\n                \"ID\": 10507197,\n                \"LowestPackagePrice\": 31.79,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 566,\n                                \"Score\": 97,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 16,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 143,\n                                \"Score\": 91,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 596,\n                                \"Score\": 84,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 6,\n                                \"Score\": 83,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 523,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 153,\n                                \"Score\": 77,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 217,\n                                \"Score\": 76,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"f5083e18-cb0f-420d-88af-28b2d9d0cb66\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3448,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 99,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 39,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 161,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 913,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2236,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Close to Deira City. Great location. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 3459\n                }\n            },\n            {\n                \"Address\": \"Al Abraj Street Business Bay, Dubai\",\n                \"ChainCode\": \"TP\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/12f31f40-064c-4586-9961-8fb28ee889ee.jpeg\"\n                },\n                \"DisplayName\": \"Canal Central Hotel Business Bay\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.18048,\n                    \"Longitude\": 55.26615\n                },\n                \"HighestPackagePrice\": 629.23,\n                \"ID\": 10645638,\n                \"LowestPackagePrice\": 32.77,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 24,\n                                \"Score\": 90,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2055,\n                                \"Score\": 89,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 846,\n                                \"Score\": 84,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1073,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 662,\n                                \"Score\": 84,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1583,\n                                \"Score\": 80,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 551,\n                                \"Score\": 70,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Good pool.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Easily accessible by car and good for sightseeing.\",\n                        \"ReviewId\": \"2c7647d6-3888-45c7-8be0-2ce6a5f60b94\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 8409,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 239,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 184,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 414,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1904,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 5668,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Easily accessible by car and good for sightseeing. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 8409\n                }\n            },\n            {\n                \"Address\": \"Al Abraj Street Marasi Drive Business Bay, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/16be0ef2-b980-4c09-8dbb-7598319c8785.jpeg\"\n                },\n                \"DisplayName\": \"Renaissance Business Bay Hotel Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.18284,\n                    \"Longitude\": 55.27446\n                },\n                \"HighestPackagePrice\": 522.19,\n                \"ID\": 10645670,\n                \"LowestPackagePrice\": 522.19,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 548,\n                                \"Score\": 95,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 173,\n                                \"Score\": 93,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 36,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 13,\n                                \"Score\": 91,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 238,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 335,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 116,\n                                \"Score\": 87,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 185,\n                                \"Score\": 85,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 8,\n                                \"Score\": 71,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"5fe5e0bd-e000-40ad-8435-6c99596a20b4\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2420,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 53,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 25,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 92,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 432,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1818,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Close to Dubai Mall. Good for sightseeing and located near shopping areas. Great room. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 2420\n                }\n            },\n            {\n                \"Address\": \"Plot 3261450 Al Jadaf, Dubai\",\n                \"ChainCode\": \"HL\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ba02d297-731b-4db4-8abb-8c0e5a8d844b.jpeg\"\n                },\n                \"DisplayName\": \"DoubleTree by Hilton Dubai Al Jadaf\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.22237,\n                    \"Longitude\": 55.33187\n                },\n                \"HighestPackagePrice\": 337.79,\n                \"ID\": 10827716,\n                \"LowestPackagePrice\": 31.79,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 49,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 14,\n                                \"Score\": 92,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1750,\n                                \"Score\": 88,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 252,\n                                \"Score\": 88,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 823,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 620,\n                                \"Score\": 81,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 26,\n                                \"Score\": 81,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 497,\n                                \"Score\": 81,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1146,\n                                \"Score\": 75,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"97208169-8dd4-4e25-9c12-b622716b55d2\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 6403,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 255,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 158,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 425,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1577,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3988,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Close to Dubai Mall. Located near shopping areas and has easy access to public transportation. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 6430\n                }\n            },\n            {\n                \"Address\": \"Al Seef Street Dubai Creek\",\n                \"ChainCode\": \"QQ\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9c1e7b9d-4cf1-449f-925a-64b89e408757.jpeg\"\n                },\n                \"DisplayName\": \"Al Seef Heritage Hotel Dubai Curio Collection by Hilton\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.263878,\n                    \"Longitude\": 55.305185\n                },\n                \"HighestPackagePrice\": 348.03,\n                \"ID\": 10831484,\n                \"LowestPackagePrice\": 331.39,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1005,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 522,\n                                \"Score\": 90,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 748,\n                                \"Score\": 89,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1025,\n                                \"Score\": 79,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1125,\n                                \"Score\": 68,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 269,\n                                \"Score\": 64,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 23,\n                                \"Score\": 62,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 29,\n                                \"Score\": 60,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 12,\n                                \"Score\": 54,\n                                \"ShortText\": \"Reasonable beach\",\n                                \"Text\": \"Beach is so-so.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 87,\n                                \"Score\": 47,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Pool is below average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"0187ae5a-6d16-4423-a4af-1f9f86f24374\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 4581,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 128,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 114,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 264,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 972,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3103,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Close to Old Dubai. Good for sightseeing and located near shopping areas. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 4611\n                }\n            },\n            {\n                \"Address\": \"79 Sikkat Al Khail Road Near Gold Souk, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9e3a9bed-93ae-48be-8f84-02041d070d14.jpeg\"\n                },\n                \"DisplayName\": \"24 Gold Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.270484,\n                    \"Longitude\": 55.299147\n                },\n                \"HighestPackagePrice\": 215.75,\n                \"ID\": 10844168,\n                \"LowestPackagePrice\": 197.52,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 41,\n                                \"Score\": 90,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 33,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 12,\n                                \"Score\": 88,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 27,\n                                \"Score\": 54,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 19,\n                                \"Score\": 45,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 5,\n                                \"Score\": 43,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"6f1a8339-b136-4eb2-872a-3eb3d13f4e38\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 202,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 11,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 17,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 34,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 71,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 69,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.9,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good hotel for solo travelers. Located near shopping areas and has easy access to public transportation. Fantastic service.\"\n                    }\n                ],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 202\n                }\n            },\n            {\n                \"Address\": \"Al Ohood Street Dubai Downtown\",\n                \"ChainCode\": \"RT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/dc07c60c-431f-461e-9590-03a6e8af6f12.jpeg\"\n                },\n                \"DisplayName\": \"Mövenpick Hotel Apartments Downtown Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.194269,\n                    \"Longitude\": 55.283747\n                },\n                \"HighestPackagePrice\": 578.85,\n                \"ID\": 10918959,\n                \"LowestPackagePrice\": 528.63,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 13% in city\",\n                                \"Text\": \"Top 13% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 763,\n                                \"Score\": 98,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2032,\n                                \"Score\": 97,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 80,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 206,\n                                \"Score\": 93,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 349,\n                                \"Score\": 90,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 390,\n                                \"Score\": 87,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 89,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 333,\n                                \"Score\": 86,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 769,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 18,\n                                \"Score\": 63,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"3a1c08e6-896c-46c3-b3cf-061699e622de\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5424,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 104,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 72,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 141,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 798,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 4309,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Close to Dubai Mall. Awesome rooms and service in a great location. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 5424\n                }\n            },\n            {\n                \"Address\": \"Jumeira 1 Jumeirah Road, Dubai\",\n                \"ChainCode\": \"MO\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/348672a9-3563-42ce-a31a-d28aa8552672.jpeg\"\n                },\n                \"DisplayName\": \"Mandarin Oriental Jumeira Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.216767,\n                    \"Longitude\": 55.251357\n                },\n                \"HighestPackagePrice\": 2534.49,\n                \"ID\": 10943051,\n                \"LowestPackagePrice\": 1861.88,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 138,\n                                \"Score\": 97,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 461,\n                                \"Score\": 95,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 424,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1929,\n                                \"Score\": 93,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 329,\n                                \"Score\": 93,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 867,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are outstanding.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 529,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 197,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 292,\n                                \"Score\": 83,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 174,\n                                \"Score\": 83,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 72,\n                                \"Score\": 82,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Bar is amazing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 288,\n                                \"Score\": 69,\n                                \"ShortText\": \"Reasonable beach\",\n                                \"Text\": \"Beach is so-so.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 138,\n                                \"Score\": 56,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 18,\n                                \"Score\": 30,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the beach.\",\n                        \"ReviewId\": \"3ed61a54-e83d-4ef3-aebd-cf27a6f91955\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5762,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 86,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 51,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 135,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 492,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 4998,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Located near shopping areas and the beach. Awesome vibe. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 5756\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Rd, Dubai\",\n                \"ChainCode\": \"YX\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5ceb28f0-8040-4a12-b55c-7859275b9dc1.jpeg\"\n                },\n                \"DisplayName\": \"Leva Hotel and Suites Mazaya Centre\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.198518,\n                    \"Longitude\": 55.265532\n                },\n                \"HighestPackagePrice\": 423.93,\n                \"ID\": 11027826,\n                \"LowestPackagePrice\": 279.08,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Sustainability\",\n                                \"Count\": 5,\n                                \"Score\": 100,\n                                \"ShortText\": \"Great efforts to be sustainable\",\n                                \"Text\": \"Excellent sustainability efforts\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1805,\n                                \"Score\": 96,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1629,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 421,\n                                \"Score\": 86,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 800,\n                                \"Score\": 85,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1410,\n                                \"Score\": 83,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 621,\n                                \"Score\": 79,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 712,\n                                \"Score\": 78,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 39,\n                                \"Score\": 78,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"f3be0336-9527-4904-a3eb-f1a970319e7d\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 7587,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 129,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 110,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 357,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1826,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 5165,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Close to Dubai Mall. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 7576\n                }\n            },\n            {\n                \"Address\": \"Culture Village Al Jaddaf, Dubai\",\n                \"ChainCode\": \"YX\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/920509e8-210c-4f61-bba0-f6bef67b1b66.jpeg\"\n                },\n                \"DisplayName\": \"Premier Inn Dubai Al Jaddaf\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2215792,\n                    \"Longitude\": 55.331957\n                },\n                \"HighestPackagePrice\": 243.45,\n                \"ID\": 11089850,\n                \"LowestPackagePrice\": 221.19,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 86,\n                                \"Score\": 95,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 3086,\n                                \"Score\": 94,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 65,\n                                \"Score\": 93,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 1088,\n                                \"Score\": 91,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 572,\n                                \"Score\": 91,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1579,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 315,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 719,\n                                \"Score\": 88,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 592,\n                                \"Score\": 88,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 246,\n                                \"Score\": 85,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1722,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 339,\n                                \"Score\": 74,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Good amenities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"064fec63-e6d1-4a9f-90c1-f00314d0dcd1\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 10771,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 269,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 162,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 547,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 2698,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 7095,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Close to Dubai Metro. Located near shopping areas and has easy access to public transportation. Great rooms and fantastic service. Awesome vibe. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 10803\n                }\n            },\n            {\n                \"Address\": \"Marasi Drive Po Box 24666, Dubai\",\n                \"ChainCode\": \"IN\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4a0ac2e8-a8d8-42a8-b903-e414cb5fe89e.jpeg\"\n                },\n                \"DisplayName\": \"Hotel Indigo Dubai Downtown an IHG Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.192362,\n                    \"Longitude\": 55.287119\n                },\n                \"HighestPackagePrice\": 659.89,\n                \"ID\": 11103929,\n                \"LowestPackagePrice\": 579.19,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 238,\n                                \"Score\": 98,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1081,\n                                \"Score\": 97,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 321,\n                                \"Score\": 97,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 330,\n                                \"Score\": 95,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 39,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 547,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are outstanding.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 39,\n                                \"Score\": 95,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 277,\n                                \"Score\": 95,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 490,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 100,\n                                \"Score\": 92,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Excellent value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 209,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Excellent amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 103,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 6,\n                                \"Score\": 88,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 185,\n                                \"Score\": 85,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"4f0ff825-76f9-4c9a-83bb-0ac3ac8a3d39\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2324,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 51,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 17,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 54,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 230,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1972,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Close to Dubai Mall. Good for sightseeing and located near shopping areas. Great rooms and fantastic service. Great pool. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 2373\n                }\n            },\n            {\n                \"Address\": \"Al Abraj Street, Dubai\",\n                \"ChainCode\": \"MU\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7f0edfa4-adb8-4702-b9bc-b29f6cf04858.jpeg\"\n                },\n                \"DisplayName\": \"Millennium Atria Business Bay\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.18008,\n                    \"Longitude\": 55.26398\n                },\n                \"HighestPackagePrice\": 457.29,\n                \"ID\": 11211507,\n                \"LowestPackagePrice\": 372.01,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 455,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1298,\n                                \"Score\": 87,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 18,\n                                \"Score\": 82,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 392,\n                                \"Score\": 74,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 927,\n                                \"Score\": 73,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 131,\n                                \"Score\": 53,\n                                \"ShortText\": \"Ordinary pool\",\n                                \"Text\": \"Pool is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 469,\n                                \"Score\": 51,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 14,\n                                \"Score\": 33,\n                                \"ShortText\": \"Beach is not so nice\",\n                                \"Text\": \"Ugly beach.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent for traveling with friends.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas with easy access to parking.\",\n                        \"ReviewId\": \"bda4b24e-85de-4bbb-9e1e-00156578170d\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 6196,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 347,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 222,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 374,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1064,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 4189,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent for traveling with friends. Located near shopping areas with easy access to parking.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 6196\n                }\n            },\n            {\n                \"Address\": \"Al Wasl District, Dubai\",\n                \"ChainCode\": \"HY\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6f55f32f-c4d2-4573-875c-be39e3e4b728.jpeg\"\n                },\n                \"DisplayName\": \"Hyatt Place Dubai Wasl District\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.27079,\n                    \"Longitude\": 55.314\n                },\n                \"HighestPackagePrice\": 378.69,\n                \"ID\": 11227861,\n                \"LowestPackagePrice\": 311.94,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 550,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 936,\n                                \"Score\": 85,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 15,\n                                \"Score\": 83,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 641,\n                                \"Score\": 79,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 345,\n                                \"Score\": 74,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 512,\n                                \"Score\": 74,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 87,\n                                \"Score\": 36,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Pool is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 10,\n                                \"Score\": 8,\n                                \"ShortText\": \"Beach is not so nice\",\n                                \"Text\": \"Beach is unacceptable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"64164e61-3ba8-49a0-8611-b93b28a04225\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 4767,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 164,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 119,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 377,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1474,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2633,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Close to Union Metro. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 4780\n                }\n            },\n            {\n                \"Address\": \"South Ridge Downtown, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/45553837-86a9-413e-bb99-7b99d7243c15.jpeg\"\n                },\n                \"DisplayName\": \"Nasma Luxury Stays South Ridge\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.187693,\n                    \"Longitude\": 55.27912\n                },\n                \"HighestPackagePrice\": 589.16,\n                \"ID\": 11285538,\n                \"LowestPackagePrice\": 589.16,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 5,\n                                \"Score\": 59,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"dad3118f-9d7d-4e4a-b69d-d54fc0c17cbd\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 30,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 2,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 1,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 6,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 21,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 28\n                }\n            },\n            {\n                \"Address\": \"The Address Hotel Dubai Mall Residence Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ef8ac571-b617-439b-bdbe-0f09bf213e47.jpeg\"\n                },\n                \"DisplayName\": \"Westminster Dubai Mall\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.1998996734619,\n                    \"Longitude\": 55.2775001525879\n                },\n                \"HighestPackagePrice\": 747.45,\n                \"ID\": 11580382,\n                \"LowestPackagePrice\": 687.19,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sheikh Zayed Al Nahyan Road, Dubai\",\n                \"ChainCode\": \"MU\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/11f2df31-d8e6-4ab2-af43-b10c484fcda8.jpeg\"\n                },\n                \"DisplayName\": \"Millennium Plaza Downtown Suites\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2206,\n                    \"Longitude\": 55.2804\n                },\n                \"HighestPackagePrice\": 578.83,\n                \"ID\": 11655454,\n                \"LowestPackagePrice\": 458.77,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 8,\n                                \"Score\": 100,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 361,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 372,\n                                \"Score\": 78,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 157,\n                                \"Score\": 69,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 397,\n                                \"Score\": 60,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 101,\n                                \"Score\": 51,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 115,\n                                \"Score\": 49,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 131,\n                                \"Score\": 39,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 35,\n                                \"Score\": 38,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 191,\n                                \"Score\": 24,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good Hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing with access to public transportation.\",\n                        \"ReviewId\": \"f019aa59-3fb5-482e-ac58-d1106ee6673c\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2311,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 167,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 134,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 286,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 786,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 938,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good Hotel. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 2311\n                }\n            },\n            {\n                \"Address\": \"Burj Daman Al Mustaqbal Street Dubai International Financial Centre\",\n                \"ChainCode\": \"WA\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/79ebcddc-b270-4362-95a6-8a128859324d.jpeg\"\n                },\n                \"DisplayName\": \"Waldorf Astoria Dubai International Financial Centre\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.21054,\n                    \"Longitude\": 55.28231\n                },\n                \"HighestPackagePrice\": 1297.24,\n                \"ID\": 11657186,\n                \"LowestPackagePrice\": 33.35,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 170,\n                                \"Score\": 97,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 122,\n                                \"Score\": 96,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 15,\n                                \"Score\": 95,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 185,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 276,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are outstanding.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 96,\n                                \"Score\": 93,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 521,\n                                \"Score\": 93,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 105,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Excellent amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 74,\n                                \"Score\": 90,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 138,\n                                \"Score\": 90,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 30,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Very nice wellness & sports facilities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"1de4734b-c19b-4673-8169-32a481f801d4\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1873,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 33,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 6,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 28,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 144,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1662,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Close to Michelin. Good for sightseeing and located near shopping areas. Great room. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 1873\n                }\n            },\n            {\n                \"Address\": \"Al Muteena Street Next Lulu Center Al Muteena Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3d508c9a-eb4c-42f3-94ab-54c3c98c1cc2.jpeg\"\n                },\n                \"DisplayName\": \"City Avenue Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.27416,\n                    \"Longitude\": 55.32793\n                },\n                \"HighestPackagePrice\": 134.77,\n                \"ID\": 11677066,\n                \"LowestPackagePrice\": 134.77,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 545,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 677,\n                                \"Score\": 81,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 548,\n                                \"Score\": 74,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 394,\n                                \"Score\": 72,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 28,\n                                \"Score\": 64,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 140,\n                                \"Score\": 56,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 27,\n                                \"Score\": 14,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Horrible pool.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"e07c8313-9bec-428b-bd77-5ff8827bb13a\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 4443,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 247,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 210,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 515,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1388,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2083,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel. Close to Dubai Metro. Located near shopping areas and the airport. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"12 A Street Al Mankhool Bur Dubai Dubai\",\n                \"ChainCode\": \"WV\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1bb1d8f9-1b0f-4780-b483-58a2c508c104.jpeg\"\n                },\n                \"DisplayName\": \"Grayton Hotel by Blazon Hotels\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.25288,\n                    \"Longitude\": 55.29664\n                },\n                \"HighestPackagePrice\": 330.47,\n                \"ID\": 11677067,\n                \"LowestPackagePrice\": 269.39,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 278,\n                                \"Score\": 93,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 713,\n                                \"Score\": 92,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 119,\n                                \"Score\": 90,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 262,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 512,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 14,\n                                \"Score\": 89,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Bar is amazing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 242,\n                                \"Score\": 85,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 9,\n                                \"Score\": 71,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 158,\n                                \"Score\": 69,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 16,\n                                \"Score\": 56,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 6,\n                                \"Score\": 12,\n                                \"ShortText\": \"Beach is not so nice\",\n                                \"Text\": \"Beach is unacceptable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"0a51e4c3-3586-4e93-9173-3802f02dbdb0\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3052,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 53,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 31,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 103,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 543,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2322,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas and has easy access to public transportation. Awesome vibe. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 3052\n                }\n            },\n            {\n                \"Address\": \"Al Jaddaf Waterfront, Dubai\",\n                \"ChainCode\": \"SR\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/65d4c7a9-68e8-46e3-ba67-b7947e017c3c.jpeg\"\n                },\n                \"DisplayName\": \"IntercityHotel Dubai Jaddaf Waterfront\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.22507,\n                    \"Longitude\": 55.33785\n                },\n                \"HighestPackagePrice\": 296.7,\n                \"ID\": 11689329,\n                \"LowestPackagePrice\": 198.38,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Boulevard, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/587275e0-719a-42c6-9988-1e620d306668.jpeg\"\n                },\n                \"DisplayName\": \"Address Dubai Mall\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19502,\n                    \"Longitude\": 55.282387\n                },\n                \"HighestPackagePrice\": 1443.22,\n                \"ID\": 11739495,\n                \"LowestPackagePrice\": 36,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 39,\n                                \"Score\": 98,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 413,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 189,\n                                \"Score\": 95,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 5,\n                                \"Score\": 91,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 950,\n                                \"Score\": 91,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 53,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 541,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 138,\n                                \"Score\": 87,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 147,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 133,\n                                \"Score\": 81,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 74,\n                                \"Score\": 62,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"0c218d47-cc89-493e-b780-aa84fe7e39ca\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 4156,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 109,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 37,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 99,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 353,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3558,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Close to Dubai Mall. Good for sightseeing and located near shopping areas. Great room. Awesome vibe. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 4158\n                }\n            },\n            {\n                \"Address\": \"Financial Center Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2460cf15-2dd8-438e-8dd5-1cbd7a4372ed.jpeg\"\n                },\n                \"DisplayName\": \"Roda Al Murooj Residences\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.202905,\n                    \"Longitude\": 55.2778\n                },\n                \"HighestPackagePrice\": 519.16,\n                \"ID\": 11812967,\n                \"LowestPackagePrice\": 32.74,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 430,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 115,\n                                \"Score\": 80,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 224,\n                                \"Score\": 75,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"High comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 375,\n                                \"Score\": 75,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 427,\n                                \"Score\": 63,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 141,\n                                \"Score\": 42,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 5,\n                                \"Score\": 38,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 8,\n                                \"Score\": 37,\n                                \"ShortText\": \"Beach is not so nice\",\n                                \"Text\": \"Ugly beach.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 136,\n                                \"Score\": 25,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent accommodation.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Easily accessible by car and close to shopping areas.\",\n                        \"ReviewId\": \"4dc03365-278a-4465-8b8a-4f9f9e40ecc4\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3247,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 145,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 142,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 288,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 724,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1948,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent accommodation. Close to Dubai Mall. Easily accessible by car and close to shopping areas.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 3270\n                }\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashed Boulevard, Dubai\",\n                \"ChainCode\": \"AT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/59c783d9-b44e-403c-b014-46222273094b.jpeg\"\n                },\n                \"DisplayName\": \"Address Sky View\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.201869,\n                    \"Longitude\": 55.271022\n                },\n                \"HighestPackagePrice\": 1415.99,\n                \"ID\": 11812969,\n                \"LowestPackagePrice\": 32.49,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 269,\n                                \"Score\": 96,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 377,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 751,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are outstanding.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 29,\n                                \"Score\": 92,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 237,\n                                \"Score\": 91,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 996,\n                                \"Score\": 90,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 240,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 185,\n                                \"Score\": 84,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 167,\n                                \"Score\": 82,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 257,\n                                \"Score\": 74,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Good pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 8,\n                                \"Score\": 74,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 135,\n                                \"Score\": 39,\n                                \"ShortText\": \"Value for money could be better\",\n                                \"Text\": \"Value below average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"261663f5-e454-4e5d-81d4-7a90ed759e6d\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 6072,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 199,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 63,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 175,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 643,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 4992,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Located near shopping areas and has easy access to public transportation. Awesome vibe. Great room. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 6062\n                }\n            },\n            {\n                \"Address\": \"Dubai Harbour Creek\",\n                \"ChainCode\": \"AT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4caa600e-f335-4ed2-8af8-103590be09c0.jpeg\"\n                },\n                \"DisplayName\": \"Vida Creek Harbour\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.205507,\n                    \"Longitude\": 55.342089\n                },\n                \"HighestPackagePrice\": 449.45,\n                \"ID\": 12026654,\n                \"LowestPackagePrice\": 342.89,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 365,\n                                \"Score\": 95,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1681,\n                                \"Score\": 93,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 565,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 122,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 19,\n                                \"Score\": 88,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Bar is amazing.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 9,\n                                \"Score\": 87,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1072,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 418,\n                                \"Score\": 83,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 217,\n                                \"Score\": 75,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"dd64f4b9-87f1-4f37-8811-53be10caaa47\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 6508,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 132,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 67,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 177,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 764,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 5368,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Close to Harbour. Good for sightseeing and located near shopping areas. Great room. Great pool. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 6535\n                }\n            },\n            {\n                \"Address\": \"Marasi Drive, Dubai\",\n                \"ChainCode\": \"WV\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/80fb7657-ab75-4982-b8e9-51617fc21a0e.jpeg\"\n                },\n                \"DisplayName\": \"Paramount Hotel Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.18646,\n                    \"Longitude\": 55.29198\n                },\n                \"HighestPackagePrice\": 432.75,\n                \"ID\": 12119955,\n                \"LowestPackagePrice\": 37.05,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 19% in city\",\n                                \"Text\": \"Top 19% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 1015,\n                                \"Score\": 92,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 936,\n                                \"Score\": 92,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 809,\n                                \"Score\": 91,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 4322,\n                                \"Score\": 89,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 75,\n                                \"Score\": 88,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Bar is amazing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1978,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 867,\n                                \"Score\": 80,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 690,\n                                \"Score\": 77,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 33,\n                                \"Score\": 45,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the city center.\",\n                        \"ReviewId\": \"249e0a6c-6bec-4462-9ff4-e08e641deffd\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 14537,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 669,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 303,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 596,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1854,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 11115,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Great rooms in excellent location. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 14537\n                }\n            },\n            {\n                \"Address\": \"Al Jaddaf, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9eb7aeb8-b1ae-41e5-84ad-f867a032d60b.jpeg\"\n                },\n                \"DisplayName\": \"Marbella Holiday Homes\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.216757,\n                    \"Longitude\": 55.33094\n                },\n                \"HighestPackagePrice\": 323.62,\n                \"ID\": 12169173,\n                \"LowestPackagePrice\": 323.62,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 17,\n                                \"Score\": 88,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 29,\n                                \"Score\": 69,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 59,\n                                \"Score\": 65,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 81,\n                                \"Score\": 57,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 15,\n                                \"Score\": 52,\n                                \"ShortText\": \"Ordinary amenities\",\n                                \"Text\": \"Average amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 32,\n                                \"Score\": 49,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 7,\n                                \"Score\": 39,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Pool is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 50,\n                                \"Score\": 37,\n                                \"ShortText\": \"Location is inconvenient\",\n                                \"Text\": \"Inconvenient location.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good accommodation.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Easily accessible by car.\",\n                        \"ReviewId\": \"62b9c0d0-581d-481d-9021-644a6ea2cee5\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 536,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 61,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 29,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 64,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 148,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 234,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good accommodation. Easily accessible by car.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 539\n                }\n            },\n            {\n                \"Address\": \"Dubai Healthcare City\",\n                \"ChainCode\": \"RT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3b7e3d09-3ec7-4123-a60e-5198090fee03.jpeg\"\n                },\n                \"DisplayName\": \"Novotel Bur Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2315,\n                    \"Longitude\": 55.3244\n                },\n                \"HighestPackagePrice\": 311.12,\n                \"ID\": 12169243,\n                \"LowestPackagePrice\": 272.62,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2539,\n                                \"Score\": 93,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 267,\n                                \"Score\": 93,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 730,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Sustainability\",\n                                \"Count\": 9,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great efforts to be sustainable\",\n                                \"Text\": \"Sustainability is a priority\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 672,\n                                \"Score\": 83,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 363,\n                                \"Score\": 81,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1103,\n                                \"Score\": 80,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 23,\n                                \"Score\": 73,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 34,\n                                \"Score\": 39,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Wellness & sports facilities were not very nice.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"ed16b40c-e303-42ad-a383-c88c8fca8ca8\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 7155,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 163,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 169,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 375,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1445,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 5003,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Close to Metro Station. Located near shopping areas and has easy access to public transportation. Fantastic service. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 7167\n                }\n            },\n            {\n                \"Address\": \"Marasi Drive, Dubai\",\n                \"ChainCode\": \"RD\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c91c53bb-7458-4bc3-b6ca-714c595df7e7.jpeg\"\n                },\n                \"DisplayName\": \"Radisson Blu Hotel Dubai Canal View\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.191235,\n                    \"Longitude\": 55.290824\n                },\n                \"HighestPackagePrice\": 399.52,\n                \"ID\": 12213051,\n                \"LowestPackagePrice\": 386.72,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1548,\n                                \"Score\": 94,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 547,\n                                \"Score\": 89,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 805,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 439,\n                                \"Score\": 83,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 220,\n                                \"Score\": 83,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1184,\n                                \"Score\": 79,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 17,\n                                \"Score\": 77,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"924e794f-a97b-44ec-8116-7a6f3494bcc5\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 7300,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 133,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 86,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 294,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1632,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 5155,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Close to Dubai Mall. Good for sightseeing and located near shopping areas.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 7338\n                }\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Boulevard Vida Residences Downtown, Dubai\",\n                \"ChainCode\": \"WV\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2bd2a7b0-4b05-4ccf-a773-64a8146a98ae.jpeg\"\n                },\n                \"DisplayName\": \"Vida Downtown Residences\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19048,\n                    \"Longitude\": 55.2733\n                },\n                \"HighestPackagePrice\": 994.93,\n                \"ID\": 12218754,\n                \"LowestPackagePrice\": 840.18,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 57,\n                                \"Score\": 79,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 89,\n                                \"Score\": 64,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 82,\n                                \"Score\": 59,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 32,\n                                \"Score\": 46,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 15,\n                                \"Score\": 45,\n                                \"ShortText\": \"Value for money could be better\",\n                                \"Text\": \"Value below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 7,\n                                \"Score\": 11,\n                                \"ShortText\": \"Food could be better\",\n                                \"Text\": \"Complaints about food\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas with easy access to parking.\",\n                        \"ReviewId\": \"f7828e5d-c78a-4cb2-8743-26095d764eaf\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 542,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 35,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 17,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 28,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 117,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 345,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel. Located near shopping areas with easy access to parking.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 542\n                }\n            },\n            {\n                \"Address\": \"Plot No. 3460148 Business Bay, Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cc249861-0b71-4eeb-9c55-66f2d991ef5f.jpeg\"\n                },\n                \"DisplayName\": \"Citymax Hotel Business Bay\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.17975,\n                    \"Longitude\": 55.27703\n                },\n                \"HighestPackagePrice\": 275.8,\n                \"ID\": 12268149,\n                \"LowestPackagePrice\": 243.28,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 698,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1475,\n                                \"Score\": 89,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 202,\n                                \"Score\": 88,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 231,\n                                \"Score\": 79,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 470,\n                                \"Score\": 72,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 28,\n                                \"Score\": 66,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 875,\n                                \"Score\": 66,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 369,\n                                \"Score\": 38,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas with easy access to parking.\",\n                        \"ReviewId\": \"62072710-b1f4-456e-a0ef-010ab2a78e1d\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 7342,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 384,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 285,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 622,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1886,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 4165,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas with easy access to parking. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 7342\n                }\n            },\n            {\n                \"Address\": \"Al Mina Road, Dubai\",\n                \"ChainCode\": \"HY\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9bbfcd55-5e93-4344-8fd9-ac66b71b786a.jpeg\"\n                },\n                \"DisplayName\": \"Hyatt Place Dubai Jumeirah\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.245996,\n                    \"Longitude\": 55.277753\n                },\n                \"HighestPackagePrice\": 564.45,\n                \"ID\": 12361609,\n                \"LowestPackagePrice\": 324.78,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 139,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 280,\n                                \"Score\": 87,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 125,\n                                \"Score\": 85,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 226,\n                                \"Score\": 80,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 146,\n                                \"Score\": 78,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 130,\n                                \"Score\": 74,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"High comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 31,\n                                \"Score\": 48,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Pool is below average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent for traveling with friends.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas with easy access to parking.\",\n                        \"ReviewId\": \"dc17bbea-ad17-4eaf-8644-c25d2b71eb85\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1537,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 48,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 35,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 78,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 460,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 916,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent for traveling with friends. Located near shopping areas with easy access to parking.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 1538\n                }\n            },\n            {\n                \"Address\": \"4Th St, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a4a5ef00-1f26-4fe9-bd16-8ca5835b0457.jpeg\"\n                },\n                \"DisplayName\": \"Le Wana Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.267997,\n                    \"Longitude\": 55.315293\n                },\n                \"HighestPackagePrice\": 255.68,\n                \"ID\": 12361611,\n                \"LowestPackagePrice\": 213.8,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 379,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 33,\n                                \"Score\": 87,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 413,\n                                \"Score\": 85,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 180,\n                                \"Score\": 77,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"High comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 392,\n                                \"Score\": 64,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 242,\n                                \"Score\": 55,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 127,\n                                \"Score\": 51,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"00f721ee-eb01-4364-a720-02f3fa59ac5c\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2398,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 83,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 109,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 291,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 832,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1083,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel for solo travelers. Close to Union Metro. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 2403\n                }\n            },\n            {\n                \"Address\": \"Road Park Lane Towers, Dubai\",\n                \"ChainCode\": \"WV\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/62de5042-8a47-4a83-9505-32176ca10c7c.jpeg\"\n                },\n                \"DisplayName\": \"Park Regis Business Bay\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.18544,\n                    \"Longitude\": 55.26175\n                },\n                \"HighestPackagePrice\": 543,\n                \"ID\": 12424848,\n                \"LowestPackagePrice\": 365.55,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 11,\n                                \"Score\": 93,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1626,\n                                \"Score\": 90,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 659,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 963,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 224,\n                                \"Score\": 86,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 425,\n                                \"Score\": 82,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 228,\n                                \"Score\": 71,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 14,\n                                \"Score\": 12,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is disappointing.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"bec263a5-8120-4f38-8b40-59aea279bc16\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5167,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 259,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 127,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 323,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1063,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3395,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas and has easy access to public transportation. Great room. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 5167\n                }\n            },\n            {\n                \"Address\": \"326 Al Khail Road Al Jaddaf Area United Arab Emirates, Dubai\",\n                \"ChainCode\": \"BN\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/55e64d9a-bc54-4ac2-bb33-900a47fb5f5f.jpeg\"\n                },\n                \"DisplayName\": \"Barcelo Al Jaddaf Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.21773,\n                    \"Longitude\": 55.32351\n                },\n                \"HighestPackagePrice\": 329.91,\n                \"ID\": 12424859,\n                \"LowestPackagePrice\": 259.81,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 25,\n                                \"Score\": 82,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 708,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2087,\n                                \"Score\": 81,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 282,\n                                \"Score\": 72,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1242,\n                                \"Score\": 63,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 620,\n                                \"Score\": 58,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 642,\n                                \"Score\": 53,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 24,\n                                \"Score\": 25,\n                                \"ShortText\": \"Beach is not so nice\",\n                                \"Text\": \"Beach is unacceptable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"c2b2e8b0-606e-4e19-8896-fa802ffdadae\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 11735,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 745,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 371,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 750,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1876,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 7993,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 11735\n                }\n            },\n            {\n                \"Address\": \"Casablanca St Off Airport Road Al Garhoud Next To Ggico Metro Station, Dubai\",\n                \"ChainCode\": \"RT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/882dd8fa-cd17-4e9d-ac88-a0e28a08436e.jpeg\"\n                },\n                \"DisplayName\": \"ibis Styles Dubai Airport Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.250222,\n                    \"Longitude\": 55.3443\n                },\n                \"HighestPackagePrice\": 173.78,\n                \"ID\": 12479101,\n                \"LowestPackagePrice\": 173.78,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 2627,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 368,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 689,\n                                \"Score\": 88,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 1656,\n                                \"Score\": 84,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 4591,\n                                \"Score\": 78,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 1085,\n                                \"Score\": 69,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 1346,\n                                \"Score\": 67,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 90,\n                                \"Score\": 66,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 3056,\n                                \"Score\": 64,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 33,\n                                \"Score\": 26,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is disappointing.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation and the airport.\",\n                        \"ReviewId\": \"1dc96a7a-c8be-4172-bbb1-df5ab63bd114\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 18500,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 1088,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 800,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 1692,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 4490,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 10430,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Close to Dubai Airport. Close to public transportation and the airport. Awesome vibe. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 18500\n                }\n            },\n            {\n                \"Address\": \"Standpoint Residences, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d16c9ed7-f444-41f6-ad7a-bac4c961f0dc.jpeg\"\n                },\n                \"DisplayName\": \"Nasma Luxury Stays Standpoint Tower A\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19664,\n                    \"Longitude\": 55.271355\n                },\n                \"HighestPackagePrice\": 407.21,\n                \"ID\": 12479108,\n                \"LowestPackagePrice\": 407.21,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sheikh Rashid Road Wafi P.O. Box 30904, Dubai\",\n                \"ChainCode\": \"SB\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/54f08892-407d-40c2-8a47-e602550fdb56.jpeg\"\n                },\n                \"DisplayName\": \"Sofitel Dubai The Obelisk\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.23115,\n                    \"Longitude\": 55.31875\n                },\n                \"HighestPackagePrice\": 562.28,\n                \"ID\": 12521982,\n                \"LowestPackagePrice\": 402.44,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Sustainability\",\n                                \"Count\": 10,\n                                \"Score\": 100,\n                                \"ShortText\": \"Great efforts to be sustainable\",\n                                \"Text\": \"Excellent sustainability efforts\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 11118,\n                                \"Score\": 98,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 1873,\n                                \"Score\": 98,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 688,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 2343,\n                                \"Score\": 96,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 1392,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Excellent amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 4706,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are outstanding.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 1888,\n                                \"Score\": 95,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 1803,\n                                \"Score\": 95,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 1408,\n                                \"Score\": 94,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 2057,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 253,\n                                \"Score\": 91,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 29,\n                                \"Score\": 70,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"d73a11d9-14be-4405-bee1-563aa547ccc1\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 22298,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 132,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 96,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 209,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1369,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 20492,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Close to Wafi Mall. Located near shopping areas and the airport. Great rooms and fantastic service. Awesome vibe. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 22298\n                }\n            },\n            {\n                \"Address\": \"Al Sabkha 109 Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/45f3f86d-4ed9-4294-9c2a-ef1057c2116c.jpeg\"\n                },\n                \"DisplayName\": \"Al Karnak Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.271209,\n                    \"Longitude\": 55.301968\n                },\n                \"HighestPackagePrice\": 161.49,\n                \"ID\": 12575296,\n                \"LowestPackagePrice\": 147.07,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 11,\n                                \"Score\": 100,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are outstanding.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 20,\n                                \"Score\": 100,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 12,\n                                \"Score\": 67,\n                                \"ShortText\": \"Location is ok\",\n                                \"Text\": \"Location is acceptable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas.\",\n                        \"ReviewId\": \"1a5e9351-5078-403b-9486-c4bd841019d3\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 100,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 12,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 5,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 12,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 24,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 47,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel. Located near shopping areas. Great rooms and fantastic service.\"\n                    }\n                ],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 104\n                }\n            },\n            {\n                \"Address\": \"Wasl District, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fbd14d0b-2a04-4970-a0db-56fa1fbb4fd3.jpeg\"\n                },\n                \"DisplayName\": \"Hyatt Place Wasl District Residences\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.270766,\n                    \"Longitude\": 55.314004\n                },\n                \"HighestPackagePrice\": 418.74,\n                \"ID\": 12617335,\n                \"LowestPackagePrice\": 382.29,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Mina Road Po Box 31075, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/78ef4ca3-0508-4614-988d-37a49bdff9ac.jpeg\"\n                },\n                \"DisplayName\": \"Hyatt Place Dubai Jumeirah Residences\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.24628,\n                    \"Longitude\": 55.2773\n                },\n                \"HighestPackagePrice\": 464.94,\n                \"ID\": 12617336,\n                \"LowestPackagePrice\": 464.94,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"The Opus By Omniyat Designed By Zaha Hadid, Dubai\",\n                \"ChainCode\": \"SM\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/532e0622-4d8b-40ae-9215-cbe78362b2a2.jpeg\"\n                },\n                \"DisplayName\": \"ME Dubai by Meliá\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.18898,\n                    \"Longitude\": 55.26677\n                },\n                \"HighestPackagePrice\": 1057.12,\n                \"ID\": 12620061,\n                \"LowestPackagePrice\": 952.2,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 252,\n                                \"Score\": 92,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 237,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Excellent amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 149,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 413,\n                                \"Score\": 82,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 275,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 95,\n                                \"Score\": 74,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 68,\n                                \"Score\": 73,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 38,\n                                \"Score\": 50,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 5,\n                                \"Score\": 33,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"53abc757-8bac-49b0-9c1f-bacb011eb8cb\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2319,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 124,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 62,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 109,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 306,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1718,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Good for sightseeing and located near shopping areas. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 2319\n                }\n            },\n            {\n                \"Address\": \"61B Street Al Garhoud, Dubai\",\n                \"ChainCode\": \"RT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0b5bd6cb-0c5a-47ac-b079-ce2d99c674e0.jpeg\"\n                },\n                \"DisplayName\": \"Grand Mercure Dubai City\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2508676496074,\n                    \"Longitude\": 55.3437030315399\n                },\n                \"HighestPackagePrice\": 255.12,\n                \"ID\": 12696436,\n                \"LowestPackagePrice\": 255.12,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Sustainability\",\n                                \"Count\": 9,\n                                \"Score\": 100,\n                                \"ShortText\": \"Great efforts to be sustainable\",\n                                \"Text\": \"Excellent sustainability efforts\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1803,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 805,\n                                \"Score\": 89,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 4981,\n                                \"Score\": 88,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 1138,\n                                \"Score\": 83,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 1130,\n                                \"Score\": 75,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 2492,\n                                \"Score\": 73,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 58,\n                                \"Score\": 61,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 46,\n                                \"Score\": 30,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is disappointing.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation and the airport.\",\n                        \"ReviewId\": \"e85f037f-6ab5-4565-ac7c-70fbf649bcb1\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 14305,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 612,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 447,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 793,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 2551,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 9902,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Close to Dubai Airport. Close to public transportation and the airport. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 14305\n                }\n            },\n            {\n                \"Address\": \"4Th Street Al Qigga Al Butain Deira Dubai\",\n                \"ChainCode\": \"WV\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d69ebc31-5936-44da-8c0a-be16f6365094.jpeg\"\n                },\n                \"DisplayName\": \"Edge Creekside Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.25889,\n                    \"Longitude\": 55.32186\n                },\n                \"HighestPackagePrice\": 337.84,\n                \"ID\": 12759710,\n                \"LowestPackagePrice\": 226.3,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 17% in city\",\n                                \"Text\": \"Top 17% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 828,\n                                \"Score\": 97,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 129,\n                                \"Score\": 96,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 295,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 105,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 269,\n                                \"Score\": 87,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 453,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 12,\n                                \"Score\": 83,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 199,\n                                \"Score\": 83,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 177,\n                                \"Score\": 78,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"57ad9263-74f4-4072-9b0b-0b36b75e67fa\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3678,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 64,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 35,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 114,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 679,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2786,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas and the airport. Great rooms and fantastic service. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 3678\n                }\n            },\n            {\n                \"Address\": \"Burj Residence Tower 5 Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c1ccec87-8952-4c17-8966-f13e49f0dc7a.jpeg\"\n                },\n                \"DisplayName\": \"Elite Royal Apartment Burj Khalifa & Fountain view Ultimate\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.192356,\n                    \"Longitude\": 55.274224\n                },\n                \"HighestPackagePrice\": 1690.26,\n                \"ID\": 12759753,\n                \"LowestPackagePrice\": 1690.26,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Mankhool Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/10255e11-0d55-45f6-bb29-cfbead601335.jpeg\"\n                },\n                \"DisplayName\": \"SUHA Mina Rashid Hotel Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.25087,\n                    \"Longitude\": 55.29225\n                },\n                \"HighestPackagePrice\": 245.61,\n                \"ID\": 12798899,\n                \"LowestPackagePrice\": 208.52,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 6,\n                                \"Score\": 100,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 7,\n                                \"Score\": 100,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 51,\n                                \"Score\": 94,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 84,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Excellent amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 145,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 154,\n                                \"Score\": 91,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 255,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 250,\n                                \"Score\": 87,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 26,\n                                \"Score\": 60,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 56,\n                                \"Score\": 42,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent for traveling with friends.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"a10d886a-dd17-408f-8282-b6318c5cdf4a\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1099,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 20,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 20,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 57,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 275,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 727,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent for traveling with friends. Located near shopping areas and has easy access to public transportation. Great room. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 1099\n                }\n            },\n            {\n                \"Address\": \"Damac Maison Canal View Building Marasi, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/89ff1366-f0f4-495f-bffe-fbcb61be7d82.jpeg\"\n                },\n                \"DisplayName\": \"OSKENA Vacation Homes Damac Maison Canal View\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.187658,\n                    \"Longitude\": 55.284098\n                },\n                \"HighestPackagePrice\": 298.06,\n                \"ID\": 12885611,\n                \"LowestPackagePrice\": 270.97,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Burj Residence Tower 5 Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6accbaee-50b3-4f46-86bf-cc4f4b6f2067.jpeg\"\n                },\n                \"DisplayName\": \"Elite Royal Apartment Burj Khalifa & Fountain view Crystal\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.192356,\n                    \"Longitude\": 55.274224\n                },\n                \"HighestPackagePrice\": 1771.53,\n                \"ID\": 12924932,\n                \"LowestPackagePrice\": 1771.53,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marquise Square Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/bf8924f1-761b-4eef-b16b-793c183f383f.jpeg\"\n                },\n                \"DisplayName\": \"Maison Privee Marquise Square\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.18506,\n                    \"Longitude\": 55.27588\n                },\n                \"HighestPackagePrice\": 364.02,\n                \"ID\": 12924962,\n                \"LowestPackagePrice\": 364.02,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"7 Al Jaddaf Waterfront Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/39a6f53f-5e41-4010-979b-49d03087559f.jpeg\"\n                },\n                \"DisplayName\": \"SUHA Park Luxury Hotel Apartments Al Jaddaf\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.225359,\n                    \"Longitude\": 55.337816\n                },\n                \"HighestPackagePrice\": 276.05,\n                \"ID\": 12925003,\n                \"LowestPackagePrice\": 211.29,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 49,\n                                \"Score\": 96,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 144,\n                                \"Score\": 92,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 81,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 101,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are outstanding.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 26,\n                                \"Score\": 86,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 11,\n                                \"Score\": 22,\n                                \"ShortText\": \"Food could be better\",\n                                \"Text\": \"Complaints about food\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 13,\n                                \"Score\": 12,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Awful breakfast.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"055f359a-4364-43cb-947e-df00d419f60b\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 626,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 16,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 12,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 25,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 108,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 465,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Great rooms in excellent location.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 627\n                }\n            },\n            {\n                \"Address\": \"Khalid Bin Al Waleed Road Building No: 318 135, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e21e15e8-2180-4daa-8f00-3716c9b7b2f3.jpeg\"\n                },\n                \"DisplayName\": \"Fortune Atrium Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.250055,\n                    \"Longitude\": 55.311894\n                },\n                \"HighestPackagePrice\": 277.5,\n                \"ID\": 12970911,\n                \"LowestPackagePrice\": 252.12,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 81,\n                                \"Score\": 92,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 149,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 43,\n                                \"Score\": 91,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Excellent value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 344,\n                                \"Score\": 89,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 213,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 113,\n                                \"Score\": 75,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 51,\n                                \"Score\": 74,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 5,\n                                \"Score\": 60,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 8,\n                                \"Score\": 55,\n                                \"ShortText\": \"Ordinary pool\",\n                                \"Text\": \"Pool is mediocre.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"57babbb4-1433-415f-a4cf-2489bd413404\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1608,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 112,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 58,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 176,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 438,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 824,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel for solo travelers. Located near shopping areas and has easy access to public transportation. Fantastic service.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 1608\n                }\n            },\n            {\n                \"Address\": \"358 Al Quoz Third, Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2abcd3aa-e458-4f98-8c58-b2c913e46f8d.jpeg\"\n                },\n                \"DisplayName\": \"Urban Al Khoory Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.16136,\n                    \"Longitude\": 55.24973\n                },\n                \"HighestPackagePrice\": 246.83,\n                \"ID\": 12992351,\n                \"LowestPackagePrice\": 135.2,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 144,\n                                \"Score\": 98,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 102,\n                                \"Score\": 95,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 897,\n                                \"Score\": 94,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 118,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Excellent amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 307,\n                                \"Score\": 90,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 87,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 476,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 145,\n                                \"Score\": 88,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 273,\n                                \"Score\": 83,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 136,\n                                \"Score\": 82,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 9,\n                                \"Score\": 76,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 5,\n                                \"Score\": 57,\n                                \"ShortText\": \"Reasonable beach\",\n                                \"Text\": \"Beach is so-so.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"dfd48767-e2dd-4221-8677-992315796fd6\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 4638,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 145,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 67,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 147,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 696,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3583,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Good for sightseeing and located near shopping areas. Great room. Awesome vibe. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 4638\n                }\n            },\n            {\n                \"Address\": \"8Th St Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a9e6b9a7-c1d9-4911-b7af-9f68fa14af7b.jpeg\"\n                },\n                \"DisplayName\": \"The Leela Hotel Deira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.252354,\n                    \"Longitude\": 55.335544\n                },\n                \"HighestPackagePrice\": 245.28,\n                \"ID\": 12992416,\n                \"LowestPackagePrice\": 245.28,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"46360eb2-ae6f-4865-bcf4-93ff8bdfe0b8\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"Score\": 0,\n                        \"ScoreDescription\": \"\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"La Mer South Jumeirah 1, Dubai\",\n                \"ChainCode\": \"AT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8d52d4c5-ae38-49f7-803c-585ed764363d.jpeg\"\n                },\n                \"DisplayName\": \"Rove La Mer Beach Jumeirah\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.22515,\n                    \"Longitude\": 55.25421\n                },\n                \"HighestPackagePrice\": 525.91,\n                \"ID\": 13578067,\n                \"LowestPackagePrice\": 398.2,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 737,\n                                \"Score\": 97,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 3793,\n                                \"Score\": 96,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 904,\n                                \"Score\": 93,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1386,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 1046,\n                                \"Score\": 92,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 559,\n                                \"Score\": 89,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 1155,\n                                \"Score\": 88,\n                                \"ShortText\": \"Beautiful beach\",\n                                \"Text\": \"Beach is lovely.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 851,\n                                \"Score\": 87,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 389,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 42,\n                                \"Score\": 83,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Very nice wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1594,\n                                \"Score\": 83,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 652,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 58,\n                                \"Score\": 78,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the beach.\",\n                        \"ReviewId\": \"0550f93e-9f46-47e2-85f5-5aa542da50a9\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 12440,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 163,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 118,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 349,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1688,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 10122,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Close to Dubai Mall. Located near shopping areas and the beach. Great rooms and fantastic service. Great pool. Awesome vibe. Beautiful beach.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 12440\n                }\n            },\n            {\n                \"Address\": \"Royal Continental Suites Marasi Drive Dubai Business Bay\",\n                \"ChainCode\": \"OI\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f5a7bdcb-c7b9-4b17-a8fb-51f8825e25a3.jpeg\"\n                },\n                \"DisplayName\": \"Royal Continental Suites Business Bay Deluxe Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.18344,\n                    \"Longitude\": 55.28356\n                },\n                \"HighestPackagePrice\": 607.08,\n                \"ID\": 13580567,\n                \"LowestPackagePrice\": 422.68,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 56,\n                                \"Score\": 96,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 99,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 294,\n                                \"Score\": 95,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 128,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are outstanding.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 46,\n                                \"Score\": 94,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 28,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 10,\n                                \"Score\": 56,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 6,\n                                \"Score\": 50,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"ea7ee27a-d594-4d9b-b805-c8a0e70a0fd2\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1323,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 29,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 11,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 26,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 145,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1112,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Good for sightseeing and located near shopping areas. Great rooms and fantastic service. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 1323\n                }\n            },\n            {\n                \"Address\": \"Beach Walk Hotel, Dubai\",\n                \"ChainCode\": \"FG\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b0dd9569-5304-4633-b0c0-81714bd41ff7.jpeg\"\n                },\n                \"DisplayName\": \"Beach Walk Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.173867,\n                    \"Longitude\": 55.218688\n                },\n                \"HighestPackagePrice\": 386.31,\n                \"ID\": 13612401,\n                \"LowestPackagePrice\": 330.18,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 272,\n                                \"Score\": 98,\n                                \"ShortText\": \"Beautiful beach\",\n                                \"Text\": \"Wonderful beach.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 49,\n                                \"Score\": 95,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 377,\n                                \"Score\": 92,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 405,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 10,\n                                \"Score\": 91,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 128,\n                                \"Score\": 75,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 278,\n                                \"Score\": 72,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 151,\n                                \"Score\": 58,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 68,\n                                \"Score\": 54,\n                                \"ShortText\": \"Ordinary amenities\",\n                                \"Text\": \"Average amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 96,\n                                \"Score\": 53,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 24,\n                                \"Score\": 51,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 144,\n                                \"Score\": 34,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to the beach with many options for eating and drinking.\",\n                        \"ReviewId\": \"843589d0-7f92-4b30-8017-5ce9fe5f8728\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1543,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 41,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 49,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 82,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 453,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 918,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Great location. Awesome vibe. Beautiful beach.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 1541\n                }\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2425872e-e1bc-45e4-870b-67e2c5768432.jpeg\"\n                },\n                \"DisplayName\": \"bnbme 1B LoftW L313\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.196548,\n                    \"Longitude\": 55.269547\n                },\n                \"HighestPackagePrice\": 615.24,\n                \"ID\": 13864225,\n                \"LowestPackagePrice\": 615.24,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Boulevard Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/05ecd60b-868b-4f05-ae03-59808e8c534b.jpeg\"\n                },\n                \"DisplayName\": \"Dream Inn Dubai Apartments 29 Boulevard\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.1912,\n                    \"Longitude\": 55.27257\n                },\n                \"HighestPackagePrice\": 38142.67,\n                \"ID\": 14449150,\n                \"LowestPackagePrice\": 38142.67,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Jaddaf Waterfront Al Jaddaf, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9aa18296-b431-4ef1-be7a-c735e7f7ecf4.jpeg\"\n                },\n                \"DisplayName\": \"Suha Creek Hotel Apartments Waterfront Jaddaf\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.229034,\n                    \"Longitude\": 55.336222\n                },\n                \"HighestPackagePrice\": 272.7,\n                \"ID\": 14450684,\n                \"LowestPackagePrice\": 211.76,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 275,\n                                \"Score\": 97,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 39,\n                                \"Score\": 91,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Excellent value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 139,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 180,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are outstanding.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 97,\n                                \"Score\": 85,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 31,\n                                \"Score\": 49,\n                                \"ShortText\": \"Food could be better\",\n                                \"Text\": \"Disappointing food.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 24,\n                                \"Score\": 37,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"443ddf96-16ef-405f-8d0a-c336cb2cde42\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 962,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 6,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 14,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 29,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 145,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 768,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas and has easy access to public transportation. Great rooms and fantastic service.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 958\n                }\n            },\n            {\n                \"Address\": \"Sherina Plaza 4 Al Corniche Rd 111, Dubai\",\n                \"ChainCode\": \"WY\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/facd81c3-7b8c-4df0-82aa-22f8c6a8eef7.jpeg\"\n                },\n                \"DisplayName\": \"Wyndham Dubai Deira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.27731,\n                    \"Longitude\": 55.30026\n                },\n                \"HighestPackagePrice\": 224.74,\n                \"ID\": 14450706,\n                \"LowestPackagePrice\": 197.05,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 354,\n                                \"Score\": 92,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1124,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1564,\n                                \"Score\": 81,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 666,\n                                \"Score\": 77,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1363,\n                                \"Score\": 77,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 50,\n                                \"Score\": 66,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 682,\n                                \"Score\": 64,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 652,\n                                \"Score\": 58,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Sustainability\",\n                                \"Count\": 6,\n                                \"Score\": 43,\n                                \"ShortText\": \"Sustainability could be improved\",\n                                \"Text\": \"Sustainability efforts are not a priority.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"66fe0701-61de-47d5-86f1-055d8444625b\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 8359,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 283,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 231,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 603,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 2423,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 4819,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Close to Metro Station. Located near shopping areas and has easy access to public transportation. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 8342\n                }\n            },\n            {\n                \"Address\": \"Al Jadaf Street Behind Latifa Hospital Al Jadaf Dubai Al Jadaf Street Behind Latifa Hospital Al Jadaf Dubai\",\n                \"ChainCode\": \"RO\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/58a5d772-638f-4dec-8f14-ace77a685f82.jpeg\"\n                },\n                \"DisplayName\": \"Al Jaddaf Rotana Suite Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.22056,\n                    \"Longitude\": 55.32911\n                },\n                \"HighestPackagePrice\": 471.92,\n                \"ID\": 14535240,\n                \"LowestPackagePrice\": 431.05,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 296,\n                                \"Score\": 97,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1593,\n                                \"Score\": 96,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 33,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 396,\n                                \"Score\": 93,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 133,\n                                \"Score\": 92,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 872,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are outstanding.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 287,\n                                \"Score\": 91,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 47,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 14,\n                                \"Score\": 90,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 251,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 169,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 325,\n                                \"Score\": 85,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 6,\n                                \"Score\": 76,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Sustainability\",\n                                \"Count\": 5,\n                                \"Score\": 67,\n                                \"ShortText\": \"Some sustainability efforts have been observed\",\n                                \"Text\": \"Some efforts towards sustainability\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"5c378bc7-37c0-4475-a09a-788cad7b7ec9\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 9363,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 99,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 46,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 86,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 491,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 8641,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Located near shopping areas and the airport. Great room. Awesome vibe. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 9363\n                }\n            },\n            {\n                \"Address\": \"Maryam Plaza 1 Al Daghaya Rd 113, Dubai\",\n                \"ChainCode\": \"OZ\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1351a47a-80f2-4be0-9cab-d4cf60267c80.jpeg\"\n                },\n                \"DisplayName\": \"Super 8 by Wyndham Dubai Deira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.272803,\n                    \"Longitude\": 55.298301\n                },\n                \"HighestPackagePrice\": 261.93,\n                \"ID\": 14535276,\n                \"LowestPackagePrice\": 175.76,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 74,\n                                \"Score\": 87,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 360,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 15,\n                                \"Score\": 85,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 66,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 428,\n                                \"Score\": 80,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 197,\n                                \"Score\": 79,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 306,\n                                \"Score\": 67,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 61,\n                                \"Score\": 49,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"e490adbb-cd93-44b5-b72a-7c67d77ca05e\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2452,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 121,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 89,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 227,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 689,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1326,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel for solo travelers. Awesome vibe. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 2440\n                }\n            },\n            {\n                \"Address\": \"M Square Building 11B Street Al Mankhool, Dubai\",\n                \"ChainCode\": \"HL\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d82b87cd-b9d7-4418-987b-f59ffa8f1c64.jpeg\"\n                },\n                \"DisplayName\": \"Doubletree By Hilton Dubai M Square Hotel & Residences\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.250499142962,\n                    \"Longitude\": 55.3010292654819\n                },\n                \"HighestPackagePrice\": 422.43,\n                \"ID\": 14627288,\n                \"LowestPackagePrice\": 385.64,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 577,\n                                \"Score\": 97,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 3813,\n                                \"Score\": 95,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 565,\n                                \"Score\": 94,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 840,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 1205,\n                                \"Score\": 92,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 786,\n                                \"Score\": 91,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1381,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are outstanding.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 175,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 484,\n                                \"Score\": 86,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 49,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Very nice wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 361,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 15,\n                                \"Score\": 69,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 39,\n                                \"Score\": 45,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is not good.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"bab74449-4a43-4b84-8e6d-3894bd4ef579\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 8576,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 153,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 87,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 205,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1062,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 7069,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas and has easy access to public transportation. Great rooms and fantastic service. Awesome vibe. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 8640\n                }\n            },\n            {\n                \"Address\": \"Burj Residence Tower 6 Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6b1c289a-84b8-4451-88bc-214a24d464ef.jpeg\"\n                },\n                \"DisplayName\": \"Elite Royal Apartment Burj Khalifa & Fountain view Opal\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19253,\n                    \"Longitude\": 55.27457\n                },\n                \"HighestPackagePrice\": 1424.67,\n                \"ID\": 14669560,\n                \"LowestPackagePrice\": 1424.67,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Aparthotel Adagio Dubai Deira Afra Plaza Al Khaleej Road 110 Deira\",\n                \"ChainCode\": \"RT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b506e4a3-0edf-400c-a204-8ac53a65f40e.jpeg\"\n                },\n                \"DisplayName\": \"Aparthotel Adagio Dubai Deira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.27705,\n                    \"Longitude\": 55.30294\n                },\n                \"HighestPackagePrice\": 296.41,\n                \"ID\": 14672712,\n                \"LowestPackagePrice\": 296.41,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 779,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1918,\n                                \"Score\": 94,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 285,\n                                \"Score\": 92,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 138,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1170,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 207,\n                                \"Score\": 78,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 609,\n                                \"Score\": 78,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 281,\n                                \"Score\": 74,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Good amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 363,\n                                \"Score\": 72,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"High comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 17,\n                                \"Score\": 51,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"41110732-bc6f-497e-a40e-4c6671b374bc\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5402,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 162,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 107,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 254,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 983,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3896,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Located near shopping areas and has easy access to public transportation. Great rooms and fantastic service. Awesome vibe. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 5402\n                }\n            },\n            {\n                \"Address\": \"Al Khail Road Al Jaddaf Area Dubai Street 26\",\n                \"ChainCode\": \"EL\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/10cdbe83-2843-4ae5-b2ab-29df795bb914.jpeg\"\n                },\n                \"DisplayName\": \"Element Al Jaddaf Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.21961,\n                    \"Longitude\": 55.33181\n                },\n                \"HighestPackagePrice\": 344.7,\n                \"ID\": 14691879,\n                \"LowestPackagePrice\": 316.62,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 86,\n                                \"Score\": 98,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 48,\n                                \"Score\": 98,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 129,\n                                \"Score\": 94,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 238,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are outstanding.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 322,\n                                \"Score\": 91,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 20,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 97,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Excellent amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 80,\n                                \"Score\": 90,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Excellent value.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 8,\n                                \"Score\": 88,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 167,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 161,\n                                \"Score\": 78,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 57,\n                                \"Score\": 68,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to parking areas and public transportation.\",\n                        \"ReviewId\": \"41deeaf6-1353-42fc-8508-f8706418b0b1\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1084,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 19,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 13,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 33,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 176,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 843,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Close to Dubai Mall. Close to parking areas and public transportation. Awesome vibe. Great room. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 1084\n                }\n            },\n            {\n                \"Address\": \"Al Asayel Street Business Bay, Dubai\",\n                \"ChainCode\": \"YX\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3a35d02c-0d30-45fa-aba1-54225f50ecca.jpeg\"\n                },\n                \"DisplayName\": \"Revier Hotel Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.179407,\n                    \"Longitude\": 55.272084\n                },\n                \"HighestPackagePrice\": 372.36,\n                \"ID\": 14728427,\n                \"LowestPackagePrice\": 36.13,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 278,\n                                \"Score\": 98,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 849,\n                                \"Score\": 86,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 141,\n                                \"Score\": 86,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 285,\n                                \"Score\": 85,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 221,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 14,\n                                \"Score\": 82,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 364,\n                                \"Score\": 82,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 287,\n                                \"Score\": 77,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 531,\n                                \"Score\": 76,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 261,\n                                \"Score\": 53,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas with easy access to parking.\",\n                        \"ReviewId\": \"543d8d82-bfbc-4728-9088-fb518f861a54\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3594,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 148,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 64,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 147,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 730,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2505,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Great location. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 3564\n                }\n            },\n            {\n                \"Address\": \"3206 Dubai Mall Fashion Avenue\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1a2ba19d-41c8-4b3a-8fff-c86e5a364a1b.jpeg\"\n                },\n                \"DisplayName\": \"Fashion Avenue Dubai Mall Residences Luxury 1 bedroom\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.199469,\n                    \"Longitude\": 55.276885\n                },\n                \"HighestPackagePrice\": 655.31,\n                \"ID\": 14778278,\n                \"LowestPackagePrice\": 655.31,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marsi Drive Business Bay, Dubai\",\n                \"ChainCode\": \"EN\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/81239983-6083-4dd9-b51e-4598c5b6b47a.jpeg\"\n                },\n                \"DisplayName\": \"SLS Dubai Hotel & Residences\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.1847,\n                    \"Longitude\": 55.29245\n                },\n                \"HighestPackagePrice\": 733.5,\n                \"ID\": 14778282,\n                \"LowestPackagePrice\": 587.4,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 561,\n                                \"Score\": 91,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 50,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Very nice wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 553,\n                                \"Score\": 79,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1515,\n                                \"Score\": 78,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 275,\n                                \"Score\": 76,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1811,\n                                \"Score\": 75,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 9,\n                                \"Score\": 64,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 384,\n                                \"Score\": 63,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 468,\n                                \"Score\": 54,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 181,\n                                \"Score\": 53,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent for traveling with friends.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the city center.\",\n                        \"ReviewId\": \"d5fb31b5-798d-4f30-ae01-c6389d75e8c6\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 8926,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 607,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 304,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 510,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1275,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 6230,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent for traveling with friends. Great rooms in excellent location. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 8926\n                }\n            },\n            {\n                \"Address\": \"Boulevard Crescent Tower 2, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/149b11ad-279f-44b9-a664-997da38c4dc8.jpeg\"\n                },\n                \"DisplayName\": \"HiGuests Boulevard Crescent Tower 2\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.191416,\n                    \"Longitude\": 55.270531\n                },\n                \"HighestPackagePrice\": 452.52,\n                \"ID\": 14839080,\n                \"LowestPackagePrice\": 452.52,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Drive Business Bay Po.39346, Dubai\",\n                \"ChainCode\": \"ES\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fefbf820-9b61-418a-9981-5171ca7af723.jpeg\"\n                },\n                \"DisplayName\": \"Embassy Suites by Hilton Dubai Business Bay\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.180754,\n                    \"Longitude\": 55.278057\n                },\n                \"HighestPackagePrice\": 477.3,\n                \"ID\": 14845189,\n                \"LowestPackagePrice\": 477.3,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Drive Business Bay Po 393465, Dubai\",\n                \"ChainCode\": \"GI\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/52f0755a-85bb-4f0e-b884-1dea6d34ecdb.jpeg\"\n                },\n                \"DisplayName\": \"Hilton Garden Inn Dubai Business Bay\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.180754,\n                    \"Longitude\": 55.278057\n                },\n                \"HighestPackagePrice\": 388.22,\n                \"ID\": 14845194,\n                \"LowestPackagePrice\": 388.22,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 10,\n                                \"Score\": 100,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are outstanding.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 11,\n                                \"Score\": 100,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 7,\n                                \"Score\": 100,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 22,\n                                \"Score\": 90,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 5,\n                                \"Score\": 79,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"4f634c5c-d529-42bb-94d7-112a637aa30c\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 93,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 6,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 1,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 3,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 10,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 73,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Awesome vibe. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 40\n                }\n            },\n            {\n                \"Address\": \"Sheikh Rashid Road & 37Th Street, Dubai\",\n                \"ChainCode\": \"EL\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f07a89d2-362e-4ee1-87d4-baa20d6d67fc.jpeg\"\n                },\n                \"DisplayName\": \"Element Al Mina Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.248506,\n                    \"Longitude\": 55.2836093\n                },\n                \"HighestPackagePrice\": 341.32,\n                \"ID\": 14845200,\n                \"LowestPackagePrice\": 318.45,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 276,\n                                \"Score\": 92,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 10,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 8,\n                                \"Score\": 88,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Bar is amazing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 123,\n                                \"Score\": 88,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 240,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 110,\n                                \"Score\": 82,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 195,\n                                \"Score\": 72,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 136,\n                                \"Score\": 67,\n                                \"ShortText\": \"Location is ok\",\n                                \"Text\": \"Location is acceptable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent accommodation.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"5591af60-c416-4107-998f-9623604117c8\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 930,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 17,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 12,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 46,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 261,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 594,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent accommodation. Good for sightseeing and located near shopping areas. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 933\n                }\n            },\n            {\n                \"Address\": \"Al Hassabi Street Jumeirah Garden City, Dubai\",\n                \"ChainCode\": \"CY\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b657bfa3-2a8f-41a3-b74b-05d2d4dcd84e.jpeg\"\n                },\n                \"DisplayName\": \"Courtyard by Marriott World Trade Centre Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.228253,\n                    \"Longitude\": 55.283416\n                },\n                \"HighestPackagePrice\": 974.81,\n                \"ID\": 14845202,\n                \"LowestPackagePrice\": 876.81,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 17% in city\",\n                                \"Text\": \"Top 17% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1270,\n                                \"Score\": 96,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 220,\n                                \"Score\": 94,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 514,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 213,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 16,\n                                \"Score\": 86,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 396,\n                                \"Score\": 85,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 619,\n                                \"Score\": 80,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 334,\n                                \"Score\": 79,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing with access to public transportation.\",\n                        \"ReviewId\": \"29aa8d04-23e2-40c6-9e9e-432e220aa963\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 4020,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 30,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 27,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 103,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 698,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3162,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Good for sightseeing with access to public transportation. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 4030\n                }\n            },\n            {\n                \"Address\": \"Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b16e13c2-cac5-49ea-938b-2135457d712e.jpeg\"\n                },\n                \"DisplayName\": \"Nasma Luxury Stays BLVD Central Podium\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.191737,\n                    \"Longitude\": 55.273362\n                },\n                \"HighestPackagePrice\": 357.75,\n                \"ID\": 14911691,\n                \"LowestPackagePrice\": 357.75,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Building No 18 Al Jaddaf, Dubai\",\n                \"ChainCode\": \"MU\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/32a093d4-6e53-489b-ab6e-3e4ac509ae81.jpeg\"\n                },\n                \"DisplayName\": \"Kingsgate Al Jadaf by Millennium Hotels\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.225093,\n                    \"Longitude\": 55.339252\n                },\n                \"HighestPackagePrice\": 254.99,\n                \"ID\": 14911696,\n                \"LowestPackagePrice\": 165.1,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 99,\n                                \"Score\": 75,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 242,\n                                \"Score\": 58,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 197,\n                                \"Score\": 55,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 94,\n                                \"Score\": 53,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 20,\n                                \"Score\": 36,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 94,\n                                \"Score\": 34,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 32,\n                                \"Score\": 22,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 6,\n                                \"Score\": 0,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Disappointing wellness & sports facilities.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to parking areas and public transportation.\",\n                        \"ReviewId\": \"735e858f-fccf-4740-b411-0e5a13295699\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1397,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 282,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 133,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 178,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 305,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 499,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.5,\n                        \"ScoreDescription\": \"Fair\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Great location.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 1405\n                }\n            },\n            {\n                \"Address\": \"Al Jaddaf, Dubai\",\n                \"ChainCode\": \"MU\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/70f05609-16eb-4c8c-b665-125aa3abaf09.jpeg\"\n                },\n                \"DisplayName\": \"Kingsgate Canal Hotel by Millennium\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.22605,\n                    \"Longitude\": 55.34068\n                },\n                \"HighestPackagePrice\": 240.09,\n                \"ID\": 15357616,\n                \"LowestPackagePrice\": 165.1,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 5,\n                                \"Score\": 91,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 31,\n                                \"Score\": 82,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 279,\n                                \"Score\": 68,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 114,\n                                \"Score\": 67,\n                                \"ShortText\": \"Location is ok\",\n                                \"Text\": \"Location is acceptable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 88,\n                                \"Score\": 63,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 56,\n                                \"Score\": 59,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 224,\n                                \"Score\": 50,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 26,\n                                \"Score\": 47,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 116,\n                                \"Score\": 33,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Fair hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to parking areas and public transportation.\",\n                        \"ReviewId\": \"96725dce-d9d9-43c7-bae1-349aab4c2aac\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1551,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 284,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 118,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 208,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 377,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 564,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.6,\n                        \"ScoreDescription\": \"Fair\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Fair hotel for solo travelers. Close to parking areas and public transportation. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 1551\n                }\n            },\n            {\n                \"Address\": \"Al Wasl And Al Safa Road Junction, Dubai\",\n                \"ChainCode\": \"AT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/737597a0-f5dd-4496-89d4-9fdb1a846bd8.jpeg\"\n                },\n                \"DisplayName\": \"Rove City Walk\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.205254,\n                    \"Longitude\": 55.267959\n                },\n                \"HighestPackagePrice\": 409.71,\n                \"ID\": 15541769,\n                \"LowestPackagePrice\": 321.27,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 5878,\n                                \"Score\": 98,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 1145,\n                                \"Score\": 97,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 2243,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 1201,\n                                \"Score\": 94,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 1243,\n                                \"Score\": 93,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 1177,\n                                \"Score\": 93,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 51,\n                                \"Score\": 90,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 727,\n                                \"Score\": 90,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Excellent value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 80,\n                                \"Score\": 89,\n                                \"ShortText\": \"Beautiful beach\",\n                                \"Text\": \"Beach is lovely.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 638,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 87,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Very nice wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 2121,\n                                \"Score\": 82,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"b1ad920a-d613-49fe-9f91-99ab7cc82f82\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 16461,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 131,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 80,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 246,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1755,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 14249,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Close to Dubai Mall. Awesome rooms and service in a great location. Beautiful beach. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 16425\n                }\n            },\n            {\n                \"Address\": \"Jumeirah Garden City Opposite Dubai World Trade Centre\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c8874a3a-3516-443f-845d-e294421cd66a.jpeg\"\n                },\n                \"DisplayName\": \"Rose Executive Hotel DWTC\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.22478,\n                    \"Longitude\": 55.28067\n                },\n                \"HighestPackagePrice\": 655.3,\n                \"ID\": 15555329,\n                \"LowestPackagePrice\": 655.3,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"34 A Street, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8fa587df-13da-4ffe-9407-0d80ff3717f3.jpeg\"\n                },\n                \"DisplayName\": \"City Avenue Al Reqqa Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.265203,\n                    \"Longitude\": 55.318148\n                },\n                \"HighestPackagePrice\": 200.57,\n                \"ID\": 15555333,\n                \"LowestPackagePrice\": 143.97,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Airport Road Al Garhoud, Dubai\",\n                \"ChainCode\": \"AL\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6a65bf54-4690-4fa2-bdaf-f48ef61ef911.jpeg\"\n                },\n                \"DisplayName\": \"Aloft Dubai Airport\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.247456,\n                    \"Longitude\": 55.349225\n                },\n                \"HighestPackagePrice\": 197.08,\n                \"ID\": 15555393,\n                \"LowestPackagePrice\": 197.08,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 42,\n                                \"Score\": 97,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 695,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 508,\n                                \"Score\": 88,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"Comfort level is high.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 165,\n                                \"Score\": 87,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 210,\n                                \"Score\": 87,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 21,\n                                \"Score\": 84,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 783,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 705,\n                                \"Score\": 79,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 233,\n                                \"Score\": 71,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 163,\n                                \"Score\": 66,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 299,\n                                \"Score\": 65,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 5,\n                                \"Score\": 29,\n                                \"ShortText\": \"Beach is not so nice\",\n                                \"Text\": \"Beach is unacceptable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation and the airport.\",\n                        \"ReviewId\": \"7a362b1c-bea5-444e-b897-d8c8939d5989\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 4021,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 135,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 98,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 248,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1238,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2302,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Close to Dubai Airport. Close to public transportation and the airport. Great room. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 3989\n                }\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e085fa65-1881-4f19-8549-939450152663.jpeg\"\n                },\n                \"DisplayName\": \"SuperHost Spectacular City View Apartment Near Burj Khalifa\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.199831,\n                    \"Longitude\": 55.277488\n                },\n                \"HighestPackagePrice\": 643.05,\n                \"ID\": 15594593,\n                \"LowestPackagePrice\": 643.05,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Next To Al Jaddaf Metro Station Al Jaddaf, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/65e0a1ed-1019-4531-bc71-7339b4068f11.jpeg\"\n                },\n                \"DisplayName\": \"S 19 Hotel Al Jaddaf\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.22238,\n                    \"Longitude\": 55.33478\n                },\n                \"HighestPackagePrice\": 240.82,\n                \"ID\": 15594612,\n                \"LowestPackagePrice\": 240.82,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Jaddaf Culture Village, Dubai\",\n                \"ChainCode\": \"AZ\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d6228758-4e7b-443a-bc5b-d8403f0624e7.jpeg\"\n                },\n                \"DisplayName\": \"Citadines Culture Village Dubai Waterfront Jadaf\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.229369,\n                    \"Longitude\": 55.338065\n                },\n                \"HighestPackagePrice\": 283.54,\n                \"ID\": 15594615,\n                \"LowestPackagePrice\": 206.23,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Jaddaf Opposite Palazzo Versace, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0f59e5ff-db29-4ac7-8ee1-8fd35bc06115.jpeg\"\n                },\n                \"DisplayName\": \"Grand Kingsgate Jaddaf Waterfront Hotel by Millennium\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.22737,\n                    \"Longitude\": 55.3418\n                },\n                \"HighestPackagePrice\": 189.9,\n                \"ID\": 15603264,\n                \"LowestPackagePrice\": 189.9,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 136,\n                                \"Score\": 72,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 5,\n                                \"Score\": 67,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 44,\n                                \"Score\": 66,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 252,\n                                \"Score\": 64,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 108,\n                                \"Score\": 62,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 56,\n                                \"Score\": 61,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 233,\n                                \"Score\": 47,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 127,\n                                \"Score\": 44,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 53,\n                                \"Score\": 38,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 57,\n                                \"Score\": 38,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 11,\n                                \"Score\": 33,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Pool is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 9,\n                                \"Score\": 11,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Disappointing wellness & sports facilities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Fair hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"4c76982d-dfce-445c-9a73-6a837e846474\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1710,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 242,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 118,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 243,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 478,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 629,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.7,\n                        \"ScoreDescription\": \"Fair\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Fair hotel for solo travelers. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 1710\n                }\n            },\n            {\n                \"Address\": \"Al Sabkha Street Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/390e58ab-0200-4958-8835-d6e06dd9bfbc.jpeg\"\n                },\n                \"DisplayName\": \"Mount Sina Hotel By Aura\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2693080965493,\n                    \"Longitude\": 55.3031721711159\n                },\n                \"HighestPackagePrice\": 129,\n                \"ID\": 15630273,\n                \"LowestPackagePrice\": 118.87,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"4a7da3ee-9ca2-4adc-8255-9837db72d094\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"Score\": 0,\n                        \"ScoreDescription\": \"\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"\"\n                    }\n                ],\n                \"StarRating\": \"1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Tower 3 43 34C Street, Dubai\",\n                \"ChainCode\": \"SS\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4bdef6db-e723-4625-9441-5c756d4d007d.jpeg\"\n                },\n                \"DisplayName\": \"Sonder Downtown Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.207462,\n                    \"Longitude\": 55.268563\n                },\n                \"HighestPackagePrice\": 708.44,\n                \"ID\": 15630275,\n                \"LowestPackagePrice\": 655.45,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Burj Residences Tower 6 Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d986af1b-c240-41cb-babe-8af890475ec3.jpeg\"\n                },\n                \"DisplayName\": \"Elite Royal Apartment Full Burj Khalifa & Fountain View 2 bedrooms and 1 open bedroom without partition\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19281,\n                    \"Longitude\": 55.27444\n                },\n                \"HighestPackagePrice\": 1424.67,\n                \"ID\": 15640395,\n                \"LowestPackagePrice\": 1424.67,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Burj Residence Tower 7 Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/970208c9-ad04-4d60-8698-3a0041d2175e.jpeg\"\n                },\n                \"DisplayName\": \"Elite Royal Apartment Burj Khalifa & Fountain view President\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.192079,\n                    \"Longitude\": 55.274367\n                },\n                \"HighestPackagePrice\": 1971.53,\n                \"ID\": 15640397,\n                \"LowestPackagePrice\": 1971.53,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Asayel St, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8ed97ebf-a756-4a44-ad67-344181eae6dc.jpeg\"\n                },\n                \"DisplayName\": \"HiGuests Burj Al Nujoom Tower\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.191214,\n                    \"Longitude\": 55.281807\n                },\n                \"HighestPackagePrice\": 328.7,\n                \"ID\": 15650536,\n                \"LowestPackagePrice\": 328.7,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Downtonw Area ., Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b483978f-b6a9-4d9b-ac91-ebc422f658df.jpeg\"\n                },\n                \"DisplayName\": \"Dream Inn Dubai Apartments Marina Quays\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.1870536804199,\n                    \"Longitude\": 55.2782249450684\n                },\n                \"HighestPackagePrice\": 3882.89,\n                \"ID\": 15850113,\n                \"LowestPackagePrice\": 3882.89,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sheikh Rashid Road & 37Th Street, Dubai\",\n                \"ChainCode\": \"AL\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/aec0e915-b096-42f4-8998-eef8343b9c0b.jpeg\"\n                },\n                \"DisplayName\": \"Aloft Al Mina Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.248941,\n                    \"Longitude\": 55.284319\n                },\n                \"HighestPackagePrice\": 275.78,\n                \"ID\": 15850254,\n                \"LowestPackagePrice\": 257.39,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 7,\n                                \"Score\": 90,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 547,\n                                \"Score\": 87,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 460,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 118,\n                                \"Score\": 80,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 199,\n                                \"Score\": 77,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 264,\n                                \"Score\": 71,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 204,\n                                \"Score\": 64,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 36,\n                                \"Score\": 41,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is not good.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Easily accessible by car and close to shopping areas.\",\n                        \"ReviewId\": \"7422d6e1-a28a-4e87-94f6-bad099eff446\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2469,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 101,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 68,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 167,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 660,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1473,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Great location. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 2466\n                }\n            },\n            {\n                \"Address\": \"Trade Centre Street Off Sheikh Zayed Rd, Dubai\",\n                \"ChainCode\": \"EN\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3f585bc5-86b7-4b03-b4e4-15869e1e132a.jpeg\"\n                },\n                \"DisplayName\": \"25hours Hotel Dubai One Central\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.21945,\n                    \"Longitude\": 55.284403\n                },\n                \"HighestPackagePrice\": 1013.46,\n                \"ID\": 15894735,\n                \"LowestPackagePrice\": 798.64,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 278,\n                                \"Score\": 91,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Excellent breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 123,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 639,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 846,\n                                \"Score\": 90,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 11,\n                                \"Score\": 87,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 587,\n                                \"Score\": 87,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1568,\n                                \"Score\": 85,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 945,\n                                \"Score\": 78,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 223,\n                                \"Score\": 74,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 179,\n                                \"Score\": 61,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 389,\n                                \"Score\": 46,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 8,\n                                \"Score\": 25,\n                                \"ShortText\": \"Beach is not so nice\",\n                                \"Text\": \"Beach is unacceptable.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"536d507f-f9a5-4d1a-9ff2-eb6104610844\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 6284,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 415,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 193,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 310,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 907,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 4459,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Good for sightseeing and located near shopping areas. Great pool. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 6287\n                }\n            },\n            {\n                \"Address\": \"10 Street Near Deira Gold Souq Murshid Souq Deira Dubai United Arab Emirates\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f796ec18-c3f7-4963-a2fb-cca8ed9c531e.jpeg\"\n                },\n                \"DisplayName\": \"Maaeen Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2694244384766,\n                    \"Longitude\": 55.3001823425293\n                },\n                \"HighestPackagePrice\": 165.77,\n                \"ID\": 15899097,\n                \"LowestPackagePrice\": 148.54,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 5,\n                                \"Score\": 100,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works perfectly.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 25,\n                                \"Score\": 99,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 208,\n                                \"Score\": 98,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 115,\n                                \"Score\": 98,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 42,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 28,\n                                \"Score\": 92,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Excellent value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 54,\n                                \"Score\": 92,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 129,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are outstanding.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 9,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 11,\n                                \"Score\": 81,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 27,\n                                \"Score\": 79,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"High comfort.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas.\",\n                        \"ReviewId\": \"da85c60b-ce5b-49d6-a172-e41a68520a3c\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 545,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 39,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 18,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 27,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 77,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 384,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas. Great rooms and fantastic service. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"1\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 545\n                }\n            },\n            {\n                \"Address\": \"One Deira Plaza Gold Souk Metro Station Al Corniche 111, Dubai\",\n                \"ChainCode\": \"DI\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/93821980-4462-4ef0-b80d-54b12594a530.jpeg\"\n                },\n                \"DisplayName\": \"Days Hotel By Wyndham Dubai Deira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.27579,\n                    \"Longitude\": 55.30133\n                },\n                \"HighestPackagePrice\": 253.17,\n                \"ID\": 15921943,\n                \"LowestPackagePrice\": 191.91,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 240,\n                                \"Score\": 94,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 849,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 869,\n                                \"Score\": 82,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 412,\n                                \"Score\": 78,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 304,\n                                \"Score\": 75,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 34,\n                                \"Score\": 73,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 195,\n                                \"Score\": 73,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Good amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 771,\n                                \"Score\": 68,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 42,\n                                \"Score\": 11,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Horrible pool.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"87557166-9185-47e4-ad0e-0a4d5dff6828\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 4964,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 231,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 147,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 378,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1413,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2795,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel. Great location. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 4964\n                }\n            },\n            {\n                \"Address\": \"Dubai Business Bay Dubai\",\n                \"ChainCode\": \"EN\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a5c6cfcc-45ad-4ebf-8362-a0c07e439814.jpeg\"\n                },\n                \"DisplayName\": \"Hyde Hotel Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.181708,\n                    \"Longitude\": 55.279054\n                },\n                \"HighestPackagePrice\": 524.24,\n                \"ID\": 15921985,\n                \"LowestPackagePrice\": 416.76,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 555,\n                                \"Score\": 93,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1834,\n                                \"Score\": 92,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 89,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 595,\n                                \"Score\": 91,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is to die for.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 69,\n                                \"Score\": 91,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 787,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1314,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 483,\n                                \"Score\": 84,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 549,\n                                \"Score\": 84,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 19,\n                                \"Score\": 44,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent for traveling with friends.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"9813c065-e528-4fee-8fa3-048036f58910\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 7308,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 234,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 131,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 310,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1209,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 5424,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent for traveling with friends. Good for sightseeing and located near shopping areas. Great room. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 7345\n                }\n            },\n            {\n                \"Address\": \"South America The World Islands, Dubai\",\n                \"ChainCode\": \"OH\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/50b1f858-cb9f-47be-a1bb-50995a4e1225.jpeg\"\n                },\n                \"DisplayName\": \"Anantara World Islands Dubai Resort\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.194131,\n                    \"Longitude\": 55.177019\n                },\n                \"HighestPackagePrice\": 1239.1,\n                \"ID\": 15942620,\n                \"LowestPackagePrice\": 1059.52,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"129 Port Saeed P.O.Box 6237, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cbdc3544-68f7-4bb3-be7b-c67ef14a9c64.jpeg\"\n                },\n                \"DisplayName\": \"Al Khoory Sky Garden Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.25775,\n                    \"Longitude\": 55.3333\n                },\n                \"HighestPackagePrice\": 283.98,\n                \"ID\": 16001093,\n                \"LowestPackagePrice\": 259.13,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"La Mer Beach, Dubai\",\n                \"ChainCode\": \"HY\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e6e703f0-6544-483a-b24f-e7bb6c622494.jpeg\"\n                },\n                \"DisplayName\": \"Hyatt Centric Jumeirah Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.235072,\n                    \"Longitude\": 55.260023\n                },\n                \"HighestPackagePrice\": 974.83,\n                \"ID\": 16028622,\n                \"LowestPackagePrice\": 875.16,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 109,\n                                \"Score\": 93,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Perfectly clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 165,\n                                \"Score\": 92,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 228,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 378,\n                                \"Score\": 87,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 298,\n                                \"Score\": 86,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 132,\n                                \"Score\": 84,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 100,\n                                \"Score\": 82,\n                                \"ShortText\": \"Beautiful beach\",\n                                \"Text\": \"Beach is lovely.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 63,\n                                \"Score\": 61,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 11,\n                                \"Score\": 31,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to the beach with many options for eating and drinking.\",\n                        \"ReviewId\": \"093b2ba5-d4b3-4cca-9827-9d4d8ef609fd\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1695,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 49,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 30,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 88,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 345,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1183,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Close to the beach with many options for eating and drinking. Awesome vibe. Beautiful beach. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 1694\n                }\n            },\n            {\n                \"Address\": \"17 6B Oud Metha Opp.Lamcy Plaza Mall, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/add78861-7f66-4fe5-a037-d6cf21d88cef.jpeg\"\n                },\n                \"DisplayName\": \"Sitara Hotel Apartment\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.235208,\n                    \"Longitude\": 55.307934\n                },\n                \"HighestPackagePrice\": 297.14,\n                \"ID\": 16050088,\n                \"LowestPackagePrice\": 297.14,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Boulevard Central Tower, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/462bdf6a-baf7-4b8f-8c7b-f4df6ecdd1ce.jpeg\"\n                },\n                \"DisplayName\": \"HiGuests Boulevard Central Tower\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.191661,\n                    \"Longitude\": 55.273534\n                },\n                \"HighestPackagePrice\": 637.8,\n                \"ID\": 16051423,\n                \"LowestPackagePrice\": 637.8,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Dubai Fountain Street Downtown\",\n                \"ChainCode\": \"EB\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/23be376f-09d4-40a6-8c43-a1f9dea57375.jpeg\"\n                },\n                \"DisplayName\": \"The Dubai Edition\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.192105,\n                    \"Longitude\": 55.280669\n                },\n                \"HighestPackagePrice\": 962.62,\n                \"ID\": 16054952,\n                \"LowestPackagePrice\": 894.94,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 341,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 21,\n                                \"Score\": 88,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Bar is amazing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 182,\n                                \"Score\": 85,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 149,\n                                \"Score\": 78,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Good amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 363,\n                                \"Score\": 61,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 534,\n                                \"Score\": 56,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 142,\n                                \"Score\": 54,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 73,\n                                \"Score\": 49,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 71,\n                                \"Score\": 36,\n                                \"ShortText\": \"Value for money could be better\",\n                                \"Text\": \"Value below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 10,\n                                \"Score\": 14,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent for traveling with friends.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the city center.\",\n                        \"ReviewId\": \"d7c0557f-9d02-473c-817d-b299e6a51939\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3808,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 223,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 91,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 169,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 448,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2877,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent for traveling with friends. Close to Dubai Mall. Awesome vibe. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 3800\n                }\n            },\n            {\n                \"Address\": \"Marasi Drive 1 Ag Tower, Dubai\",\n                \"ChainCode\": \"OI\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/46d099a4-ceaf-49d8-9452-5c25aba338e4.jpeg\"\n                },\n                \"DisplayName\": \"Unlock Metropolis Business Bay\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.17986,\n                    \"Longitude\": 55.26916\n                },\n                \"HighestPackagePrice\": 540.89,\n                \"ID\": 16054970,\n                \"LowestPackagePrice\": 508.54,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Difc Area, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7d63ac72-58fc-40f6-acee-0043582c4407.jpeg\"\n                },\n                \"DisplayName\": \"HiGuests Park Towers\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.209528,\n                    \"Longitude\": 55.278514\n                },\n                \"HighestPackagePrice\": 503.92,\n                \"ID\": 16075672,\n                \"LowestPackagePrice\": 503.92,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Asayel Street Bay Square Dubai Business Bay\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2db5b1a4-eabd-40cb-8738-80c0fdeb8dea.jpeg\"\n                },\n                \"DisplayName\": \"Ramee Dream Hotel Downtown\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.187659,\n                    \"Longitude\": 55.281262\n                },\n                \"HighestPackagePrice\": 537.18,\n                \"ID\": 16124425,\n                \"LowestPackagePrice\": 338.29,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"14 Al Mustaqbal Street, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/aa5cc581-82c4-4849-990a-4df647bf855b.jpeg\"\n                },\n                \"DisplayName\": \"Silkhaus Sky Gardens DIFC Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.212156,\n                    \"Longitude\": 55.282657\n                },\n                \"HighestPackagePrice\": 561.21,\n                \"ID\": 16124437,\n                \"LowestPackagePrice\": 561.21,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Bur Dubai Bank Street\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2d17becf-c016-425e-9159-8dc56b22aacd.jpeg\"\n                },\n                \"DisplayName\": \"Wescott Pearl Hotel Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.255514,\n                    \"Longitude\": 55.301995\n                },\n                \"HighestPackagePrice\": 297.14,\n                \"ID\": 16175418,\n                \"LowestPackagePrice\": 297.14,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Garhoud Bridge, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8d507a40-30f6-4519-9c18-7aef36ec9c70.jpeg\"\n                },\n                \"DisplayName\": \"Havana Holiday Homes in Al Garhoud\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.245889,\n                    \"Longitude\": 55.339906\n                },\n                \"HighestPackagePrice\": 339.48,\n                \"ID\": 16239168,\n                \"LowestPackagePrice\": 339.48,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"The Atria Residences Business Bay Dubai Uae\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/166ab91b-f664-4fff-b0f9-2cec463a5ed9.jpeg\"\n                },\n                \"DisplayName\": \"Eden's Homes & Villas Millennium Atria Residences\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.18062,\n                    \"Longitude\": 55.26362\n                },\n                \"HighestPackagePrice\": 745.82,\n                \"ID\": 16239713,\n                \"LowestPackagePrice\": 745.82,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Khail Damac Para, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/116db37c-697b-4745-a324-3d3bc1c9926b.jpeg\"\n                },\n                \"DisplayName\": \"Maison Privee Cool Dubai Apt next Burj Khalifa & Design District\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.18591,\n                    \"Longitude\": 55.29154\n                },\n                \"HighestPackagePrice\": 465.51,\n                \"ID\": 16239875,\n                \"LowestPackagePrice\": 465.51,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Mustaqbal Street, Dubai\",\n                \"ChainCode\": \"WV\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/041171e0-7e68-4b24-9896-ab78e1f9e6cc.jpeg\"\n                },\n                \"DisplayName\": \"Paramount Hotel Midtown\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19401,\n                    \"Longitude\": 55.26579\n                },\n                \"HighestPackagePrice\": 615.09,\n                \"ID\": 16641491,\n                \"LowestPackagePrice\": 488.22,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Dubai Mall 2719 Dubai Downtown\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6c5bc824-ef6e-4f1d-9dee-5bcc261254ab.jpeg\"\n                },\n                \"DisplayName\": \"SuperHost Address Dubai Mall Comfy Studios\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.199854,\n                    \"Longitude\": 55.277446\n                },\n                \"HighestPackagePrice\": 620.44,\n                \"ID\": 16641788,\n                \"LowestPackagePrice\": 576.5,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Dubai Mall 3213 Dubai Downtown\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b472070d-99b8-418a-b894-d0abd7cdd9e4.jpeg\"\n                },\n                \"DisplayName\": \"SuperHost Address Dubai Mall Gorgeous One Bedroom\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.198871,\n                    \"Longitude\": 55.279649\n                },\n                \"HighestPackagePrice\": 554.31,\n                \"ID\": 16641789,\n                \"LowestPackagePrice\": 554.31,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Dubai Mall 2501 Dubai Downtown\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/34f32638-5b4b-4b2f-98e9-ac17c7c5131c.jpeg\"\n                },\n                \"DisplayName\": \"SuperHost Luxurious Apartment 2 min From The Burj Khalifa Address Dubai Mall\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.198829,\n                    \"Longitude\": 55.279632\n                },\n                \"HighestPackagePrice\": 1670.67,\n                \"ID\": 16641794,\n                \"LowestPackagePrice\": 1670.67,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Dubai Mall 2702 Dubai Downtown\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/30112ac8-a3fa-4a6a-b409-d5d34a12d732.jpeg\"\n                },\n                \"DisplayName\": \"SuperHost Spacious Apartment With Panoramic Skyline Views I Address Dubai Mall\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.198829,\n                    \"Longitude\": 55.279632\n                },\n                \"HighestPackagePrice\": 1001.01,\n                \"ID\": 16641796,\n                \"LowestPackagePrice\": 1001.01,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Dubai Mall 2020 Dubai Downtown\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/895e3326-44a4-4698-8288-9a6facf7f294.jpeg\"\n                },\n                \"DisplayName\": \"SuperHost Trendy Studio In The Heart Of Downtown Dubai Address Dubai Mall\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.199813,\n                    \"Longitude\": 55.27745\n                },\n                \"HighestPackagePrice\": 669.93,\n                \"ID\": 16641801,\n                \"LowestPackagePrice\": 669.93,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Dubai Mall 3120 Dubai Downtown\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e79196fb-282b-48d2-8677-f4e17bd60523.jpeg\"\n                },\n                \"DisplayName\": \"SuperHost Downtown Premium Studio With Burj Khalifa View I Address Dubai Mall\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19985,\n                    \"Longitude\": 55.277438\n                },\n                \"HighestPackagePrice\": 681.35,\n                \"ID\": 16641809,\n                \"LowestPackagePrice\": 681.35,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Dubai Mall 2319 Dubai Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2faa8aeb-655c-4eab-8d94-127f3dcb7dd6.jpeg\"\n                },\n                \"DisplayName\": \"SuperHost Address Dubai Mall Fancy Studios\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.1988506317139,\n                    \"Longitude\": 55.2796401977539\n                },\n                \"HighestPackagePrice\": 631.4,\n                \"ID\": 16641815,\n                \"LowestPackagePrice\": 631.4,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Building 20 Al Jadaf Waterfront, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c19b70da-c3d9-42ec-bc84-d4daa25eb4d2.jpeg\"\n                },\n                \"DisplayName\": \"Ink Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.226869,\n                    \"Longitude\": 55.340184\n                },\n                \"HighestPackagePrice\": 400.82,\n                \"ID\": 16649949,\n                \"LowestPackagePrice\": 400.82,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Behind Commercial Bank Building, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2db0a853-c5d6-4246-8f95-9950b58ea01b.jpeg\"\n                },\n                \"DisplayName\": \"Pearl Swiss Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.264335,\n                    \"Longitude\": 55.3196\n                },\n                \"HighestPackagePrice\": 166.42,\n                \"ID\": 16750936,\n                \"LowestPackagePrice\": 149.51,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Ibis Styles Dubai Deira\",\n                \"ChainCode\": \"RT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/18f5a0f5-4399-47b7-8b86-5435d972a26f.jpeg\"\n                },\n                \"DisplayName\": \"ibis Styles Dubai Deira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.274698,\n                    \"Longitude\": 55.297824\n                },\n                \"HighestPackagePrice\": 303.22,\n                \"ID\": 16756419,\n                \"LowestPackagePrice\": 283.43,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 34,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 343,\n                                \"Score\": 95,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 869,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 209,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1688,\n                                \"Score\": 90,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 579,\n                                \"Score\": 86,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 255,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 460,\n                                \"Score\": 80,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1030,\n                                \"Score\": 76,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 28,\n                                \"Score\": 73,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 358,\n                                \"Score\": 54,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"f3ba932c-482a-4099-be66-0a6fba7102aa\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 6279,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 194,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 95,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 331,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1526,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 4133,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas and has easy access to public transportation. Great pool. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 6381\n                }\n            },\n            {\n                \"Address\": \"Marasi Dr, Dubai\",\n                \"ChainCode\": \"OI\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/77a1be25-85e2-4bcd-9b7b-a12145cb9abc.jpeg\"\n                },\n                \"DisplayName\": \"Unlock Waters Edge\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.180531,\n                    \"Longitude\": 55.268948\n                },\n                \"HighestPackagePrice\": 561.94,\n                \"ID\": 16771912,\n                \"LowestPackagePrice\": 471.72,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Downtown Dubai South Ridge Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b6e80b4f-e277-4899-8b34-00721d782dcd.jpeg\"\n                },\n                \"DisplayName\": \"Whitesage Spacious Apartment With Balcony Near Metro Station\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.187457,\n                    \"Longitude\": 55.278069\n                },\n                \"HighestPackagePrice\": 423.82,\n                \"ID\": 16771958,\n                \"LowestPackagePrice\": 423.82,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Tahani St, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/06ab49b8-50ff-41e8-a655-8efebf7c77b3.jpeg\"\n                },\n                \"DisplayName\": \"4B Blvd Heights 1 209 by bnbme homes\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.1908,\n                    \"Longitude\": 55.270958\n                },\n                \"HighestPackagePrice\": 1339.95,\n                \"ID\": 16771967,\n                \"LowestPackagePrice\": 1339.95,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sky Gardens, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3e5b8fdb-1561-4f39-bce1-12ec601346b1.jpeg\"\n                },\n                \"DisplayName\": \"HiGuests Sky Gardens\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.211711,\n                    \"Longitude\": 55.282947\n                },\n                \"HighestPackagePrice\": 446.23,\n                \"ID\": 16771975,\n                \"LowestPackagePrice\": 446.23,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"15 Baniyas Rd Deira Al Rigga, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/48f41e3a-d32c-483a-a05b-191e19fed3e1.jpeg\"\n                },\n                \"DisplayName\": \"Carlton Dubai Creek\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2674728,\n                    \"Longitude\": 55.3062054\n                },\n                \"HighestPackagePrice\": 260.71,\n                \"ID\": 16826826,\n                \"LowestPackagePrice\": 260.71,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Dr, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/381de0ec-de9a-42f7-a9b0-76e433c2b3b4.jpeg\"\n                },\n                \"DisplayName\": \"St Merano Tower 1820 by bnbme homes\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.184828,\n                    \"Longitude\": 55.260322\n                },\n                \"HighestPackagePrice\": 573.08,\n                \"ID\": 16826941,\n                \"LowestPackagePrice\": 573.08,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Waha St Al Quoz Al Quoz 3 Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6584b37a-5cb4-4a20-9111-a0b893e971a0.jpeg\"\n                },\n                \"DisplayName\": \"Al Khoory Courtyard Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.16146,\n                    \"Longitude\": 55.24988\n                },\n                \"HighestPackagePrice\": 209.73,\n                \"ID\": 16834894,\n                \"LowestPackagePrice\": 179.3,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Happiness St, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0b2942f8-f651-43f1-b002-939846ded872.jpeg\"\n                },\n                \"DisplayName\": \"Nasma Luxury Stays INDEX Tower\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.207564,\n                    \"Longitude\": 55.278115\n                },\n                \"HighestPackagePrice\": 1092.93,\n                \"ID\": 16834901,\n                \"LowestPackagePrice\": 1092.93,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"1 Marasi Drive, Dubai\",\n                \"ChainCode\": \"OI\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2d842035-c466-4cef-81e9-894a7ec37da2.jpeg\"\n                },\n                \"DisplayName\": \"Unlock J One Downtown Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.18609,\n                    \"Longitude\": 55.28336\n                },\n                \"HighestPackagePrice\": 454.8,\n                \"ID\": 16834927,\n                \"LowestPackagePrice\": 454.8,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Port De La Mer, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3adb2167-2a00-44c8-a2ac-585fecd13bd2.jpeg\"\n                },\n                \"DisplayName\": \"Lux The La Mer Sea View Suite 3\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.240414,\n                    \"Longitude\": 55.253471\n                },\n                \"HighestPackagePrice\": 480.94,\n                \"ID\": 16834933,\n                \"LowestPackagePrice\": 480.94,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"6B Marasi Drive, Dubai\",\n                \"ChainCode\": \"SS\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3dca883a-4e9b-4dc1-a8c5-5c1660065089.jpeg\"\n                },\n                \"DisplayName\": \"Sonder Business Bay\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.18848,\n                    \"Longitude\": 55.27024\n                },\n                \"HighestPackagePrice\": 591.8,\n                \"ID\": 16912625,\n                \"LowestPackagePrice\": 591.8,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Amna Tower, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c65a1b45-0eab-47a7-ac82-b41f83b229a6.jpeg\"\n                },\n                \"DisplayName\": \"Whitesage Fabulous Canal Views from This Waterfront Luxe Apt\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.182336,\n                    \"Longitude\": 55.255697\n                },\n                \"HighestPackagePrice\": 537.45,\n                \"ID\": 16912694,\n                \"LowestPackagePrice\": 537.45,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Business Bay, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c152cc43-8c42-44a7-9236-5186bdd25496.jpeg\"\n                },\n                \"DisplayName\": \"Nasma Luxury Stays Bellevue Tower A\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.187068,\n                    \"Longitude\": 55.275825\n                },\n                \"HighestPackagePrice\": 649.26,\n                \"ID\": 17006163,\n                \"LowestPackagePrice\": 649.26,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"30b7ed25-8ab9-4157-bc90-2995a9ba3072\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"Score\": 0,\n                        \"ScoreDescription\": \"\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Amal St, Dubai\",\n                \"ChainCode\": \"WV\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5fb9f34b-4bad-44e6-b6a4-ee0ca6adc9d8.jpeg\"\n                },\n                \"DisplayName\": \"The First Collection Business Bay\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.178,\n                    \"Longitude\": 55.26787\n                },\n                \"HighestPackagePrice\": 457.38,\n                \"ID\": 17022411,\n                \"LowestPackagePrice\": 410.94,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 515,\n                                \"Score\": 91,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 2300,\n                                \"Score\": 89,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 1179,\n                                \"Score\": 80,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 45,\n                                \"Score\": 75,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 810,\n                                \"Score\": 75,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1600,\n                                \"Score\": 74,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 979,\n                                \"Score\": 65,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 99,\n                                \"Score\": 52,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Easily accessible by car and close to shopping areas.\",\n                        \"ReviewId\": \"cc3468bd-68ec-44c8-9181-147f586a4952\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 13248,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 279,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 242,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 671,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 2828,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 9228,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Close to Dubai Mall. Easily accessible by car and close to shopping areas. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 13133\n                }\n            },\n            {\n                \"Address\": \"La Côte B2 Jumeirah Jumeirah 1, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/883b819d-1a09-4122-be23-ee41acf949b0.jpeg\"\n                },\n                \"DisplayName\": \"HiGuests La Cote B2\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.240377,\n                    \"Longitude\": 55.252434\n                },\n                \"HighestPackagePrice\": 490.12,\n                \"ID\": 17139993,\n                \"LowestPackagePrice\": 490.12,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Damac Paramount Midtown, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/21a569de-75d9-40a4-96cf-50d91794a0c5.jpeg\"\n                },\n                \"DisplayName\": \"Luton Vacation Homes Elite Downtown Residence\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.193438,\n                    \"Longitude\": 55.265438\n                },\n                \"HighestPackagePrice\": 470.45,\n                \"ID\": 17140008,\n                \"LowestPackagePrice\": 470.45,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Opera Grand Sheikh Mohamed Bin Rashed Blvd Downtown, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a7c380f3-973c-4334-85a3-719712de05de.jpeg\"\n                },\n                \"DisplayName\": \"Eden's Homes & Villas Opera Grand\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19356,\n                    \"Longitude\": 55.27048\n                },\n                \"HighestPackagePrice\": 841.5,\n                \"ID\": 17259278,\n                \"LowestPackagePrice\": 841.5,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Ag Tower Business Bay Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a72e626c-c31f-46c9-ae2d-79c95e031b4e.jpeg\"\n                },\n                \"DisplayName\": \"Stylish Waterfront Apartment With Views on Canal\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.180113,\n                    \"Longitude\": 55.269156\n                },\n                \"HighestPackagePrice\": 498.51,\n                \"ID\": 17259407,\n                \"LowestPackagePrice\": 498.51,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Downtown, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f2dade77-1bc3-4d00-92cd-d5a7220c985a.jpeg\"\n                },\n                \"DisplayName\": \"Charming Tropical Apartment Minutes To Dubai Mall\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.187068,\n                    \"Longitude\": 55.275825\n                },\n                \"HighestPackagePrice\": 640,\n                \"ID\": 17370245,\n                \"LowestPackagePrice\": 640,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Waves Tower By Kasco Business Bay, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/63e03722-c828-419e-b2d9-6ba43c69282e.jpeg\"\n                },\n                \"DisplayName\": \"Globalstay. New Apartments In Business Bay\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.183592,\n                    \"Longitude\": 55.28402\n                },\n                \"HighestPackagePrice\": 415.93,\n                \"ID\": 17370259,\n                \"LowestPackagePrice\": 415.93,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"68b0ef94-cbb9-4ea3-987d-9e16894ae5f1\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"Score\": 0,\n                        \"ScoreDescription\": \"\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Khalid Bin Waleed Road Bur Dubai Dubai United Arab Emirates 44099\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/81f6f585-83a7-45f7-87dd-39a6816ba5d4.jpeg\"\n                },\n                \"DisplayName\": \"Concorde Palace Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.25865555,\n                    \"Longitude\": 55.2960968\n                },\n                \"HighestPackagePrice\": 165.37,\n                \"ID\": 17370290,\n                \"LowestPackagePrice\": 165.37,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Ras Al Khor Dubai Creek Harbour\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e9e4d303-14cc-457f-a6e3-b4631774d366.jpeg\"\n                },\n                \"DisplayName\": \"Address Creek Harbour\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.208756,\n                    \"Longitude\": 55.343246\n                },\n                \"HighestPackagePrice\": 694.88,\n                \"ID\": 17407225,\n                \"LowestPackagePrice\": 544.26,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"ranking\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 266,\n                                \"Score\": 98,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 37,\n                                \"Score\": 94,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 935,\n                                \"Score\": 91,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 423,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are outstanding.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 159,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 203,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 117,\n                                \"Score\": 83,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 103,\n                                \"Score\": 79,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 58,\n                                \"Score\": 59,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 12,\n                                \"Score\": 32,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is disappointing.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                        \"ReviewId\": \"eea9e739-0967-4ca5-ab24-b0a3d7740aec\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3602,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 106,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 32,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 74,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 294,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3096,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.9,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Good for sightseeing and located near shopping areas. Awesome vibe. Great room. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"10 B Street 317 Community, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/417ac20f-d97f-4d03-84a8-68c05823a580.jpeg\"\n                },\n                \"DisplayName\": \"Azur Regency Hotel Apartment\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.253087,\n                    \"Longitude\": 55.296168\n                },\n                \"HighestPackagePrice\": 388.16,\n                \"ID\": 17413256,\n                \"LowestPackagePrice\": 388.16,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Drive, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/40baf6e7-331c-480a-921f-bf59d034b701.jpeg\"\n                },\n                \"DisplayName\": \"Lusso Hometels J One Business Bay\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.187248,\n                    \"Longitude\": 55.271996\n                },\n                \"HighestPackagePrice\": 401.19,\n                \"ID\": 17413304,\n                \"LowestPackagePrice\": 401.19,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"3Rd Street Al Shatti Building Floor 2, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3c54638c-2318-498d-bf6d-e7325a0558ba.jpeg\"\n                },\n                \"DisplayName\": \"Robin Hostel Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.262106,\n                    \"Longitude\": 55.302228\n                },\n                \"HighestPackagePrice\": 84.92,\n                \"ID\": 17413353,\n                \"LowestPackagePrice\": 84.92,\n                \"PropertyType\": \"Hostel\",\n                \"Reviews\": [],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Harbour Gate Tower 1, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a0950f81-6934-4da0-bade-ef79ad944c00.jpeg\"\n                },\n                \"DisplayName\": \"Nasma Luxury Stays Harbour Gate T1\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.20849,\n                    \"Longitude\": 55.347201\n                },\n                \"HighestPackagePrice\": 430.87,\n                \"ID\": 17413424,\n                \"LowestPackagePrice\": 430.87,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Sabkha Road Al Karnak Hotel Branch, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/542900ab-9753-4d11-bb63-c7b0534b37db.jpeg\"\n                },\n                \"DisplayName\": \"Al Karnak Hotel Branch\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.27108,\n                    \"Longitude\": 55.30216\n                },\n                \"HighestPackagePrice\": 171.56,\n                \"ID\": 17413426,\n                \"LowestPackagePrice\": 141.31,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ca75b378-f4b7-4992-8cb8-fe507343c78c.jpeg\"\n                },\n                \"DisplayName\": \"The Residences 601\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.192108,\n                    \"Longitude\": 55.274868\n                },\n                \"HighestPackagePrice\": 840.62,\n                \"ID\": 17483527,\n                \"LowestPackagePrice\": 840.62,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Bellevue Tower, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/709e0fa6-49f5-4b41-b1c2-5b4432a133c3.jpeg\"\n                },\n                \"DisplayName\": \"Glamorous Apt With Balcony Facing Burj Khalifa\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.187068,\n                    \"Longitude\": 55.275825\n                },\n                \"HighestPackagePrice\": 785.99,\n                \"ID\": 17483609,\n                \"LowestPackagePrice\": 785.99,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Burj Residence Phase I & Ii, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c096bb7e-45c5-4935-942d-480230b3102d.jpeg\"\n                },\n                \"DisplayName\": \"Chic and Zen Apartment Near Burj Khalifa Tower\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.191708,\n                    \"Longitude\": 55.274614\n                },\n                \"HighestPackagePrice\": 656.12,\n                \"ID\": 17483615,\n                \"LowestPackagePrice\": 656.12,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Habtoor City, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3f42137e-7c2f-41be-a1eb-b9332981ba61.jpeg\"\n                },\n                \"DisplayName\": \"Jaw dropping Canal and Skyline Views Close to DT\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.183209,\n                    \"Longitude\": 55.256624\n                },\n                \"HighestPackagePrice\": 695.07,\n                \"ID\": 17483619,\n                \"LowestPackagePrice\": 695.07,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"No. 32795 Al Souq Al Kabeer, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e54d7266-dadf-4ac7-83e6-648d133ffb92.jpeg\"\n                },\n                \"DisplayName\": \"Wescott Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.263162,\n                    \"Longitude\": 55.289437\n                },\n                \"HighestPackagePrice\": 407.13,\n                \"ID\": 17501539,\n                \"LowestPackagePrice\": 164.73,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/50a65b25-e587-420a-9152-dea066b1f4fd.jpeg\"\n                },\n                \"DisplayName\": \"Maison Privee The Lofts East\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.197567,\n                    \"Longitude\": 55.269968\n                },\n                \"HighestPackagePrice\": 553.06,\n                \"ID\": 17507926,\n                \"LowestPackagePrice\": 553.06,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Dr, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e8d7f20f-02a9-44ef-bd8f-d033c4ba541a.jpeg\"\n                },\n                \"DisplayName\": \"HiGuests Reva Residences\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.187215,\n                    \"Longitude\": 55.282831\n                },\n                \"HighestPackagePrice\": 321.3,\n                \"ID\": 17507936,\n                \"LowestPackagePrice\": 321.3,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Near Business Bay Metro Station, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/eeaa1c7b-a633-40a4-b59a-9667e3a77016.jpeg\"\n                },\n                \"DisplayName\": \"Executive Towers Amazing 1BR Onsite Pool Business bay\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.190405,\n                    \"Longitude\": 55.2656\n                },\n                \"HighestPackagePrice\": 585.96,\n                \"ID\": 17507944,\n                \"LowestPackagePrice\": 585.96,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Opera Grand, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/948fca14-916d-4c48-a32c-8e00cc566764.jpeg\"\n                },\n                \"DisplayName\": \"WelHome Luxury Apartment Facing Burj Khalifa With Terrace\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.192296,\n                    \"Longitude\": 55.270409\n                },\n                \"HighestPackagePrice\": 851.98,\n                \"ID\": 17507951,\n                \"LowestPackagePrice\": 851.98,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"The Bay, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a7460674-e8a7-4f3b-bdbd-145ae8802569.jpeg\"\n                },\n                \"DisplayName\": \"Spacious 2BR apartment with rooftop pool The Bay DT by 360 Vacation\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.191084,\n                    \"Longitude\": 55.291355\n                },\n                \"HighestPackagePrice\": 664.47,\n                \"ID\": 17514394,\n                \"LowestPackagePrice\": 664.47,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Dr, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3e1b2ca2-b4ad-4db0-ae5a-87e49343c352.jpeg\"\n                },\n                \"DisplayName\": \"WelHome Chic Apartment in Liveliest Area in Business Bay\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.184828,\n                    \"Longitude\": 55.260322\n                },\n                \"HighestPackagePrice\": 498.08,\n                \"ID\": 17593398,\n                \"LowestPackagePrice\": 498.08,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b958680c-b331-4b67-8276-ca1d0cb7d33b.jpeg\"\n                },\n                \"DisplayName\": \"SuperHost Classy Apt With Incredible Partial Fountain View I Address Dubai Mall\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.199843,\n                    \"Longitude\": 55.277452\n                },\n                \"HighestPackagePrice\": 686.87,\n                \"ID\": 17595486,\n                \"LowestPackagePrice\": 686.87,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Elite Downtown Residence, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0cf7d411-9be1-40d9-8922-4c6a42c13e08.jpeg\"\n                },\n                \"DisplayName\": \"Whitesage Wide City Views From This Large Condo With Balcony\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.186469,\n                    \"Longitude\": 55.278535\n                },\n                \"HighestPackagePrice\": 476.94,\n                \"ID\": 17654124,\n                \"LowestPackagePrice\": 476.94,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Business Bay, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3ea7a237-2cd2-436e-826e-b40d5ac246f1.jpeg\"\n                },\n                \"DisplayName\": \"Globalstay. Damac Tower Paramount\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.185876,\n                    \"Longitude\": 55.291135\n                },\n                \"HighestPackagePrice\": 755.17,\n                \"ID\": 17654144,\n                \"LowestPackagePrice\": 755.17,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"124 26 Street Regga East, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8dae3726-8f3f-49d8-a335-93f27233497b.jpeg\"\n                },\n                \"DisplayName\": \"Le Paradise Palace Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26435,\n                    \"Longitude\": 55.32217\n                },\n                \"HighestPackagePrice\": 265.76,\n                \"ID\": 17654178,\n                \"LowestPackagePrice\": 265.76,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"17 Icon Bay Flat 506 Dubai Creek Harbou\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/79f6c716-4227-4a11-b0d9-bd33e2c80042.jpeg\"\n                },\n                \"DisplayName\": \"New Luxurious Stay Dubai Creek Balcony & View\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.203966,\n                    \"Longitude\": 55.345768\n                },\n                \"HighestPackagePrice\": 776.42,\n                \"ID\": 17691166,\n                \"LowestPackagePrice\": 776.42,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Nad Al Sheba 1, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6a3fea93-9fab-4866-bc6b-181aa4d6ea6c.jpeg\"\n                },\n                \"DisplayName\": \"Sobha Creek Vistas Tower A 2104\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.179548,\n                    \"Longitude\": 55.305298\n                },\n                \"HighestPackagePrice\": 455.93,\n                \"ID\": 18065189,\n                \"LowestPackagePrice\": 455.93,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Ittihad Road 34, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/75197e70-30c7-4562-a77c-ded64bd573b7.jpeg\"\n                },\n                \"DisplayName\": \"Pharaohs Inn Deira Hostel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.25625,\n                    \"Longitude\": 55.33006\n                },\n                \"HighestPackagePrice\": 106.39,\n                \"ID\": 18065475,\n                \"LowestPackagePrice\": 106.39,\n                \"PropertyType\": \"Hostel\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Downtown Views 1 Financial Center Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/72e54004-5a0b-4c50-ba7f-6217266e3192.jpeg\"\n                },\n                \"DisplayName\": \"Homesgetaway Cozy 3BR in Downtown Views\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.20115,\n                    \"Longitude\": 55.28095\n                },\n                \"HighestPackagePrice\": 987.69,\n                \"ID\": 18110233,\n                \"LowestPackagePrice\": 987.69,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Ras Al Khor Dubai Creek Harbour\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/844fe0ca-d37a-466c-a7c5-4b45e7a4e739.jpeg\"\n                },\n                \"DisplayName\": \"Maison Privee Trendy Apt on the Creek with Superb Dubai Skyline Vw\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.207076,\n                    \"Longitude\": 55.342895\n                },\n                \"HighestPackagePrice\": 530.37,\n                \"ID\": 18110252,\n                \"LowestPackagePrice\": 530.37,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Burj St, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7979acf0-bdc2-4951-b52e-6b9fbe2a6499.jpeg\"\n                },\n                \"DisplayName\": \"Three 888 Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.270122,\n                    \"Longitude\": 55.305291\n                },\n                \"HighestPackagePrice\": 129.38,\n                \"ID\": 18110263,\n                \"LowestPackagePrice\": 129.38,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Fahidi St, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/31fc9eff-8324-493a-a19b-3df585f66099.jpeg\"\n                },\n                \"DisplayName\": \"Arabian Boutique Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.262491,\n                    \"Longitude\": 55.296023\n                },\n                \"HighestPackagePrice\": 652.01,\n                \"ID\": 18110267,\n                \"LowestPackagePrice\": 652.01,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Burj Khalifa Blvd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cfd15b5c-62f8-4ab1-8d1c-0d34170edc45.jpeg\"\n                },\n                \"DisplayName\": \"BellaVista 1 Bedroom Burj Khalifa View\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.191995,\n                    \"Longitude\": 55.272438\n                },\n                \"HighestPackagePrice\": 9863.61,\n                \"ID\": 18166619,\n                \"LowestPackagePrice\": 9863.61,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Damac Vera Residences Business Bay, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/219e1ac8-7420-4416-b6a2-5a5771a40c22.jpeg\"\n                },\n                \"DisplayName\": \"DAMAC Vera 1BR with Downtown View\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.186948,\n                    \"Longitude\": 55.282992\n                },\n                \"HighestPackagePrice\": 526.53,\n                \"ID\": 18166958,\n                \"LowestPackagePrice\": 526.53,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Burj Royale Burj Khalifa Blvd Downtown Dubai Dubai Uae\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/65a40690-5a87-4f3c-9dbe-ca5fed573b18.jpeg\"\n                },\n                \"DisplayName\": \"EDEN'S Homes & Villas Burj Royale\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19168,\n                    \"Longitude\": 55.28018\n                },\n                \"HighestPackagePrice\": 464.35,\n                \"ID\": 18167126,\n                \"LowestPackagePrice\": 464.35,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Creek Horizon Tower 2, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e83dbb72-7328-4d95-88b5-a7e13873c580.jpeg\"\n                },\n                \"DisplayName\": \"Fancy Apartment With Mesmerizing Canal Views\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.20688,\n                    \"Longitude\": 55.34422\n                },\n                \"HighestPackagePrice\": 618.89,\n                \"ID\": 18167675,\n                \"LowestPackagePrice\": 618.89,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Boulevard, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4d3b8686-d576-429e-b4b4-774920c2066d.jpeg\"\n                },\n                \"DisplayName\": \"Loft Cental Towers\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.1970233917236,\n                    \"Longitude\": 55.2677040100098\n                },\n                \"HighestPackagePrice\": 510.06,\n                \"ID\": 18167821,\n                \"LowestPackagePrice\": 510.06,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Boulevard Point Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c6ee51ea-fe2e-4602-8c93-dd8bc6766f38.jpeg\"\n                },\n                \"DisplayName\": \"EDEN'S Homes & Villas Boulevard Point\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19332,\n                    \"Longitude\": 55.28092\n                },\n                \"HighestPackagePrice\": 956.89,\n                \"ID\": 18168180,\n                \"LowestPackagePrice\": 956.89,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"3401 Burj Royale Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b7477a68-589f-4219-932f-b01d9fd0dc2b.jpeg\"\n                },\n                \"DisplayName\": \"Luxury Burj Royale Burj Khalifa & Fountain view\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19168,\n                    \"Longitude\": 55.280175\n                },\n                \"HighestPackagePrice\": 936.34,\n                \"ID\": 18168316,\n                \"LowestPackagePrice\": 936.34,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Scala Tower Business Bay, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c81ed323-ad57-4929-95af-5d65c0fb7a0b.jpeg\"\n                },\n                \"DisplayName\": \"Globalstay Scala Tower With Free Parking\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.185106,\n                    \"Longitude\": 55.285743\n                },\n                \"HighestPackagePrice\": 356.13,\n                \"ID\": 18169224,\n                \"LowestPackagePrice\": 356.13,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"bca3819b-e9c7-48b3-94a7-50e6bdc97dbe\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"Score\": 0,\n                        \"ScoreDescription\": \"\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/466a6a6f-b910-4a72-966b-aae20128e42f.jpeg\"\n                },\n                \"DisplayName\": \"SuperHost Glamorous Apt with Terrace Overlooking Skyline I Address Dubai Mall\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.199843,\n                    \"Longitude\": 55.277452\n                },\n                \"HighestPackagePrice\": 650.65,\n                \"ID\": 18331856,\n                \"LowestPackagePrice\": 650.65,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Mohammed Bin Rashid Al Maktoum City, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9abd0818-df84-48c7-9900-ce9f56c54d7f.jpeg\"\n                },\n                \"DisplayName\": \"Ultimate Luxury Retreat in MBR City\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.166272,\n                    \"Longitude\": 55.276642\n                },\n                \"HighestPackagePrice\": 602.51,\n                \"ID\": 18332485,\n                \"LowestPackagePrice\": 602.51,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [\n                    {\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"451882b8-389c-4d7e-9348-fe99fc05b70c\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"Score\": 0,\n                        \"ScoreDescription\": \"\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4d40d591-e586-430e-8659-c1591e6c5706.jpeg\"\n                },\n                \"DisplayName\": \"Venduras Chic 2BR Apartment Burj Views\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.190457,\n                    \"Longitude\": 55.281556\n                },\n                \"HighestPackagePrice\": 963.02,\n                \"ID\": 18357259,\n                \"LowestPackagePrice\": 963.02,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Boulevard, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/aa22bf5f-ad3f-4638-84e8-f723319342ed.jpeg\"\n                },\n                \"DisplayName\": \"Silkhaus Boulevard Central Downtown Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.191911,\n                    \"Longitude\": 55.273482\n                },\n                \"HighestPackagePrice\": 450.18,\n                \"ID\": 18517395,\n                \"LowestPackagePrice\": 450.18,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Bellevue Towers, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/34295349-6ca0-4f2a-b092-30c24f91f164.jpeg\"\n                },\n                \"DisplayName\": \"Silkhaus Bellevue Downtown Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.187036,\n                    \"Longitude\": 55.275778\n                },\n                \"HighestPackagePrice\": 468.05,\n                \"ID\": 18517414,\n                \"LowestPackagePrice\": 468.05,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Burj Khalifa Boulevard, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/83842c19-37ca-40f2-9fbb-94bbdb7c84bf.jpeg\"\n                },\n                \"DisplayName\": \"Silkhaus Burj Royale Downtown Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19109,\n                    \"Longitude\": 55.279792\n                },\n                \"HighestPackagePrice\": 541.52,\n                \"ID\": 18525767,\n                \"LowestPackagePrice\": 541.52,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0d6e5365-11aa-47d0-a433-bdb46482109f.jpeg\"\n                },\n                \"DisplayName\": \"Vogue Dubai Frame View\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.232563,\n                    \"Longitude\": 55.29552\n                },\n                \"HighestPackagePrice\": 494.56,\n                \"ID\": 18525775,\n                \"LowestPackagePrice\": 494.56,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Damac Park Central, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d1fe514f-5bfd-4ce5-be85-2c363443cec8.jpeg\"\n                },\n                \"DisplayName\": \"Marco Polo 2BR in Business Bay\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.178992,\n                    \"Longitude\": 55.271102\n                },\n                \"HighestPackagePrice\": 520.52,\n                \"ID\": 18537784,\n                \"LowestPackagePrice\": 520.52,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Bays Tower Business Bay, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8cca0df3-3542-490b-9f8a-7d81eb50d44e.jpeg\"\n                },\n                \"DisplayName\": \"WelHome Opulent Retreat With Panoramic Cityscape Views\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.184309,\n                    \"Longitude\": 55.26409\n                },\n                \"HighestPackagePrice\": 634.3,\n                \"ID\": 18537804,\n                \"LowestPackagePrice\": 634.3,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"6932 73F Ras Al Khor Dubai Creek Harbour 6932 73F Ras Al Khor Dubai Creek Harbour\",\n                \"ChainCode\": \"AT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1393e031-4e38-404f-99cf-f8bc2dbc1ace.jpeg\"\n                },\n                \"DisplayName\": \"Vida Creek Beach Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.202089,\n                    \"Longitude\": 55.349377\n                },\n                \"HighestPackagePrice\": 640.15,\n                \"ID\": 18537811,\n                \"LowestPackagePrice\": 450.69,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Za Abeel Street Za'abeel 1 Level 25 Za Abeel Street Za'abeel 1 Level 25, Dubai\",\n                \"ChainCode\": \"OO\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/20c35236-790b-4a7d-b59b-61aa347040ae.jpeg\"\n                },\n                \"DisplayName\": \"One&Only One Zaabeel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.227909,\n                    \"Longitude\": 55.291159\n                },\n                \"HighestPackagePrice\": 3096.91,\n                \"ID\": 18537812,\n                \"LowestPackagePrice\": 1368.42,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 138,\n                                \"Score\": 96,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 16,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 48,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 180,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 79,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 111,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 35,\n                                \"Score\": 85,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 88,\n                                \"Score\": 84,\n                                \"ShortText\": \"Delicious food\",\n                                \"Text\": \"Food is delicious.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 39,\n                                \"Score\": 80,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 286,\n                                \"Score\": 72,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 30,\n                                \"Score\": 41,\n                                \"ShortText\": \"Value for money could be better\",\n                                \"Text\": \"Value below average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Good for sightseeing with nearby parking areas.\",\n                        \"ReviewId\": \"89ee7962-b01a-457a-adb0-277500c9a846\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1490,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 91,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 25,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 53,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 118,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1203,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Good for sightseeing with nearby parking areas. Great rooms and fantastic service. Great pool. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 1525\n                }\n            },\n            {\n                \"Address\": \"Burj Khalifa Boulevard, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4ee7934c-24e6-4898-924c-da68d082f6f8.jpeg\"\n                },\n                \"DisplayName\": \"Glamorous Apartment Facing Burj Khalifa\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.187068,\n                    \"Longitude\": 55.275825\n                },\n                \"HighestPackagePrice\": 901.89,\n                \"ID\": 18543432,\n                \"LowestPackagePrice\": 901.89,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Burj Khalifa Blvd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/73007f21-3e31-42ef-95bf-92f8cfbd4155.jpeg\"\n                },\n                \"DisplayName\": \"Manzil 2BR Penthouse w full Burj View in Downtown\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.186504,\n                    \"Longitude\": 55.275597\n                },\n                \"HighestPackagePrice\": 550.37,\n                \"ID\": 18543435,\n                \"LowestPackagePrice\": 550.37,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/67b9c6f3-a6cb-40e8-8412-8c038bd6f97e.jpeg\"\n                },\n                \"DisplayName\": \"Maison Privee Luxury 2Bedroom w Burj Khalifa & Fountain Views\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.192783,\n                    \"Longitude\": 55.271667\n                },\n                \"HighestPackagePrice\": 726.52,\n                \"ID\": 18543856,\n                \"LowestPackagePrice\": 726.52,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"District One Residence 15, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/724e1b36-3ade-47b3-8861-4d59e6b338c2.jpeg\"\n                },\n                \"DisplayName\": \"HiGuests District One Residence 15\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.156516,\n                    \"Longitude\": 55.285717\n                },\n                \"HighestPackagePrice\": 371.92,\n                \"ID\": 18544182,\n                \"LowestPackagePrice\": 371.92,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"18Th Street Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cda77fe8-01a6-4d16-8079-42ec092a3027.jpeg\"\n                },\n                \"DisplayName\": \"Rahab Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.273792,\n                    \"Longitude\": 55.303746\n                },\n                \"HighestPackagePrice\": 387.65,\n                \"ID\": 18544191,\n                \"LowestPackagePrice\": 387.65,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Damac Paramount Tower B, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/49615df7-2ce2-4707-9642-fc083a793f7c.jpeg\"\n                },\n                \"DisplayName\": \"Manzil Cozy 1BR in Paramount w Burj Khalifa View\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.185649,\n                    \"Longitude\": 55.291709\n                },\n                \"HighestPackagePrice\": 380.48,\n                \"ID\": 18546729,\n                \"LowestPackagePrice\": 380.48,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Damac Maison Prive, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/96063741-968a-4f18-8523-7bb6df6e7e25.jpeg\"\n                },\n                \"DisplayName\": \"HiGuests DAMAC Maison Prive Tower A\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.184555,\n                    \"Longitude\": 55.276142\n                },\n                \"HighestPackagePrice\": 351.62,\n                \"ID\": 18546800,\n                \"LowestPackagePrice\": 351.62,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Dr, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ca1c38b2-2db5-46b9-915d-e63aba962590.jpeg\"\n                },\n                \"DisplayName\": \"Nasma Holiday Homes DAMAC Majestine\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.186459,\n                    \"Longitude\": 55.282054\n                },\n                \"HighestPackagePrice\": 336.06,\n                \"ID\": 18546823,\n                \"LowestPackagePrice\": 336.06,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Burj Residence Tower 1 Downtown, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/da0b835c-43cb-409b-a97c-79268ff0ac19.jpeg\"\n                },\n                \"DisplayName\": \"Elite Royal Apartment Burj Khalifa & Fountain view Premium\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.193713,\n                    \"Longitude\": 55.272574\n                },\n                \"HighestPackagePrice\": 1505.96,\n                \"ID\": 18930642,\n                \"LowestPackagePrice\": 1505.96,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Burj Residence Tower 1 Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/68bdef7f-a42b-4a41-b6ea-7b0d269f5fa5.jpeg\"\n                },\n                \"DisplayName\": \"Elite Royal Apartment Burj Khalifa & Fountain view The Royal\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.1937,\n                    \"Longitude\": 55.27257\n                },\n                \"HighestPackagePrice\": 1505.96,\n                \"ID\": 18930643,\n                \"LowestPackagePrice\": 1505.96,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Burj Residence Tower 5 Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9b9dfe6c-b45e-4131-aaeb-e15933bd2c90.jpeg\"\n                },\n                \"DisplayName\": \"Elite Royal Apartment Burj Khalifa & Fountain view VIP\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.192356,\n                    \"Longitude\": 55.274224\n                },\n                \"HighestPackagePrice\": 1256.13,\n                \"ID\": 18930644,\n                \"LowestPackagePrice\": 1256.13,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Bellevue Tower 1 Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4bf7f6b8-e4a6-40b6-85d1-108c4e280c3a.jpeg\"\n                },\n                \"DisplayName\": \"Downtown Charming Condo Close to Dubai Mall\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.187181,\n                    \"Longitude\": 55.275826\n                },\n                \"HighestPackagePrice\": 687.06,\n                \"ID\": 18930705,\n                \"LowestPackagePrice\": 687.06,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"17 Sheikh Mohammed Bin Rashid Boulevard, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f00da03d-9e82-4dfb-a572-e08a2189ccf0.jpeg\"\n                },\n                \"DisplayName\": \"Silkhaus Claren Downtown Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.197606,\n                    \"Longitude\": 55.27412\n                },\n                \"HighestPackagePrice\": 505.47,\n                \"ID\": 18930995,\n                \"LowestPackagePrice\": 505.47,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"13 Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8af37b14-8896-4d8a-aa47-f1c4b6207295.jpeg\"\n                },\n                \"DisplayName\": \"HiGuests Act Tower 1\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.197606,\n                    \"Longitude\": 55.27412\n                },\n                \"HighestPackagePrice\": 501.9,\n                \"ID\": 18931020,\n                \"LowestPackagePrice\": 501.9,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Downtown Area ., Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a2662f11-8998-472d-a31e-c1a394225367.jpeg\"\n                },\n                \"DisplayName\": \"Dream Inn Dubai Apartments Tiara Palm Jumeirah\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.1871528625488,\n                    \"Longitude\": 55.2780609130859\n                },\n                \"HighestPackagePrice\": 40743.28,\n                \"ID\": 18931891,\n                \"LowestPackagePrice\": 40743.28,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"3406 Burj Royale Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0e4ded94-1a69-4043-a1ab-b2045d30741d.jpeg\"\n                },\n                \"DisplayName\": \"Luxury Burj Royale Apt balcony & Breathtaking View\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19168,\n                    \"Longitude\": 55.280175\n                },\n                \"HighestPackagePrice\": 788.3,\n                \"ID\": 19004610,\n                \"LowestPackagePrice\": 788.3,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"34 Marasi Dr, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/303bf6ac-10b0-4ada-b6cb-d5c320a67daa.jpeg\"\n                },\n                \"DisplayName\": \"Whitesage Super Chic Condo With Terrace And Cityscape Views\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.180134,\n                    \"Longitude\": 55.265656\n                },\n                \"HighestPackagePrice\": 525.15,\n                \"ID\": 19004916,\n                \"LowestPackagePrice\": 525.15,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"34 Marasi Dr, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7486efb2-de29-48ff-bce9-ae8850bcc4de.jpeg\"\n                },\n                \"DisplayName\": \"Charming Studio Escape With City View\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.179978,\n                    \"Longitude\": 55.266023\n                },\n                \"HighestPackagePrice\": 462.53,\n                \"ID\": 19004965,\n                \"LowestPackagePrice\": 462.53,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Ras Al Khor Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/26400f77-1f88-4dd8-8d7a-a001d82f90f3.jpeg\"\n                },\n                \"DisplayName\": \"Maison Privee Alluring Modern Apt in Dubai Creek Beach\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.20182,\n                    \"Longitude\": 55.34958\n                },\n                \"HighestPackagePrice\": 655.8,\n                \"ID\": 19005102,\n                \"LowestPackagePrice\": 655.8,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Ras Al Khor Dubai Creek Harbour\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cb1f004a-bd03-4361-bed4-da360d177264.jpeg\"\n                },\n                \"DisplayName\": \"The Grand Dubai Creek Harbour Waterfront\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.207337,\n                    \"Longitude\": 55.342621\n                },\n                \"HighestPackagePrice\": 785.81,\n                \"ID\": 19005136,\n                \"LowestPackagePrice\": 785.81,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Burj Royale Downtown, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d9778af2-8140-4289-b545-9c0394fe81cb.jpeg\"\n                },\n                \"DisplayName\": \"Nasma Holiday Homes Burj Royale\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.191513,\n                    \"Longitude\": 55.280577\n                },\n                \"HighestPackagePrice\": 647.47,\n                \"ID\": 19005179,\n                \"LowestPackagePrice\": 647.47,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Dr, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/849afe91-29c2-40e3-90dd-0366d252e204.jpeg\"\n                },\n                \"DisplayName\": \"Zada Tower 1BR with Dubai Canal view\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.184463,\n                    \"Longitude\": 55.261787\n                },\n                \"HighestPackagePrice\": 477.14,\n                \"ID\": 19005194,\n                \"LowestPackagePrice\": 477.14,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Dr, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/58c6ed20-6b02-4b8f-821e-1b65e5d16d8f.jpeg\"\n                },\n                \"DisplayName\": \"Globalstay. J One Tower Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.185763,\n                    \"Longitude\": 55.283237\n                },\n                \"HighestPackagePrice\": 476.74,\n                \"ID\": 19005247,\n                \"LowestPackagePrice\": 476.74,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Downtown View 2 Tower 2 Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0b8b88da-1c17-47ad-8065-f0c3c020f68b.jpeg\"\n                },\n                \"DisplayName\": \"Wonderful 2B in Downtown Views With Burj View\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.202017,\n                    \"Longitude\": 55.281552\n                },\n                \"HighestPackagePrice\": 588.9,\n                \"ID\": 19005375,\n                \"LowestPackagePrice\": 588.9,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Damac Towers Paramount, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/80edef29-64ac-481e-8ef4-f9f437d85bd8.jpeg\"\n                },\n                \"DisplayName\": \"Aya Two Bedroom Retreat at Damac Towers Paramount\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.186234,\n                    \"Longitude\": 55.292\n                },\n                \"HighestPackagePrice\": 982.17,\n                \"ID\": 19005596,\n                \"LowestPackagePrice\": 982.17,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sadaf 07 Beach Walk Jumeirah Residence, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/38752f26-8442-45fb-8bf4-adcd0d217fb2.jpeg\"\n                },\n                \"DisplayName\": \"Robin Beach Hostel JBR\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.173886,\n                    \"Longitude\": 55.218617\n                },\n                \"HighestPackagePrice\": 113.54,\n                \"ID\": 19006061,\n                \"LowestPackagePrice\": 113.54,\n                \"PropertyType\": \"Hostel\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"15 Northside Tower 1, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/387a8abe-affb-41df-80be-b056d43b30e8.jpeg\"\n                },\n                \"DisplayName\": \"Waves Seaside Splendor 2BR in Dubai's Business Bay\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.186587,\n                    \"Longitude\": 55.286457\n                },\n                \"HighestPackagePrice\": 740.42,\n                \"ID\": 19006117,\n                \"LowestPackagePrice\": 740.42,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Hamilton Residencymarasi Dr Business Bay, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6e0f48ff-e5b7-493b-a0e2-3dd7510366bf.jpeg\"\n                },\n                \"DisplayName\": \"apartment on Binghatti canal\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.186004,\n                    \"Longitude\": 55.286136\n                },\n                \"HighestPackagePrice\": 569.12,\n                \"ID\": 19006893,\n                \"LowestPackagePrice\": 569.12,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"18Th St, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/71adc0b8-e5c5-4f2c-aaac-6ee5633344c9.jpeg\"\n                },\n                \"DisplayName\": \"Havana Holiday Homes Oud Metha\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.233457,\n                    \"Longitude\": 55.314696\n                },\n                \"HighestPackagePrice\": 308.31,\n                \"ID\": 19006894,\n                \"LowestPackagePrice\": 308.31,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"29 Boulevard Tower 2, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0175b654-b69c-4f17-a8fe-124bdf12efee.jpeg\"\n                },\n                \"DisplayName\": \"Marco Polo 2 BR with Burj Khalifa View 5 min to Dubai Mall\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19221,\n                    \"Longitude\": 55.27258\n                },\n                \"HighestPackagePrice\": 687.48,\n                \"ID\": 19200434,\n                \"LowestPackagePrice\": 687.48,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Mustaqbal Street, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6b910940-6610-4d59-b37c-fb590e2d7fc1.jpeg\"\n                },\n                \"DisplayName\": \"Silkhaus Burj Daman DIFC Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.211676,\n                    \"Longitude\": 55.281711\n                },\n                \"HighestPackagePrice\": 425.27,\n                \"ID\": 19316636,\n                \"LowestPackagePrice\": 425.27,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"301 Reehan 1 Old Town Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/04bbf829-24d0-4109-ade4-0b358513ddf3.jpeg\"\n                },\n                \"DisplayName\": \"Luxury 2bedroom in Dubai Downtown Burj Views\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.190207,\n                    \"Longitude\": 55.278233\n                },\n                \"HighestPackagePrice\": 608.56,\n                \"ID\": 19316660,\n                \"LowestPackagePrice\": 608.56,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"29 Boulevard Tower 2 Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ed82bf11-ca18-4439-a87a-41aab881e5af.jpeg\"\n                },\n                \"DisplayName\": \"HiGuests 29 Boulevard Tower\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19221,\n                    \"Longitude\": 55.272579\n                },\n                \"HighestPackagePrice\": 464.94,\n                \"ID\": 19316788,\n                \"LowestPackagePrice\": 464.94,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Downtown Views 1 Financial Center Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fdb190ea-4ba2-4aed-8a04-f78982f25161.jpeg\"\n                },\n                \"DisplayName\": \"Homesgetaway 3BR Apt. in Downtown Views\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.20115,\n                    \"Longitude\": 55.28095\n                },\n                \"HighestPackagePrice\": 1131.55,\n                \"ID\": 19316793,\n                \"LowestPackagePrice\": 1131.55,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Drive A, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c330ea2e-35bc-4940-95de-3e81659a0c3c.jpeg\"\n                },\n                \"DisplayName\": \"Holiday Inn Dubai Business Bay an IHG Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.180755,\n                    \"Longitude\": 55.277979\n                },\n                \"HighestPackagePrice\": 397.57,\n                \"ID\": 19317390,\n                \"LowestPackagePrice\": 388.92,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Amna Tower Business Bay, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0e0c605a-fad7-4ede-9ee8-5fd4f5aa6fcf.jpeg\"\n                },\n                \"DisplayName\": \"Nasma Holiday Homes Amna Tower\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.182313,\n                    \"Longitude\": 55.255742\n                },\n                \"HighestPackagePrice\": 397.02,\n                \"ID\": 19317398,\n                \"LowestPackagePrice\": 397.02,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"5 Old Baladiya St, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/760cd72c-7d85-46f6-a69e-32aede2704b5.jpeg\"\n                },\n                \"DisplayName\": \"Cube Hotel Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.268941,\n                    \"Longitude\": 55.297538\n                },\n                \"HighestPackagePrice\": 377.21,\n                \"ID\": 19317400,\n                \"LowestPackagePrice\": 377.21,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Mohammed Bin Rashid Al Maktoum City, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ae99c778-54ba-426e-8016-5491314f2e18.jpeg\"\n                },\n                \"DisplayName\": \"Maison Privee Modern & Chic Retreat 10min from Downtown Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.179291,\n                    \"Longitude\": 55.305636\n                },\n                \"HighestPackagePrice\": 262.59,\n                \"ID\": 19317403,\n                \"LowestPackagePrice\": 262.59,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Downtowm, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d3cabca3-285a-4014-94e5-6e4b3e32bd6b.jpeg\"\n                },\n                \"DisplayName\": \"Vogue Downtown MAG318 Tower\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.197176,\n                    \"Longitude\": 55.28266\n                },\n                \"HighestPackagePrice\": 604.35,\n                \"ID\": 19317414,\n                \"LowestPackagePrice\": 604.35,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Creek Harbour, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/31453468-d390-466f-bca5-a374dffc66ac.jpeg\"\n                },\n                \"DisplayName\": \"Manzil 1BR Creek Beach Lagoon Access\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.202708,\n                    \"Longitude\": 55.349462\n                },\n                \"HighestPackagePrice\": 310.05,\n                \"ID\": 19321921,\n                \"LowestPackagePrice\": 310.05,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Hilton Dubai Creek Hotel & Residenc\",\n                \"ChainCode\": \"HL\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4e881c24-21b5-405a-9b83-08bb16652a16.jpeg\"\n                },\n                \"DisplayName\": \"Hilton Dubai Creek Hotel & Residences\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2522421,\n                    \"Longitude\": 55.3264621\n                },\n                \"HighestPackagePrice\": 482.89,\n                \"ID\": 19321924,\n                \"LowestPackagePrice\": 435.42,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Zabeel, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/97b09b20-c61d-42e1-98d9-6776944f878e.jpeg\"\n                },\n                \"DisplayName\": \"Vogue Downtown Views II\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.202759,\n                    \"Longitude\": 55.28128\n                },\n                \"HighestPackagePrice\": 601.1,\n                \"ID\": 19325759,\n                \"LowestPackagePrice\": 601.1,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"P.O Box 26228 Marasi Drive B Business Bay., Dubai\",\n                \"ChainCode\": \"YZ\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c2720138-aaf9-448f-907e-f6f76b8b581d.jpeg\"\n                },\n                \"DisplayName\": \"Dxbbu Staybridge Suites Dubai Business Bay\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.181083,\n                    \"Longitude\": 55.278111\n                },\n                \"HighestPackagePrice\": 515.34,\n                \"ID\": 19352637,\n                \"LowestPackagePrice\": 515.34,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Downtown Views Ii, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e94dc4a2-3d6b-4f63-a79e-e6497eb02712.jpeg\"\n                },\n                \"DisplayName\": \"Bellavista Downtown View II Burj View\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.202216,\n                    \"Longitude\": 55.28023\n                },\n                \"HighestPackagePrice\": 3396.05,\n                \"ID\": 19396244,\n                \"LowestPackagePrice\": 3396.05,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"15 Sheikh Mohammed Bin Rashid Boulevard, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/480ea189-87f6-409a-b350-4f2304a8fed4.jpeg\"\n                },\n                \"DisplayName\": \"Silkhaus Burj Crown\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.1946,\n                    \"Longitude\": 55.269594\n                },\n                \"HighestPackagePrice\": 554.31,\n                \"ID\": 19396305,\n                \"LowestPackagePrice\": 554.31,\n                \"PropertyType\": \"Other\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Downtown Views 2, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/416725ea-ce87-4d96-b2e8-3e93862d6f1e.jpeg\"\n                },\n                \"DisplayName\": \"Nasma Holiday Homes Downtown Views II\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.202843,\n                    \"Longitude\": 55.281285\n                },\n                \"HighestPackagePrice\": 620.26,\n                \"ID\": 19396427,\n                \"LowestPackagePrice\": 620.26,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/96cac235-2769-4c6c-8919-14ec62b531d9.jpeg\"\n                },\n                \"DisplayName\": \"Address Residences Opera Burj Khalifa\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.1972,\n                    \"Longitude\": 55.272349\n                },\n                \"HighestPackagePrice\": 1047.92,\n                \"ID\": 19396469,\n                \"LowestPackagePrice\": 1047.92,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"15 Northside Tower 2, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2e89a1c4-8599-4b19-ab12-8879a0644c2e.jpeg\"\n                },\n                \"DisplayName\": \"Waves City Serenity: Luxe Living at 15 Northside Tower 2\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.186656,\n                    \"Longitude\": 55.286486\n                },\n                \"HighestPackagePrice\": 485.88,\n                \"ID\": 19396554,\n                \"LowestPackagePrice\": 485.88,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Binghatti Canal, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/49b1d81f-deb7-4b71-82b0-f4e8c6870b80.jpeg\"\n                },\n                \"DisplayName\": \"WelHome Contemporary 1BR in Binghatti Canal & Burj Views\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.18597,\n                    \"Longitude\": 55.28622\n                },\n                \"HighestPackagePrice\": 463.07,\n                \"ID\": 19396678,\n                \"LowestPackagePrice\": 463.07,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Mohammed Bin Rashid Al Maktoum City District One Dubai United Arab Emirates\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3a8f7850-0eee-4ff0-b4c8-0bffe577888a.jpeg\"\n                },\n                \"DisplayName\": \"Vogue Lagoon District One Residence\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.16638,\n                    \"Longitude\": 55.27666\n                },\n                \"HighestPackagePrice\": 1248.69,\n                \"ID\": 19396948,\n                \"LowestPackagePrice\": 1248.69,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Forte Tower 2, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8df4ebbc-996c-4d64-834f-d08242b780bf.jpeg\"\n                },\n                \"DisplayName\": \"HomesGetaway ForteDowntown 3BR MaidsRoom\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.194878,\n                    \"Longitude\": 55.268967\n                },\n                \"HighestPackagePrice\": 972.14,\n                \"ID\": 19396986,\n                \"LowestPackagePrice\": 972.14,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"401 Surf 2 Creek Beach Creek Harbour, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/dca84873-f122-404d-b2c5-5ae93a503055.jpeg\"\n                },\n                \"DisplayName\": \"Dubai Creek Gem Stylish Condo With Two Balconies\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.20241,\n                    \"Longitude\": 55.34964\n                },\n                \"HighestPackagePrice\": 1027.46,\n                \"ID\": 19396998,\n                \"LowestPackagePrice\": 1027.46,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fac72cdc-a58c-4450-8f87-8a43f7c208cf.jpeg\"\n                },\n                \"DisplayName\": \"Silkhaus Forte Tower Downtown Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19505,\n                    \"Longitude\": 55.269026\n                },\n                \"HighestPackagePrice\": 561.02,\n                \"ID\": 19397984,\n                \"LowestPackagePrice\": 561.02,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Yazia Plaza, Dubai\",\n                \"ChainCode\": \"RT\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e47d7a33-02fb-4cdf-9b1d-fca8512b1a53.jpeg\"\n                },\n                \"DisplayName\": \"Mercure Dubai Deira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.276134,\n                    \"Longitude\": 55.299818\n                },\n                \"HighestPackagePrice\": 275.08,\n                \"ID\": 19397985,\n                \"LowestPackagePrice\": 275.08,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 2% in city\",\n                                \"Text\": \"Top 2% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 11,\n                                \"Score\": 95,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 234,\n                                \"Score\": 95,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 430,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 20,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 865,\n                                \"Score\": 90,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 107,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Pool is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 7,\n                                \"Score\": 87,\n                                \"ShortText\": \"Beautiful beach\",\n                                \"Text\": \"Beach is lovely.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 294,\n                                \"Score\": 86,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 438,\n                                \"Score\": 83,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 128,\n                                \"Score\": 83,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 206,\n                                \"Score\": 82,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 166,\n                                \"Score\": 68,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 13,\n                                \"Score\": 60,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent for traveling with friends.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"de3591dc-50be-4ad7-bde6-111549a5ef73\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2352,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 69,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 34,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 100,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 407,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1742,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent for traveling with friends. Located near shopping areas and has easy access to public transportation. Great pool. Great room. Awesome vibe. Beautiful beach.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 2192\n                }\n            },\n            {\n                \"Address\": \"Al A'amal Street, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/04c5c029-7451-46c4-b28c-b39080084c15.jpeg\"\n                },\n                \"DisplayName\": \"The First Collection Waterfront\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.18282,\n                    \"Longitude\": 55.28313\n                },\n                \"HighestPackagePrice\": 586.51,\n                \"ID\": 19595428,\n                \"LowestPackagePrice\": 433.95,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"395 Sheikh Zayed Rd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5b5b8793-2de7-418b-88d1-1f5cf00c40fe.jpeg\"\n                },\n                \"DisplayName\": \"DAMAC Maison Aykon City Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.1813259,\n                    \"Longitude\": 55.2533434\n                },\n                \"HighestPackagePrice\": 300.54,\n                \"ID\": 19595529,\n                \"LowestPackagePrice\": 278.14,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Drive Burj Khalifa District, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1ad06c61-ab20-41f4-8097-f23a2382d912.jpeg\"\n                },\n                \"DisplayName\": \"The Lana Dorchester Collection\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.188013,\n                    \"Longitude\": 55.288325\n                },\n                \"HighestPackagePrice\": 1607.23,\n                \"ID\": 19597625,\n                \"LowestPackagePrice\": 1607.23,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 9% in city\",\n                                \"Text\": \"Top 9% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 75,\n                                \"Score\": 98,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 20,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 36,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 88,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are outstanding.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 49,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 129,\n                                \"Score\": 82,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 16,\n                                \"Score\": 67,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 21,\n                                \"Score\": 59,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas.\",\n                        \"ReviewId\": \"2d216afa-9ce1-4392-b002-c022aae63eee\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 551,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 22,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 5,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 19,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 39,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 466,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.8,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Located near shopping areas. Awesome vibe. Great pool. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                    \"ReviewsCount\": 638\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/afe83ba7-1fb4-409a-a507-9f81719e31fd.jpeg\"\n                },\n                \"DisplayName\": \"Silkhaus Central Park DIFC Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.206496,\n                    \"Longitude\": 55.275155\n                },\n                \"HighestPackagePrice\": 532.9,\n                \"ID\": 19612011,\n                \"LowestPackagePrice\": 532.9,\n                \"PropertyType\": \"Other\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Za'abeel Street Zabeel 1, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5fd0d055-d2f3-488d-ae1c-7ea054d4eba0.jpeg\"\n                },\n                \"DisplayName\": \"Siro One Za'abeel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.227938,\n                    \"Longitude\": 55.291081\n                },\n                \"HighestPackagePrice\": 836.66,\n                \"ID\": 19612019,\n                \"LowestPackagePrice\": 746.42,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 6% in city\",\n                                \"Text\": \"Top 6% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 10% in city\",\n                                \"Text\": \"Top 10% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 26,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Very nice wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 12,\n                                \"Score\": 85,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 59,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 48,\n                                \"Score\": 74,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Good amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 77,\n                                \"Score\": 69,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 21,\n                                \"Score\": 63,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 19,\n                                \"Score\": 60,\n                                \"ShortText\": \"Location is ok\",\n                                \"Text\": \"Location is acceptable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 20,\n                                \"Score\": 53,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 9,\n                                \"Score\": 45,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 8,\n                                \"Score\": 45,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Pool is below average.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"2d6532d3-ad60-4b97-a2bb-bb6869784fd5\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 434,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 28,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 15,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 26,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 39,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 326,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 434\n                }\n            },\n            {\n                \"Address\": \"Al Asayel St, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f96b0c9e-9928-4ade-aa9c-f22f7832b50b.jpeg\"\n                },\n                \"DisplayName\": \"Luxury apartment in Business Bay\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.188834,\n                    \"Longitude\": 55.281934\n                },\n                \"HighestPackagePrice\": 737.8,\n                \"ID\": 19612035,\n                \"LowestPackagePrice\": 737.8,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Asayel St, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d3628e42-9c20-4890-950e-fd3a0ecbb91f.jpeg\"\n                },\n                \"DisplayName\": \"Maison Privee Exquisite Duplex with Private Patio & Loft Living\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.188804,\n                    \"Longitude\": 55.281919\n                },\n                \"HighestPackagePrice\": 481.25,\n                \"ID\": 19612051,\n                \"LowestPackagePrice\": 481.25,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Drive, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/26132bfe-36a7-4ff6-a145-3aeeefe88cab.jpeg\"\n                },\n                \"DisplayName\": \"Silkhaus Art Xv\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.185617,\n                    \"Longitude\": 55.273607\n                },\n                \"HighestPackagePrice\": 447.87,\n                \"ID\": 19612056,\n                \"LowestPackagePrice\": 447.87,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Maktoum Hospital Rd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5f8a3613-be31-41b9-927d-631b69626659.jpeg\"\n                },\n                \"DisplayName\": \"Super Deluxe Studio Rooms in near Metro\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.269286,\n                    \"Longitude\": 55.313168\n                },\n                \"HighestPackagePrice\": 167.97,\n                \"ID\": 19612058,\n                \"LowestPackagePrice\": 167.97,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Jewel Of The Creek Port Saeed P.O. Box 25113, Dubai\",\n                \"ChainCode\": \"MC\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/85f47097-2bc9-4ba7-b911-34be38ea831f.jpeg\"\n                },\n                \"DisplayName\": \"Marriott Marquis Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.250883,\n                    \"Longitude\": 55.326805\n                },\n                \"HighestPackagePrice\": 935.89,\n                \"ID\": 19618393,\n                \"LowestPackagePrice\": 867.01,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"7 14 St, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/50959b5b-a164-4f98-b4d6-c467d49cfc82.jpeg\"\n                },\n                \"DisplayName\": \"Private UNISEX Loft rooms Near Bur Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.260746,\n                    \"Longitude\": 55.303697\n                },\n                \"HighestPackagePrice\": 63.87,\n                \"ID\": 19635740,\n                \"LowestPackagePrice\": 63.87,\n                \"PropertyType\": \"Other\",\n                \"Reviews\": [],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"7 14 St, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d942c681-6b8e-48d2-8eec-399d25e28df8.jpeg\"\n                },\n                \"DisplayName\": \"Private Couple rooms near Bur Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.260709,\n                    \"Longitude\": 55.303704\n                },\n                \"HighestPackagePrice\": 53.35,\n                \"ID\": 19635741,\n                \"LowestPackagePrice\": 53.35,\n                \"PropertyType\": \"Other\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/003582e5-2687-4d04-9ef3-eb1ea8c5d07c.jpeg\"\n                },\n                \"DisplayName\": \"EDEN'S Homes & Villas Address Opera District Residences\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.197689,\n                    \"Longitude\": 55.271214\n                },\n                \"HighestPackagePrice\": 855.47,\n                \"ID\": 19635744,\n                \"LowestPackagePrice\": 855.47,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Dr, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f9c492ef-5760-4e15-9669-aba661e79798.jpeg\"\n                },\n                \"DisplayName\": \"HomesGetaway Cozy 1BR in Binghatti Canal\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.185963,\n                    \"Longitude\": 55.286224\n                },\n                \"HighestPackagePrice\": 569.35,\n                \"ID\": 19635758,\n                \"LowestPackagePrice\": 569.35,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Dr, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2278636a-12ae-4fbe-8cbf-ced12ea8daea.jpeg\"\n                },\n                \"DisplayName\": \"1B Merano 2518\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.18484,\n                    \"Longitude\": 55.260387\n                },\n                \"HighestPackagePrice\": 591.49,\n                \"ID\": 19635759,\n                \"LowestPackagePrice\": 591.49,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Ras Al Khor Creek Harbour, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ed327f60-c118-4223-b67f-88fb4161c175.jpeg\"\n                },\n                \"DisplayName\": \"Palace Dubai Creek Harbour\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.203946,\n                    \"Longitude\": 55.347168\n                },\n                \"HighestPackagePrice\": 667.1,\n                \"ID\": 19635766,\n                \"LowestPackagePrice\": 527.63,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3fc5dc87-e9ae-47b6-a76c-0868601f4079.jpeg\"\n                },\n                \"DisplayName\": \"Skyline View From This Fancy Apt\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.192116,\n                    \"Longitude\": 55.271332\n                },\n                \"HighestPackagePrice\": 15646.49,\n                \"ID\": 19635768,\n                \"LowestPackagePrice\": 15646.49,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"La Voile Building 3 Jumeirah 1, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/01e277f1-7ba6-4ab4-bc40-1964175166f0.jpeg\"\n                },\n                \"DisplayName\": \"WelHome Mesmerizing Sea & Burj Khalifa Views Apt at La Voile\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.238637,\n                    \"Longitude\": 55.255712\n                },\n                \"HighestPackagePrice\": 493.25,\n                \"ID\": 19635775,\n                \"LowestPackagePrice\": 493.25,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Dr, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/059ceccd-ee52-40cd-90dd-eb1442dc163c.jpeg\"\n                },\n                \"DisplayName\": \"Bayz Burj Khalifa Views near Dubai Mall\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.180665,\n                    \"Longitude\": 55.279303\n                },\n                \"HighestPackagePrice\": 958.12,\n                \"ID\": 19635790,\n                \"LowestPackagePrice\": 958.12,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"The Cove Building 1 Creek Harbour, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/214c5c92-6eee-4602-8f61-fc7a5cbfbe55.jpeg\"\n                },\n                \"DisplayName\": \"Nasma Luxury Stays The Cove Building 1\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.201788,\n                    \"Longitude\": 55.34461\n                },\n                \"HighestPackagePrice\": 411.02,\n                \"ID\": 19635792,\n                \"LowestPackagePrice\": 411.02,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"1 Al Mankhool Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/310e0a4f-f4f6-4469-9f2a-cec1ca5dff0c.jpeg\"\n                },\n                \"DisplayName\": \"Private Couple room near Burdubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.258017,\n                    \"Longitude\": 55.297001\n                },\n                \"HighestPackagePrice\": 54.43,\n                \"ID\": 19635796,\n                \"LowestPackagePrice\": 54.43,\n                \"PropertyType\": \"Other\",\n                \"Reviews\": [],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Damac Avanti Business Bay, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9cfaffaf-41b8-46bc-9a50-4d34837de374.jpeg\"\n                },\n                \"DisplayName\": \"Exquisite Studio With Breathtaking Cityscape View\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.176855,\n                    \"Longitude\": 55.272703\n                },\n                \"HighestPackagePrice\": 380.62,\n                \"ID\": 19635797,\n                \"LowestPackagePrice\": 380.62,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Breeze At Creek Beach, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8110065c-7ff2-44d9-ab55-5d182e3dc3ce.jpeg\"\n                },\n                \"DisplayName\": \"Nasma Holiday Homes Breeze at Creek Beach\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.201686,\n                    \"Longitude\": 55.348917\n                },\n                \"HighestPackagePrice\": 485.73,\n                \"ID\": 19635820,\n                \"LowestPackagePrice\": 485.73,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Dr, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/20ea6802-b1fc-4957-aa91-594906e844c9.jpeg\"\n                },\n                \"DisplayName\": \"Spacious 1BR Apt Designed by Missoni\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.186594,\n                    \"Longitude\": 55.26577\n                },\n                \"HighestPackagePrice\": 1234.44,\n                \"ID\": 19635821,\n                \"LowestPackagePrice\": 1234.44,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Asayel St Business Bay, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7722a741-cd14-420e-b77a-73dc6e4fb05d.jpeg\"\n                },\n                \"DisplayName\": \"Sterling East near Dubai Mal BurjKhalifa\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.188959,\n                    \"Longitude\": 55.282469\n                },\n                \"HighestPackagePrice\": 489.13,\n                \"ID\": 19635825,\n                \"LowestPackagePrice\": 489.13,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Business Bay, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3dc6bdd4-b5a7-4621-9650-36e42892750c.jpeg\"\n                },\n                \"DisplayName\": \"1B Thecourttower 2402\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.184636,\n                    \"Longitude\": 55.258774\n                },\n                \"HighestPackagePrice\": 659.96,\n                \"ID\": 19635826,\n                \"LowestPackagePrice\": 659.96,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Asayel St, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6b2c3374-ac7e-4dfd-b5e4-d18173f15b31.jpeg\"\n                },\n                \"DisplayName\": \"HiGuests The Sterling by Omniyat\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.188766,\n                    \"Longitude\": 55.281957\n                },\n                \"HighestPackagePrice\": 540.18,\n                \"ID\": 19651219,\n                \"LowestPackagePrice\": 540.18,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Centurion Onyx Nad Al Sheba, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/24045e16-ebf7-40ad-a887-07a075cca17c.jpeg\"\n                },\n                \"DisplayName\": \"SuperHost Comfort 1BR Centurion Onyx Retreat with Balcony\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.164705,\n                    \"Longitude\": 55.305233\n                },\n                \"HighestPackagePrice\": 342.02,\n                \"ID\": 19651226,\n                \"LowestPackagePrice\": 342.02,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Boulevard, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d4da6b87-d852-49fb-aaad-f53dd6f8fcbb.jpeg\"\n                },\n                \"DisplayName\": \"Address Dubai Opera Residences\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.197449,\n                    \"Longitude\": 55.271609\n                },\n                \"HighestPackagePrice\": 903.65,\n                \"ID\": 19654833,\n                \"LowestPackagePrice\": 903.65,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"1 Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/37be04c2-cc51-4a79-a1d0-b6f2dbe6a0af.jpeg\"\n                },\n                \"DisplayName\": \"Overnight Camping party event adventure\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.198874,\n                    \"Longitude\": 55.275489\n                },\n                \"HighestPackagePrice\": 1206.14,\n                \"ID\": 19671038,\n                \"LowestPackagePrice\": 1206.14,\n                \"PropertyType\": \"Other\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"La Rive 2, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e47a9556-f97a-4c23-b948-925e44edf825.jpeg\"\n                },\n                \"DisplayName\": \"HiGuests La Rive 2\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.238793,\n                    \"Longitude\": 55.254767\n                },\n                \"HighestPackagePrice\": 950.47,\n                \"ID\": 19671040,\n                \"LowestPackagePrice\": 950.47,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Dr, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/21740751-1772-4df9-b3c1-312d040864d4.jpeg\"\n                },\n                \"DisplayName\": \"Aya Canal Skyline Suite One BR Haven at ZADA Tower\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.184449,\n                    \"Longitude\": 55.261781\n                },\n                \"HighestPackagePrice\": 489.34,\n                \"ID\": 19671042,\n                \"LowestPackagePrice\": 489.34,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"1 Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e918b164-7876-44e5-b085-4bec11da45dc.jpeg\"\n                },\n                \"DisplayName\": \"Overnight Campsite stay party adventures\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.198291,\n                    \"Longitude\": 55.276712\n                },\n                \"HighestPackagePrice\": 916.97,\n                \"ID\": 19671044,\n                \"LowestPackagePrice\": 916.97,\n                \"PropertyType\": \"Other\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Habtoor City, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a80847b9-10a3-4f29-89a3-5caafb43c91b.jpeg\"\n                },\n                \"DisplayName\": \"1B Noora 2903 by bnbmehomes\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.183229999999998,\n                    \"Longitude\": 55.256466\n                },\n                \"HighestPackagePrice\": 738.22,\n                \"ID\": 19674779,\n                \"LowestPackagePrice\": 738.22,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Dr, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3e50384b-a98f-4220-98b6-c190a365a945.jpeg\"\n                },\n                \"DisplayName\": \"Aya Khalifa Vista One Bedroom Oasis at ZADA Tower\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.184456,\n                    \"Longitude\": 55.261786\n                },\n                \"HighestPackagePrice\": 578.86,\n                \"ID\": 19674783,\n                \"LowestPackagePrice\": 578.86,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Umniyati Street Burj Area Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/a0994486-7680-42f6-9cbe-011981302758.jpeg\"\n                },\n                \"DisplayName\": \"Damac Mall Street near Burj Khalifa\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.195061,\n                    \"Longitude\": 55.283682\n                },\n                \"HighestPackagePrice\": 583.81,\n                \"ID\": 19674784,\n                \"LowestPackagePrice\": 583.81,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Forte Tower 1 Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c5614aea-7699-4edb-83bd-d92bddfaf76e.jpeg\"\n                },\n                \"DisplayName\": \"HiGuests Forte Tower 1\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.195782,\n                    \"Longitude\": 55.268817\n                },\n                \"HighestPackagePrice\": 556.5,\n                \"ID\": 19674786,\n                \"LowestPackagePrice\": 556.5,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"The Oval Tower Business Bay, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1c109d12-ce59-4c03-8205-df04bd41cbc5.jpeg\"\n                },\n                \"DisplayName\": \"Lakeside Hostel Downtown\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.177565,\n                    \"Longitude\": 55.274403\n                },\n                \"HighestPackagePrice\": 79.24,\n                \"ID\": 19674788,\n                \"LowestPackagePrice\": 79.24,\n                \"PropertyType\": \"Hostel\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Down, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/34240e16-54c0-419c-88e2-78d9b0420f7b.jpeg\"\n                },\n                \"DisplayName\": \"Overnight Camping Stays Parties Events\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.200586,\n                    \"Longitude\": 55.273321\n                },\n                \"HighestPackagePrice\": 1132.37,\n                \"ID\": 19674796,\n                \"LowestPackagePrice\": 1132.37,\n                \"PropertyType\": \"Other\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Surf 2 At Creek Beach, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0f8e72bf-d0cf-4e9b-83aa-129a0e4aac38.jpeg\"\n                },\n                \"DisplayName\": \"Zen Oasis1BR Splendid Creek Side Retreat\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.202435,\n                    \"Longitude\": 55.349672\n                },\n                \"HighestPackagePrice\": 360,\n                \"ID\": 19679127,\n                \"LowestPackagePrice\": 360,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Surf 2 Creek Beach Dubai Creek Harbor\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9fc4315b-3024-47fc-848c-308798dd3f94.jpeg\"\n                },\n                \"DisplayName\": \"Creek Beachfront Heaven 1BR Luxe Harbor\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.201648,\n                    \"Longitude\": 55.348299\n                },\n                \"HighestPackagePrice\": 385.77,\n                \"ID\": 19679128,\n                \"LowestPackagePrice\": 385.77,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Forte Tower 1, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2c59131a-2d80-4a32-ae3e-668e460fed84.jpeg\"\n                },\n                \"DisplayName\": \"WelHome Luxurious 2BR Apt in Forte T1 Downtown\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.195783,\n                    \"Longitude\": 55.2688\n                },\n                \"HighestPackagePrice\": 815.87,\n                \"ID\": 19679140,\n                \"LowestPackagePrice\": 815.87,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Forte Tower 2, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/47bd61af-7c4d-489c-9b8d-39c0a5b7288a.jpeg\"\n                },\n                \"DisplayName\": \"Mystic Forte Tower 2\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.194879,\n                    \"Longitude\": 55.268969\n                },\n                \"HighestPackagePrice\": 710.26,\n                \"ID\": 19691420,\n                \"LowestPackagePrice\": 710.26,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Act One Tower Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5c07f319-1c28-4962-8dfd-5965ddb319c7.jpeg\"\n                },\n                \"DisplayName\": \"Mystic Act One Tower\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.192595,\n                    \"Longitude\": 55.271164\n                },\n                \"HighestPackagePrice\": 795.84,\n                \"ID\": 19691428,\n                \"LowestPackagePrice\": 795.84,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Drive, Dubai\",\n                \"ChainCode\": \"IC\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e0822643-b9ad-49cc-86aa-4a98e3f241c4.jpeg\"\n                },\n                \"DisplayName\": \"InterContinental Residences Dubai Business Bay an IHG Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.181527,\n                    \"Longitude\": 55.270677\n                },\n                \"HighestPackagePrice\": 734.78,\n                \"ID\": 19691433,\n                \"LowestPackagePrice\": 734.78,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Business Bay Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2c0e73c4-86ec-4da2-9956-b217be01c817.jpeg\"\n                },\n                \"DisplayName\": \"Upscale Studio Apartment Palm View with Big Balcony Free Parking by Belvilla\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.183421,\n                    \"Longitude\": 55.27283\n                },\n                \"HighestPackagePrice\": 1642.42,\n                \"ID\": 19697027,\n                \"LowestPackagePrice\": 1642.42,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Business Bay, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c2d99483-39cc-4284-baef-f8b15996b3b1.jpeg\"\n                },\n                \"DisplayName\": \"Upscale Spacious Apartment Near Downtown with Balcony and Free Parking by Belvilla\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.1777843,\n                    \"Longitude\": 55.2694415\n                },\n                \"HighestPackagePrice\": 1642.42,\n                \"ID\": 19697029,\n                \"LowestPackagePrice\": 1642.42,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Downtown Dubai Mall\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fd4e11e9-375b-4dfa-ad96-37a523fbc2b1.jpeg\"\n                },\n                \"DisplayName\": \"Campsite for Stays & Event Parties\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19506,\n                    \"Longitude\": 55.277371\n                },\n                \"HighestPackagePrice\": 353.21,\n                \"ID\": 19697037,\n                \"LowestPackagePrice\": 353.21,\n                \"PropertyType\": \"Other\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Churchill Towers, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/106c8ecf-bb87-447b-a784-11c025837696.jpeg\"\n                },\n                \"DisplayName\": \"Yogi Beautiful Burj Khalifa View in this 1BR Apartment\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.180889,\n                    \"Longitude\": 55.263382\n                },\n                \"HighestPackagePrice\": 721.24,\n                \"ID\": 19697038,\n                \"LowestPackagePrice\": 721.24,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Business Bay, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ccfb7aac-2101-4a93-99fa-096613602f4f.jpeg\"\n                },\n                \"DisplayName\": \"Vogue Elegance Court Tower Studio\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.184459,\n                    \"Longitude\": 55.258763\n                },\n                \"HighestPackagePrice\": 409.66,\n                \"ID\": 19697075,\n                \"LowestPackagePrice\": 409.66,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Hadiqa Rd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7e2ae88b-bd5f-4d77-9516-34600ae55a1f.jpeg\"\n                },\n                \"DisplayName\": \"Maison Privee City Chic Retreat in Dubai s Prime Location\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.180427,\n                    \"Longitude\": 55.251911\n                },\n                \"HighestPackagePrice\": 501.63,\n                \"ID\": 19697081,\n                \"LowestPackagePrice\": 501.63,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Dr, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/dec7aa64-d300-421f-88da-0b450bb1a648.jpeg\"\n                },\n                \"DisplayName\": \"Zada Tower 1BR\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.18446,\n                    \"Longitude\": 55.2618\n                },\n                \"HighestPackagePrice\": 439.49,\n                \"ID\": 19732268,\n                \"LowestPackagePrice\": 439.49,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Khor Street, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/dd08e948-39e4-493e-be9d-5095aa9afbea.jpeg\"\n                },\n                \"DisplayName\": \"Gold Sky Avenue Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.272603,\n                    \"Longitude\": 55.298612\n                },\n                \"HighestPackagePrice\": 269.54,\n                \"ID\": 19732270,\n                \"LowestPackagePrice\": 269.54,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Forte Tower 1, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/edb14ba9-a190-4561-8d62-771905566d30.jpeg\"\n                },\n                \"DisplayName\": \"WelHome Exclusive 2BR Apartment in Downtown Forte\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.195803,\n                    \"Longitude\": 55.268822\n                },\n                \"HighestPackagePrice\": 912.96,\n                \"ID\": 19732280,\n                \"LowestPackagePrice\": 912.96,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"15 Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/b4ff1777-17fe-4bf7-8d7d-1b9118b75f7a.jpeg\"\n                },\n                \"DisplayName\": \"Waves Burj Crown Tower\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19403,\n                    \"Longitude\": 55.269317\n                },\n                \"HighestPackagePrice\": 503.93,\n                \"ID\": 19732302,\n                \"LowestPackagePrice\": 503.93,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Blvd Crescent Al Tahani Street, Dubai\",\n                \"DefaultImage\": {},\n                \"DisplayName\": \"Eden's Homes & Villas Blvd Crescent\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.191624,\n                    \"Longitude\": 55.270455\n                },\n                \"HighestPackagePrice\": 844.33,\n                \"ID\": 19732311,\n                \"LowestPackagePrice\": 844.33,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Ras Al Khor, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6418fea7-ec70-4f6a-9426-a94c2346ecff.jpeg\"\n                },\n                \"DisplayName\": \"Vogue Breeze Creek Beach by Emaar\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.201738,\n                    \"Longitude\": 55.348328\n                },\n                \"HighestPackagePrice\": 698.17,\n                \"ID\": 19732325,\n                \"LowestPackagePrice\": 698.17,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"1 Marasi Drive, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/35cc952a-bd91-4c15-914f-62c133216e73.jpeg\"\n                },\n                \"DisplayName\": \"Ahad Residences\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.186668,\n                    \"Longitude\": 55.266056\n                },\n                \"HighestPackagePrice\": 390.34,\n                \"ID\": 19732329,\n                \"LowestPackagePrice\": 390.34,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Azizi Riviera 25, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/da3ff3f8-1b42-429b-92a0-38b052702052.jpeg\"\n                },\n                \"DisplayName\": \"Waves Azizi Riviera Building 25 Cozy Studio With Balcony\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.172884,\n                    \"Longitude\": 55.306302\n                },\n                \"HighestPackagePrice\": 421.53,\n                \"ID\": 19732341,\n                \"LowestPackagePrice\": 421.53,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Meydan One Azizi Riviera 27, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0979b752-f910-407b-8697-d3545b270edf.jpeg\"\n                },\n                \"DisplayName\": \"Zapbed House AR 533\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.172411,\n                    \"Longitude\": 55.305047\n                },\n                \"HighestPackagePrice\": 694.39,\n                \"ID\": 19732354,\n                \"LowestPackagePrice\": 694.39,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Buteen Area Behind Al Sabkha Bus Stop, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/718d9c27-ba6c-47c7-9061-e9ccc9c2b6a3.jpeg\"\n                },\n                \"DisplayName\": \"Najiba Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26868,\n                    \"Longitude\": 55.300996\n                },\n                \"HighestPackagePrice\": 277.55,\n                \"ID\": 19732366,\n                \"LowestPackagePrice\": 277.55,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Nakhal Road Naif Street Deira, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/79206215-c94c-4e52-9274-7f696cc36bf6.jpeg\"\n                },\n                \"DisplayName\": \"Sky Park Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.272466,\n                    \"Longitude\": 55.311192\n                },\n                \"HighestPackagePrice\": 215.62,\n                \"ID\": 19732370,\n                \"LowestPackagePrice\": 215.62,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Creek Harbour 2108, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0f95acb5-ff4d-49ad-96c9-212f281d7c87.jpeg\"\n                },\n                \"DisplayName\": \"Zapbed House ADP 2108\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.178229,\n                    \"Longitude\": 55.266643\n                },\n                \"HighestPackagePrice\": 1851.7,\n                \"ID\": 19732372,\n                \"LowestPackagePrice\": 1851.7,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"682X Mq7, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4514cb88-64f4-4250-9b54-7c2eabed1e4f.jpeg\"\n                },\n                \"DisplayName\": \"Tanin Luxurious 5th Floor Retreat at Summer 3 CreekBeach\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.201162,\n                    \"Longitude\": 55.349374\n                },\n                \"HighestPackagePrice\": 737.35,\n                \"ID\": 19732383,\n                \"LowestPackagePrice\": 737.35,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Azizi Riviera 27 106, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3dbd6113-3f9e-416a-a551-cfb29a87c94b.jpeg\"\n                },\n                \"DisplayName\": \"Zapbed House Ar 106\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.172438,\n                    \"Longitude\": 55.305033\n                },\n                \"HighestPackagePrice\": 651.07,\n                \"ID\": 19732390,\n                \"LowestPackagePrice\": 651.07,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Mohammed Bin Rashid Al Maktoum City, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ff62ef93-423f-4b94-b9c0-884b8d093624.jpeg\"\n                },\n                \"DisplayName\": \"Your Keys Holiday Homes\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.15893,\n                    \"Longitude\": 55.28759\n                },\n                \"HighestPackagePrice\": 1987.06,\n                \"ID\": 19744976,\n                \"LowestPackagePrice\": 1987.06,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Dr, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/845c785b-7eb3-4848-b50a-99eb0db3cb16.jpeg\"\n                },\n                \"DisplayName\": \"WelHome Luxury Living in Business Bay 2BR Maid's Room\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.18772,\n                    \"Longitude\": 55.267238999999996\n                },\n                \"HighestPackagePrice\": 668.99,\n                \"ID\": 19744998,\n                \"LowestPackagePrice\": 668.99,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Boulevardnul, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/acf14d31-9361-4879-bba0-45ce0a4a0bc0.jpeg\"\n                },\n                \"DisplayName\": \"OYO HOME 1349 Burj Crown Luxury 1bed Apartment\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.194012,\n                    \"Longitude\": 55.269291\n                },\n                \"HighestPackagePrice\": 4114.9,\n                \"ID\": 19745007,\n                \"LowestPackagePrice\": 4114.9,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Boulevardnull, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/18ca6af0-a421-4572-a6ae-76b4d344e6ed.jpeg\"\n                },\n                \"DisplayName\": \"OYO HOME 1348 Furnished 1 bed Apartment\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.194058,\n                    \"Longitude\": 55.269366\n                },\n                \"HighestPackagePrice\": 754.4,\n                \"ID\": 19745033,\n                \"LowestPackagePrice\": 754.4,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Naif Rd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7c51129e-f70b-4c87-87b5-2102eeaf077c.jpeg\"\n                },\n                \"DisplayName\": \"Naif Fort Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.272323,\n                    \"Longitude\": 55.304561\n                },\n                \"HighestPackagePrice\": 168.09,\n                \"ID\": 19745038,\n                \"LowestPackagePrice\": 168.09,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Azizi Riviera 18, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0d21c156-d021-42c9-82c8-9d2622295f0f.jpeg\"\n                },\n                \"DisplayName\": \"Yogi Azizi Riviera 18\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.173302,\n                    \"Longitude\": 55.301089\n                },\n                \"HighestPackagePrice\": 389.17,\n                \"ID\": 19745049,\n                \"LowestPackagePrice\": 389.17,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Daghaya St Deira Al Sabkha, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d683c6fd-3906-45ed-8e33-8882ab647b60.jpeg\"\n                },\n                \"DisplayName\": \"Galaxy Star Hotel L.L.C\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.273618,\n                    \"Longitude\": 55.300187\n                },\n                \"HighestPackagePrice\": 137.98,\n                \"ID\": 19745055,\n                \"LowestPackagePrice\": 137.98,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Mada Residences Burj Khalifa District, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/54ddd930-d452-41cb-b9cd-f61ae22394b0.jpeg\"\n                },\n                \"DisplayName\": \"Spacious & Luxurious 2.5BD in Downtown\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.186231,\n                    \"Longitude\": 55.27445\n                },\n                \"HighestPackagePrice\": 815.18,\n                \"ID\": 19745062,\n                \"LowestPackagePrice\": 815.18,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Asayel St, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6e243e5e-202e-4589-9f13-a2c6f2d68643.jpeg\"\n                },\n                \"DisplayName\": \"Luxe 3BR with Burj Khalifa view\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.188801,\n                    \"Longitude\": 55.281915\n                },\n                \"HighestPackagePrice\": 1232.45,\n                \"ID\": 19752843,\n                \"LowestPackagePrice\": 1232.45,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/31623a5f-bf79-4c9c-a31e-b05750936d5b.jpeg\"\n                },\n                \"DisplayName\": \"HiGuests Address Opera Residences\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.19696,\n                    \"Longitude\": 55.271578\n                },\n                \"HighestPackagePrice\": 1042.69,\n                \"ID\": 19756121,\n                \"LowestPackagePrice\": 1042.69,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Aykon City Tower C, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/18dc5cec-b028-4c6e-853b-97656c90239c.jpeg\"\n                },\n                \"DisplayName\": \"Extremely High 2BR in Aykon City Tower\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.180425,\n                    \"Longitude\": 55.251916\n                },\n                \"HighestPackagePrice\": 606.9,\n                \"ID\": 19756130,\n                \"LowestPackagePrice\": 606.9,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"6 43 St Za'abeel 2, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1f527207-f5f5-4b6d-872b-ef616376fe8d.jpeg\"\n                },\n                \"DisplayName\": \"Bellavista Downtown View II City View\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.202263,\n                    \"Longitude\": 55.280287\n                },\n                \"HighestPackagePrice\": 7347.95,\n                \"ID\": 19756134,\n                \"LowestPackagePrice\": 7347.95,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Azizi Riviera 43 Nad Al Sheba 1, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/951e6cf6-c62f-4090-b3c0-a3fc75e23320.jpeg\"\n                },\n                \"DisplayName\": \"Lovely Studios at Azizi Riviera\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.173165,\n                    \"Longitude\": 55.309142\n                },\n                \"HighestPackagePrice\": 307.71,\n                \"ID\": 19756154,\n                \"LowestPackagePrice\": 307.71,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Palace Residences, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1429d73b-0542-4b42-b6ee-dbadb20d1a4a.jpeg\"\n                },\n                \"DisplayName\": \"Nasma Holiday Homes Palace Residences\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.203765,\n                    \"Longitude\": 55.346985\n                },\n                \"HighestPackagePrice\": 619.67,\n                \"ID\": 19756156,\n                \"LowestPackagePrice\": 619.67,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Jaddaf, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/40320326-e652-47f8-9185-321497f315b2.jpeg\"\n                },\n                \"DisplayName\": \"Zapbed House BT 1909\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.212321,\n                    \"Longitude\": 55.316193\n                },\n                \"HighestPackagePrice\": 833.27,\n                \"ID\": 19756182,\n                \"LowestPackagePrice\": 833.27,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Business Bay 1608, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/190107af-29d0-466c-bc63-bab8430cca0c.jpeg\"\n                },\n                \"DisplayName\": \"Zapbed House DP 1608\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.184384,\n                    \"Longitude\": 55.275267\n                },\n                \"HighestPackagePrice\": 3086.18,\n                \"ID\": 19756190,\n                \"LowestPackagePrice\": 3086.18,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/017409b1-0b62-43bf-8763-6bd86efcd59f.jpeg\"\n                },\n                \"DisplayName\": \"Venduras Elegant 3BR Burj Khalifa View\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.194434,\n                    \"Longitude\": 55.277352\n                },\n                \"HighestPackagePrice\": 1125.15,\n                \"ID\": 19766813,\n                \"LowestPackagePrice\": 1125.15,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Mohammed Bin Rashid Al Maktoum City, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/21b02b96-f8f7-4be6-97de-df2222caa114.jpeg\"\n                },\n                \"DisplayName\": \"Venduras Elegant 2BR in Sobha Waves\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.165717,\n                    \"Longitude\": 55.275894\n                },\n                \"HighestPackagePrice\": 577.72,\n                \"ID\": 19766819,\n                \"LowestPackagePrice\": 577.72,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Damac Merano Tower Marasi Dr, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0343207d-7c85-4cea-bf2f-16f4ae6f4c02.jpeg\"\n                },\n                \"DisplayName\": \"Stylish 1BR at DAMAC Merano Tower\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.184828,\n                    \"Longitude\": 55.260321\n                },\n                \"HighestPackagePrice\": 469.74,\n                \"ID\": 19766822,\n                \"LowestPackagePrice\": 469.74,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4655c4ee-74cc-4103-b1ae-b45bb18ac817.jpeg\"\n                },\n                \"DisplayName\": \"Venduras Luxe 4BR Fountain & Burj View\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.195649,\n                    \"Longitude\": 55.269104\n                },\n                \"HighestPackagePrice\": 1185.79,\n                \"ID\": 19766823,\n                \"LowestPackagePrice\": 1185.79,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Mustaqbal Street Difc, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/55c75cb4-451f-442b-b65f-284d9f25a9c9.jpeg\"\n                },\n                \"DisplayName\": \"Sky Gardens Mint Stay\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.212036,\n                    \"Longitude\": 55.282763\n                },\n                \"HighestPackagePrice\": 469.85,\n                \"ID\": 19766828,\n                \"LowestPackagePrice\": 469.85,\n                \"PropertyType\": \"Other\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Business Bay, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2b8997b8-8f46-42e3-b631-5d7e9aef6062.jpeg\"\n                },\n                \"DisplayName\": \"Upside Living Mint Stay\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.185242,\n                    \"Longitude\": 55.289818\n                },\n                \"HighestPackagePrice\": 501.16,\n                \"ID\": 19766829,\n                \"LowestPackagePrice\": 501.16,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Jaddaf, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f824a861-1a29-480b-9be1-1d3947d74787.jpeg\"\n                },\n                \"DisplayName\": \"Venduras Elegant Studio In Al Jaddaf\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.209463,\n                    \"Longitude\": 55.315432\n                },\n                \"HighestPackagePrice\": 308.35,\n                \"ID\": 19766830,\n                \"LowestPackagePrice\": 308.35,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Jaddaf, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4447f320-bbbe-4fd5-a78c-c243ecbbe698.jpeg\"\n                },\n                \"DisplayName\": \"Venduras Chic Studio In Al Jaddaf\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.20823,\n                    \"Longitude\": 55.315958\n                },\n                \"HighestPackagePrice\": 293.19,\n                \"ID\": 19766831,\n                \"LowestPackagePrice\": 293.19,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Jaddaf, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/dc19aa26-be3c-442f-a480-6c086c7300aa.jpeg\"\n                },\n                \"DisplayName\": \"Venduras Elegant 1 BR Apartment Jaddaf\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.208259,\n                    \"Longitude\": 55.315947\n                },\n                \"HighestPackagePrice\": 510.94,\n                \"ID\": 19766833,\n                \"LowestPackagePrice\": 510.94,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Act One Act Two Tower 1, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8f7266cd-fcd4-4a79-825c-6f482f7ac17a.jpeg\"\n                },\n                \"DisplayName\": \"Act One Act Two Downtown By Happy Season\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.192315,\n                    \"Longitude\": 55.271127\n                },\n                \"HighestPackagePrice\": 649.95,\n                \"ID\": 19781924,\n                \"LowestPackagePrice\": 649.95,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Azizi Riviera 39, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4695ed42-7b1d-4644-8dd5-16f8da8b9fdd.jpeg\"\n                },\n                \"DisplayName\": \"KOHH Studio in Azizi Riviera 39\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.173701,\n                    \"Longitude\": 55.309841\n                },\n                \"HighestPackagePrice\": 280.74,\n                \"ID\": 19782203,\n                \"LowestPackagePrice\": 280.74,\n                \"PropertyType\": \"Other\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Scala Tower, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2cb66abb-012f-4116-96e6-62916884acec.jpeg\"\n                },\n                \"DisplayName\": \"1 Bedroom Gem is Business Bay\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.185488,\n                    \"Longitude\": 55.285757\n                },\n                \"HighestPackagePrice\": 419.79,\n                \"ID\": 19782551,\n                \"LowestPackagePrice\": 419.79,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"3\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Dr, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1c90a54e-12f1-468c-b240-cbe49de6652b.jpeg\"\n                },\n                \"DisplayName\": \"Cozy Luxury 1BR I Missoni Urban Oasis\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.18462,\n                    \"Longitude\": 55.259396\n                },\n                \"HighestPackagePrice\": 1102.22,\n                \"ID\": 19782552,\n                \"LowestPackagePrice\": 1102.22,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Jaddaf, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5990a13b-64b0-4d85-b0f2-2fb7c4429c29.jpeg\"\n                },\n                \"DisplayName\": \"Venduras Charming 1BR Haven in Jaddaf\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.212986,\n                    \"Longitude\": 55.31948\n                },\n                \"HighestPackagePrice\": 461.08,\n                \"ID\": 19782556,\n                \"LowestPackagePrice\": 461.08,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5d9b3ecc-35ed-4a80-88a5-a85eb5c57ed4.jpeg\"\n                },\n                \"DisplayName\": \"Venduras Luxurious 4BR Burj Downtown\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.195782,\n                    \"Longitude\": 55.269112\n                },\n                \"HighestPackagePrice\": 1171.72,\n                \"ID\": 19782562,\n                \"LowestPackagePrice\": 1171.72,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"One Park Avenue, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d19154ac-0e74-4018-aa39-991c52d37184.jpeg\"\n                },\n                \"DisplayName\": \"Marco Polo Stunning 2BR with Burj View Spacious Gym & Pool\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.178424,\n                    \"Longitude\": 55.308612\n                },\n                \"HighestPackagePrice\": 787.11,\n                \"ID\": 20097232,\n                \"LowestPackagePrice\": 787.11,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Azizi Park Avenue Meydan City 412, Dubai\",\n                \"DefaultImage\": {},\n                \"DisplayName\": \"Luxury Meydan Condo with City Views\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.165139,\n                    \"Longitude\": 55.305337\n                },\n                \"HighestPackagePrice\": 707.05,\n                \"ID\": 20097273,\n                \"LowestPackagePrice\": 707.05,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Al Asayel Street, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5489ea55-1ddf-4cfc-9fe7-ea6571e76cc5.jpeg\"\n                },\n                \"DisplayName\": \"Mama Shelter Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.18028,\n                    \"Longitude\": 55.27189\n                },\n                \"HighestPackagePrice\": 452.17,\n                \"ID\": 20097278,\n                \"LowestPackagePrice\": 452.17,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [\n                    {\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"3a39fd30-3927-4c86-9917-40407f3b7272\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"Score\": 0,\n                        \"ScoreDescription\": \"\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"The Opus By Omniyat, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c1eb623a-09a3-414e-9f51-012666a1bd9b.jpeg\"\n                },\n                \"DisplayName\": \"ME Dubai Residences\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.188881,\n                    \"Longitude\": 55.266959\n                },\n                \"HighestPackagePrice\": 946.39,\n                \"ID\": 20105210,\n                \"LowestPackagePrice\": 946.39,\n                \"PropertyType\": \"Hotel\",\n                \"Reviews\": [],\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"15 Northside Tower 1, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/256cdcc9-2d21-4ae2-a16e-003870ceaa8a.jpeg\"\n                },\n                \"DisplayName\": \"Waves Premium Studio Stay in the He\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.186613,\n                    \"Longitude\": 55.286478\n                },\n                \"HighestPackagePrice\": 3086.18,\n                \"ID\": 20105214,\n                \"LowestPackagePrice\": 3086.18,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Azizi Riviera 46, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/90c6c5ff-d4c4-4a2f-b3d4-c54afa324f37.jpeg\"\n                },\n                \"DisplayName\": \"Nasma Holiday Homes Azizi Riviera 46\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.171994,\n                    \"Longitude\": 55.310222\n                },\n                \"HighestPackagePrice\": 353.32,\n                \"ID\": 20105231,\n                \"LowestPackagePrice\": 353.32,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Azizi Riviera 43 Meydan, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/fb8c9325-956e-4a23-9c4c-caff85797da1.jpeg\"\n                },\n                \"DisplayName\": \"Nasma Holiday Homes Azizi Riviera 43\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.173115,\n                    \"Longitude\": 55.309157\n                },\n                \"HighestPackagePrice\": 353.32,\n                \"ID\": 20105233,\n                \"LowestPackagePrice\": 353.32,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Healthcare City Farhad Azizi, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d3fd826b-2a64-4d1e-8bce-638e4d9c4c4f.jpeg\"\n                },\n                \"DisplayName\": \"Azizi 1 BR Greek Views 360 vacation\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.20828,\n                    \"Longitude\": 55.315229\n                },\n                \"HighestPackagePrice\": 443.87,\n                \"ID\": 20105235,\n                \"LowestPackagePrice\": 443.87,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Azizi Riviera 47, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5f14b1ac-e8d4-46fb-9467-9f35c69300eb.jpeg\"\n                },\n                \"DisplayName\": \"Nasma Holiday Homes Azizi Riviera 47\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.172178,\n                    \"Longitude\": 55.312016\n                },\n                \"HighestPackagePrice\": 353.32,\n                \"ID\": 20105242,\n                \"LowestPackagePrice\": 353.32,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Azizi Riviera 41, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1b1e0cdd-34d5-48d1-af7d-3c8d5cc85f67.jpeg\"\n                },\n                \"DisplayName\": \"Nasma Holiday Homes Azizi Riviera 41\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.173396,\n                    \"Longitude\": 55.311233\n                },\n                \"HighestPackagePrice\": 341.36,\n                \"ID\": 20105243,\n                \"LowestPackagePrice\": 341.36,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Azizi Riviera 6, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/39d4d307-6650-44ec-8377-27b08ea88beb.jpeg\"\n                },\n                \"DisplayName\": \"Nasma Holiday Homes Azizi Riviera 6\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.173455,\n                    \"Longitude\": 55.30115\n                },\n                \"HighestPackagePrice\": 330.54,\n                \"ID\": 20105248,\n                \"LowestPackagePrice\": 330.54,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Sheikh Mohammed Bin Rashid Blvd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/68c161a6-7316-4ef3-bda2-f8c922695cd8.jpeg\"\n                },\n                \"DisplayName\": \"Elegant 3BR Apt. 4 Balconies in 29 Blvd\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.191888,\n                    \"Longitude\": 55.272729\n                },\n                \"HighestPackagePrice\": 1594.84,\n                \"ID\": 20265038,\n                \"LowestPackagePrice\": 1594.84,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Dr, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/74064490-f353-436d-b820-8d9c276193e9.jpeg\"\n                },\n                \"DisplayName\": \"Sophisticated 2BR Missoni Home\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.185689,\n                    \"Longitude\": 55.27423\n                },\n                \"HighestPackagePrice\": 617.23,\n                \"ID\": 20273245,\n                \"LowestPackagePrice\": 617.23,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Business Bay, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0c3435e4-0dd6-4ee9-940a-801f1cb84b90.jpeg\"\n                },\n                \"DisplayName\": \"bnbme 15 Northside\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.186313,\n                    \"Longitude\": 55.28669\n                },\n                \"HighestPackagePrice\": 696.29,\n                \"ID\": 20273249,\n                \"LowestPackagePrice\": 696.29,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Marasi Dr, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9aeaf3ac-d3d7-4ae9-ad61-6d3b00eed022.jpeg\"\n                },\n                \"DisplayName\": \"Elegance 1BR Luxury at Missoni\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.184347,\n                    \"Longitude\": 55.25922\n                },\n                \"HighestPackagePrice\": 381.08,\n                \"ID\": 20273250,\n                \"LowestPackagePrice\": 381.08,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Boulevard Point Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/de65d70d-b023-471a-9a4f-31e14acc3ade.jpeg\"\n                },\n                \"DisplayName\": \"Maison Privee Inviting Apt with Fabulous Dubai Canal & Skyline Vws\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.193308,\n                    \"Longitude\": 55.28092\n                },\n                \"HighestPackagePrice\": 559.37,\n                \"ID\": 20273254,\n                \"LowestPackagePrice\": 559.37,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Residences Address Dubai Mall\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/72ba7c01-5dd2-41ae-abf1-723e7703290f.jpeg\"\n                },\n                \"DisplayName\": \"Scenic Views & Top Amenities Address\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.194967,\n                    \"Longitude\": 55.282634\n                },\n                \"HighestPackagePrice\": 633.28,\n                \"ID\": 20273264,\n                \"LowestPackagePrice\": 633.28,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"19 A, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/4da7a9e3-828d-4409-9d6c-f0757d6458d2.jpeg\"\n                },\n                \"DisplayName\": \"Shobha Super Deluxe Furnished Apartment\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.26921,\n                    \"Longitude\": 55.313566\n                },\n                \"HighestPackagePrice\": 116.67,\n                \"ID\": 20273269,\n                \"LowestPackagePrice\": 116.67,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"2\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"62 Al Mustaqbal Street, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/905e4c26-8706-412f-965c-0bf8b11ea572.jpeg\"\n                },\n                \"DisplayName\": \"Sky Gardens in DIFC 1BR by Happy Season\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.211959,\n                    \"Longitude\": 55.283027\n                },\n                \"HighestPackagePrice\": 499.95,\n                \"ID\": 21079301,\n                \"LowestPackagePrice\": 499.95,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Downtown Dubai Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/891387f6-463f-4dc5-b4d5-5624a41f418d.jpeg\"\n                },\n                \"DisplayName\": \"Boulevard Point with &Burj Fountain View\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.192933,\n                    \"Longitude\": 55.281287\n                },\n                \"HighestPackagePrice\": 772.68,\n                \"ID\": 21079306,\n                \"LowestPackagePrice\": 772.68,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"4\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/8b314350-1f74-44bc-8417-c9d23245c536.jpeg\"\n                },\n                \"DisplayName\": \"Maison Privee Exclusive Duplex Villa with Panoramic Terrace Overlooking Burj Khalifa\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.191333,\n                    \"Longitude\": 55.274299\n                },\n                \"HighestPackagePrice\": 1237.73,\n                \"ID\": 21080409,\n                \"LowestPackagePrice\": 1237.73,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Burj Khalifa Blvd, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/df58a01e-4e45-497e-8a82-23f2153367e7.jpeg\"\n                },\n                \"DisplayName\": \"Maison Privee Elevated Living\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.191622,\n                    \"Longitude\": 55.280288\n                },\n                \"HighestPackagePrice\": 667.22,\n                \"ID\": 21080410,\n                \"LowestPackagePrice\": 667.22,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Downtown Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d60f7946-e19f-44aa-9a41-eb76d0de96a4.jpeg\"\n                },\n                \"DisplayName\": \"Maison Prive Ultimate Living\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.193752,\n                    \"Longitude\": 55.271237\n                },\n                \"HighestPackagePrice\": 920.06,\n                \"ID\": 21080421,\n                \"LowestPackagePrice\": 920.06,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Unnamed Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0317c4ab-12ca-42c0-96e2-0ffe1ba50e4a.jpeg\"\n                },\n                \"DisplayName\": \"Khalifa Holiday's\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.194559,\n                    \"Longitude\": 55.283207\n                },\n                \"HighestPackagePrice\": 134.75,\n                \"ID\": 21080422,\n                \"LowestPackagePrice\": 134.75,\n                \"PropertyType\": \"Other\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            },\n            {\n                \"Address\": \"Unnamed Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/935b0727-1ff2-408c-b896-4e25e681c5a2.jpeg\"\n                },\n                \"DisplayName\": \"Relaxing Studio Retreat in Meydan City\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.173775,\n                    \"Longitude\": 55.300434\n                },\n                \"HighestPackagePrice\": 459.86,\n                \"ID\": 21080429,\n                \"LowestPackagePrice\": 459.86,\n                \"PropertyType\": \"Apartment\",\n                \"Reviews\": [],\n                \"StarRating\": \"-1\",\n                \"TripAdvisor\": {}\n            }\n        ],\n        \"HotelsResultFilter\": {\n            \"MaxPrice\": 49283.93,\n            \"MinPrice\": 30.34,\n            \"Amenity\": [\n                {\n                    \"Count\": 263,\n                    \"Value\": \"AirportShuttle\"\n                },\n                {\n                    \"Count\": 251,\n                    \"Value\": \"BusinessCenter\"\n                },\n                {\n                    \"Count\": 376,\n                    \"Value\": \"FitnessCenter\"\n                },\n                {\n                    \"Count\": 419,\n                    \"Value\": \"HandicapAccessible\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"HighSpeedInternet\"\n                },\n                {\n                    \"Count\": 237,\n                    \"Value\": \"NearBeach\"\n                },\n                {\n                    \"Count\": 475,\n                    \"Value\": \"NonSmokingRooms\"\n                },\n                {\n                    \"Count\": 511,\n                    \"Value\": \"ParkingAvailable\"\n                },\n                {\n                    \"Count\": 27,\n                    \"Value\": \"PetsAccepted\"\n                },\n                {\n                    \"Count\": 330,\n                    \"Value\": \"Restaurant\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"SmokingRooms\"\n                },\n                {\n                    \"Count\": 519,\n                    \"Value\": \"SwimmingPool\"\n                },\n                {\n                    \"Count\": 515,\n                    \"Value\": \"WiFiInternetaccess\"\n                }\n            ],\n            \"Availability\": [\n                {\n                    \"Count\": 589,\n                    \"Value\": \"Available\"\n                }\n            ],\n            \"HotelChain\": [\n                {\n                    \"Count\": 1,\n                    \"Value\": \"AI\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"AK\"\n                },\n                {\n                    \"Count\": 3,\n                    \"Value\": \"AL\"\n                },\n                {\n                    \"Count\": 11,\n                    \"Value\": \"AT\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"AZ\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"BG\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"BN\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"BW\"\n                },\n                {\n                    \"Count\": 3,\n                    \"Value\": \"CP\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"CY\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"DI\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"DP\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"DW\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"EB\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"EL\"\n                },\n                {\n                    \"Count\": 3,\n                    \"Value\": \"EN\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"ES\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"FA\"\n                },\n                {\n                    \"Count\": 24,\n                    \"Value\": \"FG\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"FP\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"FS\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"GA\"\n                },\n                {\n                    \"Count\": 3,\n                    \"Value\": \"GI\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"GT\"\n                },\n                {\n                    \"Count\": 3,\n                    \"Value\": \"HI\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"HJ\"\n                },\n                {\n                    \"Count\": 5,\n                    \"Value\": \"HL\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"HO\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"HS\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"HX\"\n                },\n                {\n                    \"Count\": 7,\n                    \"Value\": \"HY\"\n                },\n                {\n                    \"Count\": 3,\n                    \"Value\": \"IC\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"IN\"\n                },\n                {\n                    \"Count\": 3,\n                    \"Value\": \"JT\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"KI\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"LQ\"\n                },\n                {\n                    \"Count\": 5,\n                    \"Value\": \"MC\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"MD\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"MO\"\n                },\n                {\n                    \"Count\": 6,\n                    \"Value\": \"MU\"\n                },\n                {\n                    \"Count\": 3,\n                    \"Value\": \"OH\"\n                },\n                {\n                    \"Count\": 5,\n                    \"Value\": \"OI\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"OK\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"ON\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"OO\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"OZ\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"PH\"\n                },\n                {\n                    \"Count\": 3,\n                    \"Value\": \"PU\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"PY\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"QQ\"\n                },\n                {\n                    \"Count\": 3,\n                    \"Value\": \"RA\"\n                },\n                {\n                    \"Count\": 3,\n                    \"Value\": \"RD\"\n                },\n                {\n                    \"Count\": 6,\n                    \"Value\": \"RO\"\n                },\n                {\n                    \"Count\": 15,\n                    \"Value\": \"RT\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"RZ\"\n                },\n                {\n                    \"Count\": 3,\n                    \"Value\": \"SB\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"SG\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"SI\"\n                },\n                {\n                    \"Count\": 3,\n                    \"Value\": \"SL\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"SM\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"SR\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"SS\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"TJ\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"TP\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"WA\"\n                },\n                {\n                    \"Count\": 17,\n                    \"Value\": \"WV\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"WY\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"XR\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"YR\"\n                },\n                {\n                    \"Count\": 6,\n                    \"Value\": \"YX\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"YZ\"\n                }\n            ],\n            \"HotelGroup\": [\n                {\n                    \"Count\": 12,\n                    \"Value\": \"6C\"\n                },\n                {\n                    \"Count\": 3,\n                    \"Value\": \"CW\"\n                },\n                {\n                    \"Count\": 13,\n                    \"Value\": \"EH\"\n                },\n                {\n                    \"Count\": 11,\n                    \"Value\": \"EM\"\n                },\n                {\n                    \"Count\": 5,\n                    \"Value\": \"FW\"\n                },\n                {\n                    \"Count\": 3,\n                    \"Value\": \"GL\"\n                },\n                {\n                    \"Count\": 5,\n                    \"Value\": \"LK\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"PV\"\n                },\n                {\n                    \"Count\": 21,\n                    \"Value\": \"RT\"\n                },\n                {\n                    \"Count\": 9,\n                    \"Value\": \"SW\"\n                },\n                {\n                    \"Count\": 32,\n                    \"Value\": \"TC\"\n                },\n                {\n                    \"Count\": 8,\n                    \"Value\": \"TR\"\n                }\n            ],\n            \"MaxGuestRatingScore\": 5,\n            \"MinGuestRatingScore\": 0,\n            \"PropertyType\": [\n                {\n                    \"Count\": 218,\n                    \"Value\": \"Apartment\"\n                },\n                {\n                    \"Count\": 4,\n                    \"Value\": \"Hostel\"\n                },\n                {\n                    \"Count\": 380,\n                    \"Value\": \"Hotel\"\n                },\n                {\n                    \"Count\": 12,\n                    \"Value\": \"Other\"\n                }\n            ],\n            \"RankClassification\": [\n                {\n                    \"Count\": 192,\n                    \"Value\": \"Excellent\"\n                },\n                {\n                    \"Count\": 19,\n                    \"Value\": \"Fair\"\n                },\n                {\n                    \"Count\": 31,\n                    \"Value\": \"Good\"\n                },\n                {\n                    \"Count\": 24,\n                    \"Value\": \"Poor\"\n                },\n                {\n                    \"Count\": 49,\n                    \"Value\": \"Very Good\"\n                }\n            ],\n            \"RatePlanCode\": [],\n            \"Refundability\": [\n                {\n                    \"Count\": 376,\n                    \"Value\": \"Nonrefundable\"\n                },\n                {\n                    \"Count\": 213,\n                    \"Value\": \"Refundable\"\n                },\n                {\n                    \"Count\": 492,\n                    \"Value\": \"Unknown\"\n                }\n            ],\n            \"RoomBasis\": [\n                {\n                    \"Count\": 29,\n                    \"Value\": \"Bed and Breakfast BB\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"Continental Breakfast CB\"\n                },\n                {\n                    \"Count\": 559,\n                    \"Value\": \"Room only RO\"\n                }\n            ],\n            \"RoomClass\": [\n                {\n                    \"Count\": 122,\n                    \"Value\": \"Basic\"\n                },\n                {\n                    \"Count\": 3,\n                    \"Value\": \"Business\"\n                },\n                {\n                    \"Count\": 22,\n                    \"Value\": \"Classic\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"Classic with view\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"Club\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"Corner\"\n                },\n                {\n                    \"Count\": 119,\n                    \"Value\": \"Deluxe\"\n                },\n                {\n                    \"Count\": 47,\n                    \"Value\": \"Deluxe with view\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"Duplex\"\n                },\n                {\n                    \"Count\": 21,\n                    \"Value\": \"Economy\"\n                },\n                {\n                    \"Count\": 18,\n                    \"Value\": \"Economy with view\"\n                },\n                {\n                    \"Count\": 12,\n                    \"Value\": \"Executive\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"Executive with view\"\n                },\n                {\n                    \"Count\": 6,\n                    \"Value\": \"Exlusive\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"Exlusive with view\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"Junior\"\n                },\n                {\n                    \"Count\": 15,\n                    \"Value\": \"Premium\"\n                },\n                {\n                    \"Count\": 7,\n                    \"Value\": \"Premium with view\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"Shared room\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"Shared room with view\"\n                },\n                {\n                    \"Count\": 94,\n                    \"Value\": \"Standard\"\n                },\n                {\n                    \"Count\": 48,\n                    \"Value\": \"Standard with view\"\n                },\n                {\n                    \"Count\": 31,\n                    \"Value\": \"Superior\"\n                },\n                {\n                    \"Count\": 10,\n                    \"Value\": \"Superior with view\"\n                }\n            ],\n            \"RoomType\": [\n                {\n                    \"Count\": 7,\n                    \"Value\": \"2 double beds\"\n                },\n                {\n                    \"Count\": 23,\n                    \"Value\": \"2 king beds\"\n                },\n                {\n                    \"Count\": 16,\n                    \"Value\": \"2 queen beds\"\n                },\n                {\n                    \"Count\": 5,\n                    \"Value\": \"Bunk beds\"\n                },\n                {\n                    \"Count\": 30,\n                    \"Value\": \"Double\"\n                },\n                {\n                    \"Count\": 5,\n                    \"Value\": \"Double/Twin\"\n                },\n                {\n                    \"Count\": 285,\n                    \"Value\": \"King\"\n                },\n                {\n                    \"Count\": 15,\n                    \"Value\": \"King/2 Queen\"\n                },\n                {\n                    \"Count\": 8,\n                    \"Value\": \"Quadruple\"\n                },\n                {\n                    \"Count\": 48,\n                    \"Value\": \"Queen\"\n                },\n                {\n                    \"Count\": 147,\n                    \"Value\": \"Twin beds\"\n                }\n            ],\n            \"StarRating\": [\n                {\n                    \"Count\": 17,\n                    \"Value\": \"1\"\n                },\n                {\n                    \"Count\": 55,\n                    \"Value\": \"-1\"\n                },\n                {\n                    \"Count\": 32,\n                    \"Value\": \"2\"\n                },\n                {\n                    \"Count\": 141,\n                    \"Value\": \"3\"\n                },\n                {\n                    \"Count\": 228,\n                    \"Value\": \"4\"\n                },\n                {\n                    \"Count\": 141,\n                    \"Value\": \"5\"\n                }\n            ],\n            \"Suppliers\": [\n                {\n                    \"Count\": 301,\n                    \"Value\": \"DDT\"\n                },\n                {\n                    \"Count\": 589,\n                    \"Value\": \"EPS\"\n                },\n                {\n                    \"Count\": 191,\n                    \"Value\": \"HB2\"\n                }\n            ],\n            \"TARating\": [\n                {\n                    \"Count\": 1,\n                    \"Value\": \"2\"\n                },\n                {\n                    \"Count\": 4,\n                    \"Value\": \"2.5\"\n                },\n                {\n                    \"Count\": 14,\n                    \"Value\": \"3\"\n                },\n                {\n                    \"Count\": 25,\n                    \"Value\": \"3.5\"\n                },\n                {\n                    \"Count\": 72,\n                    \"Value\": \"4\"\n                },\n                {\n                    \"Count\": 141,\n                    \"Value\": \"4.5\"\n                },\n                {\n                    \"Count\": 52,\n                    \"Value\": \"5\"\n                }\n            ]\n        },\n        \"PageReponse\": {\n            \"Hotels\": [\n                {\n                    \"Address\": \"Downtown Burj Khalifa Street, Dubai\",\n                    \"Area\": \"Downtown Burj Khalifa Street, Dubai\",\n                    \"ChainCode\": \"TJ\",\n                    \"CustomScores\": [],\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/45c705c4-8a89-4d7e-b868-95316734a52a.jpeg\"\n                    },\n                    \"DisplayName\": \"Taj Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.19302559,\n                        \"Longitude\": 55.26767349\n                    },\n                    \"HighestPackagePrice\": 689.08,\n                    \"ID\": 5808808,\n                    \"LowestPackagePrice\": 31.28,\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 11% in city\",\n                                    \"Text\": \"Top 11% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1013,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 2557,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 874,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 546,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1473,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 477,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 514,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 26,\n                                    \"Score\": 63,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"d3968789-4a3a-4e88-a968-0344b8334b57\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 9513,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 186,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 143,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 316,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1420,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7448,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent wellness hotel. Close to Dubai Mall. Good for sightseeing and located near shopping areas. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"SuppliersLowestPackagePrices\": [\n                        {\n                            \"Key\": \"HB2\",\n                            \"Value\": 31.28\n                        },\n                        {\n                            \"Key\": \"DDT\",\n                            \"Value\": 689.08\n                        }\n                    ],\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 9513\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Mohammed Bin Rashid Boulevard, Dubai\",\n                    \"Area\": \"Sheikh Mohammed Bin Rashid Boulevard, Dubai\",\n                    \"ChainCode\": \"KI\",\n                    \"CustomScores\": [],\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/d9eb901e-3ad1-4a15-a715-d90fbf4a435e.jpeg\"\n                    },\n                    \"DisplayName\": \"Kempinski The Boulevard Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.200864,\n                        \"Longitude\": 55.276701\n                    },\n                    \"HighestPackagePrice\": 1385.1,\n                    \"ID\": 8344372,\n                    \"LowestPackagePrice\": 31.79,\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 574,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1525,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 287,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 236,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 72,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 548,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 158,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 208,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 77,\n                                    \"Score\": 44,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"aebfbbfc-cca1-4e73-b218-8708b27e5bf3\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5712,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 133,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 55,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 82,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 450,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4992,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Close to Dubai Mall. Good for sightseeing and located near shopping areas. Great rooms and fantastic service. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"SuppliersLowestPackagePrices\": [\n                        {\n                            \"Key\": \"HB2\",\n                            \"Value\": 31.79\n                        },\n                        {\n                            \"Key\": \"DDT\",\n                            \"Value\": 882.16\n                        },\n                        {\n                            \"Key\": \"EPS\",\n                            \"Value\": 1385.1\n                        }\n                    ],\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 5761\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Zayed Road, Dubai\",\n                    \"Area\": \"Sheikh Zayed Road, Dubai\",\n                    \"ChainCode\": \"FA\",\n                    \"CustomScores\": [],\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cba8a7c9-db69-4014-8fa6-0713cee38548.jpeg\"\n                    },\n                    \"DisplayName\": \"Fairmont Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.226203,\n                        \"Longitude\": 55.284586\n                    },\n                    \"HighestPackagePrice\": 1686.34,\n                    \"ID\": 6668849,\n                    \"LowestPackagePrice\": 32.3,\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 971,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 2939,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 63,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 540,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 476,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1405,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 727,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Good breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 11,\n                                    \"Score\": 75,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing with access to public transportation.\",\n                            \"ReviewId\": \"37956ad3-3d0b-4a27-b6c7-f934dc658d81\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 9214,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 251,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 158,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 389,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1279,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7137,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent luxury hotel. Close to Dubai Mall. Good for sightseeing with access to public transportation. Awesome vibe. Great room.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"SuppliersLowestPackagePrices\": [\n                        {\n                            \"Key\": \"HB2\",\n                            \"Value\": 32.3\n                        },\n                        {\n                            \"Key\": \"DDT\",\n                            \"Value\": 1534.76\n                        },\n                        {\n                            \"Key\": \"EPS\",\n                            \"Value\": 1686.34\n                        }\n                    ],\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 9282\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Mohammed Bin Rashed Boulevard, Dubai\",\n                    \"Area\": \"Sheikh Mohammed Bin Rashed Boulevard, Dubai\",\n                    \"ChainCode\": \"AT\",\n                    \"CustomScores\": [],\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/59c783d9-b44e-403c-b014-46222273094b.jpeg\"\n                    },\n                    \"DisplayName\": \"Address Sky View\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.201869,\n                        \"Longitude\": 55.271022\n                    },\n                    \"HighestPackagePrice\": 1415.99,\n                    \"ID\": 11812969,\n                    \"LowestPackagePrice\": 32.49,\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 269,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 377,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 751,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 29,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 237,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 996,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 240,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 185,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 167,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 257,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Good pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 8,\n                                    \"Score\": 74,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 135,\n                                    \"Score\": 39,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"261663f5-e454-4e5d-81d4-7a90ed759e6d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6072,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 199,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 63,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 175,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 643,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4992,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Located near shopping areas and has easy access to public transportation. Awesome vibe. Great room. Great pool.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"SuppliersLowestPackagePrices\": [\n                        {\n                            \"Key\": \"HB2\",\n                            \"Value\": 32.49\n                        },\n                        {\n                            \"Key\": \"DDT\",\n                            \"Value\": 1212.44\n                        },\n                        {\n                            \"Key\": \"EPS\",\n                            \"Value\": 1415.99\n                        }\n                    ],\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 6062\n                    }\n                },\n                {\n                    \"Address\": \"Burj Daman Al Mustaqbal Street Dubai International Financial Centre\",\n                    \"Area\": \"Burj Daman Al Mustaqbal Street Dubai International Financial Centre\",\n                    \"ChainCode\": \"WA\",\n                    \"CustomScores\": [],\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/79ebcddc-b270-4362-95a6-8a128859324d.jpeg\"\n                    },\n                    \"DisplayName\": \"Waldorf Astoria Dubai International Financial Centre\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.21054,\n                        \"Longitude\": 55.28231\n                    },\n                    \"HighestPackagePrice\": 1297.24,\n                    \"ID\": 11657186,\n                    \"LowestPackagePrice\": 33.35,\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 170,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 122,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 15,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 185,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 276,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 96,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 521,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 105,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 74,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 138,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 30,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"1de4734b-c19b-4673-8169-32a481f801d4\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1873,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 33,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 28,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 144,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1662,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Close to Michelin. Good for sightseeing and located near shopping areas. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"SuppliersLowestPackagePrices\": [\n                        {\n                            \"Key\": \"HB2\",\n                            \"Value\": 33.35\n                        },\n                        {\n                            \"Key\": \"DDT\",\n                            \"Value\": 1181.86\n                        },\n                        {\n                            \"Key\": \"EPS\",\n                            \"Value\": 1297.24\n                        }\n                    ],\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 1873\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Mohammed Bin Rashed Boulevard, Dubai\",\n                    \"Area\": \"Sheikh Mohammed Bin Rashed Boulevard, Dubai\",\n                    \"ChainCode\": \"KI\",\n                    \"CustomScores\": [],\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/77f2cdae-1db2-4c6f-972d-bfccdb2c17a1.jpeg\"\n                    },\n                    \"DisplayName\": \"Kempinski Central Avenue Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.199777,\n                        \"Longitude\": 55.27732\n                    },\n                    \"HighestPackagePrice\": 1308.77,\n                    \"ID\": 6801296,\n                    \"LowestPackagePrice\": 33.82,\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Beautiful beach\",\n                                    \"Text\": \"Wonderful beach.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 569,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 197,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 16,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 64,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Excellent pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 103,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1084,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 244,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 238,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 518,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Nice rooms.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 155,\n                                    \"Score\": 55,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 93,\n                                    \"Score\": 46,\n                                    \"ShortText\": \"Value for money could be better\",\n                                    \"Text\": \"Value below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent family hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"4a107be5-2af3-4b47-8495-cf35cd4e6984\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 6531,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 180,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 102,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 179,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 605,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 5465,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent family hotel. Close to Dubai Mall. Beautiful beach. Great pool. Awesome vibe. Great location.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"SuppliersLowestPackagePrices\": [\n                        {\n                            \"Key\": \"HB2\",\n                            \"Value\": 33.82\n                        },\n                        {\n                            \"Key\": \"DDT\",\n                            \"Value\": 968.42\n                        },\n                        {\n                            \"Key\": \"EPS\",\n                            \"Value\": 1308.77\n                        }\n                    ],\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 6620\n                    }\n                },\n                {\n                    \"Address\": \"Pearl Jumeira, Dubai\",\n                    \"Area\": \"Pearl Jumeira, Dubai\",\n                    \"ChainCode\": \"GA\",\n                    \"CustomScores\": [],\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/aa67a17e-f980-4cc6-bcc2-40f9eb4243c8.jpeg\"\n                    },\n                    \"DisplayName\": \"Nikki Beach Resort & Spa Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2462520599365,\n                        \"Longitude\": 55.2553939819336\n                    },\n                    \"HighestPackagePrice\": 1604.55,\n                    \"ID\": 6475950,\n                    \"LowestPackagePrice\": 33.95,\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 15% in city\",\n                                    \"Text\": \"Top 15% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 187,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Beautiful beach\",\n                                    \"Text\": \"Wonderful beach.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 128,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 142,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 150,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 74,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 137,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 79,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Pool is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 217,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 108,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 30,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 387,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"Great service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 102,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 56,\n                                    \"Score\": 53,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent beach hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and has a beach nearby.\",\n                            \"ReviewId\": \"73dbb3e7-5763-4bd2-abdf-5a25f021854b\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 2463,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 88,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 26,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 71,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 283,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1995,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent beach hotel. Good for sightseeing and has a beach nearby. Beautiful beach. Great pool. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"SuppliersLowestPackagePrices\": [\n                        {\n                            \"Key\": \"HB2\",\n                            \"Value\": 33.95\n                        },\n                        {\n                            \"Key\": \"DDT\",\n                            \"Value\": 1153.97\n                        },\n                        {\n                            \"Key\": \"EPS\",\n                            \"Value\": 1604.55\n                        }\n                    ],\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 2463\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Rashid Road Wafi, Dubai\",\n                    \"Area\": \"Sheikh Rashid Road Wafi, Dubai\",\n                    \"ChainCode\": \"YR\",\n                    \"CustomScores\": [],\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/26de59e1-abeb-4cd8-95c4-e14a624d5185.jpeg\"\n                    },\n                    \"DisplayName\": \"Raffles Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.227805,\n                        \"Longitude\": 55.320973\n                    },\n                    \"HighestPackagePrice\": 852.69,\n                    \"ID\": 4020918,\n                    \"LowestPackagePrice\": 35.39,\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Sustainability\",\n                                    \"Count\": 5,\n                                    \"Score\": 100,\n                                    \"ShortText\": \"Great efforts to be sustainable\",\n                                    \"Text\": \"Excellent sustainability efforts\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 1600,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 921,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 499,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 456,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 469,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 473,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 333,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 397,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 224,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 67,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 10,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent luxury hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and the airport.\",\n                            \"ReviewId\": \"5b6063e0-1bd7-4da4-91fc-065d0d4e450e\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5190,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 86,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 33,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 115,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 519,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4437,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent luxury hotel. Close to Dubai International Airport. Located near shopping areas and the airport. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"SuppliersLowestPackagePrices\": [\n                        {\n                            \"Key\": \"HB2\",\n                            \"Value\": 35.39\n                        },\n                        {\n                            \"Key\": \"DDT\",\n                            \"Value\": 768.46\n                        },\n                        {\n                            \"Key\": \"EPS\",\n                            \"Value\": 852.69\n                        }\n                    ],\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 5183\n                    }\n                },\n                {\n                    \"Address\": \"Sheikh Mohammed Bin Rashid Boulevard, Dubai\",\n                    \"Area\": \"Sheikh Mohammed Bin Rashid Boulevard, Dubai\",\n                    \"CustomScores\": [],\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/587275e0-719a-42c6-9988-1e620d306668.jpeg\"\n                    },\n                    \"DisplayName\": \"Address Dubai Mall\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.19502,\n                        \"Longitude\": 55.282387\n                    },\n                    \"HighestPackagePrice\": 1443.22,\n                    \"ID\": 11739495,\n                    \"LowestPackagePrice\": 36,\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 39,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 413,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 189,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 5,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 950,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 53,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Pool is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 541,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 138,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 147,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 133,\n                                    \"Score\": 81,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 74,\n                                    \"Score\": 62,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"0c218d47-cc89-493e-b780-aa84fe7e39ca\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 4156,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 109,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 37,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 99,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 353,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3558,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Close to Dubai Mall. Good for sightseeing and located near shopping areas. Great room. Awesome vibe. Great pool.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"SuppliersLowestPackagePrices\": [\n                        {\n                            \"Key\": \"HB2\",\n                            \"Value\": 36\n                        },\n                        {\n                            \"Key\": \"DDT\",\n                            \"Value\": 1232.53\n                        },\n                        {\n                            \"Key\": \"EPS\",\n                            \"Value\": 1443.22\n                        }\n                    ],\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 4158\n                    }\n                },\n                {\n                    \"Address\": \"Marasi Drive, Dubai\",\n                    \"Area\": \"Marasi Drive, Dubai\",\n                    \"ChainCode\": \"XR\",\n                    \"CustomScores\": [],\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e64793b4-0cc8-46eb-b773-c8cb56f16ab7.jpeg\"\n                    },\n                    \"DisplayName\": \"The St. Regis Downtown Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.1859474182129,\n                        \"Longitude\": 55.2737503051758\n                    },\n                    \"HighestPackagePrice\": 954.59,\n                    \"ID\": 8308004,\n                    \"LowestPackagePrice\": 37.9,\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 10% in city\",\n                                    \"Text\": \"Top 10% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 337,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 253,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 751,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 283,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Very comfortable.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 231,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 551,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 44,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Bar is amazing.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 127,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 168,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 183,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 45,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Easily accessible by car and close to shopping areas.\",\n                            \"ReviewId\": \"40ee9c77-b2e8-401a-96f3-bfa4fb51fa73\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 3197,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 61,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 20,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 64,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 381,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 2671,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent wellness hotel. Close to Dubai Mall. Easily accessible by car and close to shopping areas. Great room. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"SuppliersLowestPackagePrices\": [\n                        {\n                            \"Key\": \"HB2\",\n                            \"Value\": 37.9\n                        },\n                        {\n                            \"Key\": \"DDT\",\n                            \"Value\": 884\n                        },\n                        {\n                            \"Key\": \"EPS\",\n                            \"Value\": 954.59\n                        }\n                    ],\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 3197\n                    }\n                },\n                {\n                    \"Address\": \"Dubai Golf Creek And Yacht Club\",\n                    \"Area\": \"Dubai Golf Creek And Yacht Club\",\n                    \"ChainCode\": \"HY\",\n                    \"CustomScores\": [],\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1b4fa62f-5efc-4b38-b487-69595e437cd7.jpeg\"\n                    },\n                    \"DisplayName\": \"Park Hyatt Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2435874938965,\n                        \"Longitude\": 55.3335189819336\n                    },\n                    \"HighestPackagePrice\": 904.56,\n                    \"ID\": 4020981,\n                    \"LowestPackagePrice\": 39.49,\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 15% in city\",\n                                    \"Text\": \"Top 15% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 192,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 383,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 120,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 106,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Excellent pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 151,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 26,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 61,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 136,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Vibe was good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 244,\n                                    \"Score\": 80,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 42,\n                                    \"Score\": 59,\n                                    \"ShortText\": \"Fairly good value for money\",\n                                    \"Text\": \"Average value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 6,\n                                    \"Score\": 47,\n                                    \"ShortText\": \"Complaints about WiFi\",\n                                    \"Text\": \"Internet is poor.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 9,\n                                    \"Score\": 42,\n                                    \"ShortText\": \"Bar could improve\",\n                                    \"Text\": \"Bar is not good.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent golf hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and the airport.\",\n                            \"ReviewId\": \"770cb851-2aa0-4e49-9755-366f1bfcf166\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 1980,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 54,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 17,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 51,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 272,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1586,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent golf hotel. Located near shopping areas and the airport. Great pool. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"SuppliersLowestPackagePrices\": [\n                        {\n                            \"Key\": \"HB2\",\n                            \"Value\": 39.49\n                        },\n                        {\n                            \"Key\": \"DDT\",\n                            \"Value\": 828.81\n                        },\n                        {\n                            \"Key\": \"EPS\",\n                            \"Value\": 904.56\n                        }\n                    ],\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 1980\n                    }\n                },\n                {\n                    \"Address\": \"358 Al Quoz Third, Dubai\",\n                    \"Area\": \"358 Al Quoz Third, Dubai\",\n                    \"ChainCode\": \"FG\",\n                    \"CustomScores\": [],\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/2abcd3aa-e458-4f98-8c58-b2c913e46f8d.jpeg\"\n                    },\n                    \"DisplayName\": \"Urban Al Khoory Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.16136,\n                        \"Longitude\": 55.24973\n                    },\n                    \"HighestPackagePrice\": 246.83,\n                    \"ID\": 12992351,\n                    \"LowestPackagePrice\": 135.2,\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 144,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 102,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 897,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 118,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Excellent amenities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 307,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 87,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Pool is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 476,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 145,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 273,\n                                    \"Score\": 83,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 136,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 9,\n                                    \"Score\": 76,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 5,\n                                    \"Score\": 57,\n                                    \"ShortText\": \"Reasonable beach\",\n                                    \"Text\": \"Beach is so-so.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"dfd48767-e2dd-4221-8677-992315796fd6\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 4638,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 145,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 67,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 147,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 696,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 3583,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Good for sightseeing and located near shopping areas. Great room. Awesome vibe. Great pool.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"SuppliersLowestPackagePrices\": [\n                        {\n                            \"Key\": \"DDT\",\n                            \"Value\": 135.2\n                        },\n                        {\n                            \"Key\": \"EPS\",\n                            \"Value\": 147.52\n                        },\n                        {\n                            \"Key\": \"HB2\",\n                            \"Value\": 246.83\n                        }\n                    ],\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 4638\n                    }\n                },\n                {\n                    \"Address\": \"Al Muraqqabat Street Deira, Dubai\",\n                    \"Area\": \"Al Muraqqabat Street Deira, Dubai\",\n                    \"CustomScores\": [],\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/f26ab771-ec17-4e8a-b481-8ef2a1bf14a5.jpeg\"\n                    },\n                    \"DisplayName\": \"Coral Dubai Deira Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.266035,\n                        \"Longitude\": 55.32523\n                    },\n                    \"HighestPackagePrice\": 189.9,\n                    \"ID\": 4021136,\n                    \"LowestPackagePrice\": 189.9,\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 2% in city\",\n                                    \"Text\": \"Top 2% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 19,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Beautiful beach\",\n                                    \"Text\": \"Wonderful beach.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 774,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 391,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 245,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Good cleanliness.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 83,\n                                    \"Score\": 69,\n                                    \"ShortText\": \"Breakfast is average\",\n                                    \"Text\": \"Breakfast is mediocre.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 376,\n                                    \"Score\": 68,\n                                    \"ShortText\": \"Room is all right\",\n                                    \"Text\": \"Rooms are ok.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 21,\n                                    \"Score\": 64,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 143,\n                                    \"Score\": 56,\n                                    \"ShortText\": \"Comfortable\",\n                                    \"Text\": \"Average comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent wellness hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"33ed8f7c-5b02-4ca5-aae8-d5093fea2af4\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 10513,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 213,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 110,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 322,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1084,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 8784,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent wellness hotel. Located near shopping areas and has easy access to public transportation. Beautiful beach.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"SuppliersLowestPackagePrices\": [\n                        {\n                            \"Key\": \"DDT\",\n                            \"Value\": 189.9\n                        }\n                    ],\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 10509\n                    }\n                },\n                {\n                    \"Address\": \"Jaddaf Waterfront Al Jaddaf, Dubai\",\n                    \"Area\": \"Jaddaf Waterfront Al Jaddaf, Dubai\",\n                    \"CustomScores\": [],\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9aa18296-b431-4ef1-be7a-c735e7f7ecf4.jpeg\"\n                    },\n                    \"DisplayName\": \"Suha Creek Hotel Apartments Waterfront Jaddaf\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.229034,\n                        \"Longitude\": 55.336222\n                    },\n                    \"HighestPackagePrice\": 272.7,\n                    \"ID\": 14450684,\n                    \"LowestPackagePrice\": 211.76,\n                    \"Reviews\": [\n                        {\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 275,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 39,\n                                    \"Score\": 91,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 139,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 180,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 97,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Generally very clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 31,\n                                    \"Score\": 49,\n                                    \"ShortText\": \"Food could be better\",\n                                    \"Text\": \"Disappointing food.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 24,\n                                    \"Score\": 37,\n                                    \"ShortText\": \"Breakfast can be improved\",\n                                    \"Text\": \"Breakfast is below average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"443ddf96-16ef-405f-8d0a-c336cb2cde42\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 962,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 6,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 14,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 29,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 145,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 768,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas and has easy access to public transportation. Great rooms and fantastic service.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"SuppliersLowestPackagePrices\": [\n                        {\n                            \"Key\": \"HB2\",\n                            \"Value\": 211.76\n                        },\n                        {\n                            \"Key\": \"DDT\",\n                            \"Value\": 248.67\n                        },\n                        {\n                            \"Key\": \"EPS\",\n                            \"Value\": 272.7\n                        }\n                    ],\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 958\n                    }\n                },\n                {\n                    \"Address\": \"19Th Street, Dubai\",\n                    \"Area\": \"19Th Street, Dubai\",\n                    \"ChainCode\": \"AT\",\n                    \"CustomScores\": [],\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e085f16b-5650-4381-a928-edd6d3112aa5.jpeg\"\n                    },\n                    \"DisplayName\": \"Rove Healthcare City Bur Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2339115142822,\n                        \"Longitude\": 55.3143348693848\n                    },\n                    \"HighestPackagePrice\": 298.61,\n                    \"ID\": 8308886,\n                    \"LowestPackagePrice\": 253.76,\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 2911,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 429,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 737,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 513,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 422,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 113,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Excellent pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 328,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 315,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 743,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1048,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 44,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 377,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"aa6a4d54-1cef-4ebd-aac0-fcbc1eac9b3d\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 9028,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 59,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 52,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 164,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1110,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7643,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Close to Dubai Mall. Located near shopping areas and has easy access to public transportation. Great rooms and fantastic service. Great pool. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"SuppliersLowestPackagePrices\": [\n                        {\n                            \"Key\": \"DDT\",\n                            \"Value\": 253.76\n                        },\n                        {\n                            \"Key\": \"EPS\",\n                            \"Value\": 293.48\n                        },\n                        {\n                            \"Key\": \"HB2\",\n                            \"Value\": 298.61\n                        }\n                    ],\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 9028\n                    }\n                },\n                {\n                    \"Address\": \"24 19B Street Port Saeed Deira Dubai\",\n                    \"Area\": \"24 19B Street Port Saeed Deira Dubai\",\n                    \"ChainCode\": \"AT\",\n                    \"CustomScores\": [],\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/58de1c8b-cc6b-4c98-9fcc-ae316b43415f.jpeg\"\n                    },\n                    \"DisplayName\": \"Rove City Centre Deira\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2556171417236,\n                        \"Longitude\": 55.332592010498\n                    },\n                    \"HighestPackagePrice\": 297.11,\n                    \"ID\": 8306892,\n                    \"LowestPackagePrice\": 254.4,\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 3297,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1703,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 679,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 926,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 646,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 539,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 150,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Pool is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 522,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 614,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1310,\n                                    \"Score\": 86,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 61,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Very good internet connection.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 502,\n                                    \"Score\": 70,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"High comfort.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"e88fd250-fe1a-485e-b8ac-3d44ed4dc4bb\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 12637,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 64,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 37,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 165,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1280,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 11091,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Close to Deira City Center. Awesome rooms and service in a great location. Great pool. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"SuppliersLowestPackagePrices\": [\n                        {\n                            \"Key\": \"DDT\",\n                            \"Value\": 254.4\n                        },\n                        {\n                            \"Key\": \"HB2\",\n                            \"Value\": 263.84\n                        },\n                        {\n                            \"Key\": \"EPS\",\n                            \"Value\": 297.11\n                        }\n                    ],\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 12637\n                    }\n                },\n                {\n                    \"Address\": \"Al Jadaf Area Oud Mehta Road, Dubai\",\n                    \"Area\": \"Al Jadaf Area Oud Mehta Road, Dubai\",\n                    \"ChainCode\": \"RO\",\n                    \"CustomScores\": [],\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/de1f49b8-460d-4ecb-a70c-a917e18c107c.jpeg\"\n                    },\n                    \"DisplayName\": \"Arabian Park Hotel\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.22032,\n                        \"Longitude\": 55.32841\n                    },\n                    \"HighestPackagePrice\": 312.46,\n                    \"ID\": 4021088,\n                    \"LowestPackagePrice\": 285.27,\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 12% in city\",\n                                    \"Text\": \"Top 12% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 2972,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 321,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 954,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 18,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 509,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is delicious.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 159,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Pool is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 722,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 1424,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 482,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 310,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 222,\n                                    \"Score\": 77,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Good amenities.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel for solo travelers.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"73d58dd1-a686-48cb-b60b-d44edebce548\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 8316,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 181,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 107,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 280,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1268,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 6480,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas and has easy access to public transportation. Great rooms and fantastic service. Awesome vibe. Great pool.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"SuppliersLowestPackagePrices\": [\n                        {\n                            \"Key\": \"DDT\",\n                            \"Value\": 285.27\n                        },\n                        {\n                            \"Key\": \"EPS\",\n                            \"Value\": 312.46\n                        }\n                    ],\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 7986\n                    }\n                },\n                {\n                    \"Address\": \"Port Saeed, Dubai\",\n                    \"Area\": \"Port Saeed, Dubai\",\n                    \"ChainCode\": \"MU\",\n                    \"CustomScores\": [],\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0081a131-f775-406d-890a-a1614c2064da.jpeg\"\n                    },\n                    \"DisplayName\": \"Copthorne Hotel Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.254827499389648,\n                        \"Longitude\": 55.328041076660156\n                    },\n                    \"HighestPackagePrice\": 461.73,\n                    \"ID\": 4020920,\n                    \"LowestPackagePrice\": 291.74,\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 14% in city\",\n                                    \"Text\": \"Top 14% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 1470,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 1830,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 4242,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 305,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Excellent pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 2528,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are outstanding.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 1339,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 129,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Excellent wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Comfort\",\n                                    \"Count\": 555,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Very comfortable\",\n                                    \"Text\": \"Comfort level is high.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 1117,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Breakfast is good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 479,\n                                    \"Score\": 84,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 28,\n                                    \"Score\": 65,\n                                    \"ShortText\": \"Regular internet service\",\n                                    \"Text\": \"Internet is average.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                            \"ReviewId\": \"65b5f809-38e1-4756-86d6-254c58dccfc6\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 9010,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 148,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 138,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 329,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1391,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 7004,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.8,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Close to Deira City. Great rooms in excellent location. Great pool.\"\n                        }\n                    ],\n                    \"StarRating\": \"4\",\n                    \"SuppliersLowestPackagePrices\": [\n                        {\n                            \"Key\": \"HB2\",\n                            \"Value\": 291.74\n                        },\n                        {\n                            \"Key\": \"DDT\",\n                            \"Value\": 423.56\n                        },\n                        {\n                            \"Key\": \"EPS\",\n                            \"Value\": 461.73\n                        }\n                    ],\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 9010\n                    }\n                },\n                {\n                    \"Address\": \"Al Mina Road P.O. Box 121122 Jumeirah, Dubai\",\n                    \"Area\": \"Al Mina Road P.O. Box 121122 Jumeirah, Dubai\",\n                    \"ChainCode\": \"CP\",\n                    \"CustomScores\": [],\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c70809a6-40f4-4a45-8288-1f99489c57a3.jpeg\"\n                    },\n                    \"DisplayName\": \"Crowne Plaza Jumeirah Dubai\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.2404904124178,\n                        \"Longitude\": 55.275274515152\n                    },\n                    \"HighestPackagePrice\": 438.38,\n                    \"ID\": 6888181,\n                    \"LowestPackagePrice\": 293.52,\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 4% in city\",\n                                    \"Text\": \"Top 4% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"hotel_type\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 7% in city\",\n                                    \"Text\": \"Top 7% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 2353,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Bar\",\n                                    \"Count\": 77,\n                                    \"Score\": 95,\n                                    \"ShortText\": \"Bar is awesome\",\n                                    \"Text\": \"Incredible bar.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 965,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Pool\",\n                                    \"Count\": 121,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Great pool\",\n                                    \"Text\": \"Excellent pool.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 346,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 369,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 401,\n                                    \"Score\": 92,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 402,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Location is great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 135,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Good value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 602,\n                                    \"Score\": 87,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 7,\n                                    \"Score\": 79,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent business hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"e0e47ca9-7bbb-48db-a503-e8ed75ac26f5\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 5403,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 100,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 55,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 150,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 617,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 4481,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent business hotel. Good for sightseeing and located near shopping areas. Great rooms and fantastic service. Awesome vibe. Great pool.\"\n                        }\n                    ],\n                    \"StarRating\": \"5\",\n                    \"SuppliersLowestPackagePrices\": [\n                        {\n                            \"Key\": \"DDT\",\n                            \"Value\": 293.52\n                        },\n                        {\n                            \"Key\": \"EPS\",\n                            \"Value\": 438.38\n                        }\n                    ],\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 5440\n                    }\n                },\n                {\n                    \"Address\": \"Al Wasl And Al Safa Road Junction, Dubai\",\n                    \"Area\": \"Al Wasl And Al Safa Road Junction, Dubai\",\n                    \"ChainCode\": \"AT\",\n                    \"CustomScores\": [],\n                    \"DefaultImage\": {\n                        \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/737597a0-f5dd-4496-89d4-9fdb1a846bd8.jpeg\"\n                    },\n                    \"DisplayName\": \"Rove City Walk\",\n                    \"GeoLocation\": {\n                        \"Latitude\": 25.205254,\n                        \"Longitude\": 55.267959\n                    },\n                    \"HighestPackagePrice\": 409.71,\n                    \"ID\": 15541769,\n                    \"LowestPackagePrice\": 321.27,\n                    \"Reviews\": [\n                        {\n                            \"BadgeList\": [\n                                {\n                                    \"BadgeType\": \"ranking\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 1% in city\",\n                                    \"Text\": \"Top 1% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 3% in city\",\n                                    \"Text\": \"Top 3% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 5% in city\",\n                                    \"Text\": \"Top 5% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 6% in city\",\n                                    \"Text\": \"Top 6% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 8% in city\",\n                                    \"Text\": \"Top 8% in city\"\n                                },\n                                {\n                                    \"BadgeType\": \"category\",\n                                    \"SubText\": \"Top 9% in city\",\n                                    \"Text\": \"Top 9% in city\"\n                                }\n                            ],\n                            \"CategoryList\": [\n                                {\n                                    \"CategoryName\": \"Service\",\n                                    \"Count\": 5878,\n                                    \"Score\": 98,\n                                    \"ShortText\": \"Fantastic service\",\n                                    \"Text\": \"World class service.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Vibe\",\n                                    \"Count\": 1145,\n                                    \"Score\": 97,\n                                    \"ShortText\": \"Awesome vibe\",\n                                    \"Text\": \"Awesome vibe.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Location\",\n                                    \"Count\": 2243,\n                                    \"Score\": 96,\n                                    \"ShortText\": \"Great location\",\n                                    \"Text\": \"Terrific location.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Breakfast\",\n                                    \"Count\": 1201,\n                                    \"Score\": 94,\n                                    \"ShortText\": \"Tasty breakfast\",\n                                    \"Text\": \"Excellent breakfast.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Cleanliness\",\n                                    \"Count\": 1243,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Clean\",\n                                    \"Text\": \"Perfectly clean.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Food\",\n                                    \"Count\": 1177,\n                                    \"Score\": 93,\n                                    \"ShortText\": \"Delicious food\",\n                                    \"Text\": \"Food is to die for.\"\n                                },\n                                {\n                                    \"CategoryName\": \"WiFi\",\n                                    \"Count\": 51,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Good internet service\",\n                                    \"Text\": \"Internet works perfectly.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Value\",\n                                    \"Count\": 727,\n                                    \"Score\": 90,\n                                    \"ShortText\": \"Best value for money\",\n                                    \"Text\": \"Excellent value.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Beach\",\n                                    \"Count\": 80,\n                                    \"Score\": 89,\n                                    \"ShortText\": \"Beautiful beach\",\n                                    \"Text\": \"Beach is lovely.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Amenities\",\n                                    \"Count\": 638,\n                                    \"Score\": 88,\n                                    \"ShortText\": \"Great amenities\",\n                                    \"Text\": \"Amenities are good.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Wellness Area\",\n                                    \"Count\": 87,\n                                    \"Score\": 85,\n                                    \"ShortText\": \"Great wellness & sports facilities\",\n                                    \"Text\": \"Very nice wellness & sports facilities.\"\n                                },\n                                {\n                                    \"CategoryName\": \"Room\",\n                                    \"Count\": 2121,\n                                    \"Score\": 82,\n                                    \"ShortText\": \"Great room\",\n                                    \"Text\": \"Rooms are great.\"\n                                }\n                            ],\n                            \"HotelType\": \"Excellent hotel.\",\n                            \"Language\": \"en\",\n                            \"Location\": \"Good for sightseeing and located near shopping areas.\",\n                            \"ReviewId\": \"b1ad920a-d613-49fe-9f91-99ab7cc82f82\",\n                            \"ReviewSource\": \"TrustYou\",\n                            \"ReviewsCount\": 16461,\n                            \"ReviewsDistribution\": [\n                                {\n                                    \"ReviewsCount\": 131,\n                                    \"Stars\": \"1\"\n                                },\n                                {\n                                    \"ReviewsCount\": 80,\n                                    \"Stars\": \"2\"\n                                },\n                                {\n                                    \"ReviewsCount\": 246,\n                                    \"Stars\": \"3\"\n                                },\n                                {\n                                    \"ReviewsCount\": 1755,\n                                    \"Stars\": \"4\"\n                                },\n                                {\n                                    \"ReviewsCount\": 14249,\n                                    \"Stars\": \"5\"\n                                }\n                            ],\n                            \"Score\": 4.9,\n                            \"ScoreDescription\": \"Excellent\",\n                            \"ScoreScale\": 5,\n                            \"Text\": \"Excellent hotel. Close to Dubai Mall. Awesome rooms and service in a great location. Beautiful beach. Awesome vibe.\"\n                        }\n                    ],\n                    \"StarRating\": \"3\",\n                    \"SuppliersLowestPackagePrices\": [\n                        {\n                            \"Key\": \"HB2\",\n                            \"Value\": 321.27\n                        },\n                        {\n                            \"Key\": \"DDT\",\n                            \"Value\": 372.66\n                        },\n                        {\n                            \"Key\": \"EPS\",\n                            \"Value\": 409.71\n                        }\n                    ],\n                    \"TripAdvisor\": {\n                        \"Rating\": 5,\n                        \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/5.png\",\n                        \"ReviewsCount\": 16425\n                    }\n                }\n            ],\n            \"MatchingHotelIds\": [\n                4020890,\n                4020899,\n                4020901,\n                4020918,\n                4020919,\n                4020920,\n                4020928,\n                4020940,\n                4020941,\n                4020946,\n                4020954,\n                4020959,\n                4020963,\n                4020965,\n                4020967,\n                4020969,\n                4020977,\n                4020981,\n                4020994,\n                4021002,\n                4021010,\n                4021013,\n                4021026,\n                4021032,\n                4021034,\n                4021036,\n                4021044,\n                4021049,\n                4021064,\n                4021079,\n                4021088,\n                4021114,\n                4021136,\n                4021148,\n                4021154,\n                4021156,\n                4021176,\n                4021179,\n                4021181,\n                4021185,\n                4021199,\n                4021213,\n                4021214,\n                4021216,\n                4021223,\n                4021230,\n                4021231,\n                4021241,\n                4021242,\n                4021272,\n                4021292,\n                4021303,\n                4021305,\n                4021327,\n                4021341,\n                4021345,\n                4021364,\n                4021375,\n                4021386,\n                4021417,\n                4021491,\n                4021497,\n                4021514,\n                4021581,\n                4021595,\n                4021688,\n                4021692,\n                4021694,\n                4021695,\n                4021709,\n                4021863,\n                4022126,\n                4022388,\n                4022395,\n                4299294,\n                4306042,\n                4306058,\n                4306073,\n                4306203,\n                4306205,\n                4306211,\n                4306221,\n                4315372,\n                4326865,\n                4326873,\n                4326886,\n                4326972,\n                4326992,\n                4456105,\n                4462314,\n                4475344,\n                4476026,\n                4476035,\n                4476998,\n                4479194,\n                4479196,\n                4479204,\n                4510416,\n                4510480,\n                4510496,\n                4510535,\n                4640266,\n                4648493,\n                4675015,\n                4741819,\n                4742006,\n                4742014,\n                4742200,\n                5153747,\n                5197078,\n                5615241,\n                5626422,\n                5637073,\n                5671646,\n                5672377,\n                5680274,\n                5694042,\n                5700841,\n                5744421,\n                5751131,\n                5779783,\n                5795162,\n                5808808,\n                5840382,\n                5879939,\n                5957144,\n                5961434,\n                6009547,\n                6050243,\n                6076930,\n                6162012,\n                6234526,\n                6237000,\n                6238346,\n                6368595,\n                6368601,\n                6378029,\n                6389432,\n                6395743,\n                6411296,\n                6418572,\n                6420264,\n                6431560,\n                6442036,\n                6475950,\n                6477799,\n                6506577,\n                6512109,\n                6528764,\n                6533391,\n                6534443,\n                6572495,\n                6573591,\n                6575457,\n                6577691,\n                6597716,\n                6604336,\n                6628005,\n                6632952,\n                6635026,\n                6635575,\n                6637874,\n                6646044,\n                6649625,\n                6660428,\n                6668849,\n                6670574,\n                6703456,\n                6706509,\n                6709353,\n                6714927,\n                6721253,\n                6731398,\n                6747579,\n                6753376,\n                6755181,\n                6776537,\n                6778323,\n                6793285,\n                6801296,\n                6820550,\n                6835688,\n                6841329,\n                6841343,\n                6846794,\n                6861237,\n                6863413,\n                6871617,\n                6888181,\n                6899942,\n                6915601,\n                6931212,\n                6959661,\n                6962057,\n                6981704,\n                7010160,\n                7024454,\n                7098596,\n                7100957,\n                7108384,\n                7144031,\n                7153917,\n                7203022,\n                7214982,\n                7215530,\n                7217408,\n                7248204,\n                7260020,\n                8232427,\n                8232567,\n                8232706,\n                8232740,\n                8306892,\n                8308004,\n                8308882,\n                8308884,\n                8308886,\n                8313234,\n                8344227,\n                8344372,\n                8352458,\n                8601028,\n                8601055,\n                8722639,\n                8722732,\n                8728043,\n                8728046,\n                8737759,\n                9177097,\n                9192821,\n                9211082,\n                9211085,\n                9266510,\n                9266525,\n                9266562,\n                9266645,\n                9266681,\n                9266849,\n                9501156,\n                9590991,\n                9591042,\n                10072393,\n                10072448,\n                10140375,\n                10269390,\n                10273501,\n                10286289,\n                10286320,\n                10286384,\n                10455348,\n                10478143,\n                10507197,\n                10645638,\n                10645670,\n                10827716,\n                10831484,\n                10844168,\n                10918959,\n                10943051,\n                11027826,\n                11089850,\n                11103929,\n                11211507,\n                11227861,\n                11285538,\n                11580382,\n                11655454,\n                11657186,\n                11677066,\n                11677067,\n                11689329,\n                11739495,\n                11812967,\n                11812969,\n                12026654,\n                12119955,\n                12169173,\n                12169243,\n                12213051,\n                12218754,\n                12268149,\n                12361609,\n                12361611,\n                12424848,\n                12424859,\n                12479101,\n                12479108,\n                12521982,\n                12575296,\n                12617335,\n                12617336,\n                12620061,\n                12696436,\n                12759710,\n                12759753,\n                12798899,\n                12885611,\n                12924932,\n                12924962,\n                12925003,\n                12970911,\n                12992351,\n                12992416,\n                13578067,\n                13580567,\n                13612401,\n                13864225,\n                14449150,\n                14450684,\n                14450706,\n                14535240,\n                14535276,\n                14627288,\n                14669560,\n                14672712,\n                14691879,\n                14728427,\n                14778278,\n                14778282,\n                14839080,\n                14845189,\n                14845194,\n                14845200,\n                14845202,\n                14911691,\n                14911696,\n                15357616,\n                15541769,\n                15555329,\n                15555333,\n                15555393,\n                15594593,\n                15594612,\n                15594615,\n                15603264,\n                15630273,\n                15630275,\n                15640395,\n                15640397,\n                15650536,\n                15850113,\n                15850254,\n                15894735,\n                15899097,\n                15921943,\n                15921985,\n                15942620,\n                16001093,\n                16028622,\n                16050088,\n                16051423,\n                16054952,\n                16054970,\n                16075672,\n                16124425,\n                16124437,\n                16175418,\n                16239168,\n                16239713,\n                16239875,\n                16641491,\n                16641788,\n                16641789,\n                16641794,\n                16641796,\n                16641801,\n                16641809,\n                16641815,\n                16649949,\n                16750936,\n                16756419,\n                16771912,\n                16771958,\n                16771967,\n                16771975,\n                16826826,\n                16826941,\n                16834894,\n                16834901,\n                16834927,\n                16834933,\n                16912625,\n                16912694,\n                17006163,\n                17022411,\n                17139993,\n                17140008,\n                17259278,\n                17259407,\n                17370245,\n                17370259,\n                17370290,\n                17407225,\n                17413256,\n                17413304,\n                17413353,\n                17413424,\n                17413426,\n                17483527,\n                17483609,\n                17483615,\n                17483619,\n                17501539,\n                17507926,\n                17507936,\n                17507944,\n                17507951,\n                17514394,\n                17593398,\n                17595486,\n                17654124,\n                17654144,\n                17654178,\n                17691166,\n                18065189,\n                18065475,\n                18110233,\n                18110252,\n                18110263,\n                18110267,\n                18166619,\n                18166958,\n                18167126,\n                18167675,\n                18167821,\n                18168180,\n                18168316,\n                18169224,\n                18331856,\n                18332485,\n                18357259,\n                18517395,\n                18517414,\n                18525767,\n                18525775,\n                18537784,\n                18537804,\n                18537811,\n                18537812,\n                18543432,\n                18543435,\n                18543856,\n                18544182,\n                18544191,\n                18546729,\n                18546800,\n                18546823,\n                18930642,\n                18930643,\n                18930644,\n                18930705,\n                18930995,\n                18931020,\n                18931891,\n                19004610,\n                19004916,\n                19004965,\n                19005102,\n                19005136,\n                19005179,\n                19005194,\n                19005247,\n                19005375,\n                19005596,\n                19006061,\n                19006117,\n                19006893,\n                19006894,\n                19200434,\n                19316636,\n                19316660,\n                19316788,\n                19316793,\n                19317390,\n                19317398,\n                19317400,\n                19317403,\n                19317414,\n                19321921,\n                19321924,\n                19325759,\n                19352637,\n                19396244,\n                19396305,\n                19396427,\n                19396469,\n                19396554,\n                19396678,\n                19396948,\n                19396986,\n                19396998,\n                19397984,\n                19397985,\n                19595428,\n                19595529,\n                19597625,\n                19612011,\n                19612019,\n                19612035,\n                19612051,\n                19612056,\n                19612058,\n                19618393,\n                19635740,\n                19635741,\n                19635744,\n                19635758,\n                19635759,\n                19635766,\n                19635768,\n                19635775,\n                19635790,\n                19635792,\n                19635796,\n                19635797,\n                19635820,\n                19635821,\n                19635825,\n                19635826,\n                19651219,\n                19651226,\n                19654833,\n                19671038,\n                19671040,\n                19671042,\n                19671044,\n                19674779,\n                19674783,\n                19674784,\n                19674786,\n                19674788,\n                19674796,\n                19679127,\n                19679128,\n                19679140,\n                19691420,\n                19691428,\n                19691433,\n                19697027,\n                19697029,\n                19697037,\n                19697038,\n                19697075,\n                19697081,\n                19732268,\n                19732270,\n                19732280,\n                19732302,\n                19732311,\n                19732325,\n                19732329,\n                19732341,\n                19732354,\n                19732366,\n                19732370,\n                19732372,\n                19732383,\n                19732390,\n                19744976,\n                19744998,\n                19745007,\n                19745033,\n                19745038,\n                19745049,\n                19745055,\n                19745062,\n                19752843,\n                19756121,\n                19756130,\n                19756134,\n                19756154,\n                19756156,\n                19756182,\n                19756190,\n                19766813,\n                19766819,\n                19766822,\n                19766823,\n                19766828,\n                19766829,\n                19766830,\n                19766831,\n                19766833,\n                19781924,\n                19782203,\n                19782551,\n                19782552,\n                19782556,\n                19782562,\n                20097232,\n                20097273,\n                20097278,\n                20105210,\n                20105214,\n                20105231,\n                20105233,\n                20105235,\n                20105242,\n                20105243,\n                20105248,\n                20265038,\n                20273245,\n                20273249,\n                20273250,\n                20273254,\n                20273264,\n                20273269,\n                21079301,\n                21079306,\n                21080409,\n                21080410,\n                21080421,\n                21080422,\n                21080429\n            ],\n            \"TotalPages\": 31\n        },\n        \"SearchId\": \"KY4NV8\"\n    }\n}"}],"_postman_id":"eedc84f4-c8cb-4985-bd0b-92aeaf4664de"}],"id":"dd139976-ad31-4ae4-8814-e0f6ccc93ad7","_postman_id":"dd139976-ad31-4ae4-8814-e0f6ccc93ad7","description":""},{"name":"Search by HotelIDs","item":[{"name":"Search","id":"cb6bd297-e3ae-4e79-9019-db2b05fb7149","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"searchService\": {\r\n        \"SessionID\": \"\\/22\\/142050\\/D20240124T131645\\/614b17d740834c63a52270df170fb821\",\r\n        \"TypeOfService\":2,\r\n\t    \"PageRequest\": {\r\n            \"PageNumber\":0,\r\n            \"ResultsPerPage\":20,\r\n            \"HotelsFilter\":null,\r\n            \"GetPackagesApiMode\":2\r\n        },\r\n        \"HotelsSearchRequest\": {\r\n            \"CheckIn\":\"/Date(1713190657000)/\",\r\n            \"CheckOut\":\"/Date(1713363457000)/\",\r\n            \"Rooms\": [{\r\n                \"AdultsCount\":2\r\n                }],\r\n            \"Nights\":0,\r\n\t\t\t     \"HotelIds\": [4020890,4020901] ,\r\n            \"DesiredResultCurrency\":\"USD\",\r\n            \"Residency\":\"US\",\r\n            \"ClientIP\":\"::1\"\r\n        }    \r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/B2CService/SearchService.svc/json/search","urlObject":{"protocol":"https","path":["B2CService","SearchService.svc","json","search"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"d2bd8cdb-0dcb-4fc5-a0a5-26c71abe44b5","name":"Search response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"searchService\": {\r\n        \"SessionID\": \"\\/22\\/142050\\/D20240124T131645\\/614b17d740834c63a52270df170fb821\",\r\n        \"TypeOfService\":2,\r\n\t    \"PageRequest\": {\r\n            \"PageNumber\":1,\r\n            \"ResultsPerPage\":10,\r\n            \"HotelsFilter\":null,\r\n            \"GetPackagesApiMode\":2\r\n        },\r\n        \"HotelsSearchRequest\": {\r\n            \"CheckIn\":\"/Date(1713190657000)/\",\r\n            \"CheckOut\":\"/Date(1713363457000)/\",\r\n            \"Rooms\": [{\r\n                \"AdultsCount\":2\r\n                }],\r\n            \"Nights\":0,\r\n\t\t\t     \"HotelIds\": [4020890,4020901] ,\r\n            \"DesiredResultCurrency\":\"USD\",\r\n            \"Residency\":\"US\",\r\n            \"ClientIP\":\"::1\"\r\n        }    \r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/B2CService/SearchService.svc/json/Search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"prdvmss0013IV"},{"key":"Date","value":"Wed, 24 Jan 2024 13:24:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"SearchResult\": {\n        \"Hotels\": [\n            {\n                \"Address\": \"Dubai Festival City\",\n                \"ChainCode\": \"CP\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e9c866fe-8f4f-4561-9224-eba3f54881be.jpeg\"\n                },\n                \"DisplayName\": \"Crowne Plaza Festival City an IHG Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.224115,\n                    \"Longitude\": 55.349434\n                },\n                \"HighestPackagePrice\": 712.35,\n                \"ID\": 4020890,\n                \"LowestPackagePrice\": 281.49,\n                \"Score\": 1,\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 6410\n                }\n            },\n            {\n                \"Address\": \"Sheikh Zayed Road, Dubai\",\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1b580777-3932-4c26-b4db-a83baa610480.jpeg\"\n                },\n                \"DisplayName\": \"Millennium Plaza Downtown Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.220069,\n                    \"Longitude\": 55.28055\n                },\n                \"HighestPackagePrice\": 1749.29,\n                \"ID\": 4020901,\n                \"LowestPackagePrice\": 178.72,\n                \"StarRating\": \"5\",\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 7746\n                }\n            }\n        ],\n        \"HotelsResultFilter\": {\n            \"MaxPrice\": 1749.29,\n            \"MinPrice\": 178.72,\n            \"Amenity\": [\n                {\n                    \"Count\": 2,\n                    \"Value\": \"AirportShuttle\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"BusinessCenter\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"FitnessCenter\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"HandicapAccessible\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"NearBeach\"\n                },\n                {\n                    \"Count\": 4,\n                    \"Value\": \"NonSmokingRooms\"\n                },\n                {\n                    \"Count\": 4,\n                    \"Value\": \"ParkingAvailable\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"Restaurant\"\n                },\n                {\n                    \"Count\": 5,\n                    \"Value\": \"SwimmingPool\"\n                },\n                {\n                    \"Count\": 4,\n                    \"Value\": \"WiFiInternetaccess\"\n                }\n            ],\n            \"Availability\": [\n                {\n                    \"Count\": 133,\n                    \"Value\": \"Available\"\n                }\n            ],\n            \"HotelChain\": [\n                {\n                    \"Count\": 1,\n                    \"Value\": \"CP\"\n                }\n            ],\n            \"HotelGroup\": [\n                {\n                    \"Count\": 1,\n                    \"Value\": \"6C\"\n                }\n            ],\n            \"RatePlanCode\": [],\n            \"Refundability\": [\n                {\n                    \"Count\": 57,\n                    \"Value\": \"Nonrefundable\"\n                },\n                {\n                    \"Count\": 76,\n                    \"Value\": \"Refundable\"\n                },\n                {\n                    \"Count\": 4,\n                    \"Value\": \"Unknown\"\n                }\n            ],\n            \"RoomBasis\": [\n                {\n                    \"Count\": 62,\n                    \"Value\": \"Bed and Breakfast BB\"\n                },\n                {\n                    \"Count\": 14,\n                    \"Value\": \"Half board HB\"\n                },\n                {\n                    \"Count\": 57,\n                    \"Value\": \"Room only RO\"\n                }\n            ],\n            \"RoomClass\": [\n                {\n                    \"Count\": 8,\n                    \"Value\": \"Club\"\n                },\n                {\n                    \"Count\": 8,\n                    \"Value\": \"Club with view\"\n                },\n                {\n                    \"Count\": 4,\n                    \"Value\": \"Deluxe\"\n                },\n                {\n                    \"Count\": 8,\n                    \"Value\": \"Deluxe with view\"\n                },\n                {\n                    \"Count\": 12,\n                    \"Value\": \"Executive\"\n                },\n                {\n                    \"Count\": 10,\n                    \"Value\": \"Premium with view\"\n                },\n                {\n                    \"Count\": 16,\n                    \"Value\": \"Presidential\"\n                },\n                {\n                    \"Count\": 32,\n                    \"Value\": \"Standard\"\n                },\n                {\n                    \"Count\": 35,\n                    \"Value\": \"Standard with view\"\n                }\n            ],\n            \"RoomType\": [\n                {\n                    \"Count\": 37,\n                    \"Value\": \"Double/Twin\"\n                },\n                {\n                    \"Count\": 28,\n                    \"Value\": \"King\"\n                },\n                {\n                    \"Count\": 50,\n                    \"Value\": \"Suite\"\n                },\n                {\n                    \"Count\": 18,\n                    \"Value\": \"Twin beds\"\n                }\n            ],\n            \"StarRating\": [\n                {\n                    \"Count\": 2,\n                    \"Value\": \"5\"\n                }\n            ],\n            \"Suppliers\": [\n                {\n                    \"Count\": 133,\n                    \"Value\": \"Booking\"\n                },\n                {\n                    \"Count\": 4,\n                    \"Value\": \"EPS\"\n                }\n            ],\n            \"TARating\": [\n                {\n                    \"Count\": 1,\n                    \"Value\": \"3.5\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"4.5\"\n                }\n            ]\n        },\n        \"PageReponse\": {\n            \"Hotels\": [],\n            \"MatchingHotelIds\": [\n                4020890,\n                4020901\n            ],\n            \"TotalPages\": 1\n        },\n        \"SearchId\": \"B7O4MX\"\n    }\n}"}],"_postman_id":"cb6bd297-e3ae-4e79-9019-db2b05fb7149"}],"id":"97719e4d-afe2-4e18-90a8-9ae92cab5463","_postman_id":"97719e4d-afe2-4e18-90a8-9ae92cab5463","description":""}],"id":"4b4eb9a0-a2b6-463a-8c22-ef6126d93ba5","description":"<p>The Search request provides the capability to find hotels using the following criteria:</p>\n<ul>\n<li><p>Geo Locations, specified by latitude and longitude, within a radius of up to 75 km.</p>\n</li>\n<li><p>Hotel IDs, with the option to include up to 3,000 hotel IDs in a single request.</p>\n</li>\n</ul>\n<p>Before initiating the Search request, you can select the number of results to display on each page. The results will also include the 'TotalPages' information, which can be accessed through the GetPage request.</p>\n<p><strong>Request Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th><strong>Description</strong></th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SessionID</td>\n<td>SessionID as returned in the Login response</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>TypeOfService</td>\n<td>=2 (Static)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>PageNumber</td>\n<td>=0 (Static)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ResultsPerPage</td>\n<td>=20 (Static)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>GetPackagesApiMode</td>\n<td>=2 (Static)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CheckIn</td>\n<td>Check-In date, in epoch foramt.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CheckOut</td>\n<td>Check-Out date, in epoch foramt.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Rooms</td>\n<td>Room element</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>AdultsCount</td>\n<td>Adults count in room</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>KidsAges</td>\n<td>Up to 2 in a room, values are between 0-17</td>\n<td>No - our API allows up to 8 adults and no limit on the number of children or adults/children combination.  <br />Note : that while we don't have a limit, the suppliers are unlikely to return results to the high amount of children/adults combination in 1 room.</td>\n</tr>\n<tr>\n<td>Nights</td>\n<td>Number of the stay nights,  <br />Please pass as 0</td>\n<td></td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td>GeoLocation of the searches destination</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td>GeoLocation of the searches destination</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>RadiusInMeters</td>\n<td>If using a geo-search, search for hotels inside of this radius</td>\n<td>Yes - when searching by GeoLocation</td>\n</tr>\n<tr>\n<td>HotelIds</td>\n<td>If using a id-based search, up to 3000 hotel IDs per request</td>\n<td>Yes - when Seaching by HotelIDs</td>\n</tr>\n<tr>\n<td>DesiredResultCurrency</td>\n<td>Currency ISO (Example: “USD”, “EUR”)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ResponseLanguage</td>\n<td>Defines the Room Names and Descriptions langugae.  <br />Supported langugaes :  <br />- Hebrew : \"he\"  <br />- Arabic : \"ar-sa\"  <br />- Spanish : \"es\"  <br />- Russian : \"ru\"  <br />- German : \"de\"  <br />- Chinesse : \"zh\"  <br />- French : \"fr\"  <br />- Portuguese : \"pt\"  <br />- Turkish : \"tr\"  <br />- Polish : \"pl\"  <br />- Korean : \"ko\"  <br />- Japanesse : \"je\"  <br />- Hindi : \"hi\"</td>\n<td></td>\n</tr>\n<tr>\n<td>Residency</td>\n<td>The lead pax residency, ISO Country Code (Example: US, CZ, IL).  <br />Required by some of the suppliers, as they have special/restricted rates according to the residency value passed</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ClientIP</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>IsPaginatedSearch</td>\n<td>True/False</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><b>SearchResult</b></td>\n<td><b>Element</b></td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Hotel Address</td>\n</tr>\n<tr>\n<td>Chain Code</td>\n<td>Hotel Chain Code</td>\n</tr>\n<tr>\n<td>DefaultImage</td>\n<td>Hotel Image - FullSize, Thumb.</td>\n</tr>\n<tr>\n<td>DisplayName</td>\n<td>Hotel display Name</td>\n</tr>\n<tr>\n<td>GeoLocation</td>\n<td>GeoLocation of the Hotel</td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td>GeoLocation</td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td>GeoLocation</td>\n</tr>\n<tr>\n<td>HighestPackagePrice</td>\n<td>The highest room/package price for the Hotel</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>HotelID (Gimmonix)</td>\n</tr>\n<tr>\n<td>LowestPackagePrice</td>\n<td>The Lowest room/package price for the Hotel</td>\n</tr>\n<tr>\n<td>Score</td>\n<td>Hotel Score</td>\n</tr>\n<tr>\n<td>StarRating</td>\n<td>Hotel Star rating</td>\n</tr>\n<tr>\n<td>Reviews</td>\n<td>Reviews Element.  <br />See Doducmentation per <a href=\"https://documentation.hsp.gimmonix.com/docs/hotel-ranking-review-integration\">Hotel Ranking and Reviews</a></td>\n</tr>\n<tr>\n<td><b>HotelsResultFilter</b></td>\n<td><b>Element - with all available Filtering options.</b></td>\n</tr>\n<tr>\n<td>Price Range</td>\n<td>Filter hotels based on minimum and maximum price limits.</td>\n</tr>\n<tr>\n<td>Amenities</td>\n<td>Select hotels offering specific amenities like fitness centers, parking, pet-friendliness, Wi-Fi, etc.</td>\n</tr>\n<tr>\n<td>Availability</td>\n<td>Filter hotels based on room availability.</td>\n</tr>\n<tr>\n<td>Contract Payment Type</td>\n<td>Filter hotels based on Payment type (Use Online Payment, Pay at Property etc .)</td>\n</tr>\n<tr>\n<td>Hotel Chains</td>\n<td>Filter based on specific hotel chains.</td>\n</tr>\n<tr>\n<td>Hotel Group</td>\n<td>Filter based on specific hotel chains.</td>\n</tr>\n<tr>\n<td>Guest Rating</td>\n<td>Filter hotels based on minimum and maximum Guest Rating</td>\n</tr>\n<tr>\n<td>Property Type</td>\n<td>Filter hotels based on Type (Hotel, Hostel, Apartment etc.)</td>\n</tr>\n<tr>\n<td>Rank Classification</td>\n<td>Filter hotels based on Rank Classification (Excellent, Fair, Good, Poor etc.)</td>\n</tr>\n<tr>\n<td>Refundability</td>\n<td>Find hotels offering refundable booking options.</td>\n</tr>\n<tr>\n<td>Room Basis</td>\n<td>Filter by types of accommodation, such as Bed and Breakfast (BB), Half Board (HB), or Room Only (RO).</td>\n</tr>\n<tr>\n<td>Room Class</td>\n<td>Choose from various room classes like Business, Deluxe, Executive with view, etc.</td>\n</tr>\n<tr>\n<td>Room Type</td>\n<td>Select specific room types such as Double, King, Dorm, Queen.</td>\n</tr>\n<tr>\n<td>Star Rating</td>\n<td>Filter hotels based on their star ratings.</td>\n</tr>\n<tr>\n<td>Supplier</td>\n<td>Choose hotels from specific suppliers.</td>\n</tr>\n<tr>\n<td>Page Response</td>\n<td>not in use</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"4b4eb9a0-a2b6-463a-8c22-ef6126d93ba5"},{"name":"GetPage","item":[{"name":"GetPage","id":"1f821591-58f6-4bb8-bf38-93c8a8d08346","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"getPageRequest\": {\r\n\t\t\"SessionID\": \"/181/141747/D20241229T124025/e5ce0d08ba124e3e94723232c15708b2\",\r\n\t\t\"TypeOfService\": 2,\r\n\t\t\"IsDynamicPackaging\": false,\r\n\t\t\"PageRequest\": {\r\n\t\t\t\"PageNumber\": 0,\r\n\t\t\t\"ResultsPerPage\": 20,\r\n\t\t\t\"HotelsFilter\": {\r\n\t\t\t\t\"MaxPrice\": 500,\r\n\t\t\t\t\"MinPrice\": 100,\r\n\t\t\t\t\"Name\": null,\r\n\t\t\t\t\"Address\": null,\r\n\t\t\t\t\"StarRating\": [3,4],\r\n\t\t\t\t\"TARating\": null,\r\n\t\t\t\t\"Availability\": null,\r\n\t\t\t\t\"Refundability\": null,\r\n\t\t\t\t\"RoomBasis\": null,\r\n\t\t\t\t\"RoomClass\": null,\r\n\t\t\t\t\"RoomType\": null,\r\n\t\t\t\t\"RatePlanCode\": null,\r\n\t\t\t\t\"HotelGroup\": null,\r\n\t\t\t\t\"HotelChain\": null,\r\n\t\t\t\t\"Amenities\": null,\r\n\t\t\t\t\"Distance\": null,\r\n\t\t\t\t\"MaxGuestRatingScore\": null,\r\n\t\t\t\t\"MinGuestRatingScore\": null,\r\n\t\t\t\t\"PropertyType\": null,\r\n\t\t\t\t\"RankClassification\": [\"Excellent\"]\r\n\t\t\t\t\r\n\t\t\t},\r\n\t\t\t\"GetPackagesApiMode\": 2\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/B2CService/SearchService.svc/json/GetPage","urlObject":{"protocol":"https","path":["B2CService","SearchService.svc","json","GetPage"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"15c6c2e2-cb8a-41d1-b77a-2a7db57138e7","name":"GetPage - Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"getPageRequest\": {\r\n\t\t\"SessionID\": \"/181/141747/D20241229T124025/e5ce0d08ba124e3e94723232c15708b2\",\r\n\t\t\"TypeOfService\": 2,\r\n\t\t\"IsDynamicPackaging\": false,\r\n\t\t\"PageRequest\": {\r\n\t\t\t\"PageNumber\": 0,\r\n\t\t\t\"ResultsPerPage\": 20,\r\n\t\t\t\"HotelsFilter\": {\r\n\t\t\t\t\"MaxPrice\": 500,\r\n\t\t\t\t\"MinPrice\": 100,\r\n\t\t\t\t\"Name\": null,\r\n\t\t\t\t\"Address\": null,\r\n\t\t\t\t\"StarRating\": [3,4],\r\n\t\t\t\t\"TARating\": null,\r\n\t\t\t\t\"Availability\": null,\r\n\t\t\t\t\"Refundability\": null,\r\n\t\t\t\t\"RoomBasis\": null,\r\n\t\t\t\t\"RoomClass\": null,\r\n\t\t\t\t\"RoomType\": null,\r\n\t\t\t\t\"RatePlanCode\": null,\r\n\t\t\t\t\"HotelGroup\": null,\r\n\t\t\t\t\"HotelChain\": null,\r\n\t\t\t\t\"Amenities\": null,\r\n\t\t\t\t\"Distance\": null,\r\n\t\t\t\t\"MaxGuestRatingScore\": null,\r\n\t\t\t\t\"MinGuestRatingScore\": null,\r\n\t\t\t\t\"PropertyType\": null,\r\n\t\t\t\t\"RankClassification\": [\"Excellent\"]\r\n\t\t\t\t\r\n\t\t\t},\r\n\t\t\t\"GetPackagesApiMode\": 2\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/B2CService/SearchService.svc/json/GetPage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001P"},{"key":"Date","value":"Sun, 29 Dec 2024 12:49:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"GetPageResult\": {\n        \"Hotels\": [\n            {\n                \"Address\": \"Baniyas Road Deira, Dubai\",\n                \"Area\": \"Baniyas Road Deira, Dubai\",\n                \"ChainCode\": \"AL\",\n                \"CustomScores\": [],\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/85b45fd8-cc38-41d9-a028-6b83c097469c.jpeg\"\n                },\n                \"DisplayName\": \"Aloft Dubai Creek\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.25136,\n                    \"Longitude\": 55.33162\n                },\n                \"HighestPackagePrice\": 408.89,\n                \"ID\": 10507197,\n                \"LowestPackagePrice\": 370.99,\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 566,\n                                \"Score\": 97,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 16,\n                                \"Score\": 96,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 143,\n                                \"Score\": 91,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 596,\n                                \"Score\": 84,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 6,\n                                \"Score\": 83,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 523,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Rooms are great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 153,\n                                \"Score\": 77,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 217,\n                                \"Score\": 76,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"f5083e18-cb0f-420d-88af-28b2d9d0cb66\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3448,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 99,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 39,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 161,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 913,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2236,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Close to Deira City. Great location. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"SuppliersLowestPackagePrices\": [\n                    {\n                        \"Key\": \"DDT\",\n                        \"Value\": 370.99\n                    },\n                    {\n                        \"Key\": \"EPS\",\n                        \"Value\": 408.89\n                    }\n                ],\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 3459\n                }\n            },\n            {\n                \"Address\": \"Plot 3261450 Al Jadaf, Dubai\",\n                \"Area\": \"Plot 3261450 Al Jadaf, Dubai\",\n                \"ChainCode\": \"HL\",\n                \"CustomScores\": [],\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ba02d297-731b-4db4-8abb-8c0e5a8d844b.jpeg\"\n                },\n                \"DisplayName\": \"DoubleTree by Hilton Dubai Al Jadaf\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.22237,\n                    \"Longitude\": 55.33187\n                },\n                \"HighestPackagePrice\": 337.79,\n                \"ID\": 10827716,\n                \"LowestPackagePrice\": 304.74,\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 49,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 14,\n                                \"Score\": 92,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1750,\n                                \"Score\": 88,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 252,\n                                \"Score\": 88,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Vibe was good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 823,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 620,\n                                \"Score\": 81,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 26,\n                                \"Score\": 81,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 497,\n                                \"Score\": 81,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 1146,\n                                \"Score\": 75,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"97208169-8dd4-4e25-9c12-b622716b55d2\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 6403,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 255,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 158,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 425,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1577,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3988,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.5,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel. Close to Dubai Mall. Located near shopping areas and has easy access to public transportation. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"SuppliersLowestPackagePrices\": [\n                    {\n                        \"Key\": \"DDT\",\n                        \"Value\": 304.74\n                    },\n                    {\n                        \"Key\": \"EPS\",\n                        \"Value\": 337.79\n                    }\n                ],\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 6430\n                }\n            },\n            {\n                \"Address\": \"Khalid Bin Waleed Road Dubai City 26888\",\n                \"Area\": \"Khalid Bin Waleed Road Dubai City 26888\",\n                \"CustomScores\": [],\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/bcb866af-ff72-4126-9522-b1c90389c3e1.jpeg\"\n                },\n                \"DisplayName\": \"Gateway Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.260755,\n                    \"Longitude\": 55.291029\n                },\n                \"HighestPackagePrice\": 344.88,\n                \"ID\": 5961434,\n                \"LowestPackagePrice\": 314.31,\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1191,\n                                \"Score\": 91,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 42,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Very nice wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 524,\n                                \"Score\": 86,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 684,\n                                \"Score\": 82,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 883,\n                                \"Score\": 78,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 175,\n                                \"Score\": 76,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Good amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 128,\n                                \"Score\": 75,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Good pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 448,\n                                \"Score\": 75,\n                                \"ShortText\": \"Very comfortable\",\n                                \"Text\": \"High comfort.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 49,\n                                \"Score\": 73,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 307,\n                                \"Score\": 65,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"6b92944a-dbbf-4f19-8717-528b8b5d2ecf\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 4048,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 120,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 121,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 284,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1163,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2360,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas and has easy access to public transportation. Great rooms and fantastic service. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"SuppliersLowestPackagePrices\": [\n                    {\n                        \"Key\": \"DDT\",\n                        \"Value\": 314.31\n                    },\n                    {\n                        \"Key\": \"EPS\",\n                        \"Value\": 344.88\n                    }\n                ],\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 4054\n                }\n            },\n            {\n                \"Address\": \"Satwa Roundabout, Dubai\",\n                \"Area\": \"Satwa Roundabout, Dubai\",\n                \"ChainCode\": \"FG\",\n                \"CustomScores\": [],\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6c8aab29-aaf3-4387-b346-0d0c432a2d2d.jpeg\"\n                },\n                \"DisplayName\": \"Chelsea Plaza Hotel Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.235246,\n                    \"Longitude\": 55.279274\n                },\n                \"HighestPackagePrice\": 424.86,\n                \"ID\": 4021491,\n                \"LowestPackagePrice\": 357.14,\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 12% in city\",\n                                \"Text\": \"Top 12% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 13% in city\",\n                                \"Text\": \"Top 13% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 53,\n                                \"Score\": 90,\n                                \"ShortText\": \"Great pool\",\n                                \"Text\": \"Excellent pool.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 290,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 480,\n                                \"Score\": 77,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 456,\n                                \"Score\": 54,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 71,\n                                \"Score\": 49,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 187,\n                                \"Score\": 44,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 253,\n                                \"Score\": 42,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 175,\n                                \"Score\": 31,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 35,\n                                \"Score\": 19,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Disappointing internet connection.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good family hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"f191a710-dc84-43e0-833f-761fbf58534c\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2803,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 306,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 200,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 371,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 683,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1243,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good family hotel. Located near shopping areas and has easy access to public transportation. Great pool.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"SuppliersLowestPackagePrices\": [\n                    {\n                        \"Key\": \"DDT\",\n                        \"Value\": 357.14\n                    },\n                    {\n                        \"Key\": \"EPS\",\n                        \"Value\": 424.86\n                    }\n                ],\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 2825\n                }\n            },\n            {\n                \"Address\": \"Al Wasl District, Dubai\",\n                \"Area\": \"Al Wasl District, Dubai\",\n                \"ChainCode\": \"HI\",\n                \"CustomScores\": [],\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/ada0c3ef-3a6b-45b6-ae6a-f126a1f6d05b.jpeg\"\n                },\n                \"DisplayName\": \"Holiday Inn Express Dubai Safa Park an IHG Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.188895,\n                    \"Longitude\": 55.255332\n                },\n                \"HighestPackagePrice\": 385.83,\n                \"ID\": 4020941,\n                \"LowestPackagePrice\": 237.38,\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1629,\n                                \"Score\": 94,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 616,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 452,\n                                \"Score\": 81,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 544,\n                                \"Score\": 80,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 787,\n                                \"Score\": 78,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 119,\n                                \"Score\": 77,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Good vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 35,\n                                \"Score\": 64,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 244,\n                                \"Score\": 62,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"dc9a9704-d5bf-4b20-a8da-90cd0d5424b1\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5049,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 115,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 105,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 308,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1020,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3501,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas and has easy access to public transportation. Great rooms and fantastic service. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"SuppliersLowestPackagePrices\": [\n                    {\n                        \"Key\": \"DDT\",\n                        \"Value\": 237.38\n                    },\n                    {\n                        \"Key\": \"EPS\",\n                        \"Value\": 385.83\n                    }\n                ],\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 5035\n                }\n            },\n            {\n                \"Address\": \"Khalid Bin Walid Road, Dubai\",\n                \"Area\": \"Khalid Bin Walid Road, Dubai\",\n                \"ChainCode\": \"FG\",\n                \"CustomScores\": [],\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3f8d55e6-7c09-4a89-8524-c49fba029220.jpeg\"\n                },\n                \"DisplayName\": \"Royal Ascot Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2593269348145,\n                    \"Longitude\": 55.2912406921387\n                },\n                \"HighestPackagePrice\": 364.07,\n                \"ID\": 6534443,\n                \"LowestPackagePrice\": 332.15,\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 288,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 609,\n                                \"Score\": 81,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 13,\n                                \"Score\": 78,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 449,\n                                \"Score\": 71,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 142,\n                                \"Score\": 69,\n                                \"ShortText\": \"Food is all right\",\n                                \"Text\": \"Food is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 194,\n                                \"Score\": 53,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 155,\n                                \"Score\": 50,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"6593b7c9-ffce-448a-8e3a-7d28c162356f\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2520,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 197,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 119,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 245,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 586,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1373,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good wellness hotel. Close to Sharaf DG Metro. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"SuppliersLowestPackagePrices\": [\n                    {\n                        \"Key\": \"DDT\",\n                        \"Value\": 332.15\n                    },\n                    {\n                        \"Key\": \"EPS\",\n                        \"Value\": 364.07\n                    }\n                ],\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 2520\n                }\n            },\n            {\n                \"Address\": \"Al Wasl Area, Dubai\",\n                \"Area\": \"Al Wasl Area, Dubai\",\n                \"CustomScores\": [],\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c8c3265a-2e52-4bd2-8bf5-c2d7c26a2645.jpeg\"\n                },\n                \"DisplayName\": \"Al Khoory Executive Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.231779,\n                    \"Longitude\": 55.270296\n                },\n                \"HighestPackagePrice\": 187.57,\n                \"ID\": 4326886,\n                \"LowestPackagePrice\": 171.82,\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 1% in city\",\n                                \"Text\": \"Top 1% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Beach\",\n                                \"Count\": 112,\n                                \"Score\": 95,\n                                \"ShortText\": \"Beautiful beach\",\n                                \"Text\": \"Wonderful beach.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 42,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 1009,\n                                \"Score\": 93,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"World class service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 193,\n                                \"Score\": 91,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 510,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 179,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 204,\n                                \"Score\": 81,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 331,\n                                \"Score\": 78,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 571,\n                                \"Score\": 77,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 29,\n                                \"Score\": 36,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent business hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the beach.\",\n                        \"ReviewId\": \"5ead1057-80de-456a-988f-201ede59fe0b\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 5150,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 153,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 98,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 251,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 895,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 3753,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.7,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent business hotel. Located near shopping areas and the beach. Great rooms and fantastic service. Beautiful beach. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"SuppliersLowestPackagePrices\": [\n                    {\n                        \"Key\": \"DDT\",\n                        \"Value\": 171.82\n                    },\n                    {\n                        \"Key\": \"EPS\",\n                        \"Value\": 187.57\n                    }\n                ],\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 5133\n                }\n            },\n            {\n                \"Address\": \"90 Baniyas Street Deira Creek, Dubai\",\n                \"Area\": \"90 Baniyas Street Deira Creek, Dubai\",\n                \"ChainCode\": \"BW\",\n                \"CustomScores\": [],\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/0223feee-4f0e-4734-adb5-b964ca9ddc14.jpeg\"\n                },\n                \"DisplayName\": \"Best Western Plus Pearl Creek\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2677593231201,\n                    \"Longitude\": 55.3047485351563\n                },\n                \"HighestPackagePrice\": 238.72,\n                \"ID\": 8308882,\n                \"LowestPackagePrice\": 208.32,\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 325,\n                                \"Score\": 89,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 586,\n                                \"Score\": 80,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 114,\n                                \"Score\": 71,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 456,\n                                \"Score\": 65,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 80,\n                                \"Score\": 57,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 247,\n                                \"Score\": 51,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 25,\n                                \"Score\": 48,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Pool is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 136,\n                                \"Score\": 47,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 112,\n                                \"Score\": 44,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 26,\n                                \"Score\": 43,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 102,\n                                \"Score\": 41,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 15,\n                                \"Score\": 17,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Disappointing wellness & sports facilities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"1e3c79a0-3183-4600-a829-3f50c7ad5e1b\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2805,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 222,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 128,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 350,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 766,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1339,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good wellness hotel. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"SuppliersLowestPackagePrices\": [\n                    {\n                        \"Key\": \"DDT\",\n                        \"Value\": 208.32\n                    },\n                    {\n                        \"Key\": \"EPS\",\n                        \"Value\": 238.72\n                    }\n                ],\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 2805\n                }\n            },\n            {\n                \"Address\": \"Al Seef Street Building A, Dubai\",\n                \"Area\": \"Al Seef Street Building A, Dubai\",\n                \"ChainCode\": \"PY\",\n                \"CustomScores\": [],\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/6e2e9e3f-dd77-4ef6-aa3e-6cecf3d208f2.jpeg\"\n                },\n                \"DisplayName\": \"Canopy by Hilton Dubai Al Seef\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.256132,\n                    \"Longitude\": 55.310081\n                },\n                \"HighestPackagePrice\": 369.53,\n                \"ID\": 10269390,\n                \"LowestPackagePrice\": 351.98,\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 23,\n                                \"Score\": 95,\n                                \"ShortText\": \"Great wellness & sports facilities\",\n                                \"Text\": \"Excellent wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 209,\n                                \"Score\": 94,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 400,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 43,\n                                \"Score\": 91,\n                                \"ShortText\": \"Bar is awesome\",\n                                \"Text\": \"Incredible bar.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 246,\n                                \"Score\": 89,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Breakfast is good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 513,\n                                \"Score\": 85,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 97,\n                                \"Score\": 85,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 170,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 19,\n                                \"Score\": 78,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Internet works.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 493,\n                                \"Score\": 76,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 160,\n                                \"Score\": 64,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"0fbd1d7a-7bf9-4f7f-ba28-ae8eef502fb2\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 2052,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 71,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 54,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 126,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 507,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 1294,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Located near shopping areas and the airport. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"SuppliersLowestPackagePrices\": [\n                    {\n                        \"Key\": \"DDT\",\n                        \"Value\": 351.98\n                    },\n                    {\n                        \"Key\": \"EPS\",\n                        \"Value\": 369.53\n                    }\n                ],\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 2050\n                }\n            },\n            {\n                \"Address\": \"Beside Abu Bakar Al Siddique, Dubai\",\n                \"Area\": \"Beside Abu Bakar Al Siddique, Dubai\",\n                \"ChainCode\": \"RA\",\n                \"CustomScores\": [],\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/186b11a4-e7f8-432c-bc7c-6592ae028ec0.jpeg\"\n                },\n                \"DisplayName\": \"Ramada Plaza by Wyndham Dubai Deira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.27009,\n                    \"Longitude\": 55.33105\n                },\n                \"HighestPackagePrice\": 183.79,\n                \"ID\": 6714927,\n                \"LowestPackagePrice\": 183.79,\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 137,\n                                \"Score\": 88,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 199,\n                                \"Score\": 79,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 137,\n                                \"Score\": 62,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 69,\n                                \"Score\": 57,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 48,\n                                \"Score\": 55,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation and the airport.\",\n                        \"ReviewId\": \"a749bdc6-7c35-4d8d-859b-a84666c38978\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1299,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 106,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 89,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 190,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 430,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 484,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.9,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good hotel for solo travelers. Close to public transportation and the airport.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"SuppliersLowestPackagePrices\": [\n                    {\n                        \"Key\": \"DDT\",\n                        \"Value\": 183.79\n                    }\n                ],\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1299\n                }\n            },\n            {\n                \"Address\": \"Al Asayel Street Business Bay, Dubai\",\n                \"Area\": \"Al Asayel Street Business Bay, Dubai\",\n                \"ChainCode\": \"YX\",\n                \"CustomScores\": [],\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3a35d02c-0d30-45fa-aba1-54225f50ecca.jpeg\"\n                },\n                \"DisplayName\": \"Revier Hotel Dubai\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.179407,\n                    \"Longitude\": 55.272084\n                },\n                \"HighestPackagePrice\": 372.36,\n                \"ID\": 14728427,\n                \"LowestPackagePrice\": 295.86,\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 4% in city\",\n                                \"Text\": \"Top 4% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"category\",\n                                \"SubText\": \"Top 5% in city\",\n                                \"Text\": \"Top 5% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 278,\n                                \"Score\": 98,\n                                \"ShortText\": \"Awesome vibe\",\n                                \"Text\": \"Awesome vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 849,\n                                \"Score\": 86,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 141,\n                                \"Score\": 86,\n                                \"ShortText\": \"Best value for money\",\n                                \"Text\": \"Good value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 285,\n                                \"Score\": 85,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Generally very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 221,\n                                \"Score\": 84,\n                                \"ShortText\": \"Great amenities\",\n                                \"Text\": \"Amenities are good.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 14,\n                                \"Score\": 82,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 364,\n                                \"Score\": 82,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 287,\n                                \"Score\": 77,\n                                \"ShortText\": \"Tasty breakfast\",\n                                \"Text\": \"Good breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 531,\n                                \"Score\": 76,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 261,\n                                \"Score\": 53,\n                                \"ShortText\": \"Comfortable\",\n                                \"Text\": \"Average comfort.\"\n                            }\n                        ],\n                        \"HotelType\": \"Excellent hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas with easy access to parking.\",\n                        \"ReviewId\": \"543d8d82-bfbc-4728-9088-fb518f861a54\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 3594,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 148,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 64,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 147,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 730,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2505,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.6,\n                        \"ScoreDescription\": \"Excellent\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Excellent hotel for solo travelers. Great location. Awesome vibe.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"SuppliersLowestPackagePrices\": [\n                    {\n                        \"Key\": \"DDT\",\n                        \"Value\": 295.86\n                    },\n                    {\n                        \"Key\": \"EPS\",\n                        \"Value\": 372.36\n                    }\n                ],\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 3564\n                }\n            },\n            {\n                \"Address\": \"World Trade Centre Rd, Dubai\",\n                \"Area\": \"World Trade Centre Rd, Dubai\",\n                \"CustomScores\": [],\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/e570ea4e-f96e-4eb6-9896-e19e398bd405.jpeg\"\n                },\n                \"DisplayName\": \"Regent Palace Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.253484,\n                    \"Longitude\": 55.303741\n                },\n                \"HighestPackagePrice\": 204.93,\n                \"ID\": 4021214,\n                \"LowestPackagePrice\": 186.56,\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 13% in city\",\n                                \"Text\": \"Top 13% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 181,\n                                \"Score\": 93,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 163,\n                                \"Score\": 67,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 43,\n                                \"Score\": 45,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 13,\n                                \"Score\": 45,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 83,\n                                \"Score\": 43,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 191,\n                                \"Score\": 41,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 81,\n                                \"Score\": 34,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 6,\n                                \"Score\": 33,\n                                \"ShortText\": \"Wellness & sports facilities could be improved\",\n                                \"Text\": \"Wellness & sports facilities were not very nice.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 63,\n                                \"Score\": 31,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 94,\n                                \"Score\": 24,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 18,\n                                \"Score\": 15,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Horrible pool.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"ae4d2bc1-5d2a-4dc6-b8b9-e594994ae12f\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1029,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 111,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 90,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 179,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 253,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 396,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.9,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good hotel for solo travelers. Great location.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"SuppliersLowestPackagePrices\": [\n                    {\n                        \"Key\": \"DDT\",\n                        \"Value\": 186.56\n                    },\n                    {\n                        \"Key\": \"EPS\",\n                        \"Value\": 204.93\n                    }\n                ],\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1027\n                }\n            },\n            {\n                \"Address\": \"Near Karama Metro Station, Dubai\",\n                \"Area\": \"Near Karama Metro Station, Dubai\",\n                \"CustomScores\": [],\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/7e9a14ca-8abf-42e4-a256-115cbff9e57c.jpeg\"\n                },\n                \"DisplayName\": \"Fortune Karama Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.242501,\n                    \"Longitude\": 55.297876\n                },\n                \"HighestPackagePrice\": 212.92,\n                \"ID\": 4021044,\n                \"LowestPackagePrice\": 193.71,\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 173,\n                                \"Score\": 91,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Value\",\n                                \"Count\": 57,\n                                \"Score\": 58,\n                                \"ShortText\": \"Fairly good value for money\",\n                                \"Text\": \"Average value.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 229,\n                                \"Score\": 47,\n                                \"ShortText\": \"Service could be improved\",\n                                \"Text\": \"Service is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 216,\n                                \"Score\": 40,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 95,\n                                \"Score\": 34,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 100,\n                                \"Score\": 32,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 56,\n                                \"Score\": 31,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 14,\n                                \"Score\": 24,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Awful breakfast.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"4327d367-1b72-4ed4-8122-42fd9bac7b8e\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1953,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 420,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 194,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 337,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 461,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 541,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.4,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Located near shopping areas and has easy access to public transportation. Service could be improved.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"SuppliersLowestPackagePrices\": [\n                    {\n                        \"Key\": \"DDT\",\n                        \"Value\": 193.71\n                    },\n                    {\n                        \"Key\": \"EPS\",\n                        \"Value\": 212.92\n                    }\n                ],\n                \"TripAdvisor\": {\n                    \"Rating\": 3.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3_5.png\",\n                    \"ReviewsCount\": 1954\n                }\n            },\n            {\n                \"Address\": \"Al Riqqa Road Riqqa Al Buteen Deira, Dubai\",\n                \"Area\": \"Al Riqqa Road Riqqa Al Buteen Deira, Dubai\",\n                \"CustomScores\": [],\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/cfd2bc3b-7132-4398-8381-781a81ae724b.jpeg\"\n                },\n                \"DisplayName\": \"Orchid Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.2605,\n                    \"Longitude\": 55.3246\n                },\n                \"HighestPackagePrice\": 316.14,\n                \"ID\": 4021181,\n                \"LowestPackagePrice\": 316.14,\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 75,\n                                \"Score\": 82,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 174,\n                                \"Score\": 74,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 111,\n                                \"Score\": 66,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 63,\n                                \"Score\": 60,\n                                \"ShortText\": \"Quite clean\",\n                                \"Text\": \"Average cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 50,\n                                \"Score\": 52,\n                                \"ShortText\": \"Decent vibe\",\n                                \"Text\": \"Vibe was decent.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 25,\n                                \"Score\": 44,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Breakfast is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 28,\n                                \"Score\": 35,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Bad amenities.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel for solo travelers.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Close to public transportation.\",\n                        \"ReviewId\": \"e4a7ebcc-ab83-4626-a6de-31ae59eb4661\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1321,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 88,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 80,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 126,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 238,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 789,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.4,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel for solo travelers. Close to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"SuppliersLowestPackagePrices\": [\n                    {\n                        \"Key\": \"DDT\",\n                        \"Value\": 316.14\n                    }\n                ],\n                \"TripAdvisor\": {\n                    \"Rating\": 4.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4_5.png\",\n                    \"ReviewsCount\": 1314\n                }\n            },\n            {\n                \"Address\": \"Al-Jazeera Street 28763, Dubai\",\n                \"Area\": \"Al-Jazeera Street 28763, Dubai\",\n                \"CustomScores\": [],\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/5c7a476d-68ea-4369-bd50-3948da705de7.jpeg\"\n                },\n                \"DisplayName\": \"Landmark Riqqa Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.267005920410156,\n                    \"Longitude\": 55.3200569152832\n                },\n                \"HighestPackagePrice\": 250.04,\n                \"ID\": 4021213,\n                \"LowestPackagePrice\": 225.37,\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 3% in city\",\n                                \"Text\": \"Top 3% in city\"\n                            },\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 8% in city\",\n                                \"Text\": \"Top 8% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 198,\n                                \"Score\": 92,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Terrific location.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 6,\n                                \"Score\": 88,\n                                \"ShortText\": \"Good internet service\",\n                                \"Text\": \"Very good internet connection.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 279,\n                                \"Score\": 81,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Wellness Area\",\n                                \"Count\": 5,\n                                \"Score\": 60,\n                                \"ShortText\": \"Sufficient wellness & sports facilities\",\n                                \"Text\": \"Sufficient wellness & sports facilities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 39,\n                                \"Score\": 55,\n                                \"ShortText\": \"Ordinary amenities\",\n                                \"Text\": \"Average amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 50,\n                                \"Score\": 54,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 135,\n                                \"Score\": 48,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Not very clean.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 241,\n                                \"Score\": 47,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 105,\n                                \"Score\": 42,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 63,\n                                \"Score\": 36,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Vibe wasn't good.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good airport hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"8ddf79c6-4cbc-413f-8e78-2dfcd3b5ceb4\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 1502,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 172,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 124,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 240,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 400,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 566,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.9,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good airport hotel. Located near shopping areas and has easy access to public transportation.\"\n                    }\n                ],\n                \"StarRating\": \"4\",\n                \"SuppliersLowestPackagePrices\": [\n                    {\n                        \"Key\": \"DDT\",\n                        \"Value\": 225.37\n                    },\n                    {\n                        \"Key\": \"EPS\",\n                        \"Value\": 250.04\n                    }\n                ],\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 1502\n                }\n            },\n            {\n                \"Address\": \"Naif Road, Dubai\",\n                \"Area\": \"Naif Road, Dubai\",\n                \"CustomScores\": [],\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/c6f19c48-ac1f-477b-8926-f03b97dde1ba.jpeg\"\n                },\n                \"DisplayName\": \"Delmon Boutique Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.27593,\n                    \"Longitude\": 55.31253\n                },\n                \"HighestPackagePrice\": 123.43,\n                \"ID\": 5680274,\n                \"LowestPackagePrice\": 123.43,\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 6,\n                                \"Score\": 62,\n                                \"ShortText\": \"Location is ok\",\n                                \"Text\": \"Location is acceptable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 6,\n                                \"Score\": 19,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good Hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"\",\n                        \"ReviewId\": \"cff62b46-5c93-4845-9464-c5cb0cb5d88b\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 30,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 5,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 1,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 8,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 6,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 10,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.8,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good Hotel.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"SuppliersLowestPackagePrices\": [\n                    {\n                        \"Key\": \"HB2\",\n                        \"Value\": 123.43\n                    }\n                ],\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 30\n                }\n            },\n            {\n                \"Address\": \"Next To E Nbd Bank Bldg Al Ras, Dubai\",\n                \"Area\": \"Next To E Nbd Bank Bldg Al Ras, Dubai\",\n                \"CustomScores\": [],\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/9299d0f3-d07f-4199-afbf-3717af8852fe.jpeg\"\n                },\n                \"DisplayName\": \"Hafez Hotel Apartments\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.267571,\n                    \"Longitude\": 55.293832\n                },\n                \"HighestPackagePrice\": 135.41,\n                \"ID\": 4742200,\n                \"LowestPackagePrice\": 123.62,\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 82,\n                                \"Score\": 81,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 112,\n                                \"Score\": 58,\n                                \"ShortText\": \"Service is adequate\",\n                                \"Text\": \"Service is ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 145,\n                                \"Score\": 37,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Rooms are not good.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 74,\n                                \"Score\": 33,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Food\",\n                                \"Count\": 13,\n                                \"Score\": 29,\n                                \"ShortText\": \"Food could be better\",\n                                \"Text\": \"Complaints about food\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 30,\n                                \"Score\": 28,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 22,\n                                \"Score\": 25,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 101,\n                                \"Score\": 16,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"04f0a2ff-b5b2-468e-a88d-85dc0aed1742\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 504,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 103,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 104,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 96,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 67,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 134,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.1,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Located near shopping areas and has easy access to public transportation. Room needs to be improved. Vibe is not too good.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"SuppliersLowestPackagePrices\": [\n                    {\n                        \"Key\": \"DDT\",\n                        \"Value\": 123.62\n                    },\n                    {\n                        \"Key\": \"EPS\",\n                        \"Value\": 135.41\n                    }\n                ],\n                \"TripAdvisor\": {\n                    \"Rating\": 3,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/3.png\",\n                    \"ReviewsCount\": 514\n                }\n            },\n            {\n                \"Address\": \"34 B Street Deira, Dubai\",\n                \"Area\": \"34 B Street Deira, Dubai\",\n                \"CustomScores\": [],\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/48d2225f-9c90-4fdc-b888-bbe7bb51ca5c.jpeg\"\n                },\n                \"DisplayName\": \"Sun And Sands Downtown Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.264725,\n                    \"Longitude\": 55.318884\n                },\n                \"HighestPackagePrice\": 144.46,\n                \"ID\": 6793285,\n                \"LowestPackagePrice\": 128.66,\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 62,\n                                \"Score\": 77,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 21,\n                                \"Score\": 39,\n                                \"ShortText\": \"Complaints about WiFi\",\n                                \"Text\": \"Internet is poor.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 118,\n                                \"Score\": 35,\n                                \"ShortText\": \"Service could be improved\",\n                                \"Text\": \"Service is below average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Bar\",\n                                \"Count\": 7,\n                                \"Score\": 25,\n                                \"ShortText\": \"Bar could improve\",\n                                \"Text\": \"Bar is disappointing.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 6,\n                                \"Score\": 25,\n                                \"ShortText\": \"Breakfast can be improved\",\n                                \"Text\": \"Awful breakfast.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 196,\n                                \"Score\": 16,\n                                \"ShortText\": \"Room needs to be improved\",\n                                \"Text\": \"Awful rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 89,\n                                \"Score\": 15,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Quite uncomfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Amenities\",\n                                \"Count\": 48,\n                                \"Score\": 13,\n                                \"ShortText\": \"Amenities are not the best\",\n                                \"Text\": \"Terrible amenities.\"\n                            },\n                            {\n                                \"CategoryName\": \"Vibe\",\n                                \"Count\": 59,\n                                \"Score\": 11,\n                                \"ShortText\": \"Vibe is not too good\",\n                                \"Text\": \"Horrible vibe.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 103,\n                                \"Score\": 6,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 10,\n                                \"Score\": 5,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Horrible pool.\"\n                            }\n                        ],\n                        \"HotelType\": \"\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and has easy access to public transportation.\",\n                        \"ReviewId\": \"5e38ecdf-526a-4262-a71a-98b1c482b02b\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 714,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 221,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 154,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 133,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 91,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 115,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 2.6,\n                        \"ScoreDescription\": \"Poor\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Located near shopping areas and has easy access to public transportation. Inadequate rooms with subpar service. Pool should be renewed. Vibe is not too good.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"SuppliersLowestPackagePrices\": [\n                    {\n                        \"Key\": \"DDT\",\n                        \"Value\": 128.66\n                    },\n                    {\n                        \"Key\": \"HB2\",\n                        \"Value\": 144.46\n                    }\n                ],\n                \"TripAdvisor\": {\n                    \"Rating\": 2.5,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/2_5.png\",\n                    \"ReviewsCount\": 711\n                }\n            },\n            {\n                \"Address\": \"Omer Bin Al Khatab Rd Deira, Dubai\",\n                \"Area\": \"Omer Bin Al Khatab Rd Deira, Dubai\",\n                \"CustomScores\": [],\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/1396f1ff-0347-4794-be53-28c597b2cb0c.jpeg\"\n                },\n                \"DisplayName\": \"Fortune Hotel Deira\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.27448463,\n                    \"Longitude\": 55.31550217\n                },\n                \"HighestPackagePrice\": 132.37,\n                \"ID\": 6776537,\n                \"LowestPackagePrice\": 132.37,\n                \"Reviews\": [\n                    {\n                        \"BadgeList\": [\n                            {\n                                \"BadgeType\": \"hotel_type\",\n                                \"SubText\": \"Top 7% in city\",\n                                \"Text\": \"Top 7% in city\"\n                            }\n                        ],\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 63,\n                                \"Score\": 79,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Good location.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 141,\n                                \"Score\": 72,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Good service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 90,\n                                \"Score\": 53,\n                                \"ShortText\": \"Room is all right\",\n                                \"Text\": \"Rooms are ok.\"\n                            },\n                            {\n                                \"CategoryName\": \"Comfort\",\n                                \"Count\": 49,\n                                \"Score\": 47,\n                                \"ShortText\": \"More comfort would be nice\",\n                                \"Text\": \"Not very comfortable.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 44,\n                                \"Score\": 29,\n                                \"ShortText\": \"Could use a good cleaning\",\n                                \"Text\": \"Generally quite dirty.\"\n                            }\n                        ],\n                        \"HotelType\": \"Good wellness hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas with easy access to parking.\",\n                        \"ReviewId\": \"14f32ec3-9f7a-4382-8876-41233ab1c7e6\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 765,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 116,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 56,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 106,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 164,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 323,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 3.9,\n                        \"ScoreDescription\": \"Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Good wellness hotel. Located near shopping areas with easy access to parking.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"SuppliersLowestPackagePrices\": [\n                    {\n                        \"Key\": \"DDT\",\n                        \"Value\": 132.37\n                    }\n                ],\n                \"TripAdvisor\": {\n                    \"Rating\": 4,\n                    \"RatingImageUrl\": \"https://carsolizeprod.blob.core.windows.net/images/TrustYou/4.png\",\n                    \"ReviewsCount\": 765\n                }\n            },\n            {\n                \"Address\": \"Al Muteena Street Next Lulu Center Al Muteena Deira, Dubai\",\n                \"Area\": \"Al Muteena Street Next Lulu Center Al Muteena Deira, Dubai\",\n                \"CustomScores\": [],\n                \"DefaultImage\": {\n                    \"FullSize\": \"https://az712897.vo.msecnd.net/images/full/3d508c9a-eb4c-42f3-94ab-54c3c98c1cc2.jpeg\"\n                },\n                \"DisplayName\": \"City Avenue Hotel\",\n                \"GeoLocation\": {\n                    \"Latitude\": 25.27416,\n                    \"Longitude\": 55.32793\n                },\n                \"HighestPackagePrice\": 134.77,\n                \"ID\": 11677066,\n                \"LowestPackagePrice\": 134.77,\n                \"Reviews\": [\n                    {\n                        \"CategoryList\": [\n                            {\n                                \"CategoryName\": \"Location\",\n                                \"Count\": 545,\n                                \"Score\": 85,\n                                \"ShortText\": \"Great location\",\n                                \"Text\": \"Location is great.\"\n                            },\n                            {\n                                \"CategoryName\": \"Service\",\n                                \"Count\": 677,\n                                \"Score\": 81,\n                                \"ShortText\": \"Fantastic service\",\n                                \"Text\": \"Great service.\"\n                            },\n                            {\n                                \"CategoryName\": \"Room\",\n                                \"Count\": 548,\n                                \"Score\": 74,\n                                \"ShortText\": \"Great room\",\n                                \"Text\": \"Nice rooms.\"\n                            },\n                            {\n                                \"CategoryName\": \"Cleanliness\",\n                                \"Count\": 394,\n                                \"Score\": 72,\n                                \"ShortText\": \"Clean\",\n                                \"Text\": \"Good cleanliness.\"\n                            },\n                            {\n                                \"CategoryName\": \"WiFi\",\n                                \"Count\": 28,\n                                \"Score\": 64,\n                                \"ShortText\": \"Regular internet service\",\n                                \"Text\": \"Internet is average.\"\n                            },\n                            {\n                                \"CategoryName\": \"Breakfast\",\n                                \"Count\": 140,\n                                \"Score\": 56,\n                                \"ShortText\": \"Breakfast is average\",\n                                \"Text\": \"Breakfast is mediocre.\"\n                            },\n                            {\n                                \"CategoryName\": \"Pool\",\n                                \"Count\": 27,\n                                \"Score\": 14,\n                                \"ShortText\": \"Pool should be renewed\",\n                                \"Text\": \"Horrible pool.\"\n                            }\n                        ],\n                        \"HotelType\": \"Very good hotel.\",\n                        \"Language\": \"en\",\n                        \"Location\": \"Located near shopping areas and the airport.\",\n                        \"ReviewId\": \"e07c8313-9bec-428b-bd77-5ff8827bb13a\",\n                        \"ReviewSource\": \"TrustYou\",\n                        \"ReviewsCount\": 4443,\n                        \"ReviewsDistribution\": [\n                            {\n                                \"ReviewsCount\": 247,\n                                \"Stars\": \"1\"\n                            },\n                            {\n                                \"ReviewsCount\": 210,\n                                \"Stars\": \"2\"\n                            },\n                            {\n                                \"ReviewsCount\": 515,\n                                \"Stars\": \"3\"\n                            },\n                            {\n                                \"ReviewsCount\": 1388,\n                                \"Stars\": \"4\"\n                            },\n                            {\n                                \"ReviewsCount\": 2083,\n                                \"Stars\": \"5\"\n                            }\n                        ],\n                        \"Score\": 4.2,\n                        \"ScoreDescription\": \"Very Good\",\n                        \"ScoreScale\": 5,\n                        \"Text\": \"Very good hotel. Close to Dubai Metro. Located near shopping areas and the airport. Great room.\"\n                    }\n                ],\n                \"StarRating\": \"3\",\n                \"SuppliersLowestPackagePrices\": [\n                    {\n                        \"Key\": \"DDT\",\n                        \"Value\": 134.77\n                    }\n                ],\n                \"TripAdvisor\": {}\n            }\n        ],\n        \"MatchingHotelIds\": [\n            4020920,\n            4020941,\n            4020946,\n            4020954,\n            4020959,\n            4020967,\n            4020969,\n            4020994,\n            4021034,\n            4021036,\n            4021044,\n            4021049,\n            4021064,\n            4021088,\n            4021114,\n            4021136,\n            4021154,\n            4021176,\n            4021181,\n            4021185,\n            4021213,\n            4021214,\n            4021223,\n            4021230,\n            4021231,\n            4021241,\n            4021272,\n            4021303,\n            4021305,\n            4021327,\n            4021345,\n            4021364,\n            4021386,\n            4021417,\n            4021491,\n            4021497,\n            4021514,\n            4021581,\n            4021595,\n            4021688,\n            4021695,\n            4022388,\n            4022395,\n            4306042,\n            4306058,\n            4306073,\n            4306203,\n            4306205,\n            4306211,\n            4306221,\n            4315372,\n            4326865,\n            4326886,\n            4326992,\n            4475344,\n            4476026,\n            4479194,\n            4510496,\n            4741819,\n            4742006,\n            4742200,\n            5153747,\n            5197078,\n            5615241,\n            5626422,\n            5671646,\n            5672377,\n            5680274,\n            5694042,\n            5700841,\n            5751131,\n            5779783,\n            5961434,\n            6009547,\n            6050243,\n            6076930,\n            6162012,\n            6234526,\n            6237000,\n            6238346,\n            6368595,\n            6378029,\n            6395743,\n            6420264,\n            6442036,\n            6477799,\n            6528764,\n            6533391,\n            6534443,\n            6572495,\n            6597716,\n            6604336,\n            6632952,\n            6660428,\n            6670574,\n            6706509,\n            6714927,\n            6731398,\n            6747579,\n            6753376,\n            6776537,\n            6778323,\n            6793285,\n            6841329,\n            6863413,\n            6871617,\n            6931212,\n            6962057,\n            7098596,\n            7100957,\n            7108384,\n            7153917,\n            7203022,\n            7214982,\n            7215530,\n            7217408,\n            7260020,\n            8232740,\n            8306892,\n            8308882,\n            8308886,\n            8313234,\n            8344227,\n            8601055,\n            9192821,\n            9211085,\n            9266510,\n            9266525,\n            9266849,\n            10072393,\n            10269390,\n            10273501,\n            10286289,\n            10286320,\n            10286384,\n            10478143,\n            10507197,\n            10827716,\n            10831484,\n            11027826,\n            11089850,\n            11227861,\n            11655454,\n            11677066,\n            11677067,\n            11689329,\n            12026654,\n            12169173,\n            12169243,\n            12268149,\n            12361609,\n            12361611,\n            12424848,\n            12424859,\n            12479101,\n            12479108,\n            12617335,\n            12617336,\n            12759710,\n            12798899,\n            12925003,\n            12970911,\n            12992351,\n            12992416,\n            13578067,\n            13612401,\n            14450684,\n            14450706,\n            14672712,\n            14691879,\n            14728427,\n            14839080,\n            14845194,\n            14845200,\n            14911696,\n            15357616,\n            15541769,\n            15555333,\n            15555393,\n            15594612,\n            15594615,\n            15603264,\n            15850254,\n            15921943,\n            16001093,\n            16050088,\n            16175418,\n            16239168,\n            16649949,\n            16750936,\n            16756419,\n            16771912,\n            16771958,\n            16771975,\n            16826826,\n            16834894,\n            16834927,\n            16834933,\n            17022411,\n            17259407,\n            17370259,\n            17370290,\n            17413256,\n            17413304,\n            17413424,\n            17501539,\n            17593398,\n            17654178,\n            18065189,\n            18167126,\n            18169224,\n            18525775,\n            18537811,\n            19005194,\n            19005247,\n            19006894,\n            19316636,\n            19317390,\n            19317398,\n            19317403,\n            19396554,\n            19396678,\n            19397985,\n            19595428,\n            19612051,\n            19612056,\n            19635775,\n            19635792,\n            19635820,\n            19635825,\n            19651226,\n            19671042,\n            19679127,\n            19679128,\n            19697037,\n            19697075,\n            19732268,\n            19732341,\n            19745049,\n            19756154,\n            19766822,\n            19782551,\n            20097278,\n            20105233,\n            20105235,\n            20105242,\n            20105243,\n            20105248,\n            21079301\n        ],\n        \"TotalPages\": 13\n    }\n}"}],"_postman_id":"1f821591-58f6-4bb8-bf38-93c8a8d08346"}],"id":"5ecc90a3-5526-4563-ba03-3c3f51a111ad","description":"<p>The GetPage request is used to fetch a particular page from the search results. Within the GetPage response, you will find information regarding the total number of pages, referred to as 'TotalPages'.</p>\n<p>This enables you to request subsequent pages, <strong>starting with page 0 and progressing to the last page.</strong></p>\n<p>Additionally, the GetPage request allows you to fine-tune your hotel search by applying various filters, such as Minimum Price, Maximum Price, Star Rating, Basis, Class, Name, and more.</p>\n<p>By specifying these filters, you can narrow down the results to include only hotels that meet your specific criteria.</p>\n<p><strong>Request Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SessionID</td>\n<td>SessionID</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>TypeOfService</td>\n<td>2</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>IsDynamicPackaging</td>\n<td>True/<strong>False</strong></td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>PageNumber</td>\n<td>Page number to retrieve.  <br />The first page should always default to '0'.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ResultsPerPage</td>\n<td>Maximum results per page</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><b>HotelsFilter</b></td>\n<td><b>Filtering element</b></td>\n<td>No,  <br />Possible values - as returned in the Search request</td>\n</tr>\n<tr>\n<td>MaxPrice</td>\n<td>Filter by Maximum price</td>\n<td>No,  <br />Possible values - as returned in the Search request</td>\n</tr>\n<tr>\n<td>MinPrice</td>\n<td>Filter by minumum price</td>\n<td>No,  <br />Possible values - as returned in the Search request</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>Filter by Name</td>\n<td>No,  <br />Possible values - as returned in the Search request</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Filter by Address</td>\n<td>No,  <br />Possible values - as returned in the Search request</td>\n</tr>\n<tr>\n<td>StarRating</td>\n<td>Filter by StarRating (list)</td>\n<td>No,  <br />Possible values - as returned in the Search request</td>\n</tr>\n<tr>\n<td>TARating</td>\n<td>Filter by TARating (list)</td>\n<td>No,  <br />Possible values - as returned in the Search request</td>\n</tr>\n<tr>\n<td>Availability</td>\n<td>Filter by Availability (list)</td>\n<td>No,  <br />Possible values - as returned in the Search request</td>\n</tr>\n<tr>\n<td>Refundability</td>\n<td>Filter by Refundability (list)</td>\n<td>No,  <br />Possible values - as returned in the Search request</td>\n</tr>\n<tr>\n<td>RoomBasis</td>\n<td>Filter by RoomBasis (list)</td>\n<td>No,  <br />Possible values - as returned in the Search request</td>\n</tr>\n<tr>\n<td>RoomClass</td>\n<td>Filter by RoomClass (list)</td>\n<td>No,  <br />Possible values - as returned in the Search request</td>\n</tr>\n<tr>\n<td>RoomType</td>\n<td>Filter by RoomType (list)</td>\n<td>No,  <br />Possible values - as returned in the Search request</td>\n</tr>\n<tr>\n<td>RatePlanCode</td>\n<td>Filter by RatePlanCode (list)</td>\n<td>No,  <br />Possible values - as returned in the Search request</td>\n</tr>\n<tr>\n<td>HotelGroup</td>\n<td>Filter by HotelGroup (list)</td>\n<td>No,  <br />Possible values - as returned in the Search request</td>\n</tr>\n<tr>\n<td>HotelChain</td>\n<td>Filter by HotelChain (list)</td>\n<td>No,  <br />Possible values - as returned in the Search request</td>\n</tr>\n<tr>\n<td>Amenities</td>\n<td>Filter by Amenities (list).  <br />Type: Array.  <br />Filters the returned hotels by specific amenities. Each amenity corresponds to a numeric ID from the list below.  <br />Multiple IDs can be combined to narrow results.  <br />0 - NearBeach  <br />1 - FitnessCenter  <br />2 - BusinessCenter  <br />3 - PetsAccepted  <br />4 - Restaurant  <br />5 - HighSpeedInternet  <br />6 - WiFiInternetaccess  <br />7 - NonSmokingRooms  <br />8 - SmokingRooms  <br />9 - ParkingAvailable  <br />10 - AirportShuttle  <br />11 - SwimmingPool  <br />12 - HandicapAccessible  <br />13 - FrontDesk24Hours  <br />14 - AirConditioning  <br />15 - Bar  <br />16 - Casino  <br />17 - FamilyRooms  <br />18 - Cots  <br />19 - GolfCourse  <br />20 - Spa  <br />21 - Kitchen  <br />22 - HotTub  <br />23 - OutdoorSpace  <br />24 - RoomService  <br />25 - WasherAndDryer  <br />Example:  <br />\"Amenities\": [3, 11]  <br />Will return hotels that have both PetsAccepted, and SwimmingPool</td>\n<td>No</td>\n</tr>\n<tr>\n<td>Distance</td>\n<td>Filter by distance from GeoLocation code.</td>\n<td>No,  <br />Possible values - as returned in the Search request</td>\n</tr>\n<tr>\n<td>GetPackagesApiMode</td>\n<td>2</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><b>Hotels</b></td>\n<td><b>Element</b></td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Hotel Address</td>\n</tr>\n<tr>\n<td>Area</td>\n<td></td>\n</tr>\n<tr>\n<td>ChainCode</td>\n<td>Hotel Chain Code</td>\n</tr>\n<tr>\n<td>DefaultImage</td>\n<td>Hotel Image - FullSize, Thumb.</td>\n</tr>\n<tr>\n<td>DisplayName</td>\n<td>Hotel display Name</td>\n</tr>\n<tr>\n<td>GeoLocation</td>\n<td>GeoLocation of the Hotel</td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td>GeoLocation</td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td>GeoLocation</td>\n</tr>\n<tr>\n<td>HighestPackagePrice</td>\n<td>The highest room/package price for the Hotel</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>HotelID (Gimmonix)</td>\n</tr>\n<tr>\n<td>LowestPackagePrice</td>\n<td>The Lowest room/package price for the Hotel</td>\n</tr>\n<tr>\n<td>Score</td>\n<td>Hotel Score</td>\n</tr>\n<tr>\n<td>StarRating</td>\n<td>Hotel Star rating</td>\n</tr>\n<tr>\n<td>SuppliersLowestPackagePrices</td>\n<td>Lowest package price with the respective Supplier</td>\n</tr>\n<tr>\n<td>TripAdvisor</td>\n<td>TrustYou Hotel Rate</td>\n</tr>\n<tr>\n<td>Rating</td>\n<td>TrustYou Hotel Rate</td>\n</tr>\n<tr>\n<td>RatingImageUrl</td>\n<td>Image of the stars per Rate</td>\n</tr>\n<tr>\n<td>ReviewsCount</td>\n<td>Number of reviews per Hotel</td>\n</tr>\n<tr>\n<td>MatchingHotelIds</td>\n<td>List of HotelIDs which are meeting the filtering critiria</td>\n</tr>\n<tr>\n<td>TotalPages</td>\n<td>Total Pages, starting from PageNumber = 0 and so on.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"5ecc90a3-5526-4563-ba03-3c3f51a111ad"},{"name":"Get Packages","item":[{"name":"GetPackages","item":[{"name":"Get Packages","id":"be192cb6-0856-4e26-8689-72d4ea18b44f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"GetPackagesRequest:GetPackages\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"HotelID\": 10507197,\r\n\t\t\t\"ReturnTaxesAndFees\": true,\r\n\t\t\t\"ReturnSRSP\": true,\r\n\t\t\t\"ReturnProfit\": false,\r\n\t\t\t\"TimeoutSeconds\": 25\r\n\t\t},\r\n\t\t\"RequestType\": 22,\r\n\t\t\"SessionID\": \"/181/141747/D20241229T124025/e5ce0d08ba124e3e94723232c15708b2\",\r\n\t\t\"TypeOfService\": 2\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"198a6a50-1f7c-471b-ab48-1283b574a361","name":"Get Package - Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"GetPackagesRequest:GetPackages\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"HotelID\": 10507197,\r\n\t\t\t\"ReturnTaxesAndFees\": true,\r\n\t\t\t\"ReturnSRSP\": true,\r\n\t\t\t\"ReturnProfit\": false,\r\n\t\t\t\"TimeoutSeconds\": 25\r\n\t\t},\r\n\t\t\"RequestType\": 22,\r\n\t\t\"SessionID\": \"/181/141747/D20241229T124025/e5ce0d08ba124e3e94723232c15708b2\",\r\n\t\t\"TypeOfService\": 2\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001Q"},{"key":"Date","value":"Sun, 29 Dec 2024 12:50:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"HotelsGetPackagesResponse\": {\n            \"Result\": [\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"c81a37d1-6285-4e05-84f1-a00f73acb52f\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 31.79,\n                        \"FinalPriceInSupplierCurrency\": 30.48,\n                        \"OriginalPrice\": 31.79,\n                        \"OriginalPriceInSupplierCurrency\": 30.48,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"6714a098-31e1-4565-85cb-b1a41131a82f\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 31.79,\n                                \"FinalPriceInSupplierCurrency\": 30.48,\n                                \"OriginalPrice\": 31.79,\n                                \"OriginalPriceInSupplierCurrency\": 30.48,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 31.79,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"1fd70cdb-55fd-4536-988e-b725ddaad01e\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 31.79,\n                        \"FinalPriceInSupplierCurrency\": 30.48,\n                        \"OriginalPrice\": 31.79,\n                        \"OriginalPriceInSupplierCurrency\": 30.48,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"22f8833a-5104-4462-a8db-3358aed6b50b\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 31.79,\n                                \"FinalPriceInSupplierCurrency\": 30.48,\n                                \"OriginalPrice\": 31.79,\n                                \"OriginalPriceInSupplierCurrency\": 30.48,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 31.79,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"0702fee6-9aa6-4d9b-b0cf-480bccfd2ee4\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 31.79,\n                        \"FinalPriceInSupplierCurrency\": 30.48,\n                        \"OriginalPrice\": 31.79,\n                        \"OriginalPriceInSupplierCurrency\": 30.48,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"4dc8c0e3-e4a9-4e06-95e4-82995a6a0f5a\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 31.79,\n                                \"FinalPriceInSupplierCurrency\": 30.48,\n                                \"OriginalPrice\": 31.79,\n                                \"OriginalPriceInSupplierCurrency\": 30.48,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 31.79,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"d207c67b-305d-436c-8aec-17ae7fbaa09f\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 31.79,\n                        \"FinalPriceInSupplierCurrency\": 30.48,\n                        \"OriginalPrice\": 31.79,\n                        \"OriginalPriceInSupplierCurrency\": 30.48,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"3d72a426-f3ca-44bf-97fb-32c8ab41b18f\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 31.79,\n                                \"FinalPriceInSupplierCurrency\": 30.48,\n                                \"OriginalPrice\": 31.79,\n                                \"OriginalPriceInSupplierCurrency\": 30.48,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 31.79,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"fc20b101-5a6b-497f-81ac-6b6c1cd37a5a\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 31.79,\n                        \"FinalPriceInSupplierCurrency\": 30.48,\n                        \"OriginalPrice\": 31.79,\n                        \"OriginalPriceInSupplierCurrency\": 30.48,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"8ad098f3-ee84-4860-a55a-5fcb21866031\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 31.79,\n                                \"FinalPriceInSupplierCurrency\": 30.48,\n                                \"OriginalPrice\": 31.79,\n                                \"OriginalPriceInSupplierCurrency\": 30.48,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 31.79,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"65e19ce7-ff47-4b65-946f-fd296f9e4756\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 31.79,\n                        \"FinalPriceInSupplierCurrency\": 30.48,\n                        \"OriginalPrice\": 31.79,\n                        \"OriginalPriceInSupplierCurrency\": 30.48,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"06b8cd68-0118-4280-9ec3-07e528c4bdde\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 31.79,\n                                \"FinalPriceInSupplierCurrency\": 30.48,\n                                \"OriginalPrice\": 31.79,\n                                \"OriginalPriceInSupplierCurrency\": 30.48,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 31.79,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"eeb290ea-4cb5-4bb8-a10b-dab1b527bf4a\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 31.79,\n                        \"FinalPriceInSupplierCurrency\": 30.48,\n                        \"OriginalPrice\": 31.79,\n                        \"OriginalPriceInSupplierCurrency\": 30.48,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"fdb273cd-9bca-4644-b0b7-617c37ea8704\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 31.79,\n                                \"FinalPriceInSupplierCurrency\": 30.48,\n                                \"OriginalPrice\": 31.79,\n                                \"OriginalPriceInSupplierCurrency\": 30.48,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 31.79,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"be5922be-29f3-4e72-bb28-4a744063eb6c\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 31.79,\n                        \"FinalPriceInSupplierCurrency\": 30.48,\n                        \"OriginalPrice\": 31.79,\n                        \"OriginalPriceInSupplierCurrency\": 30.48,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"28d823de-aabc-4b6d-b424-420bd9c92262\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 31.79,\n                                \"FinalPriceInSupplierCurrency\": 30.48,\n                                \"OriginalPrice\": 31.79,\n                                \"OriginalPriceInSupplierCurrency\": 30.48,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 31.79,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"d24c0ca4-4c6f-4d97-8839-6158970026bc\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 37.2,\n                        \"FinalPriceInSupplierCurrency\": 35.67,\n                        \"OriginalPrice\": 37.2,\n                        \"OriginalPriceInSupplierCurrency\": 35.67,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"7de5ce00-75c7-46bd-a80b-306ffc830d1c\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 37.2,\n                                \"FinalPriceInSupplierCurrency\": 35.67,\n                                \"OriginalPrice\": 37.2,\n                                \"OriginalPriceInSupplierCurrency\": 35.67,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 37.2,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"a431e842-4c2a-4278-9ec1-a33d8beb6a28\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 37.2,\n                        \"FinalPriceInSupplierCurrency\": 35.67,\n                        \"OriginalPrice\": 37.2,\n                        \"OriginalPriceInSupplierCurrency\": 35.67,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"5387c57e-b356-4e72-abf4-97a83905121b\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 37.2,\n                                \"FinalPriceInSupplierCurrency\": 35.67,\n                                \"OriginalPrice\": 37.2,\n                                \"OriginalPriceInSupplierCurrency\": 35.67,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 37.2,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"823916c1-935f-4a48-9203-dd6bd8a4763a\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 37.2,\n                        \"FinalPriceInSupplierCurrency\": 35.67,\n                        \"OriginalPrice\": 37.2,\n                        \"OriginalPriceInSupplierCurrency\": 35.67,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"7f6ea0e5-252d-4002-83db-89da64133913\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 37.2,\n                                \"FinalPriceInSupplierCurrency\": 35.67,\n                                \"OriginalPrice\": 37.2,\n                                \"OriginalPriceInSupplierCurrency\": 35.67,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 37.2,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"2e568111-37d2-49d3-a991-e515b77e154a\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 37.2,\n                        \"FinalPriceInSupplierCurrency\": 35.67,\n                        \"OriginalPrice\": 37.2,\n                        \"OriginalPriceInSupplierCurrency\": 35.67,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"ac964484-f1b9-4264-ac65-f1cb06264fcb\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 37.2,\n                                \"FinalPriceInSupplierCurrency\": 35.67,\n                                \"OriginalPrice\": 37.2,\n                                \"OriginalPriceInSupplierCurrency\": 35.67,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 37.2,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"97fb5e67-f78f-4769-991e-2bc4a0a0ec0d\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 37.2,\n                        \"FinalPriceInSupplierCurrency\": 35.67,\n                        \"OriginalPrice\": 37.2,\n                        \"OriginalPriceInSupplierCurrency\": 35.67,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"c7436dd6-94be-4f10-b27a-5558a10772ef\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 37.2,\n                                \"FinalPriceInSupplierCurrency\": 35.67,\n                                \"OriginalPrice\": 37.2,\n                                \"OriginalPriceInSupplierCurrency\": 35.67,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 37.2,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"488225a6-a67d-4e66-8e4a-ab8a901372a7\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 37.2,\n                        \"FinalPriceInSupplierCurrency\": 35.67,\n                        \"OriginalPrice\": 37.2,\n                        \"OriginalPriceInSupplierCurrency\": 35.67,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"0fb41aca-8291-4fec-87b5-18bbe0f68cc6\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 37.2,\n                                \"FinalPriceInSupplierCurrency\": 35.67,\n                                \"OriginalPrice\": 37.2,\n                                \"OriginalPriceInSupplierCurrency\": 35.67,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 37.2,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"4e78fd32-c120-4c89-9579-252832f61409\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 37.2,\n                        \"FinalPriceInSupplierCurrency\": 35.67,\n                        \"OriginalPrice\": 37.2,\n                        \"OriginalPriceInSupplierCurrency\": 35.67,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"73f6a925-4ea7-48be-b032-61f4a3b2df83\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 37.2,\n                                \"FinalPriceInSupplierCurrency\": 35.67,\n                                \"OriginalPrice\": 37.2,\n                                \"OriginalPriceInSupplierCurrency\": 35.67,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 37.2,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"f159285e-b0b7-4d4d-8b48-6cf90b63da9f\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 37.2,\n                        \"FinalPriceInSupplierCurrency\": 35.67,\n                        \"OriginalPrice\": 37.2,\n                        \"OriginalPriceInSupplierCurrency\": 35.67,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"6b4776e9-456d-467d-8a8e-feab4dfd1d0b\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 37.2,\n                                \"FinalPriceInSupplierCurrency\": 35.67,\n                                \"OriginalPrice\": 37.2,\n                                \"OriginalPriceInSupplierCurrency\": 35.67,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 37.2,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"c05564db-c33a-4f7e-a7ee-4f275f840547\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 63.58,\n                        \"FinalPriceInSupplierCurrency\": 60.97,\n                        \"OriginalPrice\": 63.58,\n                        \"OriginalPriceInSupplierCurrency\": 60.97,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"d5e7c7b5-9fcb-4b4c-bb0c-e81c7690caa0\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 63.58,\n                                \"FinalPriceInSupplierCurrency\": 60.97,\n                                \"OriginalPrice\": 63.58,\n                                \"OriginalPriceInSupplierCurrency\": 60.97,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 63.58,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"d8087c1a-42ee-4c7e-8c71-d9b591b97697\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 63.58,\n                        \"FinalPriceInSupplierCurrency\": 60.97,\n                        \"OriginalPrice\": 63.58,\n                        \"OriginalPriceInSupplierCurrency\": 60.97,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"00071555-a5a2-4f7f-a900-ecace7e166ab\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 63.58,\n                                \"FinalPriceInSupplierCurrency\": 60.97,\n                                \"OriginalPrice\": 63.58,\n                                \"OriginalPriceInSupplierCurrency\": 60.97,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 63.58,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"c8b0e189-c6a9-41c0-b90c-10fe856c5977\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 63.58,\n                        \"FinalPriceInSupplierCurrency\": 60.97,\n                        \"OriginalPrice\": 63.58,\n                        \"OriginalPriceInSupplierCurrency\": 60.97,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"b0d6097b-faf6-496e-8aba-ef94b6c45de5\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 63.58,\n                                \"FinalPriceInSupplierCurrency\": 60.97,\n                                \"OriginalPrice\": 63.58,\n                                \"OriginalPriceInSupplierCurrency\": 60.97,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 63.58,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"4c154125-8f96-4b08-b4ad-6a6e64090264\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 63.58,\n                        \"FinalPriceInSupplierCurrency\": 60.97,\n                        \"OriginalPrice\": 63.58,\n                        \"OriginalPriceInSupplierCurrency\": 60.97,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"1f934284-0905-4695-afbc-8c786863c9d9\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 63.58,\n                                \"FinalPriceInSupplierCurrency\": 60.97,\n                                \"OriginalPrice\": 63.58,\n                                \"OriginalPriceInSupplierCurrency\": 60.97,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 63.58,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"0c099ab3-3e0a-4573-9b56-9e3af4f2e398\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 63.58,\n                        \"FinalPriceInSupplierCurrency\": 60.97,\n                        \"OriginalPrice\": 63.58,\n                        \"OriginalPriceInSupplierCurrency\": 60.97,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"821c5d26-1241-4b95-9eb9-5b6b394cefa6\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 63.58,\n                                \"FinalPriceInSupplierCurrency\": 60.97,\n                                \"OriginalPrice\": 63.58,\n                                \"OriginalPriceInSupplierCurrency\": 60.97,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 63.58,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"c95e8f9f-1530-491b-9ec4-fd495b6cdffd\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 63.58,\n                        \"FinalPriceInSupplierCurrency\": 60.97,\n                        \"OriginalPrice\": 63.58,\n                        \"OriginalPriceInSupplierCurrency\": 60.97,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"5ee4ad7a-b4c6-4172-b5db-4d8b9c15ca4e\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 63.58,\n                                \"FinalPriceInSupplierCurrency\": 60.97,\n                                \"OriginalPrice\": 63.58,\n                                \"OriginalPriceInSupplierCurrency\": 60.97,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 63.58,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"77b513bb-13df-48d6-9388-08d40d4f0c1d\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 63.58,\n                        \"FinalPriceInSupplierCurrency\": 60.97,\n                        \"OriginalPrice\": 63.58,\n                        \"OriginalPriceInSupplierCurrency\": 60.97,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"7a38d5ef-caed-404a-822b-e245bdc2fabd\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 63.58,\n                                \"FinalPriceInSupplierCurrency\": 60.97,\n                                \"OriginalPrice\": 63.58,\n                                \"OriginalPriceInSupplierCurrency\": 60.97,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 63.58,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"2724d0be-45f0-495a-bd31-fec6091a7a5d\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 63.58,\n                        \"FinalPriceInSupplierCurrency\": 60.97,\n                        \"OriginalPrice\": 63.58,\n                        \"OriginalPriceInSupplierCurrency\": 60.97,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"48410273-612f-4f80-92f7-357a6c4886d9\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 63.58,\n                                \"FinalPriceInSupplierCurrency\": 60.97,\n                                \"OriginalPrice\": 63.58,\n                                \"OriginalPriceInSupplierCurrency\": 60.97,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 63.58,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"6a845ad2-7d71-4c45-92a2-742effc0d07c\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 68.97,\n                        \"FinalPriceInSupplierCurrency\": 66.14,\n                        \"OriginalPrice\": 68.97,\n                        \"OriginalPriceInSupplierCurrency\": 66.14,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"8703843e-b330-4c06-9010-9925eb733b07\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 68.97,\n                                \"FinalPriceInSupplierCurrency\": 66.14,\n                                \"OriginalPrice\": 68.97,\n                                \"OriginalPriceInSupplierCurrency\": 66.14,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 68.97,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"e376e4bb-63aa-4682-aa22-f6701f1923c9\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 68.97,\n                        \"FinalPriceInSupplierCurrency\": 66.14,\n                        \"OriginalPrice\": 68.97,\n                        \"OriginalPriceInSupplierCurrency\": 66.14,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"0ec69ebd-fdfc-4355-8ced-92ffb3a963d9\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 68.97,\n                                \"FinalPriceInSupplierCurrency\": 66.14,\n                                \"OriginalPrice\": 68.97,\n                                \"OriginalPriceInSupplierCurrency\": 66.14,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 68.97,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"ed6becb3-fe6a-4c99-8a8e-7184c69c4c79\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 68.97,\n                        \"FinalPriceInSupplierCurrency\": 66.14,\n                        \"OriginalPrice\": 68.97,\n                        \"OriginalPriceInSupplierCurrency\": 66.14,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"0183888c-f1d7-4907-b818-6cc5926f12a1\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 68.97,\n                                \"FinalPriceInSupplierCurrency\": 66.14,\n                                \"OriginalPrice\": 68.97,\n                                \"OriginalPriceInSupplierCurrency\": 66.14,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 68.97,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"568217a4-c575-4f66-8c13-6e303d7cbf49\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 68.97,\n                        \"FinalPriceInSupplierCurrency\": 66.14,\n                        \"OriginalPrice\": 68.97,\n                        \"OriginalPriceInSupplierCurrency\": 66.14,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"d1b26eff-c6a5-4c22-96a7-e4a7dff55337\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 68.97,\n                                \"FinalPriceInSupplierCurrency\": 66.14,\n                                \"OriginalPrice\": 68.97,\n                                \"OriginalPriceInSupplierCurrency\": 66.14,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 68.97,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"8c68b188-6a6d-4a4a-bdfc-bc6712abfc30\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 68.97,\n                        \"FinalPriceInSupplierCurrency\": 66.14,\n                        \"OriginalPrice\": 68.97,\n                        \"OriginalPriceInSupplierCurrency\": 66.14,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"5b3c385a-ef7d-4ef2-9055-bc57de625488\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 68.97,\n                                \"FinalPriceInSupplierCurrency\": 66.14,\n                                \"OriginalPrice\": 68.97,\n                                \"OriginalPriceInSupplierCurrency\": 66.14,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 68.97,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"4cd4f0ba-e02e-4050-a74c-e0d61241fa03\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 68.97,\n                        \"FinalPriceInSupplierCurrency\": 66.14,\n                        \"OriginalPrice\": 68.97,\n                        \"OriginalPriceInSupplierCurrency\": 66.14,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"7928f975-17c0-4889-a28b-91758215bc73\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 68.97,\n                                \"FinalPriceInSupplierCurrency\": 66.14,\n                                \"OriginalPrice\": 68.97,\n                                \"OriginalPriceInSupplierCurrency\": 66.14,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 68.97,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"ec58dd7b-0d49-4d97-b493-6dbc3659462e\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 68.97,\n                        \"FinalPriceInSupplierCurrency\": 66.14,\n                        \"OriginalPrice\": 68.97,\n                        \"OriginalPriceInSupplierCurrency\": 66.14,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"9a1b7591-088c-447f-92d2-33ffe1c679d4\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 68.97,\n                                \"FinalPriceInSupplierCurrency\": 66.14,\n                                \"OriginalPrice\": 68.97,\n                                \"OriginalPriceInSupplierCurrency\": 66.14,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 68.97,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"c35b0577-8255-429c-874f-b41fcb092f1f\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 68.97,\n                        \"FinalPriceInSupplierCurrency\": 66.14,\n                        \"OriginalPrice\": 68.97,\n                        \"OriginalPriceInSupplierCurrency\": 66.14,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"408c1815-ad13-4702-bc5b-f696ef7b0a7b\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 68.97,\n                                \"FinalPriceInSupplierCurrency\": 66.14,\n                                \"OriginalPrice\": 68.97,\n                                \"OriginalPriceInSupplierCurrency\": 66.14,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 68.97,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"1885e5d3-89f8-4656-8148-ae9a66d4e647\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 79.47,\n                        \"FinalPriceInSupplierCurrency\": 76.21,\n                        \"OriginalPrice\": 79.47,\n                        \"OriginalPriceInSupplierCurrency\": 76.21,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"5b4ccec1-f111-40fb-b1d3-66d7a188c71d\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 79.47,\n                                \"FinalPriceInSupplierCurrency\": 76.21,\n                                \"OriginalPrice\": 79.47,\n                                \"OriginalPriceInSupplierCurrency\": 76.21,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 79.47,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"e5813eee-e3f6-4032-a1cf-21651ce7e017\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 79.47,\n                        \"FinalPriceInSupplierCurrency\": 76.21,\n                        \"OriginalPrice\": 79.47,\n                        \"OriginalPriceInSupplierCurrency\": 76.21,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"5cd48d12-9df9-40d3-933d-b39fe069b282\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 79.47,\n                                \"FinalPriceInSupplierCurrency\": 76.21,\n                                \"OriginalPrice\": 79.47,\n                                \"OriginalPriceInSupplierCurrency\": 76.21,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 79.47,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"3be093cd-b7c3-4a59-bbb1-7a70ee03bc6c\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 79.47,\n                        \"FinalPriceInSupplierCurrency\": 76.21,\n                        \"OriginalPrice\": 79.47,\n                        \"OriginalPriceInSupplierCurrency\": 76.21,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"c3b2d3e8-6639-4d69-80a4-e9d9e1429f39\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 79.47,\n                                \"FinalPriceInSupplierCurrency\": 76.21,\n                                \"OriginalPrice\": 79.47,\n                                \"OriginalPriceInSupplierCurrency\": 76.21,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 79.47,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"348345e2-6da3-4b67-ad37-b133244fa243\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 79.47,\n                        \"FinalPriceInSupplierCurrency\": 76.21,\n                        \"OriginalPrice\": 79.47,\n                        \"OriginalPriceInSupplierCurrency\": 76.21,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"d5b6f60a-ffb1-4b4a-8569-5b782172c2c0\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 79.47,\n                                \"FinalPriceInSupplierCurrency\": 76.21,\n                                \"OriginalPrice\": 79.47,\n                                \"OriginalPriceInSupplierCurrency\": 76.21,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 79.47,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"2bda06fa-e706-4efc-81c7-98f9c6c729af\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 79.47,\n                        \"FinalPriceInSupplierCurrency\": 76.21,\n                        \"OriginalPrice\": 79.47,\n                        \"OriginalPriceInSupplierCurrency\": 76.21,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"b2f4f2af-6fc5-4260-9290-d4f86c81774d\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 79.47,\n                                \"FinalPriceInSupplierCurrency\": 76.21,\n                                \"OriginalPrice\": 79.47,\n                                \"OriginalPriceInSupplierCurrency\": 76.21,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 79.47,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"fef312bb-9c72-4ad7-9b94-11540f4a64e9\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 79.47,\n                        \"FinalPriceInSupplierCurrency\": 76.21,\n                        \"OriginalPrice\": 79.47,\n                        \"OriginalPriceInSupplierCurrency\": 76.21,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"9c306101-f1de-4fb8-b712-6049221053c9\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 79.47,\n                                \"FinalPriceInSupplierCurrency\": 76.21,\n                                \"OriginalPrice\": 79.47,\n                                \"OriginalPriceInSupplierCurrency\": 76.21,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 79.47,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"a749b012-d8cd-445b-9df9-98d04f96d876\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 79.47,\n                        \"FinalPriceInSupplierCurrency\": 76.21,\n                        \"OriginalPrice\": 79.47,\n                        \"OriginalPriceInSupplierCurrency\": 76.21,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"48043106-62d9-4edb-ac53-8811aa4bf387\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 79.47,\n                                \"FinalPriceInSupplierCurrency\": 76.21,\n                                \"OriginalPrice\": 79.47,\n                                \"OriginalPriceInSupplierCurrency\": 76.21,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 79.47,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"06b40cf1-a513-424f-a23a-606eb6ead832\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 79.47,\n                        \"FinalPriceInSupplierCurrency\": 76.21,\n                        \"OriginalPrice\": 79.47,\n                        \"OriginalPriceInSupplierCurrency\": 76.21,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"e222f839-45a5-48d9-b67c-3c8f7b896802\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 79.47,\n                                \"FinalPriceInSupplierCurrency\": 76.21,\n                                \"OriginalPrice\": 79.47,\n                                \"OriginalPriceInSupplierCurrency\": 76.21,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 79.47,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"986d0cdb-dcf0-4be9-bfe6-efce57eca5e7\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 84.87,\n                        \"FinalPriceInSupplierCurrency\": 81.39,\n                        \"OriginalPrice\": 84.87,\n                        \"OriginalPriceInSupplierCurrency\": 81.39,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"92cce81d-5836-4ecd-8817-d77a13feb797\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 84.87,\n                                \"FinalPriceInSupplierCurrency\": 81.39,\n                                \"OriginalPrice\": 84.87,\n                                \"OriginalPriceInSupplierCurrency\": 81.39,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 84.87,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"80f4279b-d089-4544-86d2-1329e68777ee\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 84.87,\n                        \"FinalPriceInSupplierCurrency\": 81.39,\n                        \"OriginalPrice\": 84.87,\n                        \"OriginalPriceInSupplierCurrency\": 81.39,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"94d65d25-1abb-4257-af89-f1d9f7ebf4a9\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 84.87,\n                                \"FinalPriceInSupplierCurrency\": 81.39,\n                                \"OriginalPrice\": 84.87,\n                                \"OriginalPriceInSupplierCurrency\": 81.39,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 84.87,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"9eeb7602-ae67-4b5c-99da-ee62240ecade\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 84.87,\n                        \"FinalPriceInSupplierCurrency\": 81.39,\n                        \"OriginalPrice\": 84.87,\n                        \"OriginalPriceInSupplierCurrency\": 81.39,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"c9b7aec1-222b-4992-823a-6a91ef7fcf8a\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 84.87,\n                                \"FinalPriceInSupplierCurrency\": 81.39,\n                                \"OriginalPrice\": 84.87,\n                                \"OriginalPriceInSupplierCurrency\": 81.39,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 84.87,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"3ff24cc0-1a9c-4d84-8e61-36f25517f155\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 84.87,\n                        \"FinalPriceInSupplierCurrency\": 81.39,\n                        \"OriginalPrice\": 84.87,\n                        \"OriginalPriceInSupplierCurrency\": 81.39,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"7b9d392b-988f-48af-b7e6-e054020ab601\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 84.87,\n                                \"FinalPriceInSupplierCurrency\": 81.39,\n                                \"OriginalPrice\": 84.87,\n                                \"OriginalPriceInSupplierCurrency\": 81.39,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 84.87,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"ea712f29-7ff7-466f-87a9-cf0fb4c696ae\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 84.87,\n                        \"FinalPriceInSupplierCurrency\": 81.39,\n                        \"OriginalPrice\": 84.87,\n                        \"OriginalPriceInSupplierCurrency\": 81.39,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"d4f6085a-ee59-41fb-b151-d9e08e830a8f\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 84.87,\n                                \"FinalPriceInSupplierCurrency\": 81.39,\n                                \"OriginalPrice\": 84.87,\n                                \"OriginalPriceInSupplierCurrency\": 81.39,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 84.87,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"34f98fcc-fe63-4fb8-a9ac-adc80dbbe587\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 84.87,\n                        \"FinalPriceInSupplierCurrency\": 81.39,\n                        \"OriginalPrice\": 84.87,\n                        \"OriginalPriceInSupplierCurrency\": 81.39,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"3f33abd7-ce10-487d-9d75-a7806da18702\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 84.87,\n                                \"FinalPriceInSupplierCurrency\": 81.39,\n                                \"OriginalPrice\": 84.87,\n                                \"OriginalPriceInSupplierCurrency\": 81.39,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 84.87,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"6cfa984f-4e29-4cd1-83f6-d4b3a14fd9f1\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 84.87,\n                        \"FinalPriceInSupplierCurrency\": 81.39,\n                        \"OriginalPrice\": 84.87,\n                        \"OriginalPriceInSupplierCurrency\": 81.39,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"91102f36-5396-483e-b299-c3acac6e1d39\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 84.87,\n                                \"FinalPriceInSupplierCurrency\": 81.39,\n                                \"OriginalPrice\": 84.87,\n                                \"OriginalPriceInSupplierCurrency\": 81.39,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 84.87,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"09d137fa-499d-4f50-92ba-efd9a0865396\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 84.87,\n                        \"FinalPriceInSupplierCurrency\": 81.39,\n                        \"OriginalPrice\": 84.87,\n                        \"OriginalPriceInSupplierCurrency\": 81.39,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"993e75b7-d26e-4e92-bf50-f8e6179baa6e\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 84.87,\n                                \"FinalPriceInSupplierCurrency\": 81.39,\n                                \"OriginalPrice\": 84.87,\n                                \"OriginalPriceInSupplierCurrency\": 81.39,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 84.87,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"52a40f6e-6172-4ffc-8e06-5b037032e21d\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 95.36,\n                        \"FinalPriceInSupplierCurrency\": 91.44,\n                        \"OriginalPrice\": 95.36,\n                        \"OriginalPriceInSupplierCurrency\": 91.44,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"23ca16f1-daf6-402d-b8b7-9ad9b9c5c1fc\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 95.36,\n                                \"FinalPriceInSupplierCurrency\": 91.44,\n                                \"OriginalPrice\": 95.36,\n                                \"OriginalPriceInSupplierCurrency\": 91.44,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 95.36,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"50c9611c-b443-4080-b81e-e111cbada3fe\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 95.36,\n                        \"FinalPriceInSupplierCurrency\": 91.44,\n                        \"OriginalPrice\": 95.36,\n                        \"OriginalPriceInSupplierCurrency\": 91.44,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"ef911ba3-05c5-4d39-83a1-9ea8d73510a0\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 95.36,\n                                \"FinalPriceInSupplierCurrency\": 91.44,\n                                \"OriginalPrice\": 95.36,\n                                \"OriginalPriceInSupplierCurrency\": 91.44,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 95.36,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"3426131c-57f9-423b-887e-63857238fd64\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 95.36,\n                        \"FinalPriceInSupplierCurrency\": 91.44,\n                        \"OriginalPrice\": 95.36,\n                        \"OriginalPriceInSupplierCurrency\": 91.44,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"9f975baa-5aea-4f3a-a676-b0dc70577126\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 95.36,\n                                \"FinalPriceInSupplierCurrency\": 91.44,\n                                \"OriginalPrice\": 95.36,\n                                \"OriginalPriceInSupplierCurrency\": 91.44,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 95.36,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"83271a88-99c2-409f-a5ae-1e3087ac2df1\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 95.36,\n                        \"FinalPriceInSupplierCurrency\": 91.44,\n                        \"OriginalPrice\": 95.36,\n                        \"OriginalPriceInSupplierCurrency\": 91.44,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"f606b9d3-7c1f-4f79-b007-0fe552a348db\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 95.36,\n                                \"FinalPriceInSupplierCurrency\": 91.44,\n                                \"OriginalPrice\": 95.36,\n                                \"OriginalPriceInSupplierCurrency\": 91.44,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 95.36,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"3199e368-e7d5-4486-b2d8-c19f9d81ebf0\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 95.36,\n                        \"FinalPriceInSupplierCurrency\": 91.44,\n                        \"OriginalPrice\": 95.36,\n                        \"OriginalPriceInSupplierCurrency\": 91.44,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"43453956-d3e2-4bbf-94df-07920798152f\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 95.36,\n                                \"FinalPriceInSupplierCurrency\": 91.44,\n                                \"OriginalPrice\": 95.36,\n                                \"OriginalPriceInSupplierCurrency\": 91.44,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 95.36,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"8df49bcf-e470-4dfa-87c1-992989f9247b\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 95.36,\n                        \"FinalPriceInSupplierCurrency\": 91.44,\n                        \"OriginalPrice\": 95.36,\n                        \"OriginalPriceInSupplierCurrency\": 91.44,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"f6a23f55-ba95-4c0b-953d-0666cf2a5092\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 95.36,\n                                \"FinalPriceInSupplierCurrency\": 91.44,\n                                \"OriginalPrice\": 95.36,\n                                \"OriginalPriceInSupplierCurrency\": 91.44,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 95.36,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"7489fbce-cd95-4162-ac15-5ba87810c085\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 95.36,\n                        \"FinalPriceInSupplierCurrency\": 91.44,\n                        \"OriginalPrice\": 95.36,\n                        \"OriginalPriceInSupplierCurrency\": 91.44,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"6189c7b8-0e6d-4487-8cf1-243105c42e4b\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 95.36,\n                                \"FinalPriceInSupplierCurrency\": 91.44,\n                                \"OriginalPrice\": 95.36,\n                                \"OriginalPriceInSupplierCurrency\": 91.44,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 95.36,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"10a11f89-ef29-4bd7-988d-697b353dec8b\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 95.36,\n                        \"FinalPriceInSupplierCurrency\": 91.44,\n                        \"OriginalPrice\": 95.36,\n                        \"OriginalPriceInSupplierCurrency\": 91.44,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"6a91f3aa-d163-4301-9ccb-60265793f531\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 95.36,\n                                \"FinalPriceInSupplierCurrency\": 91.44,\n                                \"OriginalPrice\": 95.36,\n                                \"OriginalPriceInSupplierCurrency\": 91.44,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 95.36,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"f04f7897-b139-4448-bab1-fa05cc9c8966\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 100.76,\n                        \"FinalPriceInSupplierCurrency\": 96.62,\n                        \"OriginalPrice\": 100.76,\n                        \"OriginalPriceInSupplierCurrency\": 96.62,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"3f776513-d21a-4e74-af64-2335b0fa3ba2\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 100.76,\n                                \"FinalPriceInSupplierCurrency\": 96.62,\n                                \"OriginalPrice\": 100.76,\n                                \"OriginalPriceInSupplierCurrency\": 96.62,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 100.76,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"848a648b-bc6c-44cb-bc84-245b92cf8994\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 100.76,\n                        \"FinalPriceInSupplierCurrency\": 96.62,\n                        \"OriginalPrice\": 100.76,\n                        \"OriginalPriceInSupplierCurrency\": 96.62,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"62d13568-b7ee-45b7-8713-c6a89a8d9617\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 100.76,\n                                \"FinalPriceInSupplierCurrency\": 96.62,\n                                \"OriginalPrice\": 100.76,\n                                \"OriginalPriceInSupplierCurrency\": 96.62,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 100.76,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"1edf8ffe-caa4-44d1-9181-8b95f6920156\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 100.76,\n                        \"FinalPriceInSupplierCurrency\": 96.62,\n                        \"OriginalPrice\": 100.76,\n                        \"OriginalPriceInSupplierCurrency\": 96.62,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"c380e9e7-8a5b-4d2c-a609-2840e609f83d\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 100.76,\n                                \"FinalPriceInSupplierCurrency\": 96.62,\n                                \"OriginalPrice\": 100.76,\n                                \"OriginalPriceInSupplierCurrency\": 96.62,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 100.76,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"b6b23166-df6e-497c-81fb-54b8a8bc9594\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 100.76,\n                        \"FinalPriceInSupplierCurrency\": 96.62,\n                        \"OriginalPrice\": 100.76,\n                        \"OriginalPriceInSupplierCurrency\": 96.62,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"1187e542-18f6-4de1-87e6-d512d829887e\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 100.76,\n                                \"FinalPriceInSupplierCurrency\": 96.62,\n                                \"OriginalPrice\": 100.76,\n                                \"OriginalPriceInSupplierCurrency\": 96.62,\n                                \"SupplierCurrency\": \"EUR\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"AED\",\n                                        \"FeeTitle\": \"Taxes\",\n                                        \"FrequencyType\": \"PerStay\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsValuePercentage\": false,\n                                        \"UnitType\": \"PerStay\",\n                                        \"Value\": \"30\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 100.76,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"7c548b36-d6b2-47f2-8818-54c7bc2cde10\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 100.76,\n                        \"FinalPriceInSupplierCurrency\": 96.62,\n                        \"OriginalPrice\": 100.76,\n                        \"OriginalPriceInSupplierCurrency\": 96.62,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"58d301c1-6f31-4d05-a9cf-f17bdf2eb59f\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 100.76,\n                                \"FinalPriceInSupplierCurrency\": 96.62,\n                                \"OriginalPrice\": 100.76,\n                                \"OriginalPriceInSupplierCurrency\": 96.62,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 100.76,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"a9695589-91bc-44cd-be4c-0c3c6d6e85f2\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 100.76,\n                        \"FinalPriceInSupplierCurrency\": 96.62,\n                        \"OriginalPrice\": 100.76,\n                        \"OriginalPriceInSupplierCurrency\": 96.62,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"905a023e-3ba6-46e4-8602-8ca5a8377fc2\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 100.76,\n                                \"FinalPriceInSupplierCurrency\": 96.62,\n                                \"OriginalPrice\": 100.76,\n                                \"OriginalPriceInSupplierCurrency\": 96.62,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 100.76,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"8755edbf-2e87-4c18-a23e-9b942db2324b\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 100.76,\n                        \"FinalPriceInSupplierCurrency\": 96.62,\n                        \"OriginalPrice\": 100.76,\n                        \"OriginalPriceInSupplierCurrency\": 96.62,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"4f06cb80-532b-4e6c-b07c-cd37e68a1c4b\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 100.76,\n                                \"FinalPriceInSupplierCurrency\": 96.62,\n                                \"OriginalPrice\": 100.76,\n                                \"OriginalPriceInSupplierCurrency\": 96.62,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 100.76,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24854,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"4bbaef26-de77-4c90-b1c9-6f43a6519704\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 100.76,\n                        \"FinalPriceInSupplierCurrency\": 96.62,\n                        \"OriginalPrice\": 100.76,\n                        \"OriginalPriceInSupplierCurrency\": 96.62,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735862340000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"78a61e5d-3000-4a06-9673-005f7b3d26f1\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 100.76,\n                                \"FinalPriceInSupplierCurrency\": 96.62,\n                                \"OriginalPrice\": 100.76,\n                                \"OriginalPriceInSupplierCurrency\": 96.62,\n                                \"SupplierCurrency\": \"EUR\"\n                            },\n                            \"RoomBasis\": \"Full board FB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [\n                                \"Non-refundable rate. No amendments permitted - \"\n                            ],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 100.76,\n                    \"SupplierId\": 1123,\n                    \"SupplierName\": \"HB2\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"b1af0ad2-33cc-4ff5-8623-eec8895ee821\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 408.89,\n                        \"FinalPriceInSupplierCurrency\": 408.89,\n                        \"FinalTax\": 73.4,\n                        \"OriginalPrice\": 408.89,\n                        \"OriginalPriceInSupplierCurrency\": 408.89,\n                        \"OriginalTax\": 73.4,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"20.39\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"20.39\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"32.62\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 2,\n                    \"Remarks\": [\n                        \"Customer will be charged by the hotel shortly after completing the booking.\"\n                    ],\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"8a247cd9-8e56-4247-a651-5b6f6b7f3a58\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 408.89,\n                                \"FinalPriceInSupplierCurrency\": 408.89,\n                                \"FinalTax\": 73.4,\n                                \"OriginalPrice\": 408.89,\n                                \"OriginalPriceInSupplierCurrency\": 408.89,\n                                \"OriginalTax\": 73.4,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"20.39\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"20.39\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"32.62\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 408.89,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": true,\n                    \"PackageId\": \"baf32950-140d-40cf-8700-0385f18fc0f2\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 408.89,\n                        \"FinalPriceInSupplierCurrency\": 408.89,\n                        \"FinalTax\": 73.4,\n                        \"OriginalPrice\": 408.89,\n                        \"OriginalPriceInSupplierCurrency\": 408.89,\n                        \"OriginalTax\": 73.4,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"20.39\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"20.39\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"32.62\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"45845f95-0b84-48a2-9e04-2785da01c2db\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 408.89,\n                                \"FinalPriceInSupplierCurrency\": 408.89,\n                                \"FinalTax\": 73.4,\n                                \"OriginalPrice\": 408.89,\n                                \"OriginalPriceInSupplierCurrency\": 408.89,\n                                \"OriginalTax\": 73.4,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"20.39\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"20.39\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"32.62\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 408.89,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"f7c62d7a-ad21-4a20-91b8-6b6d01f246a3\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 408.89,\n                        \"FinalPriceInSupplierCurrency\": 408.89,\n                        \"FinalTax\": 73.4,\n                        \"OriginalPrice\": 408.89,\n                        \"OriginalPriceInSupplierCurrency\": 408.89,\n                        \"OriginalTax\": 73.4,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"20.39\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"20.39\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"32.62\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 2,\n                    \"Remarks\": [\n                        \"Customer will be charged by the hotel shortly after completing the booking.\"\n                    ],\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"e0c7fa86-f9f5-40f4-8827-5cf4e3d6d230\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 408.89,\n                                \"FinalPriceInSupplierCurrency\": 408.89,\n                                \"FinalTax\": 73.4,\n                                \"OriginalPrice\": 408.89,\n                                \"OriginalPriceInSupplierCurrency\": 408.89,\n                                \"OriginalTax\": 73.4,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"20.39\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"20.39\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"32.62\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"1 King Bed Room\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-280\"\n                        }\n                    ],\n                    \"SimplePrice\": 408.89,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": true,\n                    \"PackageId\": \"5a55a7eb-f5f4-4b06-97f0-8cd0be44bcfa\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 408.89,\n                        \"FinalPriceInSupplierCurrency\": 408.89,\n                        \"FinalTax\": 73.4,\n                        \"OriginalPrice\": 408.89,\n                        \"OriginalPriceInSupplierCurrency\": 408.89,\n                        \"OriginalTax\": 73.4,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"20.39\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"20.39\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"32.62\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"e4abae81-1874-4a92-9242-d71d3e43ec4b\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 408.89,\n                                \"FinalPriceInSupplierCurrency\": 408.89,\n                                \"FinalTax\": 73.4,\n                                \"OriginalPrice\": 408.89,\n                                \"OriginalPriceInSupplierCurrency\": 408.89,\n                                \"OriginalTax\": 73.4,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"20.39\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"20.39\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"32.62\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"1 King Bed Room\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-280\"\n                        }\n                    ],\n                    \"SimplePrice\": 408.89,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"6d2c8e81-f81b-4c42-b4a2-3b3ddf2b6cb7\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 442.97,\n                        \"FinalPriceInSupplierCurrency\": 442.97,\n                        \"FinalTax\": 79.5,\n                        \"OriginalPrice\": 442.97,\n                        \"OriginalPriceInSupplierCurrency\": 442.97,\n                        \"OriginalTax\": 79.5,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"22.08\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"22.08\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"35.34\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 2,\n                    \"Remarks\": [\n                        \"Customer will be charged by the hotel shortly after completing the booking.\"\n                    ],\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"2cdc3adf-e3a0-42be-bb62-b0330a46ce92\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 442.97,\n                                \"FinalPriceInSupplierCurrency\": 442.97,\n                                \"FinalTax\": 79.5,\n                                \"OriginalPrice\": 442.97,\n                                \"OriginalPriceInSupplierCurrency\": 442.97,\n                                \"OriginalTax\": 79.5,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"22.08\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"22.08\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"35.34\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 King Bed Room with View\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-282\"\n                        }\n                    ],\n                    \"SimplePrice\": 442.97,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": true,\n                    \"PackageId\": \"fda9b6e1-e631-4ffd-90e0-b9cbd074f558\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 442.97,\n                        \"FinalPriceInSupplierCurrency\": 442.97,\n                        \"FinalTax\": 79.5,\n                        \"OriginalPrice\": 442.97,\n                        \"OriginalPriceInSupplierCurrency\": 442.97,\n                        \"OriginalTax\": 79.5,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"22.08\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"22.08\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"35.34\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"8e4c3347-a326-4a1e-a14b-2d793c97747b\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 442.97,\n                                \"FinalPriceInSupplierCurrency\": 442.97,\n                                \"FinalTax\": 79.5,\n                                \"OriginalPrice\": 442.97,\n                                \"OriginalPriceInSupplierCurrency\": 442.97,\n                                \"OriginalTax\": 79.5,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"22.08\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"22.08\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"35.34\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 King Bed Room with View\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-282\"\n                        }\n                    ],\n                    \"SimplePrice\": 442.97,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": true,\n                    \"PackageId\": \"909b55b7-1469-4c7f-9c6a-6df221154374\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 442.97,\n                        \"FinalPriceInSupplierCurrency\": 442.97,\n                        \"FinalTax\": 79.5,\n                        \"OriginalPrice\": 442.97,\n                        \"OriginalPriceInSupplierCurrency\": 442.97,\n                        \"OriginalTax\": 79.5,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"22.08\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"22.08\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"35.34\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"32ac49f3-95a1-4c6f-9b78-d24ad8d5256d\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 442.97,\n                                \"FinalPriceInSupplierCurrency\": 442.97,\n                                \"FinalTax\": 79.5,\n                                \"OriginalPrice\": 442.97,\n                                \"OriginalPriceInSupplierCurrency\": 442.97,\n                                \"OriginalTax\": 79.5,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"22.08\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"22.08\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"35.34\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 442.97,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"fc8fe135-8b44-4e75-8c29-aaff4ec4eb62\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 442.97,\n                        \"FinalPriceInSupplierCurrency\": 442.97,\n                        \"FinalTax\": 79.5,\n                        \"OriginalPrice\": 442.97,\n                        \"OriginalPriceInSupplierCurrency\": 442.97,\n                        \"OriginalTax\": 79.5,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"22.08\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"22.08\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"35.34\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 2,\n                    \"Remarks\": [\n                        \"Customer will be charged by the hotel shortly after completing the booking.\"\n                    ],\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"8db3e08b-e7fe-4119-bd74-5089e09f4f5f\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 442.97,\n                                \"FinalPriceInSupplierCurrency\": 442.97,\n                                \"FinalTax\": 79.5,\n                                \"OriginalPrice\": 442.97,\n                                \"OriginalPriceInSupplierCurrency\": 442.97,\n                                \"OriginalTax\": 79.5,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"22.08\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"22.08\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"35.34\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 442.97,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"20fb0bc7-6b35-449a-9c74-6683222ae12e\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 439.52,\n                        \"FinalPriceInSupplierCurrency\": 439.52,\n                        \"FinalTax\": 73.4,\n                        \"OriginalPrice\": 439.52,\n                        \"OriginalPriceInSupplierCurrency\": 439.52,\n                        \"OriginalTax\": 73.4,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"20.39\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"20.39\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"32.62\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"fd276d13-fab6-496e-958a-d7ee22eb7977\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 439.52,\n                                \"FinalPriceInSupplierCurrency\": 439.52,\n                                \"FinalTax\": 73.4,\n                                \"OriginalPrice\": 439.52,\n                                \"OriginalPriceInSupplierCurrency\": 439.52,\n                                \"OriginalTax\": 73.4,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"20.39\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"20.39\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"32.62\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 439.52,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"ad894cb1-9410-4c24-8257-91cb54a5d4df\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 439.52,\n                        \"FinalPriceInSupplierCurrency\": 439.52,\n                        \"FinalTax\": 73.4,\n                        \"OriginalPrice\": 439.52,\n                        \"OriginalPriceInSupplierCurrency\": 439.52,\n                        \"OriginalTax\": 73.4,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"20.39\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"20.39\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"32.62\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"20415c08-afcb-456d-b5c4-c5d209c5bdca\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 439.52,\n                                \"FinalPriceInSupplierCurrency\": 439.52,\n                                \"FinalTax\": 73.4,\n                                \"OriginalPrice\": 439.52,\n                                \"OriginalPriceInSupplierCurrency\": 439.52,\n                                \"OriginalTax\": 73.4,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"20.39\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"20.39\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"32.62\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"1 King Bed Room\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-280\"\n                        }\n                    ],\n                    \"SimplePrice\": 439.52,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": true,\n                    \"PackageId\": \"150de84a-5775-4f66-848f-62bc5761028f\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 483.97,\n                        \"FinalPriceInSupplierCurrency\": 483.97,\n                        \"FinalTax\": 86.87,\n                        \"OriginalPrice\": 483.97,\n                        \"OriginalPriceInSupplierCurrency\": 483.97,\n                        \"OriginalTax\": 86.87,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"24.13\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"24.13\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"38.61\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"fa824e17-3dc9-44b6-a590-b4bd0e9861b7\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 483.97,\n                                \"FinalPriceInSupplierCurrency\": 483.97,\n                                \"FinalTax\": 86.87,\n                                \"OriginalPrice\": 483.97,\n                                \"OriginalPriceInSupplierCurrency\": 483.97,\n                                \"OriginalTax\": 86.87,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"24.13\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"24.13\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"38.61\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 483.97,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"84fc27cc-cdca-4fbc-bcbb-5834d3584ba9\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 483.97,\n                        \"FinalPriceInSupplierCurrency\": 483.97,\n                        \"FinalTax\": 86.87,\n                        \"OriginalPrice\": 483.97,\n                        \"OriginalPriceInSupplierCurrency\": 483.97,\n                        \"OriginalTax\": 86.87,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"24.13\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"24.13\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"38.61\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 2,\n                    \"Remarks\": [\n                        \"Customer will be charged by the hotel shortly after completing the booking.\"\n                    ],\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"55c998b4-3824-41a3-bc7b-bfc5719e3617\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 483.97,\n                                \"FinalPriceInSupplierCurrency\": 483.97,\n                                \"FinalTax\": 86.87,\n                                \"OriginalPrice\": 483.97,\n                                \"OriginalPriceInSupplierCurrency\": 483.97,\n                                \"OriginalTax\": 86.87,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"24.13\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"24.13\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"38.61\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 483.97,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": true,\n                    \"PackageId\": \"cf13f83b-06dd-428e-a033-bb04b96546ff\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 483.97,\n                        \"FinalPriceInSupplierCurrency\": 483.97,\n                        \"FinalTax\": 86.87,\n                        \"OriginalPrice\": 483.97,\n                        \"OriginalPriceInSupplierCurrency\": 483.97,\n                        \"OriginalTax\": 86.87,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"24.13\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"24.13\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"38.61\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"050c096a-4fb7-4864-8911-69ddd716be7c\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 483.97,\n                                \"FinalPriceInSupplierCurrency\": 483.97,\n                                \"FinalTax\": 86.87,\n                                \"OriginalPrice\": 483.97,\n                                \"OriginalPriceInSupplierCurrency\": 483.97,\n                                \"OriginalTax\": 86.87,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"24.13\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"24.13\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"38.61\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"1 King Bed Room\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-280\"\n                        }\n                    ],\n                    \"SimplePrice\": 483.97,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"9d9094f1-96eb-4c26-8f50-b01125d0bb47\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 483.97,\n                        \"FinalPriceInSupplierCurrency\": 483.97,\n                        \"FinalTax\": 86.87,\n                        \"OriginalPrice\": 483.97,\n                        \"OriginalPriceInSupplierCurrency\": 483.97,\n                        \"OriginalTax\": 86.87,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"24.13\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"24.13\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"38.61\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 2,\n                    \"Remarks\": [\n                        \"Customer will be charged by the hotel shortly after completing the booking.\"\n                    ],\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"004c4167-540a-47ee-82fd-8917d83b2110\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 483.97,\n                                \"FinalPriceInSupplierCurrency\": 483.97,\n                                \"FinalTax\": 86.87,\n                                \"OriginalPrice\": 483.97,\n                                \"OriginalPriceInSupplierCurrency\": 483.97,\n                                \"OriginalTax\": 86.87,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"24.13\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"24.13\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"38.61\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"1 King Bed Room\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-280\"\n                        }\n                    ],\n                    \"SimplePrice\": 483.97,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"017876ca-bcff-44c0-ba6f-973c4ca13ea7\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 476.17,\n                        \"FinalPriceInSupplierCurrency\": 476.17,\n                        \"FinalTax\": 79.5,\n                        \"OriginalPrice\": 476.17,\n                        \"OriginalPriceInSupplierCurrency\": 476.17,\n                        \"OriginalTax\": 79.5,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"22.08\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"22.08\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"35.34\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"fdc56afb-0346-4037-9631-bb26933041dc\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 476.17,\n                                \"FinalPriceInSupplierCurrency\": 476.17,\n                                \"FinalTax\": 79.5,\n                                \"OriginalPrice\": 476.17,\n                                \"OriginalPriceInSupplierCurrency\": 476.17,\n                                \"OriginalTax\": 79.5,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"22.08\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"22.08\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"35.34\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 King Bed Room with View\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-282\"\n                        }\n                    ],\n                    \"SimplePrice\": 476.17,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"09feab84-748f-4180-bc4b-a4fa73c74c18\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 476.17,\n                        \"FinalPriceInSupplierCurrency\": 476.17,\n                        \"FinalTax\": 79.5,\n                        \"OriginalPrice\": 476.17,\n                        \"OriginalPriceInSupplierCurrency\": 476.17,\n                        \"OriginalTax\": 79.5,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"22.08\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"22.08\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"35.34\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"fa8d883b-84a4-4001-b2b4-a7db9b8614e3\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 476.17,\n                                \"FinalPriceInSupplierCurrency\": 476.17,\n                                \"FinalTax\": 79.5,\n                                \"OriginalPrice\": 476.17,\n                                \"OriginalPriceInSupplierCurrency\": 476.17,\n                                \"OriginalTax\": 79.5,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"22.08\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"22.08\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"35.34\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 476.17,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"6ca14313-a2f7-4b4c-ac37-17bead3645e7\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 518.09,\n                        \"FinalPriceInSupplierCurrency\": 518.09,\n                        \"FinalTax\": 92.99,\n                        \"OriginalPrice\": 518.09,\n                        \"OriginalPriceInSupplierCurrency\": 518.09,\n                        \"OriginalTax\": 92.99,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"25.83\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"25.83\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"41.33\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 2,\n                    \"Remarks\": [\n                        \"Customer will be charged by the hotel shortly after completing the booking.\"\n                    ],\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"d2b1fc78-7e3d-4676-bea9-9d479f924d2f\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 518.09,\n                                \"FinalPriceInSupplierCurrency\": 518.09,\n                                \"FinalTax\": 92.99,\n                                \"OriginalPrice\": 518.09,\n                                \"OriginalPriceInSupplierCurrency\": 518.09,\n                                \"OriginalTax\": 92.99,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"25.83\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"25.83\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"41.33\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 King Bed Room with View\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-282\"\n                        }\n                    ],\n                    \"SimplePrice\": 518.09,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": true,\n                    \"PackageId\": \"29a72521-e305-42d1-9e0d-5353da13ec82\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 518.09,\n                        \"FinalPriceInSupplierCurrency\": 518.09,\n                        \"FinalTax\": 92.99,\n                        \"OriginalPrice\": 518.09,\n                        \"OriginalPriceInSupplierCurrency\": 518.09,\n                        \"OriginalTax\": 92.99,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"25.83\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"25.83\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"41.33\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"2f83cafc-da83-4c52-9511-2913c311cce6\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 518.09,\n                                \"FinalPriceInSupplierCurrency\": 518.09,\n                                \"FinalTax\": 92.99,\n                                \"OriginalPrice\": 518.09,\n                                \"OriginalPriceInSupplierCurrency\": 518.09,\n                                \"OriginalTax\": 92.99,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"25.83\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"25.83\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"41.33\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 King Bed Room with View\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-282\"\n                        }\n                    ],\n                    \"SimplePrice\": 518.09,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"93b7e71b-a2b3-420e-8ce2-a5e84386e2db\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 518.09,\n                        \"FinalPriceInSupplierCurrency\": 518.09,\n                        \"FinalTax\": 92.99,\n                        \"OriginalPrice\": 518.09,\n                        \"OriginalPriceInSupplierCurrency\": 518.09,\n                        \"OriginalTax\": 92.99,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"25.83\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"25.83\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"41.33\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 2,\n                    \"Remarks\": [\n                        \"Customer will be charged by the hotel shortly after completing the booking.\"\n                    ],\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"1c2b2dbb-a05c-42b3-8a10-0026121d8ab9\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 518.09,\n                                \"FinalPriceInSupplierCurrency\": 518.09,\n                                \"FinalTax\": 92.99,\n                                \"OriginalPrice\": 518.09,\n                                \"OriginalPriceInSupplierCurrency\": 518.09,\n                                \"OriginalTax\": 92.99,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"25.83\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"25.83\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"41.33\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 518.09,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": true,\n                    \"PackageId\": \"92241600-5f67-4004-ac6e-df9a2e31e0e1\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 518.09,\n                        \"FinalPriceInSupplierCurrency\": 518.09,\n                        \"FinalTax\": 92.99,\n                        \"OriginalPrice\": 518.09,\n                        \"OriginalPriceInSupplierCurrency\": 518.09,\n                        \"OriginalTax\": 92.99,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"25.83\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"25.83\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"41.33\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"34ca6f1d-e3ca-4942-a721-32cfbaae7328\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 518.09,\n                                \"FinalPriceInSupplierCurrency\": 518.09,\n                                \"FinalTax\": 92.99,\n                                \"OriginalPrice\": 518.09,\n                                \"OriginalPriceInSupplierCurrency\": 518.09,\n                                \"OriginalTax\": 92.99,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"25.83\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"25.83\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"41.33\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 518.09,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": true,\n                    \"PackageId\": \"79452ea6-eb01-4cc2-9780-de05c0fd6428\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 613.64,\n                        \"FinalPriceInSupplierCurrency\": 613.64,\n                        \"FinalTax\": 110.13,\n                        \"OriginalPrice\": 613.64,\n                        \"OriginalPriceInSupplierCurrency\": 613.64,\n                        \"OriginalTax\": 110.13,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"30.59\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"30.59\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"48.95\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"190b7bc4-517d-44f0-9ee0-e6b367afe3ae\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 613.64,\n                                \"FinalPriceInSupplierCurrency\": 613.64,\n                                \"FinalTax\": 110.13,\n                                \"OriginalPrice\": 613.64,\n                                \"OriginalPriceInSupplierCurrency\": 613.64,\n                                \"OriginalTax\": 110.13,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"30.59\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"30.59\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"48.95\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 613.64,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"e0608157-d9f7-4035-ae5e-5bf04da18d46\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 613.64,\n                        \"FinalPriceInSupplierCurrency\": 613.64,\n                        \"FinalTax\": 110.13,\n                        \"OriginalPrice\": 613.64,\n                        \"OriginalPriceInSupplierCurrency\": 613.64,\n                        \"OriginalTax\": 110.13,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"30.59\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"30.59\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"48.95\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 2,\n                    \"Remarks\": [\n                        \"Customer will be charged by the hotel shortly after completing the booking.\"\n                    ],\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"dbee5f9c-567c-4377-9949-73d20d7308ec\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 613.64,\n                                \"FinalPriceInSupplierCurrency\": 613.64,\n                                \"FinalTax\": 110.13,\n                                \"OriginalPrice\": 613.64,\n                                \"OriginalPriceInSupplierCurrency\": 613.64,\n                                \"OriginalTax\": 110.13,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"30.59\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"30.59\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"48.95\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 613.64,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": true,\n                    \"PackageId\": \"036a0c13-a850-431d-b224-90edbdbd9a2a\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 668.26,\n                        \"FinalPriceInSupplierCurrency\": 668.26,\n                        \"FinalTax\": 119.95,\n                        \"OriginalPrice\": 668.26,\n                        \"OriginalPriceInSupplierCurrency\": 668.26,\n                        \"OriginalTax\": 119.95,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"33.32\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"33.32\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"53.31\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"40c64626-14a0-4308-870e-366e4d3cb137\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 668.26,\n                                \"FinalPriceInSupplierCurrency\": 668.26,\n                                \"FinalTax\": 119.95,\n                                \"OriginalPrice\": 668.26,\n                                \"OriginalPriceInSupplierCurrency\": 668.26,\n                                \"OriginalTax\": 119.95,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"33.32\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"33.32\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"53.31\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 668.26,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": true,\n                    \"PackageId\": \"1181d054-d050-4d52-80d4-56659c8be38d\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 668.26,\n                        \"FinalPriceInSupplierCurrency\": 668.26,\n                        \"FinalTax\": 119.95,\n                        \"OriginalPrice\": 668.26,\n                        \"OriginalPriceInSupplierCurrency\": 668.26,\n                        \"OriginalTax\": 119.95,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"33.32\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"33.32\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"53.31\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"ccd62baa-e7d4-40d4-8bb2-ac128ab7395b\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 668.26,\n                                \"FinalPriceInSupplierCurrency\": 668.26,\n                                \"FinalTax\": 119.95,\n                                \"OriginalPrice\": 668.26,\n                                \"OriginalPriceInSupplierCurrency\": 668.26,\n                                \"OriginalTax\": 119.95,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"33.32\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"33.32\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"53.31\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"1 King Bed Room\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-280\"\n                        }\n                    ],\n                    \"SimplePrice\": 668.26,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"7cc0a8fd-2937-4b31-af2c-4c55f18b2018\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 659.62,\n                        \"FinalPriceInSupplierCurrency\": 659.62,\n                        \"FinalTax\": 110.13,\n                        \"OriginalPrice\": 659.62,\n                        \"OriginalPriceInSupplierCurrency\": 659.62,\n                        \"OriginalTax\": 110.13,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"30.59\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"30.59\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"48.95\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"307c2548-3f03-4812-9082-5986f180b2cb\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 659.62,\n                                \"FinalPriceInSupplierCurrency\": 659.62,\n                                \"FinalTax\": 110.13,\n                                \"OriginalPrice\": 659.62,\n                                \"OriginalPriceInSupplierCurrency\": 659.62,\n                                \"OriginalTax\": 110.13,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"30.59\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"30.59\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"48.95\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 659.62,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"a0b78d39-7270-4889-9461-341608cc978f\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 666.95,\n                        \"FinalPriceInSupplierCurrency\": 666.95,\n                        \"FinalTax\": 111.36,\n                        \"OriginalPrice\": 666.95,\n                        \"OriginalPriceInSupplierCurrency\": 666.95,\n                        \"OriginalTax\": 111.36,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"30.93\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"30.93\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"49.50\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"d77c837d-8f1b-45c9-976e-795e18222441\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 666.95,\n                                \"FinalPriceInSupplierCurrency\": 666.95,\n                                \"FinalTax\": 111.36,\n                                \"OriginalPrice\": 666.95,\n                                \"OriginalPriceInSupplierCurrency\": 666.95,\n                                \"OriginalTax\": 111.36,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"30.93\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"30.93\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"49.50\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 666.95,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"373249a4-ed0e-4bd9-9686-c39d2e02ada8\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 666.95,\n                        \"FinalPriceInSupplierCurrency\": 666.95,\n                        \"FinalTax\": 111.36,\n                        \"OriginalPrice\": 666.95,\n                        \"OriginalPriceInSupplierCurrency\": 666.95,\n                        \"OriginalTax\": 111.36,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"30.93\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"30.93\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"49.50\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"670bf52c-3f97-4659-8232-69d1d4c44a79\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 666.95,\n                                \"FinalPriceInSupplierCurrency\": 666.95,\n                                \"FinalTax\": 111.36,\n                                \"OriginalPrice\": 666.95,\n                                \"OriginalPriceInSupplierCurrency\": 666.95,\n                                \"OriginalTax\": 111.36,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"30.93\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"30.93\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"49.50\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"1 King Bed Room\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-280\"\n                        }\n                    ],\n                    \"SimplePrice\": 666.95,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"6e8d1e6d-2d29-4737-81c8-8822dab5695d\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 688.75,\n                        \"FinalPriceInSupplierCurrency\": 688.75,\n                        \"FinalTax\": 123.62,\n                        \"OriginalPrice\": 688.75,\n                        \"OriginalPriceInSupplierCurrency\": 688.75,\n                        \"OriginalTax\": 123.62,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"34.34\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"34.34\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"54.94\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 2,\n                    \"Remarks\": [\n                        \"Customer will be charged by the hotel shortly after completing the booking.\"\n                    ],\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"cc54cfec-9662-45e3-8eff-7d2c0ce7bf21\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 688.75,\n                                \"FinalPriceInSupplierCurrency\": 688.75,\n                                \"FinalTax\": 123.62,\n                                \"OriginalPrice\": 688.75,\n                                \"OriginalPriceInSupplierCurrency\": 688.75,\n                                \"OriginalTax\": 123.62,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"34.34\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"34.34\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"54.94\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 688.75,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": true,\n                    \"PackageId\": \"b238d959-53ab-4533-9d62-a8beac49e6a8\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 688.75,\n                        \"FinalPriceInSupplierCurrency\": 688.75,\n                        \"FinalTax\": 123.62,\n                        \"OriginalPrice\": 688.75,\n                        \"OriginalPriceInSupplierCurrency\": 688.75,\n                        \"OriginalTax\": 123.62,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"34.34\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"34.34\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"54.94\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"8439da6c-0e29-405c-9f45-1c645681ea10\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 688.75,\n                                \"FinalPriceInSupplierCurrency\": 688.75,\n                                \"FinalTax\": 123.62,\n                                \"OriginalPrice\": 688.75,\n                                \"OriginalPriceInSupplierCurrency\": 688.75,\n                                \"OriginalTax\": 123.62,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"34.34\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"34.34\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"54.94\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 688.75,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": true,\n                    \"PackageId\": \"d9037412-55e5-4c91-ab39-846a6617728b\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 702.38,\n                        \"FinalPriceInSupplierCurrency\": 702.38,\n                        \"FinalTax\": 126.07,\n                        \"OriginalPrice\": 702.38,\n                        \"OriginalPriceInSupplierCurrency\": 702.38,\n                        \"OriginalTax\": 126.07,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"35.02\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"35.02\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"56.03\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"844d9263-0a83-42ec-974c-6075b08ad0d8\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 702.38,\n                                \"FinalPriceInSupplierCurrency\": 702.38,\n                                \"FinalTax\": 126.07,\n                                \"OriginalPrice\": 702.38,\n                                \"OriginalPriceInSupplierCurrency\": 702.38,\n                                \"OriginalTax\": 126.07,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"35.02\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"35.02\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"56.03\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 King Bed Room with View\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-282\"\n                        }\n                    ],\n                    \"SimplePrice\": 702.38,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": true,\n                    \"PackageId\": \"c9225717-716f-4e1b-add2-6b4d71ed7166\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 702.38,\n                        \"FinalPriceInSupplierCurrency\": 702.38,\n                        \"FinalTax\": 126.07,\n                        \"OriginalPrice\": 702.38,\n                        \"OriginalPriceInSupplierCurrency\": 702.38,\n                        \"OriginalTax\": 126.07,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"35.02\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"35.02\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"56.03\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"7de30596-f75d-4166-a557-8826f36a4dd4\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 702.38,\n                                \"FinalPriceInSupplierCurrency\": 702.38,\n                                \"FinalTax\": 126.07,\n                                \"OriginalPrice\": 702.38,\n                                \"OriginalPriceInSupplierCurrency\": 702.38,\n                                \"OriginalTax\": 126.07,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"35.02\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"35.02\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"56.03\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 702.38,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"920c96f7-db5f-4451-b2f6-92e72577ea7c\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 703.65,\n                        \"FinalPriceInSupplierCurrency\": 703.65,\n                        \"FinalTax\": 117.5,\n                        \"OriginalPrice\": 703.65,\n                        \"OriginalPriceInSupplierCurrency\": 703.65,\n                        \"OriginalTax\": 117.5,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"32.64\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"32.64\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"52.22\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"9da0383c-5383-4f38-99bc-52102e6f96d7\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 703.65,\n                                \"FinalPriceInSupplierCurrency\": 703.65,\n                                \"FinalTax\": 117.5,\n                                \"OriginalPrice\": 703.65,\n                                \"OriginalPriceInSupplierCurrency\": 703.65,\n                                \"OriginalTax\": 117.5,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"32.64\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"32.64\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"52.22\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 King Bed Room with View\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-282\"\n                        }\n                    ],\n                    \"SimplePrice\": 703.65,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"ec910d8d-e7a8-413b-8d66-5a18561253cc\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 703.65,\n                        \"FinalPriceInSupplierCurrency\": 703.65,\n                        \"FinalTax\": 117.5,\n                        \"OriginalPrice\": 703.65,\n                        \"OriginalPriceInSupplierCurrency\": 703.65,\n                        \"OriginalTax\": 117.5,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"32.64\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"32.64\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"52.22\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"d4985ce2-ebdf-40ef-bdd6-2e0145428d0e\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 703.65,\n                                \"FinalPriceInSupplierCurrency\": 703.65,\n                                \"FinalTax\": 117.5,\n                                \"OriginalPrice\": 703.65,\n                                \"OriginalPriceInSupplierCurrency\": 703.65,\n                                \"OriginalTax\": 117.5,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"32.64\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"32.64\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"52.22\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 703.65,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": true,\n                    \"PackageId\": \"659fa590-1b03-4f7b-8c61-6a99fc467820\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 716.06,\n                        \"FinalPriceInSupplierCurrency\": 716.06,\n                        \"FinalTax\": 128.52,\n                        \"OriginalPrice\": 716.06,\n                        \"OriginalPriceInSupplierCurrency\": 716.06,\n                        \"OriginalTax\": 128.52,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"35.70\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"35.70\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"57.12\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"42b74234-af9d-41d7-8a63-31f5eae8a626\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 716.06,\n                                \"FinalPriceInSupplierCurrency\": 716.06,\n                                \"FinalTax\": 128.52,\n                                \"OriginalPrice\": 716.06,\n                                \"OriginalPriceInSupplierCurrency\": 716.06,\n                                \"OriginalTax\": 128.52,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"35.70\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"35.70\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"57.12\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 716.06,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"81d235e6-b888-48a1-b02f-91e568fa7f60\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 716.06,\n                        \"FinalPriceInSupplierCurrency\": 716.06,\n                        \"FinalTax\": 128.52,\n                        \"OriginalPrice\": 716.06,\n                        \"OriginalPriceInSupplierCurrency\": 716.06,\n                        \"OriginalTax\": 128.52,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"35.70\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"35.70\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"57.12\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 2,\n                    \"Remarks\": [\n                        \"Customer will be charged by the hotel shortly after completing the booking.\"\n                    ],\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"98cdb301-0dd9-4b26-b5f9-ea65bb0314b9\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 716.06,\n                                \"FinalPriceInSupplierCurrency\": 716.06,\n                                \"FinalTax\": 128.52,\n                                \"OriginalPrice\": 716.06,\n                                \"OriginalPriceInSupplierCurrency\": 716.06,\n                                \"OriginalTax\": 128.52,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"35.70\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"35.70\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"57.12\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 716.06,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"ca7340fb-13c5-475e-864f-bafc2798216c\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 769.69,\n                        \"FinalPriceInSupplierCurrency\": 769.69,\n                        \"FinalTax\": 128.52,\n                        \"OriginalPrice\": 769.69,\n                        \"OriginalPriceInSupplierCurrency\": 769.69,\n                        \"OriginalTax\": 128.52,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"35.70\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"35.70\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"57.12\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"8cc8720a-6e0c-418f-8b3c-f86f2d7e6600\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 769.69,\n                                \"FinalPriceInSupplierCurrency\": 769.69,\n                                \"FinalTax\": 128.52,\n                                \"OriginalPrice\": 769.69,\n                                \"OriginalPriceInSupplierCurrency\": 769.69,\n                                \"OriginalTax\": 128.52,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"35.70\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"35.70\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"57.12\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 769.69,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": true,\n                    \"PackageId\": \"a76a0e6e-4be1-442e-a6ce-c4ab2a7be2f1\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 791.15,\n                        \"FinalPriceInSupplierCurrency\": 791.15,\n                        \"FinalTax\": 142.01,\n                        \"OriginalPrice\": 791.15,\n                        \"OriginalPriceInSupplierCurrency\": 791.15,\n                        \"OriginalTax\": 142.01,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"39.45\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"39.45\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"63.11\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"d3a831d4-0336-4aa9-8d8f-2683fe32fd09\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 791.15,\n                                \"FinalPriceInSupplierCurrency\": 791.15,\n                                \"FinalTax\": 142.01,\n                                \"OriginalPrice\": 791.15,\n                                \"OriginalPriceInSupplierCurrency\": 791.15,\n                                \"OriginalTax\": 142.01,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"39.45\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"39.45\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"63.11\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 791.15,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"474b817b-0315-486e-931d-b366bffa2de6\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 791.15,\n                        \"FinalPriceInSupplierCurrency\": 791.15,\n                        \"FinalTax\": 142.01,\n                        \"OriginalPrice\": 791.15,\n                        \"OriginalPriceInSupplierCurrency\": 791.15,\n                        \"OriginalTax\": 142.01,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"39.45\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"39.45\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"63.11\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 2,\n                    \"Remarks\": [\n                        \"Customer will be charged by the hotel shortly after completing the booking.\"\n                    ],\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"fd4d07f7-f7db-4717-a745-b32143d6673e\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 791.15,\n                                \"FinalPriceInSupplierCurrency\": 791.15,\n                                \"FinalTax\": 142.01,\n                                \"OriginalPrice\": 791.15,\n                                \"OriginalPriceInSupplierCurrency\": 791.15,\n                                \"OriginalTax\": 142.01,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"39.45\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"39.45\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"63.11\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 791.15,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": true,\n                    \"PackageId\": \"a911dc43-f2c3-44b3-b879-79ca1530c5c4\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 873.05,\n                        \"FinalPriceInSupplierCurrency\": 873.05,\n                        \"FinalTax\": 156.7,\n                        \"OriginalPrice\": 873.05,\n                        \"OriginalPriceInSupplierCurrency\": 873.05,\n                        \"OriginalTax\": 156.7,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"43.53\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"43.53\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"69.64\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"40bec36e-e824-4311-bf09-86231f8df66f\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 873.05,\n                                \"FinalPriceInSupplierCurrency\": 873.05,\n                                \"FinalTax\": 156.7,\n                                \"OriginalPrice\": 873.05,\n                                \"OriginalPriceInSupplierCurrency\": 873.05,\n                                \"OriginalTax\": 156.7,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"43.53\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"43.53\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"69.64\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 873.05,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"77c42cda-820a-49d6-844a-fc4792be6333\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 887.1,\n                        \"FinalPriceInSupplierCurrency\": 887.1,\n                        \"FinalTax\": 148.13,\n                        \"OriginalPrice\": 887.1,\n                        \"OriginalPriceInSupplierCurrency\": 887.1,\n                        \"OriginalTax\": 148.13,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"41.15\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"41.15\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"65.83\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"8a638bd5-9a47-44fd-b55d-ef790fd5991d\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 887.1,\n                                \"FinalPriceInSupplierCurrency\": 887.1,\n                                \"FinalTax\": 148.13,\n                                \"OriginalPrice\": 887.1,\n                                \"OriginalPriceInSupplierCurrency\": 887.1,\n                                \"OriginalTax\": 148.13,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"41.15\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"41.15\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"65.83\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 887.1,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": true,\n                    \"PackageId\": \"084ec116-ae1f-48b7-aaf3-934d70e61c5e\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 975.45,\n                        \"FinalPriceInSupplierCurrency\": 975.45,\n                        \"FinalTax\": 175.07,\n                        \"OriginalPrice\": 975.45,\n                        \"OriginalPriceInSupplierCurrency\": 975.45,\n                        \"OriginalTax\": 175.07,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"48.63\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"48.63\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"77.81\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"c9e48d78-21d9-4716-acb7-4b31921ece7f\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 975.45,\n                                \"FinalPriceInSupplierCurrency\": 975.45,\n                                \"FinalTax\": 175.07,\n                                \"OriginalPrice\": 975.45,\n                                \"OriginalPriceInSupplierCurrency\": 975.45,\n                                \"OriginalTax\": 175.07,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"48.63\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"48.63\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"77.81\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 975.45,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"6e627d39-30d4-4101-a68d-1a7d879a10b1\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 966.9,\n                        \"FinalPriceInSupplierCurrency\": 966.9,\n                        \"FinalTax\": 161.44,\n                        \"OriginalPrice\": 966.9,\n                        \"OriginalPriceInSupplierCurrency\": 966.9,\n                        \"OriginalTax\": 161.44,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"44.84\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"44.84\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"71.76\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN DOUBLE\",\n                            \"Id\": \"b2e162eb-7257-4504-99e1-31cc7b58e6b8\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 966.9,\n                                \"FinalPriceInSupplierCurrency\": 966.9,\n                                \"FinalTax\": 161.44,\n                                \"OriginalPrice\": 966.9,\n                                \"OriginalPriceInSupplierCurrency\": 966.9,\n                                \"OriginalTax\": 161.44,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"44.84\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"44.84\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"71.76\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Aloft Family Room\",\n                            \"RoomType\": \"King/2 Queen\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-329\"\n                        }\n                    ],\n                    \"SimplePrice\": 966.9,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"8d493412-0348-4392-aebf-da6437e8912c\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 997.15,\n                        \"FinalPriceInSupplierCurrency\": 997.15,\n                        \"FinalTax\": 166.5,\n                        \"OriginalPrice\": 997.15,\n                        \"OriginalPriceInSupplierCurrency\": 997.15,\n                        \"OriginalTax\": 166.5,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"46.25\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"46.25\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"74.00\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"0464245b-532a-4da5-b3ee-358000470170\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 997.15,\n                                \"FinalPriceInSupplierCurrency\": 997.15,\n                                \"FinalTax\": 166.5,\n                                \"OriginalPrice\": 997.15,\n                                \"OriginalPriceInSupplierCurrency\": 997.15,\n                                \"OriginalTax\": 166.5,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"46.25\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"46.25\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"74.00\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Half board HB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"King\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 997.15,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"959e69cc-65ee-49b2-a0ef-2136c6abe89e\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 1047.63,\n                        \"FinalPriceInSupplierCurrency\": 1047.63,\n                        \"FinalTax\": 174.93,\n                        \"OriginalPrice\": 1047.63,\n                        \"OriginalPriceInSupplierCurrency\": 1047.63,\n                        \"OriginalTax\": 174.93,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"48.59\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"48.59\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"77.75\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN DOUBLE\",\n                            \"Id\": \"0ad6a718-3d2d-41de-a909-75c1304fa996\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 1047.63,\n                                \"FinalPriceInSupplierCurrency\": 1047.63,\n                                \"FinalTax\": 174.93,\n                                \"OriginalPrice\": 1047.63,\n                                \"OriginalPriceInSupplierCurrency\": 1047.63,\n                                \"OriginalTax\": 174.93,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"48.59\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"48.59\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"77.75\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Savvy Family Room\",\n                            \"RoomType\": \"King/2 Queen\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-330\"\n                        }\n                    ],\n                    \"SimplePrice\": 1047.63,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24856,\n                    \"HotelId\": 10507197,\n                    \"OptimizedDistribution\": false,\n                    \"PackageId\": \"2e1662da-e05b-4a97-9ff4-c8318391c626\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 1253.29,\n                        \"FinalPriceInSupplierCurrency\": 1253.29,\n                        \"FinalTax\": 209.27,\n                        \"OriginalPrice\": 1253.29,\n                        \"OriginalPriceInSupplierCurrency\": 1253.29,\n                        \"OriginalTax\": 209.27,\n                        \"SupplierCurrency\": \"USD\",\n                        \"TaxesAndFees\": [\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"58.13\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"tax_and_service_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"58.13\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"property_fee\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": true,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"Other\",\n                                \"Value\": \"93.01\"\n                            },\n                            {\n                                \"Currency\": \"USD\",\n                                \"FeeTitle\": \"mandatory_tax\",\n                                \"FrequencyType\": \"Other\",\n                                \"IsIncludedInPrice\": false,\n                                \"IsMandatory\": true,\n                                \"UnitType\": \"PerReservation\",\n                                \"Value\": \"8.17\"\n                            }\n                        ]\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735603140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN DOUBLE\",\n                            \"Id\": \"abf0d7a9-03e0-48df-b0cd-e061115eec48\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 1253.29,\n                                \"FinalPriceInSupplierCurrency\": 1253.29,\n                                \"FinalTax\": 209.27,\n                                \"OriginalPrice\": 1253.29,\n                                \"OriginalPriceInSupplierCurrency\": 1253.29,\n                                \"OriginalTax\": 209.27,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"58.13\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"58.13\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"93.01\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"PerReservation\",\n                                        \"Value\": \"8.17\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Family Suite 2 Bedrooms\",\n                            \"RoomType\": \"King/2 Queen\",\n                            \"SpecialDeals\": [],\n                            \"TargetRoomKey\": \"10507197-331\"\n                        }\n                    ],\n                    \"SimplePrice\": 1253.29,\n                    \"SupplierId\": 1165,\n                    \"SupplierName\": \"EPS\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"04ed136a-494c-4003-a98e-f1cba71c7d8d\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 370.99,\n                        \"FinalPriceInSupplierCurrency\": 370.99,\n                        \"FinalTax\": 66.28,\n                        \"OriginalPrice\": 370.99,\n                        \"OriginalPriceInSupplierCurrency\": 370.99,\n                        \"OriginalTax\": 66.28,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"315dbb9d-5322-4b1b-9697-46f003a9848d\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 370.99,\n                                \"FinalPriceInSupplierCurrency\": 370.99,\n                                \"FinalTax\": 66.28,\n                                \"OriginalPrice\": 370.99,\n                                \"OriginalPriceInSupplierCurrency\": 370.99,\n                                \"OriginalTax\": 66.28,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"36.82\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"29.46\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"1 King Bed Room\",\n                            \"RoomType\": \"King\",\n                            \"TargetRoomKey\": \"10507197-280\"\n                        }\n                    ],\n                    \"SimplePrice\": 370.99,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"2ddf4711-7efe-48e5-a651-7ebdcb10a7fd\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 370.99,\n                        \"FinalPriceInSupplierCurrency\": 370.99,\n                        \"FinalTax\": 66.28,\n                        \"OriginalPrice\": 370.99,\n                        \"OriginalPriceInSupplierCurrency\": 370.99,\n                        \"OriginalTax\": 66.28,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"fde0928e-dbd3-4e5b-99df-47b991be58c7\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 370.99,\n                                \"FinalPriceInSupplierCurrency\": 370.99,\n                                \"FinalTax\": 66.28,\n                                \"OriginalPrice\": 370.99,\n                                \"OriginalPriceInSupplierCurrency\": 370.99,\n                                \"OriginalTax\": 66.28,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"36.82\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"29.46\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 370.99,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"ba5c86e3-87b0-4c52-8fd2-8b9ee1544a02\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 381.83,\n                        \"FinalPriceInSupplierCurrency\": 381.83,\n                        \"FinalTax\": 74.47,\n                        \"OriginalPrice\": 381.83,\n                        \"OriginalPriceInSupplierCurrency\": 381.83,\n                        \"OriginalTax\": 74.47,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735516740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"8200ceb8-b1d8-4e09-a15d-de055106a570\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 381.83,\n                                \"FinalPriceInSupplierCurrency\": 381.83,\n                                \"FinalTax\": 74.47,\n                                \"OriginalPrice\": 381.83,\n                                \"OriginalPriceInSupplierCurrency\": 381.83,\n                                \"OriginalTax\": 74.47,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"41.37\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"33.10\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 381.83,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"b4784dc0-2a69-4f85-a89c-6c71dedb0955\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 381.83,\n                        \"FinalPriceInSupplierCurrency\": 381.83,\n                        \"FinalTax\": 74.47,\n                        \"OriginalPrice\": 381.83,\n                        \"OriginalPriceInSupplierCurrency\": 381.83,\n                        \"OriginalTax\": 74.47,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735516740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"e197e0a8-4bd0-49b5-858e-6ab916f8ce5b\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 381.83,\n                                \"FinalPriceInSupplierCurrency\": 381.83,\n                                \"FinalTax\": 74.47,\n                                \"OriginalPrice\": 381.83,\n                                \"OriginalPriceInSupplierCurrency\": 381.83,\n                                \"OriginalTax\": 74.47,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"41.37\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"33.10\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"1 King Bed Room\",\n                            \"RoomType\": \"King\",\n                            \"TargetRoomKey\": \"10507197-280\"\n                        }\n                    ],\n                    \"SimplePrice\": 381.83,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"3c1e6f33-b50e-4bc5-ba3f-c1c1515f73ee\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 443.53,\n                        \"FinalPriceInSupplierCurrency\": 443.53,\n                        \"FinalTax\": 88.15,\n                        \"OriginalPrice\": 443.53,\n                        \"OriginalPriceInSupplierCurrency\": 443.53,\n                        \"OriginalTax\": 88.15,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"d5c36a5f-be25-49e0-8237-962e09bb5b0c\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 443.53,\n                                \"FinalPriceInSupplierCurrency\": 443.53,\n                                \"FinalTax\": 88.15,\n                                \"OriginalPrice\": 443.53,\n                                \"OriginalPriceInSupplierCurrency\": 443.53,\n                                \"OriginalTax\": 88.15,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"48.97\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"39.18\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 443.53,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"57442c92-8264-4dbd-9067-713c0bd57a32\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 443.53,\n                        \"FinalPriceInSupplierCurrency\": 443.53,\n                        \"FinalTax\": 88.15,\n                        \"OriginalPrice\": 443.53,\n                        \"OriginalPriceInSupplierCurrency\": 443.53,\n                        \"OriginalTax\": 88.15,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"d432a0de-99fc-4505-a1a3-9302c3017007\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 443.53,\n                                \"FinalPriceInSupplierCurrency\": 443.53,\n                                \"FinalTax\": 88.15,\n                                \"OriginalPrice\": 443.53,\n                                \"OriginalPriceInSupplierCurrency\": 443.53,\n                                \"OriginalTax\": 88.15,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"48.97\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"39.18\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"1 King Bed Room\",\n                            \"RoomType\": \"King\",\n                            \"TargetRoomKey\": \"10507197-280\"\n                        }\n                    ],\n                    \"SimplePrice\": 443.53,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"5f2c66d7-93e7-4b09-b969-5cd5671b4c5e\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 346.68,\n                        \"FinalPriceInSupplierCurrency\": 346.68,\n                        \"OriginalPrice\": 346.68,\n                        \"OriginalPriceInSupplierCurrency\": 346.68,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"62e1a986-2169-4c2d-9c7c-07d16c50c2f7\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 346.68,\n                                \"FinalPriceInSupplierCurrency\": 346.68,\n                                \"OriginalPrice\": 346.68,\n                                \"OriginalPriceInSupplierCurrency\": 346.68,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 346.68,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"4773c301-295d-4e43-b07b-89c4aede78a2\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 349.07,\n                        \"FinalPriceInSupplierCurrency\": 349.07,\n                        \"OriginalPrice\": 349.07,\n                        \"OriginalPriceInSupplierCurrency\": 349.07,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"6f035e35-ac0e-4a58-9217-bb18727f468b\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 349.07,\n                                \"FinalPriceInSupplierCurrency\": 349.07,\n                                \"OriginalPrice\": 349.07,\n                                \"OriginalPriceInSupplierCurrency\": 349.07,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 349.07,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"f362789a-677a-4152-a8af-2332dca1a4a2\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 349.47,\n                        \"FinalPriceInSupplierCurrency\": 349.47,\n                        \"OriginalPrice\": 349.47,\n                        \"OriginalPriceInSupplierCurrency\": 349.47,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"0eaad282-8524-414b-aeed-b54375a5e69f\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 349.47,\n                                \"FinalPriceInSupplierCurrency\": 349.47,\n                                \"OriginalPrice\": 349.47,\n                                \"OriginalPriceInSupplierCurrency\": 349.47,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Loft\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-296\"\n                        }\n                    ],\n                    \"SimplePrice\": 349.47,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"4a5eaab7-6625-44cf-b448-55ba22c3ac7a\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 353.94,\n                        \"FinalPriceInSupplierCurrency\": 353.94,\n                        \"OriginalPrice\": 353.94,\n                        \"OriginalPriceInSupplierCurrency\": 353.94,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"75f6c634-e248-4f64-96b0-71a531c7f456\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 353.94,\n                                \"FinalPriceInSupplierCurrency\": 353.94,\n                                \"OriginalPrice\": 353.94,\n                                \"OriginalPriceInSupplierCurrency\": 353.94,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Loft\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-296\"\n                        }\n                    ],\n                    \"SimplePrice\": 353.94,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"3d307642-48ae-4f0a-8863-0ff75f9bb15f\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 452.14,\n                        \"FinalPriceInSupplierCurrency\": 452.14,\n                        \"FinalTax\": 88.15,\n                        \"OriginalPrice\": 452.14,\n                        \"OriginalPriceInSupplierCurrency\": 452.14,\n                        \"OriginalTax\": 88.15,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735516740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"7c9d86df-8ef2-4ae9-8757-965b5d4e4326\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 452.14,\n                                \"FinalPriceInSupplierCurrency\": 452.14,\n                                \"FinalTax\": 88.15,\n                                \"OriginalPrice\": 452.14,\n                                \"OriginalPriceInSupplierCurrency\": 452.14,\n                                \"OriginalTax\": 88.15,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"48.97\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"39.18\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 452.14,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"fa244af4-da1c-4648-bfb6-e4260772b9de\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 452.14,\n                        \"FinalPriceInSupplierCurrency\": 452.14,\n                        \"FinalTax\": 88.15,\n                        \"OriginalPrice\": 452.14,\n                        \"OriginalPriceInSupplierCurrency\": 452.14,\n                        \"OriginalTax\": 88.15,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735516740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"9cbb0dcb-16a3-46bb-8a81-3fdcd3edb054\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 452.14,\n                                \"FinalPriceInSupplierCurrency\": 452.14,\n                                \"FinalTax\": 88.15,\n                                \"OriginalPrice\": 452.14,\n                                \"OriginalPriceInSupplierCurrency\": 452.14,\n                                \"OriginalTax\": 88.15,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"48.97\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"39.18\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"1 King Bed Room\",\n                            \"RoomType\": \"King\",\n                            \"TargetRoomKey\": \"10507197-280\"\n                        }\n                    ],\n                    \"SimplePrice\": 452.14,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"9f6a6a35-7769-4350-9b96-70368749be8c\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 384.01,\n                        \"FinalPriceInSupplierCurrency\": 384.01,\n                        \"FinalTax\": 8.29,\n                        \"OriginalPrice\": 384.01,\n                        \"OriginalPriceInSupplierCurrency\": 384.01,\n                        \"OriginalTax\": 8.29,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"ff9cc08d-222c-4eb5-aae2-a6e5a5bef4e5\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 384.01,\n                                \"FinalPriceInSupplierCurrency\": 384.01,\n                                \"FinalTax\": 8.29,\n                                \"OriginalPrice\": 384.01,\n                                \"OriginalPriceInSupplierCurrency\": 384.01,\n                                \"OriginalTax\": 8.29,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"Tourism Fee \",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.29\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 King Bed Room\",\n                            \"RoomType\": \"King\",\n                            \"TargetRoomKey\": \"10507197-280\"\n                        }\n                    ],\n                    \"SimplePrice\": 384.01,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"8586b9b7-7244-4eb7-91e0-04f303e6c75e\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 384.01,\n                        \"FinalPriceInSupplierCurrency\": 384.01,\n                        \"FinalTax\": 8.29,\n                        \"OriginalPrice\": 384.01,\n                        \"OriginalPriceInSupplierCurrency\": 384.01,\n                        \"OriginalTax\": 8.29,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"b2db91fa-4094-4f0a-94bd-4a3fae832352\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 384.01,\n                                \"FinalPriceInSupplierCurrency\": 384.01,\n                                \"FinalTax\": 8.29,\n                                \"OriginalPrice\": 384.01,\n                                \"OriginalPriceInSupplierCurrency\": 384.01,\n                                \"OriginalTax\": 8.29,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"Tourism Fee \",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.29\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 384.01,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"8d86ce5d-450b-44be-b8db-5402d9d978aa\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 387.88,\n                        \"FinalPriceInSupplierCurrency\": 387.88,\n                        \"OriginalPrice\": 387.88,\n                        \"OriginalPriceInSupplierCurrency\": 387.88,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"a6a59343-0d54-46c2-94ad-204da58b3b68\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 387.88,\n                                \"FinalPriceInSupplierCurrency\": 387.88,\n                                \"OriginalPrice\": 387.88,\n                                \"OriginalPriceInSupplierCurrency\": 387.88,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 387.88,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"2f5b8bb5-01e5-4131-9b2b-74d54a616050\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 390.96,\n                        \"FinalPriceInSupplierCurrency\": 390.96,\n                        \"OriginalPrice\": 390.96,\n                        \"OriginalPriceInSupplierCurrency\": 390.96,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"4433be1c-9971-49b8-91c9-edbce6b9890b\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 390.96,\n                                \"FinalPriceInSupplierCurrency\": 390.96,\n                                \"OriginalPrice\": 390.96,\n                                \"OriginalPriceInSupplierCurrency\": 390.96,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 390.96,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"01ed0061-e887-4f34-82f8-ef01da1ecb96\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 393.91,\n                        \"FinalPriceInSupplierCurrency\": 393.91,\n                        \"OriginalPrice\": 393.91,\n                        \"OriginalPriceInSupplierCurrency\": 393.91,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"1f711cb8-fa9d-4a57-9fb6-1cbdd55abd37\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 393.91,\n                                \"FinalPriceInSupplierCurrency\": 393.91,\n                                \"OriginalPrice\": 393.91,\n                                \"OriginalPriceInSupplierCurrency\": 393.91,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 393.91,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"a0f27502-5d82-45d7-b734-f10b877b72aa\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 394.13,\n                        \"FinalPriceInSupplierCurrency\": 394.13,\n                        \"OriginalPrice\": 394.13,\n                        \"OriginalPriceInSupplierCurrency\": 394.13,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"a9c4d9b0-ecf8-4092-9859-1cb1170921e5\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 394.13,\n                                \"FinalPriceInSupplierCurrency\": 394.13,\n                                \"OriginalPrice\": 394.13,\n                                \"OriginalPriceInSupplierCurrency\": 394.13,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Loft\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-296\"\n                        }\n                    ],\n                    \"SimplePrice\": 394.13,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"6b7be492-a191-4bf3-af00-89d3cb371800\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 394.13,\n                        \"FinalPriceInSupplierCurrency\": 394.13,\n                        \"OriginalPrice\": 394.13,\n                        \"OriginalPriceInSupplierCurrency\": 394.13,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"64f19477-8f85-4fc8-a5f2-1fed50fc74ef\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 394.13,\n                                \"FinalPriceInSupplierCurrency\": 394.13,\n                                \"OriginalPrice\": 394.13,\n                                \"OriginalPriceInSupplierCurrency\": 394.13,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 394.13,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"191fe286-d43a-4c34-af05-d08cf5e1aac3\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 397.12,\n                        \"FinalPriceInSupplierCurrency\": 397.12,\n                        \"OriginalPrice\": 397.12,\n                        \"OriginalPriceInSupplierCurrency\": 397.12,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"b3969fae-9833-427e-9971-40993a30170b\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 397.12,\n                                \"FinalPriceInSupplierCurrency\": 397.12,\n                                \"OriginalPrice\": 397.12,\n                                \"OriginalPriceInSupplierCurrency\": 397.12,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 397.12,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"32df066a-407b-4cb9-8297-cb0f05d3a9ef\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 398.6,\n                        \"FinalPriceInSupplierCurrency\": 398.6,\n                        \"OriginalPrice\": 398.6,\n                        \"OriginalPriceInSupplierCurrency\": 398.6,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1736035140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"82de89b9-4123-4f60-8caa-245b16549ebe\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 398.6,\n                                \"FinalPriceInSupplierCurrency\": 398.6,\n                                \"OriginalPrice\": 398.6,\n                                \"OriginalPriceInSupplierCurrency\": 398.6,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Loft\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-296\"\n                        }\n                    ],\n                    \"SimplePrice\": 398.6,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"25a3dc90-245d-4453-8439-63c5475281b5\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 415.32,\n                        \"FinalPriceInSupplierCurrency\": 415.32,\n                        \"FinalTax\": 8.29,\n                        \"OriginalPrice\": 415.32,\n                        \"OriginalPriceInSupplierCurrency\": 415.32,\n                        \"OriginalTax\": 8.29,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"843e7290-1016-4665-b758-fb03a4a166e9\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 415.32,\n                                \"FinalPriceInSupplierCurrency\": 415.32,\n                                \"FinalTax\": 8.29,\n                                \"OriginalPrice\": 415.32,\n                                \"OriginalPriceInSupplierCurrency\": 415.32,\n                                \"OriginalTax\": 8.29,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"Tourism Fee \",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.29\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 King Bed Room with View\",\n                            \"RoomType\": \"King\",\n                            \"TargetRoomKey\": \"10507197-282\"\n                        }\n                    ],\n                    \"SimplePrice\": 415.32,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"06a181fc-1360-4c86-9860-50d3efee0dbf\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 415.32,\n                        \"FinalPriceInSupplierCurrency\": 415.32,\n                        \"FinalTax\": 8.29,\n                        \"OriginalPrice\": 415.32,\n                        \"OriginalPriceInSupplierCurrency\": 415.32,\n                        \"OriginalTax\": 8.29,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"14bc4c1d-b11d-418f-a54c-a52d1cc5d0fa\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 415.32,\n                                \"FinalPriceInSupplierCurrency\": 415.32,\n                                \"FinalTax\": 8.29,\n                                \"OriginalPrice\": 415.32,\n                                \"OriginalPriceInSupplierCurrency\": 415.32,\n                                \"OriginalTax\": 8.29,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"Tourism Fee \",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.29\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 415.32,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"22568745-6cbd-4a4c-a763-9478342e8ad0\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 411.14,\n                        \"FinalPriceInSupplierCurrency\": 411.14,\n                        \"OriginalPrice\": 411.14,\n                        \"OriginalPriceInSupplierCurrency\": 411.14,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"82b5769f-2077-478e-957e-4c70dcfb1018\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 411.14,\n                                \"FinalPriceInSupplierCurrency\": 411.14,\n                                \"OriginalPrice\": 411.14,\n                                \"OriginalPriceInSupplierCurrency\": 411.14,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"1 King Bed Room\",\n                            \"RoomType\": \"King\",\n                            \"TargetRoomKey\": \"10507197-280\"\n                        }\n                    ],\n                    \"SimplePrice\": 411.14,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"8fccec29-8f52-4b94-abfd-e2efdeb541f3\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 415.34,\n                        \"FinalPriceInSupplierCurrency\": 415.34,\n                        \"OriginalPrice\": 415.34,\n                        \"OriginalPriceInSupplierCurrency\": 415.34,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735516740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"6e47f55d-2eef-41a0-939d-240ec40ecfca\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 415.34,\n                                \"FinalPriceInSupplierCurrency\": 415.34,\n                                \"OriginalPrice\": 415.34,\n                                \"OriginalPriceInSupplierCurrency\": 415.34,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 415.34,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"85ba86b6-e294-4f62-9217-d3037b949f9a\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 420.22,\n                        \"FinalPriceInSupplierCurrency\": 420.22,\n                        \"OriginalPrice\": 420.22,\n                        \"OriginalPriceInSupplierCurrency\": 420.22,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735516740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"4178756a-d7f1-4833-b671-bc95e04de002\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 420.22,\n                                \"FinalPriceInSupplierCurrency\": 420.22,\n                                \"OriginalPrice\": 420.22,\n                                \"OriginalPriceInSupplierCurrency\": 420.22,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 420.22,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"6e8436ca-d05a-431e-aa1a-722329981666\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 437.91,\n                        \"FinalPriceInSupplierCurrency\": 437.91,\n                        \"OriginalPrice\": 437.91,\n                        \"OriginalPriceInSupplierCurrency\": 437.91,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1736380740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"04a98e71-917a-4e92-9a98-a4a32ad43f08\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 437.91,\n                                \"FinalPriceInSupplierCurrency\": 437.91,\n                                \"OriginalPrice\": 437.91,\n                                \"OriginalPriceInSupplierCurrency\": 437.91,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"1 King Bed Room\",\n                            \"RoomType\": \"King\",\n                            \"TargetRoomKey\": \"10507197-280\"\n                        }\n                    ],\n                    \"SimplePrice\": 437.91,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"86a90749-4215-4111-b4ac-8f54d0f689ce\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 438.39,\n                        \"FinalPriceInSupplierCurrency\": 438.39,\n                        \"OriginalPrice\": 438.39,\n                        \"OriginalPriceInSupplierCurrency\": 438.39,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"a7622e5a-980f-4e46-b569-3770183826b5\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 438.39,\n                                \"FinalPriceInSupplierCurrency\": 438.39,\n                                \"OriginalPrice\": 438.39,\n                                \"OriginalPriceInSupplierCurrency\": 438.39,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 438.39,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"aa804c09-4a1f-4ade-8e54-c58e55530a90\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 441.94,\n                        \"FinalPriceInSupplierCurrency\": 441.94,\n                        \"OriginalPrice\": 441.94,\n                        \"OriginalPriceInSupplierCurrency\": 441.94,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1736207940000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"b64513bf-d775-4086-aedf-a8d9024fe32f\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 441.94,\n                                \"FinalPriceInSupplierCurrency\": 441.94,\n                                \"OriginalPrice\": 441.94,\n                                \"OriginalPriceInSupplierCurrency\": 441.94,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Run of the House\",\n                            \"RoomType\": \"Double/Twin\",\n                            \"TargetRoomKey\": \"10507197-35\"\n                        }\n                    ],\n                    \"SimplePrice\": 441.94,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"2d7da3a8-5603-47c2-a281-bf26218bcbff\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 556.78,\n                        \"FinalPriceInSupplierCurrency\": 556.78,\n                        \"FinalTax\": 99.47,\n                        \"OriginalPrice\": 556.78,\n                        \"OriginalPriceInSupplierCurrency\": 556.78,\n                        \"OriginalTax\": 99.47,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"17af2027-0b71-43c7-a644-8ceaf0e6b73d\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 556.78,\n                                \"FinalPriceInSupplierCurrency\": 556.78,\n                                \"FinalTax\": 99.47,\n                                \"OriginalPrice\": 556.78,\n                                \"OriginalPriceInSupplierCurrency\": 556.78,\n                                \"OriginalTax\": 99.47,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"55.26\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"44.21\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"Suite\",\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 556.78,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"bca0a3f0-93e2-4511-99f0-8f9eae201a0c\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 447.44,\n                        \"FinalPriceInSupplierCurrency\": 447.44,\n                        \"OriginalPrice\": 447.44,\n                        \"OriginalPriceInSupplierCurrency\": 447.44,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1736467140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"4ce6ed21-b1c8-4b5f-befe-fb7a1f6cbb68\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 447.44,\n                                \"FinalPriceInSupplierCurrency\": 447.44,\n                                \"OriginalPrice\": 447.44,\n                                \"OriginalPriceInSupplierCurrency\": 447.44,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 447.44,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"40fec763-3bda-417c-9a74-350787543399\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 447.44,\n                        \"FinalPriceInSupplierCurrency\": 447.44,\n                        \"OriginalPrice\": 447.44,\n                        \"OriginalPriceInSupplierCurrency\": 447.44,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1736467140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"359e223e-c782-4782-b65f-0294b013f7fa\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 447.44,\n                                \"FinalPriceInSupplierCurrency\": 447.44,\n                                \"OriginalPrice\": 447.44,\n                                \"OriginalPriceInSupplierCurrency\": 447.44,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 King Bed Room\",\n                            \"RoomType\": \"King\",\n                            \"TargetRoomKey\": \"10507197-280\"\n                        }\n                    ],\n                    \"SimplePrice\": 447.44,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"33eaca57-ab17-4101-8a0f-021e03d5282f\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 573.06,\n                        \"FinalPriceInSupplierCurrency\": 573.06,\n                        \"FinalTax\": 111.76,\n                        \"OriginalPrice\": 573.06,\n                        \"OriginalPriceInSupplierCurrency\": 573.06,\n                        \"OriginalTax\": 111.76,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735516740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"331aadaa-f780-49bc-a660-2a66de2bfb75\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 573.06,\n                                \"FinalPriceInSupplierCurrency\": 573.06,\n                                \"FinalTax\": 111.76,\n                                \"OriginalPrice\": 573.06,\n                                \"OriginalPriceInSupplierCurrency\": 573.06,\n                                \"OriginalTax\": 111.76,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"62.09\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"49.67\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"Suite\",\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 573.06,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"a22b0097-28f3-4e13-aa94-2153d7f366a1\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 461.36,\n                        \"FinalPriceInSupplierCurrency\": 461.36,\n                        \"FinalTax\": 8.29,\n                        \"OriginalPrice\": 461.36,\n                        \"OriginalPriceInSupplierCurrency\": 461.36,\n                        \"OriginalTax\": 8.29,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"df7d7709-a791-4476-b2de-a3a372351dd9\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 461.36,\n                                \"FinalPriceInSupplierCurrency\": 461.36,\n                                \"FinalTax\": 8.29,\n                                \"OriginalPrice\": 461.36,\n                                \"OriginalPriceInSupplierCurrency\": 461.36,\n                                \"OriginalTax\": 8.29,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"Tourism Fee \",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.29\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 King Bed Room\",\n                            \"RoomType\": \"King\",\n                            \"TargetRoomKey\": \"10507197-280\"\n                        }\n                    ],\n                    \"SimplePrice\": 461.36,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"335b55bd-7037-40c1-802b-dcb88413e87b\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 461.36,\n                        \"FinalPriceInSupplierCurrency\": 461.36,\n                        \"FinalTax\": 8.29,\n                        \"OriginalPrice\": 461.36,\n                        \"OriginalPriceInSupplierCurrency\": 461.36,\n                        \"OriginalTax\": 8.29,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"0912bb95-e0a5-44b3-8b7a-a56c6a211d67\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 461.36,\n                                \"FinalPriceInSupplierCurrency\": 461.36,\n                                \"FinalTax\": 8.29,\n                                \"OriginalPrice\": 461.36,\n                                \"OriginalPriceInSupplierCurrency\": 461.36,\n                                \"OriginalTax\": 8.29,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"Tourism Fee \",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.29\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 461.36,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"3e2bf05b-8073-4414-a18e-ff48d70b34e9\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 467.9,\n                        \"FinalPriceInSupplierCurrency\": 467.9,\n                        \"OriginalPrice\": 467.9,\n                        \"OriginalPriceInSupplierCurrency\": 467.9,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"b1056c92-4f10-4f12-a8e4-f87a7367bf84\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 467.9,\n                                \"FinalPriceInSupplierCurrency\": 467.9,\n                                \"OriginalPrice\": 467.9,\n                                \"OriginalPriceInSupplierCurrency\": 467.9,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 467.9,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"dce77304-670c-4986-8f3e-25708da93db7\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 492.67,\n                        \"FinalPriceInSupplierCurrency\": 492.67,\n                        \"FinalTax\": 8.29,\n                        \"OriginalPrice\": 492.67,\n                        \"OriginalPriceInSupplierCurrency\": 492.67,\n                        \"OriginalTax\": 8.29,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"c341f5be-14da-4998-b8a1-a455d7795bc4\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 492.67,\n                                \"FinalPriceInSupplierCurrency\": 492.67,\n                                \"FinalTax\": 8.29,\n                                \"OriginalPrice\": 492.67,\n                                \"OriginalPriceInSupplierCurrency\": 492.67,\n                                \"OriginalTax\": 8.29,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"Tourism Fee \",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.29\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 King Bed Room with View\",\n                            \"RoomType\": \"King\",\n                            \"TargetRoomKey\": \"10507197-282\"\n                        }\n                    ],\n                    \"SimplePrice\": 492.67,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"38477fed-4744-4c52-97a0-7b008e3bd41a\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 492.67,\n                        \"FinalPriceInSupplierCurrency\": 492.67,\n                        \"FinalTax\": 8.29,\n                        \"OriginalPrice\": 492.67,\n                        \"OriginalPriceInSupplierCurrency\": 492.67,\n                        \"OriginalTax\": 8.29,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"62c60dba-9b05-4625-b7e1-2e9b1532c68f\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 492.67,\n                                \"FinalPriceInSupplierCurrency\": 492.67,\n                                \"FinalTax\": 8.29,\n                                \"OriginalPrice\": 492.67,\n                                \"OriginalPriceInSupplierCurrency\": 492.67,\n                                \"OriginalTax\": 8.29,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"Tourism Fee \",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.29\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 492.67,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"b6d55461-772c-4933-abe5-869f778ad9e3\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 484.77,\n                        \"FinalPriceInSupplierCurrency\": 484.77,\n                        \"OriginalPrice\": 484.77,\n                        \"OriginalPriceInSupplierCurrency\": 484.77,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1736467140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"90cdf7aa-56c8-4ec2-9d56-6eda659c9323\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 484.77,\n                                \"FinalPriceInSupplierCurrency\": 484.77,\n                                \"OriginalPrice\": 484.77,\n                                \"OriginalPriceInSupplierCurrency\": 484.77,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 484.77,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"4b067e9d-4f4e-4c5b-bf69-abfe1d5cd222\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 484.77,\n                        \"FinalPriceInSupplierCurrency\": 484.77,\n                        \"OriginalPrice\": 484.77,\n                        \"OriginalPriceInSupplierCurrency\": 484.77,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1736467140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"72eda8cd-90b6-4c6a-9470-568329976dba\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 484.77,\n                                \"FinalPriceInSupplierCurrency\": 484.77,\n                                \"OriginalPrice\": 484.77,\n                                \"OriginalPriceInSupplierCurrency\": 484.77,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 King Bed Room with View\",\n                            \"RoomType\": \"King\",\n                            \"TargetRoomKey\": \"10507197-282\"\n                        }\n                    ],\n                    \"SimplePrice\": 484.77,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"439e1f23-6071-4719-b32c-060acb268ae5\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 492.38,\n                        \"FinalPriceInSupplierCurrency\": 492.38,\n                        \"OriginalPrice\": 492.38,\n                        \"OriginalPriceInSupplierCurrency\": 492.38,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735516740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"dfbaa040-b049-4ff9-b09c-73f7b7dcb688\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 492.38,\n                                \"FinalPriceInSupplierCurrency\": 492.38,\n                                \"OriginalPrice\": 492.38,\n                                \"OriginalPriceInSupplierCurrency\": 492.38,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 492.38,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"69da3d2f-75a8-46bc-bf31-6a081c69a6d7\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 631.33,\n                        \"FinalPriceInSupplierCurrency\": 631.33,\n                        \"FinalTax\": 125.44,\n                        \"OriginalPrice\": 631.33,\n                        \"OriginalPriceInSupplierCurrency\": 631.33,\n                        \"OriginalTax\": 125.44,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"fd1934a2-a972-4b02-91a0-0f6ea6bccafd\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 631.33,\n                                \"FinalPriceInSupplierCurrency\": 631.33,\n                                \"FinalTax\": 125.44,\n                                \"OriginalPrice\": 631.33,\n                                \"OriginalPriceInSupplierCurrency\": 631.33,\n                                \"OriginalTax\": 125.44,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"69.69\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"55.75\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"Suite\",\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 631.33,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"901cec9d-c68b-4a65-b82f-7b8f34843263\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 497.4,\n                        \"FinalPriceInSupplierCurrency\": 497.4,\n                        \"OriginalPrice\": 497.4,\n                        \"OriginalPriceInSupplierCurrency\": 497.4,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735516740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"2d98f915-2b21-4ced-962c-4de49376a64b\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 497.4,\n                                \"FinalPriceInSupplierCurrency\": 497.4,\n                                \"OriginalPrice\": 497.4,\n                                \"OriginalPriceInSupplierCurrency\": 497.4,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 497.4,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"4ec2920b-6348-4b03-b8c2-8a7d64be3eaa\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 643.5,\n                        \"FinalPriceInSupplierCurrency\": 643.5,\n                        \"FinalTax\": 125.44,\n                        \"OriginalPrice\": 643.5,\n                        \"OriginalPriceInSupplierCurrency\": 643.5,\n                        \"OriginalTax\": 125.44,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735516740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"b047b028-db23-40cc-b59c-a3795712769d\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 643.5,\n                                \"FinalPriceInSupplierCurrency\": 643.5,\n                                \"FinalTax\": 125.44,\n                                \"OriginalPrice\": 643.5,\n                                \"OriginalPriceInSupplierCurrency\": 643.5,\n                                \"OriginalTax\": 125.44,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"69.69\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"55.75\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"Suite\",\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 643.5,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"0849d1ba-7c43-4376-921e-8b11a1e6524f\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 529.58,\n                        \"FinalPriceInSupplierCurrency\": 529.58,\n                        \"OriginalPrice\": 529.58,\n                        \"OriginalPriceInSupplierCurrency\": 529.58,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1736467140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"59f0e432-daae-4810-bcdd-a3f785b053e7\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 529.58,\n                                \"FinalPriceInSupplierCurrency\": 529.58,\n                                \"OriginalPrice\": 529.58,\n                                \"OriginalPriceInSupplierCurrency\": 529.58,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 529.58,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"f19bef3d-3bde-47ed-8f63-b93d4dcdb283\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 529.58,\n                        \"FinalPriceInSupplierCurrency\": 529.58,\n                        \"OriginalPrice\": 529.58,\n                        \"OriginalPriceInSupplierCurrency\": 529.58,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1736467140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"b65d6f85-da7c-413e-8869-6615cda32c91\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 529.58,\n                                \"FinalPriceInSupplierCurrency\": 529.58,\n                                \"OriginalPrice\": 529.58,\n                                \"OriginalPriceInSupplierCurrency\": 529.58,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 King Bed Room\",\n                            \"RoomType\": \"King\",\n                            \"TargetRoomKey\": \"10507197-280\"\n                        }\n                    ],\n                    \"SimplePrice\": 529.58,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"80907539-cbb6-4a4c-a168-3730415cc135\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 542.87,\n                        \"FinalPriceInSupplierCurrency\": 542.87,\n                        \"FinalTax\": 8.29,\n                        \"OriginalPrice\": 542.87,\n                        \"OriginalPriceInSupplierCurrency\": 542.87,\n                        \"OriginalTax\": 8.29,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1736467140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN\",\n                            \"Id\": \"dd4db536-627b-42d3-8123-98169c0241e5\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 542.87,\n                                \"FinalPriceInSupplierCurrency\": 542.87,\n                                \"FinalTax\": 8.29,\n                                \"OriginalPrice\": 542.87,\n                                \"OriginalPriceInSupplierCurrency\": 542.87,\n                                \"OriginalTax\": 8.29,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"Tourism Fee \",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.29\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"2 Twin Beds Room\",\n                            \"RoomType\": \"Twin beds\",\n                            \"TargetRoomKey\": \"10507197-281\"\n                        }\n                    ],\n                    \"SimplePrice\": 542.87,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"81c7497e-2bfd-4fd3-a32d-a6e89d865274\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 571.77,\n                        \"FinalPriceInSupplierCurrency\": 571.77,\n                        \"FinalTax\": 8.29,\n                        \"OriginalPrice\": 571.77,\n                        \"OriginalPriceInSupplierCurrency\": 571.77,\n                        \"OriginalTax\": 8.29,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"9420c9cf-1d40-4666-a3ee-284cc38563a7\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 571.77,\n                                \"FinalPriceInSupplierCurrency\": 571.77,\n                                \"FinalTax\": 8.29,\n                                \"OriginalPrice\": 571.77,\n                                \"OriginalPriceInSupplierCurrency\": 571.77,\n                                \"OriginalTax\": 8.29,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"Tourism Fee \",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.29\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"Suite\",\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 571.77,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"f7bb3cb0-13db-4f1a-b7c3-f3c9654ef8a1\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 566.94,\n                        \"FinalPriceInSupplierCurrency\": 566.94,\n                        \"OriginalPrice\": 566.94,\n                        \"OriginalPriceInSupplierCurrency\": 566.94,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1736467140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"bd878cf8-18e9-49ff-b452-708c63bb31f5\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 566.94,\n                                \"FinalPriceInSupplierCurrency\": 566.94,\n                                \"OriginalPrice\": 566.94,\n                                \"OriginalPriceInSupplierCurrency\": 566.94,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 King Bed Room with View\",\n                            \"RoomType\": \"King\",\n                            \"TargetRoomKey\": \"10507197-282\"\n                        }\n                    ],\n                    \"SimplePrice\": 566.94,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"505a384e-67b6-4afc-a73e-cef9bf263f86\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 568.08,\n                        \"FinalPriceInSupplierCurrency\": 568.08,\n                        \"OriginalPrice\": 568.08,\n                        \"OriginalPriceInSupplierCurrency\": 568.08,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"896cc154-6047-4bae-8f6e-ad28016f5757\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 568.08,\n                                \"FinalPriceInSupplierCurrency\": 568.08,\n                                \"OriginalPrice\": 568.08,\n                                \"OriginalPriceInSupplierCurrency\": 568.08,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Suite\",\n                            \"RoomType\": \"Suite\",\n                            \"TargetRoomKey\": \"10507197-39\"\n                        }\n                    ],\n                    \"SimplePrice\": 568.08,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"61aa91a3-cdd4-4bec-84f8-7fe80e980ab6\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 572.33,\n                        \"FinalPriceInSupplierCurrency\": 572.33,\n                        \"OriginalPrice\": 572.33,\n                        \"OriginalPriceInSupplierCurrency\": 572.33,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1736380740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"f64e7811-12b9-4c43-a8ae-562a314dc0f3\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 572.33,\n                                \"FinalPriceInSupplierCurrency\": 572.33,\n                                \"OriginalPrice\": 572.33,\n                                \"OriginalPriceInSupplierCurrency\": 572.33,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Suite\",\n                            \"RoomType\": \"Suite\",\n                            \"TargetRoomKey\": \"10507197-39\"\n                        }\n                    ],\n                    \"SimplePrice\": 572.33,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"b0104f76-80a7-4b37-b123-672e8c58aba7\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 612.37,\n                        \"FinalPriceInSupplierCurrency\": 612.37,\n                        \"OriginalPrice\": 612.37,\n                        \"OriginalPriceInSupplierCurrency\": 612.37,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"e706237f-e20d-4df0-b1cb-03582492e555\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 612.37,\n                                \"FinalPriceInSupplierCurrency\": 612.37,\n                                \"OriginalPrice\": 612.37,\n                                \"OriginalPriceInSupplierCurrency\": 612.37,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Suite\",\n                            \"RoomType\": \"Suite\",\n                            \"TargetRoomKey\": \"10507197-39\"\n                        }\n                    ],\n                    \"SimplePrice\": 612.37,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"158e8ca9-9bbe-4803-9450-55e068d4e039\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 616.79,\n                        \"FinalPriceInSupplierCurrency\": 616.79,\n                        \"OriginalPrice\": 616.79,\n                        \"OriginalPriceInSupplierCurrency\": 616.79,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1736121540000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"Id\": \"c27017c5-b972-4d8f-86b1-30671d0851d4\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 616.79,\n                                \"FinalPriceInSupplierCurrency\": 616.79,\n                                \"OriginalPrice\": 616.79,\n                                \"OriginalPriceInSupplierCurrency\": 616.79,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Suite\",\n                            \"RoomType\": \"Suite\",\n                            \"TargetRoomKey\": \"10507197-39\"\n                        }\n                    ],\n                    \"SimplePrice\": 616.79,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"b341e4fa-592f-45b7-b8ef-4ec07eacec51\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 671.51,\n                        \"FinalPriceInSupplierCurrency\": 671.51,\n                        \"OriginalPrice\": 671.51,\n                        \"OriginalPriceInSupplierCurrency\": 671.51,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1736467140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"9606dd46-bf27-44e0-858b-fb700337b238\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 671.51,\n                                \"FinalPriceInSupplierCurrency\": 671.51,\n                                \"OriginalPrice\": 671.51,\n                                \"OriginalPriceInSupplierCurrency\": 671.51,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"Suite\",\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 671.51,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"c5c8c149-f694-4e6a-8eb2-ff5d8921fd9a\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 679.79,\n                        \"FinalPriceInSupplierCurrency\": 679.79,\n                        \"OriginalPrice\": 679.79,\n                        \"OriginalPriceInSupplierCurrency\": 679.79,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"7b297027-ec53-4cfd-a08a-ce0dd819c41b\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 679.79,\n                                \"FinalPriceInSupplierCurrency\": 679.79,\n                                \"OriginalPrice\": 679.79,\n                                \"OriginalPriceInSupplierCurrency\": 679.79,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"Suite\",\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 679.79,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"af8c9779-2fa9-44e2-a61c-d1cddba64ea2\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 697.35,\n                        \"FinalPriceInSupplierCurrency\": 697.35,\n                        \"OriginalPrice\": 697.35,\n                        \"OriginalPriceInSupplierCurrency\": 697.35,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"afa5b1b3-befd-428e-9d32-c65d438c5e3d\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 697.35,\n                                \"FinalPriceInSupplierCurrency\": 697.35,\n                                \"OriginalPrice\": 697.35,\n                                \"OriginalPriceInSupplierCurrency\": 697.35,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"Suite\",\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 697.35,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"2e1eac70-74f4-42fb-b47c-85c2b7c21e66\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 908.05,\n                        \"FinalPriceInSupplierCurrency\": 908.05,\n                        \"FinalTax\": 163.83,\n                        \"OriginalPrice\": 908.05,\n                        \"OriginalPriceInSupplierCurrency\": 908.05,\n                        \"OriginalTax\": 163.83,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1735516740000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"TWIN DOUBLE\",\n                            \"Id\": \"2da5b91b-6e2f-4eff-9b3b-760cf8a5d811\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 908.05,\n                                \"FinalPriceInSupplierCurrency\": 908.05,\n                                \"FinalTax\": 163.83,\n                                \"OriginalPrice\": 908.05,\n                                \"OriginalPriceInSupplierCurrency\": 908.05,\n                                \"OriginalTax\": 163.83,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"tax_and_service_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"91.02\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"property_fee\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": true,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"72.81\"\n                                    },\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"mandatory_tax\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Basic\",\n                            \"RoomName\": \"Aloft Family Room\",\n                            \"RoomType\": \"Family\",\n                            \"TargetRoomKey\": \"10507197-329\"\n                        }\n                    ],\n                    \"SimplePrice\": 908.05,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"3789ca90-c19f-4315-bd3c-a29f6a70e220\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 753.68,\n                        \"FinalPriceInSupplierCurrency\": 753.68,\n                        \"OriginalPrice\": 753.68,\n                        \"OriginalPriceInSupplierCurrency\": 753.68,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1736467140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"b1f18edc-4785-4f93-9217-547cae262798\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 753.68,\n                                \"FinalPriceInSupplierCurrency\": 753.68,\n                                \"OriginalPrice\": 753.68,\n                                \"OriginalPriceInSupplierCurrency\": 753.68,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"Suite\",\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 753.68,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"5e27a97c-f32b-4ebb-8336-2e0c83ef6207\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 779.52,\n                        \"FinalPriceInSupplierCurrency\": 779.52,\n                        \"OriginalPrice\": 779.52,\n                        \"OriginalPriceInSupplierCurrency\": 779.52,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 2,\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"16651d4a-8c8d-431c-a758-9fd5c0f45cae\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 779.52,\n                                \"FinalPriceInSupplierCurrency\": 779.52,\n                                \"OriginalPrice\": 779.52,\n                                \"OriginalPriceInSupplierCurrency\": 779.52,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"Suite\",\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 779.52,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"366d4e1d-4740-4c36-9dad-b89bae754651\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 783.55,\n                        \"FinalPriceInSupplierCurrency\": 783.55,\n                        \"OriginalPrice\": 783.55,\n                        \"OriginalPriceInSupplierCurrency\": 783.55,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1736467140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"5e79e8d7-fcbe-43b8-a8e0-4caa41639abb\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 783.55,\n                                \"FinalPriceInSupplierCurrency\": 783.55,\n                                \"OriginalPrice\": 783.55,\n                                \"OriginalPriceInSupplierCurrency\": 783.55,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Room only RO\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"Suite\",\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 783.55,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                },\n                {\n                    \"ContractId\": 24861,\n                    \"HotelId\": 10507197,\n                    \"PackageId\": \"3bb03e0d-07b0-400e-a5a7-1fc192767f97\",\n                    \"PackagePrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 865.7,\n                        \"FinalPriceInSupplierCurrency\": 865.7,\n                        \"OriginalPrice\": 865.7,\n                        \"OriginalPriceInSupplierCurrency\": 865.7,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"Refundability\": 1,\n                    \"RefundableUntil\": \"/Date(1736467140000+0000)/\",\n                    \"Rooms\": [\n                        {\n                            \"AdultsCount\": 2,\n                            \"Availability\": \"Available\",\n                            \"BedType\": \"KING\",\n                            \"Id\": \"4de2cc89-c227-410b-9e46-ab9f21a56235\",\n                            \"KidsAges\": [],\n                            \"Price\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 865.7,\n                                \"FinalPriceInSupplierCurrency\": 865.7,\n                                \"OriginalPrice\": 865.7,\n                                \"OriginalPriceInSupplierCurrency\": 865.7,\n                                \"SupplierCurrency\": \"USD\",\n                                \"TaxesAndFees\": [\n                                    {\n                                        \"Currency\": \"USD\",\n                                        \"FeeTitle\": \"A tax is imposed by the city\",\n                                        \"FrequencyType\": \"Other\",\n                                        \"IsIncludedInPrice\": false,\n                                        \"IsMandatory\": true,\n                                        \"UnitType\": \"Other\",\n                                        \"Value\": \"8.21\"\n                                    }\n                                ]\n                            },\n                            \"RoomBasis\": \"Bed and Breakfast BB\",\n                            \"RoomClass\": \"Standard with view\",\n                            \"RoomName\": \"1 Bedroom Suite\",\n                            \"RoomType\": \"Suite\",\n                            \"TargetRoomKey\": \"10507197-284\"\n                        }\n                    ],\n                    \"SimplePrice\": 865.7,\n                    \"SupplierId\": 1156,\n                    \"SupplierName\": \"DDT\"\n                }\n            ],\n            \"RoomsContent\": [\n                {\n                    \"Amenities\": [\n                        \"Non-Smoking\",\n                        \"Height-adjustable showerhead\",\n                        \"BAR\",\n                        \"TV\",\n                        \"Electric kettle\",\n                        \"SHEETS\",\n                        \"Wheelchair-accessible bathroom vanity\",\n                        \"LAPTOP\",\n                        \"MINIBAR\",\n                        \"WARDROBE\",\n                        \"BATHTUB\",\n                        \"COFFEE\",\n                        \"Daily housekeeping\",\n                        \"WIFI\",\n                        \"Hypo-allergenic bedding available\",\n                        \"Number of beds - 2\",\n                        \"PHONE\",\n                        \"DESK\",\n                        \"Designer toiletries\",\n                        \"INTERNET\",\n                        \"iPod docking station\",\n                        \"MP3 docking station\",\n                        \"TOWELS\",\n                        \"Premium TV channels\",\n                        \"Energy-saving switches\",\n                        \"Bedsheets provided\",\n                        \"Lowered electrical outlets in bathroom\",\n                        \"Recycling\",\n                        \"LED light bulbs\",\n                        \"Lowered peephole/view port in door\",\n                        \"ADJOINING ROOMS\",\n                        \"Lowered locks/deadbolt\",\n                        \"Lever door handles\",\n                        \"Mobile key entry\",\n                        \"SLIPPERS\",\n                        \"Private bathroom\",\n                        \"Bathrobes\",\n                        \"Hair dryer\",\n                        \"Air conditioning\",\n                        \"IRON\",\n                        \"Housekeeping on request\",\n                        \"Rollaway/extra beds (surcharge)\",\n                        \"In-room safe\",\n                        \"Room service (24 hours)\",\n                        \"Free bottled water\",\n                        \"Free cribs/infant beds\"\n                    ],\n                    \"Descriptions\": [\n                        \"A “Run of House” (ROH) hotel room is a flexible booking option. The specific room assigned can vary widely, from standard accommodations to potentially more luxurious options, depending on the hotel’s availability at the time of check-in.\"\n                    ],\n                    \"Images\": [\n                        \"https://az712897.vo.msecnd.net/images/fullrm/6775f195-e6f2-4309-b1a8-50da7fce5ffe.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/c819da05-c7d8-4a0f-ad0a-6c290122b6c3.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/23a5066f-3f26-4203-9cd2-6bf388f018de.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/404e159d-6a2f-4570-9653-71a083f549ac.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/2e966b59-e04b-461a-9cb9-e3fedaf664c9.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/64179ce0-bdac-4e8e-b8db-793cd662ce98.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/a6ec24f7-ef88-40df-b78e-1574b99c6b7d.jpeg\"\n                    ],\n                    \"RoomKey\": \"10507197-35\"\n                },\n                {\n                    \"Amenities\": [\n                        \"Non-Smoking\",\n                        \"Height-adjustable showerhead\",\n                        \"BAR\",\n                        \"TV\",\n                        \"Electric kettle\",\n                        \"SHEETS\",\n                        \"Wheelchair-accessible bathroom vanity\",\n                        \"LAPTOP\",\n                        \"MINIBAR\",\n                        \"WARDROBE\",\n                        \"BATHTUB\",\n                        \"COFFEE\",\n                        \"Daily housekeeping\",\n                        \"WIFI\",\n                        \"Hypo-allergenic bedding available\",\n                        \"Number of beds - 2\",\n                        \"PHONE\",\n                        \"DESK\",\n                        \"Designer toiletries\",\n                        \"INTERNET\",\n                        \"iPod docking station\",\n                        \"MP3 docking station\",\n                        \"TOWELS\",\n                        \"Premium TV channels\",\n                        \"Energy-saving switches\",\n                        \"Bedsheets provided\",\n                        \"Lowered electrical outlets in bathroom\",\n                        \"Recycling\",\n                        \"LED light bulbs\",\n                        \"Lowered peephole/view port in door\",\n                        \"ADJOINING ROOMS\",\n                        \"Lowered locks/deadbolt\",\n                        \"Lever door handles\",\n                        \"Mobile key entry\",\n                        \"SLIPPERS\",\n                        \"Private bathroom\",\n                        \"Bathrobes\",\n                        \"Hair dryer\",\n                        \"Air conditioning\",\n                        \"IRON\",\n                        \"Housekeeping on request\",\n                        \"Rollaway/extra beds (surcharge)\",\n                        \"In-room safe\",\n                        \"Room service (24 hours)\",\n                        \"Free bottled water\",\n                        \"Free cribs/infant beds\"\n                    ],\n                    \"Descriptions\": [\n                        \"<p><strong>2 Twin Beds</strong></p><p>322-sq-foot room with city views </p><br/><p><b>Internet</b> - Free WiFi </p><p><b>Entertainment</b> - Flat-screen TV, premium channels, and iPod dock</p><p><b>Food & Drink</b> - Coffee/tea maker, minibar (fees may apply), electric kettle, and 24-hour room service</p><p><b>Sleep</b> - Hypo-allergenic bedding and bed sheets </p><p><b>Bathroom</b> - Private bathroom, bathtub or shower, bathrobes, and slippers</p><p><b>Practical</b> - Safe, iron/ironing board, and laptop workspace; rollaway/extra beds and free cribs/infant beds available on request</p><p><b>Comfort</b> - Fresh bed sheets (on request), air conditioning, and daily housekeeping</p><p><b>Accessibility</b> - Lever door handles</p><p><b>Eco-friendly</b> - Energy-saving switches, recycling bin, and LED light bulbs</p><p><b>Need to Know</b> - Housekeeping on request</p><p>Non-Smoking</p><p>Connecting/adjoining rooms can be requested, subject to availability </p>\"\n                    ],\n                    \"Images\": [\n                        \"https://az712897.vo.msecnd.net/images/fullrm/781ee649-a914-4ed9-87d0-12cbff2f5d2e.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/2b1ca87c-34a3-4b74-8df3-faea319aa392.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/64179ce0-bdac-4e8e-b8db-793cd662ce98.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/fa65c57c-2d65-4264-af37-8b327233d8b4.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/d2e28fa1-d93b-4ba8-b46f-c95189909bc3.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/a6ec24f7-ef88-40df-b78e-1574b99c6b7d.jpeg\"\n                    ],\n                    \"RoomKey\": \"10507197-281\",\n                    \"RoomSizeSqm\": 30,\n                    \"RoomView\": [\n                        \"CITY\"\n                    ]\n                },\n                {\n                    \"Amenities\": [\n                        \"Non-Smoking\",\n                        \"Height-adjustable showerhead\",\n                        \"BAR\",\n                        \"TV\",\n                        \"Electric kettle\",\n                        \"SHEETS\",\n                        \"Wheelchair-accessible bathroom vanity\",\n                        \"LAPTOP\",\n                        \"MINIBAR\",\n                        \"WARDROBE\",\n                        \"BATHTUB\",\n                        \"COFFEE\",\n                        \"Daily housekeeping\",\n                        \"WIFI\",\n                        \"Hypo-allergenic bedding available\",\n                        \"Number of beds - 2\",\n                        \"PHONE\",\n                        \"DESK\",\n                        \"Designer toiletries\",\n                        \"INTERNET\",\n                        \"iPod docking station\",\n                        \"MP3 docking station\",\n                        \"TOWELS\",\n                        \"Premium TV channels\",\n                        \"Energy-saving switches\",\n                        \"Bedsheets provided\",\n                        \"Lowered electrical outlets in bathroom\",\n                        \"Recycling\",\n                        \"LED light bulbs\",\n                        \"Lowered peephole/view port in door\",\n                        \"ADJOINING ROOMS\",\n                        \"Lowered locks/deadbolt\",\n                        \"Lever door handles\",\n                        \"Mobile key entry\",\n                        \"SLIPPERS\",\n                        \"Private bathroom\",\n                        \"Bathrobes\",\n                        \"Hair dryer\",\n                        \"Air conditioning\",\n                        \"IRON\",\n                        \"Housekeeping on request\",\n                        \"Rollaway/extra beds (surcharge)\",\n                        \"In-room safe\",\n                        \"Room service (24 hours)\",\n                        \"Free bottled water\",\n                        \"Free cribs/infant beds\"\n                    ],\n                    \"Descriptions\": [\n                        \"<p><strong>1 King Bed</strong></p><p>322-sq-foot room with city views </p><br/><p><b>Internet</b> - Free WiFi </p><p><b>Entertainment</b> - Flat-screen TV, premium channels, and iPod dock</p><p><b>Food & Drink</b> - Coffee/tea maker, minibar (fees may apply), electric kettle, and 24-hour room service</p><p><b>Sleep</b> - Hypo-allergenic bedding and bed sheets </p><p><b>Bathroom</b> - Private bathroom, bathtub or shower, bathrobes, and slippers</p><p><b>Practical</b> - Safe, iron/ironing board, and laptop workspace; rollaway/extra beds and free cribs/infant beds available on request</p><p><b>Comfort</b> - Fresh bed sheets (on request), air conditioning, and daily housekeeping</p><p><b>Accessibility</b> - Lever door handles</p><p><b>Eco-friendly</b> - Energy-saving switches, recycling bin, and LED light bulbs</p><p><b>Need to Know</b> - Housekeeping on request</p><p>Non-Smoking</p><p>Connecting/adjoining rooms can be requested, subject to availability </p>\"\n                    ],\n                    \"Images\": [\n                        \"https://az712897.vo.msecnd.net/images/fullrm/6775f195-e6f2-4309-b1a8-50da7fce5ffe.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/c819da05-c7d8-4a0f-ad0a-6c290122b6c3.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/23a5066f-3f26-4203-9cd2-6bf388f018de.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/404e159d-6a2f-4570-9653-71a083f549ac.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/2e966b59-e04b-461a-9cb9-e3fedaf664c9.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/64179ce0-bdac-4e8e-b8db-793cd662ce98.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/a6ec24f7-ef88-40df-b78e-1574b99c6b7d.jpeg\"\n                    ],\n                    \"RoomKey\": \"10507197-280\",\n                    \"RoomSizeSqm\": 30,\n                    \"RoomView\": [\n                        \"CITY\"\n                    ]\n                },\n                {\n                    \"Amenities\": [\n                        \"Non-Smoking\",\n                        \"Height-adjustable showerhead\",\n                        \"BAR\",\n                        \"TV\",\n                        \"Electric kettle\",\n                        \"SHEETS\",\n                        \"Wheelchair-accessible bathroom vanity\",\n                        \"LAPTOP\",\n                        \"MINIBAR\",\n                        \"WARDROBE\",\n                        \"BATHTUB\",\n                        \"COFFEE\",\n                        \"Daily housekeeping\",\n                        \"WIFI\",\n                        \"Hypo-allergenic bedding available\",\n                        \"Number of beds - 2\",\n                        \"PHONE\",\n                        \"DESK\",\n                        \"Designer toiletries\",\n                        \"INTERNET\",\n                        \"iPod docking station\",\n                        \"MP3 docking station\",\n                        \"TOWELS\",\n                        \"Premium TV channels\",\n                        \"Energy-saving switches\",\n                        \"Bedsheets provided\",\n                        \"Lowered electrical outlets in bathroom\",\n                        \"Recycling\",\n                        \"LED light bulbs\",\n                        \"Lowered peephole/view port in door\",\n                        \"ADJOINING ROOMS\",\n                        \"Lowered locks/deadbolt\",\n                        \"Lever door handles\",\n                        \"Mobile key entry\",\n                        \"SLIPPERS\",\n                        \"Private bathroom\",\n                        \"Bathrobes\",\n                        \"Hair dryer\",\n                        \"Air conditioning\",\n                        \"IRON\",\n                        \"Housekeeping on request\",\n                        \"Rollaway/extra beds (surcharge)\",\n                        \"In-room safe\",\n                        \"Room service (24 hours)\",\n                        \"Free bottled water\",\n                        \"Free cribs/infant beds\"\n                    ],\n                    \"Descriptions\": [\n                        \"<p><strong>1 King Bed</strong></p><p>323-sq-foot room with city views </p><br/><p><b>Internet</b> - Free WiFi </p><p><b>Entertainment</b> - Flat-screen TV, premium channels, and iPod dock</p><p><b>Food & Drink</b> - Coffee/tea maker, minibar (fees may apply), electric kettle, and 24-hour room service</p><p><b>Sleep</b> - Hypo-allergenic bedding and bed sheets </p><p><b>Bathroom</b> - Private bathroom, bathtub or shower, bathrobes, and slippers</p><p><b>Practical</b> - Safe, iron/ironing board, and laptop workspace; rollaway/extra beds and free cribs/infant beds available on request</p><p><b>Comfort</b> - Fresh bed sheets (on request), air conditioning, and daily housekeeping</p><p><b>Accessibility</b> - Lever door handles</p><p><b>Eco-friendly</b> - Energy-saving switches, recycling bin, and LED light bulbs</p><p><b>Need to Know</b> - Housekeeping on request</p><p>Non-Smoking</p><p>Connecting/adjoining rooms can be requested, subject to availability </p>\"\n                    ],\n                    \"Images\": [\n                        \"https://az712897.vo.msecnd.net/images/fullrm/9df16050-cd6f-4912-98a5-26229fd51bdc.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/2e966b59-e04b-461a-9cb9-e3fedaf664c9.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/404e159d-6a2f-4570-9653-71a083f549ac.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/dd74795c-a91f-480f-8031-485f220a7bf6.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/d2e28fa1-d93b-4ba8-b46f-c95189909bc3.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/a6ec24f7-ef88-40df-b78e-1574b99c6b7d.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/700cc436-2239-466e-b24d-a1f992adf701.jpeg\"\n                    ],\n                    \"RoomKey\": \"10507197-282\",\n                    \"RoomSizeSqm\": 30,\n                    \"RoomView\": [\n                        \"VIEW\"\n                    ]\n                },\n                {\n                    \"Amenities\": [\n                        \"Non-Smoking\",\n                        \"Height-adjustable showerhead\",\n                        \"BAR\",\n                        \"TV\",\n                        \"Electric kettle\",\n                        \"SHEETS\",\n                        \"Wheelchair-accessible bathroom vanity\",\n                        \"LAPTOP\",\n                        \"BATHTUB\",\n                        \"MINIBAR\",\n                        \"WARDROBE\",\n                        \"COFFEE\",\n                        \"Daily housekeeping\",\n                        \"WIFI\",\n                        \"Bidet\",\n                        \"Hypo-allergenic bedding available\",\n                        \"Number of beds - 2\",\n                        \"PHONE\",\n                        \"DESK\",\n                        \"Designer toiletries\",\n                        \"INTERNET\",\n                        \"iPod docking station\",\n                        \"MP3 docking station\",\n                        \"TOWELS\",\n                        \"Premium TV channels\",\n                        \"Energy-saving switches\",\n                        \"Bedsheets provided\",\n                        \"Lowered electrical outlets in bathroom\",\n                        \"Recycling\",\n                        \"LED light bulbs\",\n                        \"Lowered peephole/view port in door\",\n                        \"ADJOINING ROOMS\",\n                        \"Lowered locks/deadbolt\",\n                        \"Lever door handles\",\n                        \"Mobile key entry\",\n                        \"SLIPPERS\",\n                        \"Private bathroom\",\n                        \"Bathrobes\",\n                        \"Hair dryer\",\n                        \"Air conditioning\",\n                        \"IRON\",\n                        \"Housekeeping on request\",\n                        \"Rollaway/extra beds (surcharge)\",\n                        \"In-room safe\",\n                        \"Room service (24 hours)\",\n                        \"Free bottled water\",\n                        \"Free cribs/infant beds\"\n                    ],\n                    \"Descriptions\": [\n                        \"<p><strong>1 King Bed</strong></p><p>323-sq-foot room with city views </p><br/><p><b>Layout</b> - Bedroom </p><p><b>Internet</b> - Free WiFi </p><p><b>Entertainment</b> - Flat-screen TV, premium channels, and iPod dock</p><p><b>Food & Drink</b> - Coffee/tea maker, minibar (fees may apply), electric kettle, and 24-hour room service</p><p><b>Sleep</b> - Hypo-allergenic bedding and bed sheets </p><p><b>Bathroom</b> - Private bathroom, separate bathtub and shower, bathrobes, and slippers</p><p><b>Practical</b> - Safe, iron/ironing board, and laptop workspace; rollaway/extra beds and free cribs/infant beds available on request</p><p><b>Comfort</b> - Fresh bed sheets (on request), air conditioning, and daily housekeeping</p><p><b>Accessibility</b> - Lever door handles</p><p><b>Eco-friendly</b> - Energy-saving switches, recycling bin, and LED light bulbs</p><p><b>Need to Know</b> - Housekeeping on request</p><p>Non-Smoking</p><p>Connecting/adjoining rooms can be requested, subject to availability </p>\"\n                    ],\n                    \"Images\": [\n                        \"https://az712897.vo.msecnd.net/images/fullrm/36c5b7e6-44bf-4f06-b2f7-c18b333c1861.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/5367bc4f-ae29-4227-aa6d-231e0c4c6d50.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/dbdf3122-607d-4285-95d0-193cc2f6d6c7.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/25ea640d-5f34-489b-b00d-286634fdc0af.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/75adca03-49f5-4d34-93be-2172fae5ee47.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/951635f6-14b6-410c-830f-54bd049a1e47.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/c566e6a7-e2e9-4855-a935-1157ff4faf87.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/827066bb-cfba-40e0-a584-d3b3495cf5ad.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/bf6da70d-0f75-433e-b54e-eb1f4bf60033.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/6aa3ea07-30a2-4e4d-b9db-bb97b5214620.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/f9a43117-1802-4cc6-981d-3ef7d4be9b78.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/73725f65-b7bd-421c-aaca-4b119aaedf07.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/6c3c8fa7-23a5-4b77-aeb9-868a0d83abe6.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/c952c70c-dce2-446a-8827-a05cf43f4030.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/d75c4c7f-989a-4188-85a1-5f0ee6afe8a6.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/a77a738a-cfe5-4f33-b6c6-74380732a5dd.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/cb5db84a-5df1-4a80-a92b-183e045229ec.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/481f8336-8bbf-436f-b974-8ecf3f6db4b8.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/6482d741-f793-44b5-9f65-8f12e8bd580c.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/30c8b2b1-0cb8-4f12-99c9-f7bc3ec129c4.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/700cc436-2239-466e-b24d-a1f992adf701.jpeg\"\n                    ],\n                    \"RoomKey\": \"10507197-284\",\n                    \"RoomSizeSqm\": 30\n                },\n                {\n                    \"Amenities\": [\n                        \"Non-Smoking\",\n                        \"Height-adjustable showerhead\",\n                        \"BAR\",\n                        \"TV\",\n                        \"Electric kettle\",\n                        \"SHEETS\",\n                        \"Wheelchair-accessible bathroom vanity\",\n                        \"LAPTOP\",\n                        \"MINIBAR\",\n                        \"WARDROBE\",\n                        \"BATHTUB\",\n                        \"COFFEE\",\n                        \"Daily housekeeping\",\n                        \"WIFI\",\n                        \"Hypo-allergenic bedding available\",\n                        \"Number of beds - 2\",\n                        \"PHONE\",\n                        \"DESK\",\n                        \"Designer toiletries\",\n                        \"INTERNET\",\n                        \"iPod docking station\",\n                        \"MP3 docking station\",\n                        \"TOWELS\",\n                        \"Premium TV channels\",\n                        \"Energy-saving switches\",\n                        \"Bedsheets provided\",\n                        \"Lowered electrical outlets in bathroom\",\n                        \"Recycling\",\n                        \"LED light bulbs\",\n                        \"Lowered peephole/view port in door\",\n                        \"ADJOINING ROOMS\",\n                        \"Lowered locks/deadbolt\",\n                        \"Lever door handles\",\n                        \"Mobile key entry\",\n                        \"SLIPPERS\",\n                        \"Private bathroom\",\n                        \"Bathrobes\",\n                        \"Hair dryer\",\n                        \"Air conditioning\",\n                        \"IRON\",\n                        \"Housekeeping on request\",\n                        \"Rollaway/extra beds (surcharge)\",\n                        \"In-room safe\",\n                        \"Room service (24 hours)\",\n                        \"Free bottled water\",\n                        \"Free cribs/infant beds\"\n                    ],\n                    \"Descriptions\": [\n                        \"<p><strong>1 King Bed and 2 Twin Beds</strong></p><p>Overlooking the city</p><br/><p><b>Layout</b> - Bedroom </p><p><b>Internet</b> - Free WiFi </p><p><b>Entertainment</b> - Flat-screen TV, premium channels, and iPod dock</p><p><b>Food & Drink</b> - Coffee/tea maker, minibar (fees may apply), electric kettle, and 24-hour room service</p><p><b>Sleep</b> - Hypo-allergenic bedding and bed sheets </p><p><b>Bathroom</b> - Private bathroom, bathtub or shower, bathrobes, and slippers</p><p><b>Practical</b> - Safe, iron/ironing board, and laptop workspace; rollaway/extra beds and free cribs/infant beds available on request</p><p><b>Comfort</b> - Fresh bed sheets (on request), air conditioning, and daily housekeeping</p><p><b>Accessibility</b> - Lever door handles</p><p><b>Eco-friendly</b> - Energy-saving switches, recycling bin, and LED light bulbs</p><p><b>Need to Know</b> - Housekeeping on request</p><p>Non-Smoking</p><p>Connecting/adjoining rooms can be requested, subject to availability </p>\"\n                    ],\n                    \"Images\": [\n                        \"https://az712897.vo.msecnd.net/images/fullrm/0971206b-295f-4b7e-8149-9249e736941a.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/8f8e3bff-114a-442a-871d-0d1d1ec29cbf.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/2b1ca87c-34a3-4b74-8df3-faea319aa392.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/64179ce0-bdac-4e8e-b8db-793cd662ce98.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/781ee649-a914-4ed9-87d0-12cbff2f5d2e.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/fa65c57c-2d65-4264-af37-8b327233d8b4.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/d2e28fa1-d93b-4ba8-b46f-c95189909bc3.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/a6ec24f7-ef88-40df-b78e-1574b99c6b7d.jpeg\"\n                    ],\n                    \"RoomKey\": \"10507197-329\",\n                    \"RoomSizeSqm\": 60\n                },\n                {\n                    \"Amenities\": [\n                        \"Non-Smoking\",\n                        \"Height-adjustable showerhead\",\n                        \"BAR\",\n                        \"TV\",\n                        \"Electric kettle\",\n                        \"SHEETS\",\n                        \"Wheelchair-accessible bathroom vanity\",\n                        \"LAPTOP\",\n                        \"MINIBAR\",\n                        \"WARDROBE\",\n                        \"BATHTUB\",\n                        \"COFFEE\",\n                        \"Daily housekeeping\",\n                        \"WIFI\",\n                        \"Hypo-allergenic bedding available\",\n                        \"Number of beds - 2\",\n                        \"PHONE\",\n                        \"DESK\",\n                        \"Designer toiletries\",\n                        \"INTERNET\",\n                        \"iPod docking station\",\n                        \"MP3 docking station\",\n                        \"TOWELS\",\n                        \"Premium TV channels\",\n                        \"Energy-saving switches\",\n                        \"Bedsheets provided\",\n                        \"Lowered electrical outlets in bathroom\",\n                        \"Recycling\",\n                        \"LED light bulbs\",\n                        \"Lowered peephole/view port in door\",\n                        \"ADJOINING ROOMS\",\n                        \"Lowered locks/deadbolt\",\n                        \"Lever door handles\",\n                        \"Mobile key entry\",\n                        \"SLIPPERS\",\n                        \"Private bathroom\",\n                        \"Bathrobes\",\n                        \"Hair dryer\",\n                        \"Air conditioning\",\n                        \"IRON\",\n                        \"Housekeeping on request\",\n                        \"Rollaway/extra beds (surcharge)\",\n                        \"In-room safe\",\n                        \"Room service (24 hours)\",\n                        \"Free bottled water\",\n                        \"Free cribs/infant beds\"\n                    ],\n                    \"Descriptions\": [\n                        \"<p><strong>1 King Bed and 2 Twin Beds</strong></p><p>Overlooking the city</p><br/><p><b>Layout</b> - Bedroom </p><p><b>Internet</b> - Free WiFi </p><p><b>Entertainment</b> - Flat-screen TV, premium channels, and iPod dock</p><p><b>Food & Drink</b> - Coffee/tea maker, minibar (fees may apply), electric kettle, and 24-hour room service</p><p><b>Sleep</b> - Hypo-allergenic bedding and bed sheets </p><p><b>Bathroom</b> - Private bathroom, bathtub or shower, bathrobes, and slippers</p><p><b>Practical</b> - Safe, iron/ironing board, and laptop workspace; rollaway/extra beds and free cribs/infant beds available on request</p><p><b>Comfort</b> - Fresh bed sheets (on request), air conditioning, and daily housekeeping</p><p><b>Accessibility</b> - Lever door handles</p><p><b>Eco-friendly</b> - Energy-saving switches, recycling bin, and LED light bulbs</p><p><b>Need to Know</b> - Housekeeping on request</p><p>Non-Smoking</p><p>Connecting/adjoining rooms can be requested, subject to availability </p>\"\n                    ],\n                    \"Images\": [\n                        \"https://az712897.vo.msecnd.net/images/fullrm/44d6c9eb-1ffb-4ca9-8114-b9b61a8f182e.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/dc49fd37-8962-4f99-9a13-6b3c84093633.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/d980fe49-7b0d-4ce3-ad4f-04e05203e15b.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/18901b9e-4573-43ae-b8de-4033646b3f60.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/781ee649-a914-4ed9-87d0-12cbff2f5d2e.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/9df16050-cd6f-4912-98a5-26229fd51bdc.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/404e159d-6a2f-4570-9653-71a083f549ac.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/dd74795c-a91f-480f-8031-485f220a7bf6.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/d2e28fa1-d93b-4ba8-b46f-c95189909bc3.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/700cc436-2239-466e-b24d-a1f992adf701.jpeg\"\n                    ],\n                    \"RoomKey\": \"10507197-330\",\n                    \"RoomSizeSqm\": 60\n                },\n                {\n                    \"Amenities\": [\n                        \"Non-Smoking\",\n                        \"Height-adjustable showerhead\",\n                        \"BAR\",\n                        \"TV\",\n                        \"Electric kettle\",\n                        \"SHEETS\",\n                        \"Wheelchair-accessible bathroom vanity\",\n                        \"LAPTOP\",\n                        \"BATHTUB\",\n                        \"MINIBAR\",\n                        \"WARDROBE\",\n                        \"COFFEE\",\n                        \"Daily housekeeping\",\n                        \"WIFI\",\n                        \"Bidet\",\n                        \"Hypo-allergenic bedding available\",\n                        \"Number of beds - 2\",\n                        \"PHONE\",\n                        \"DESK\",\n                        \"Designer toiletries\",\n                        \"INTERNET\",\n                        \"iPod docking station\",\n                        \"MP3 docking station\",\n                        \"TOWELS\",\n                        \"Premium TV channels\",\n                        \"Energy-saving switches\",\n                        \"Bedsheets provided\",\n                        \"Lowered electrical outlets in bathroom\",\n                        \"Recycling\",\n                        \"LED light bulbs\",\n                        \"Lowered peephole/view port in door\",\n                        \"ADJOINING ROOMS\",\n                        \"Lowered locks/deadbolt\",\n                        \"Lever door handles\",\n                        \"Mobile key entry\",\n                        \"SLIPPERS\",\n                        \"Private bathroom\",\n                        \"Bathrobes\",\n                        \"Hair dryer\",\n                        \"Air conditioning\",\n                        \"IRON\",\n                        \"Housekeeping on request\",\n                        \"Rollaway/extra beds (surcharge)\",\n                        \"In-room safe\",\n                        \"Room service (24 hours)\",\n                        \"Free bottled water\",\n                        \"Free cribs/infant beds\"\n                    ],\n                    \"Descriptions\": [\n                        \"<p><strong>1 King Bed and 2 Twin Beds</strong></p><p>Overlooking the city</p><br/><p><b>Layout</b> - Bedroom </p><p><b>Internet</b> - Free WiFi </p><p><b>Entertainment</b> - Flat-screen TV, premium channels, and iPod dock</p><p><b>Food & Drink</b> - Coffee/tea maker, minibar (fees may apply), electric kettle, and 24-hour room service</p><p><b>Sleep</b> - Hypo-allergenic bedding and bed sheets </p><p><b>Bathroom</b> - Private bathroom, separate bathtub and shower, bathrobes, and slippers</p><p><b>Practical</b> - Safe, iron/ironing board, and laptop workspace; rollaway/extra beds and free cribs/infant beds available on request</p><p><b>Comfort</b> - Fresh bed sheets (on request), air conditioning, and daily housekeeping</p><p><b>Accessibility</b> - Lever door handles</p><p><b>Eco-friendly</b> - Energy-saving switches, recycling bin, and LED light bulbs</p><p><b>Need to Know</b> - Housekeeping on request</p><p>Non-Smoking</p><p>Connecting/adjoining rooms can be requested, subject to availability </p>\"\n                    ],\n                    \"Images\": [\n                        \"https://az712897.vo.msecnd.net/images/fullrm/2add5dc6-4ed0-4592-8f17-6df76f105195.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/e1a97254-9e44-4dc6-915c-036043bebe63.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/e5b29df2-9bb4-4300-b89b-9c60e5b41ef1.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/0fedf8c4-d782-4d3c-9f55-05a06ad622d5.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/97223c4b-4062-4c90-a34b-e398d59e8073.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/7383e40a-4573-48e0-8810-2a3a146b77ca.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/30c8b2b1-0cb8-4f12-99c9-f7bc3ec129c4.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/a758556f-399b-4582-ac30-997a2e56a390.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/700cc436-2239-466e-b24d-a1f992adf701.jpeg\"\n                    ],\n                    \"RoomKey\": \"10507197-331\",\n                    \"RoomSizeSqm\": 90\n                },\n                {\n                    \"Amenities\": [\n                        \"Non-Smoking\",\n                        \"Height-adjustable showerhead\",\n                        \"BAR\",\n                        \"TV\",\n                        \"Electric kettle\",\n                        \"SHEETS\",\n                        \"Wheelchair-accessible bathroom vanity\",\n                        \"LAPTOP\",\n                        \"MINIBAR\",\n                        \"WARDROBE\",\n                        \"BATHTUB\",\n                        \"COFFEE\",\n                        \"Daily housekeeping\",\n                        \"WIFI\",\n                        \"Hypo-allergenic bedding available\",\n                        \"Number of beds - 2\",\n                        \"PHONE\",\n                        \"DESK\",\n                        \"Designer toiletries\",\n                        \"INTERNET\",\n                        \"iPod docking station\",\n                        \"MP3 docking station\",\n                        \"TOWELS\",\n                        \"Premium TV channels\",\n                        \"Energy-saving switches\",\n                        \"Bedsheets provided\",\n                        \"Lowered electrical outlets in bathroom\",\n                        \"Recycling\",\n                        \"LED light bulbs\",\n                        \"Lowered peephole/view port in door\",\n                        \"ADJOINING ROOMS\",\n                        \"Lowered locks/deadbolt\",\n                        \"Lever door handles\",\n                        \"Mobile key entry\",\n                        \"SLIPPERS\",\n                        \"Private bathroom\",\n                        \"Bathrobes\",\n                        \"Hair dryer\",\n                        \"Air conditioning\",\n                        \"IRON\",\n                        \"Housekeeping on request\",\n                        \"Rollaway/extra beds (surcharge)\",\n                        \"In-room safe\",\n                        \"Room service (24 hours)\",\n                        \"Free bottled water\",\n                        \"Free cribs/infant beds\"\n                    ],\n                    \"Descriptions\": [\n                        \"<p><strong>1 King Bed</strong></p><p>322-sq-foot room with city views </p><br/><p><b>Internet</b> - Free WiFi </p><p><b>Entertainment</b> - Flat-screen TV, premium channels, and iPod dock</p><p><b>Food & Drink</b> - Coffee/tea maker, minibar (fees may apply), electric kettle, and 24-hour room service</p><p><b>Sleep</b> - Hypo-allergenic bedding and bed sheets </p><p><b>Bathroom</b> - Private bathroom, bathtub or shower, bathrobes, and slippers</p><p><b>Practical</b> - Safe, iron/ironing board, and laptop workspace; rollaway/extra beds and free cribs/infant beds available on request</p><p><b>Comfort</b> - Fresh bed sheets (on request), air conditioning, and daily housekeeping</p><p><b>Accessibility</b> - Lever door handles</p><p><b>Eco-friendly</b> - Energy-saving switches, recycling bin, and LED light bulbs</p><p><b>Need to Know</b> - Housekeeping on request</p><p>Non-Smoking</p><p>Connecting/adjoining rooms can be requested, subject to availability </p>\"\n                    ],\n                    \"Images\": [\n                        \"https://az712897.vo.msecnd.net/images/fullrm/6775f195-e6f2-4309-b1a8-50da7fce5ffe.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/c819da05-c7d8-4a0f-ad0a-6c290122b6c3.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/23a5066f-3f26-4203-9cd2-6bf388f018de.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/404e159d-6a2f-4570-9653-71a083f549ac.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/2e966b59-e04b-461a-9cb9-e3fedaf664c9.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/64179ce0-bdac-4e8e-b8db-793cd662ce98.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/a6ec24f7-ef88-40df-b78e-1574b99c6b7d.jpeg\"\n                    ],\n                    \"RoomKey\": \"10507197-296\"\n                },\n                {\n                    \"Amenities\": [\n                        \"Non-Smoking\",\n                        \"Height-adjustable showerhead\",\n                        \"BAR\",\n                        \"TV\",\n                        \"Electric kettle\",\n                        \"SHEETS\",\n                        \"Wheelchair-accessible bathroom vanity\",\n                        \"LAPTOP\",\n                        \"MINIBAR\",\n                        \"WARDROBE\",\n                        \"BATHTUB\",\n                        \"COFFEE\",\n                        \"Daily housekeeping\",\n                        \"WIFI\",\n                        \"Hypo-allergenic bedding available\",\n                        \"Number of beds - 2\",\n                        \"PHONE\",\n                        \"DESK\",\n                        \"Designer toiletries\",\n                        \"INTERNET\",\n                        \"iPod docking station\",\n                        \"MP3 docking station\",\n                        \"TOWELS\",\n                        \"Premium TV channels\",\n                        \"Energy-saving switches\",\n                        \"Bedsheets provided\",\n                        \"Lowered electrical outlets in bathroom\",\n                        \"Recycling\",\n                        \"LED light bulbs\",\n                        \"Lowered peephole/view port in door\",\n                        \"ADJOINING ROOMS\",\n                        \"Lowered locks/deadbolt\",\n                        \"Lever door handles\",\n                        \"Mobile key entry\",\n                        \"SLIPPERS\",\n                        \"Private bathroom\",\n                        \"Bathrobes\",\n                        \"Hair dryer\",\n                        \"Air conditioning\",\n                        \"IRON\",\n                        \"Housekeeping on request\",\n                        \"Rollaway/extra beds (surcharge)\",\n                        \"In-room safe\",\n                        \"Room service (24 hours)\",\n                        \"Free bottled water\",\n                        \"Free cribs/infant beds\"\n                    ],\n                    \"Descriptions\": [\n                        \"<p><strong>1 King Bed</strong></p><p>322-sq-foot room with city views </p><br/><p><b>Internet</b> - Free WiFi </p><p><b>Entertainment</b> - Flat-screen TV, premium channels, and iPod dock</p><p><b>Food & Drink</b> - Coffee/tea maker, minibar (fees may apply), electric kettle, and 24-hour room service</p><p><b>Sleep</b> - Hypo-allergenic bedding and bed sheets </p><p><b>Bathroom</b> - Private bathroom, bathtub or shower, bathrobes, and slippers</p><p><b>Practical</b> - Safe, iron/ironing board, and laptop workspace; rollaway/extra beds and free cribs/infant beds available on request</p><p><b>Comfort</b> - Fresh bed sheets (on request), air conditioning, and daily housekeeping</p><p><b>Accessibility</b> - Lever door handles</p><p><b>Eco-friendly</b> - Energy-saving switches, recycling bin, and LED light bulbs</p><p><b>Need to Know</b> - Housekeeping on request</p><p>Non-Smoking</p><p>Connecting/adjoining rooms can be requested, subject to availability </p>\"\n                    ],\n                    \"Images\": [\n                        \"https://az712897.vo.msecnd.net/images/fullrm/6775f195-e6f2-4309-b1a8-50da7fce5ffe.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/c819da05-c7d8-4a0f-ad0a-6c290122b6c3.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/23a5066f-3f26-4203-9cd2-6bf388f018de.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/404e159d-6a2f-4570-9653-71a083f549ac.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/2e966b59-e04b-461a-9cb9-e3fedaf664c9.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/64179ce0-bdac-4e8e-b8db-793cd662ce98.jpeg\",\n                        \"https://az712897.vo.msecnd.net/images/fullrm/a6ec24f7-ef88-40df-b78e-1574b99c6b7d.jpeg\"\n                    ],\n                    \"RoomKey\": \"10507197-39\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"be192cb6-0856-4e26-8689-72d4ea18b44f"}],"id":"929f951d-5ba3-4095-866f-795fe5795961","description":"<p>GetPackages request is used to get updated information about a hotel.<br />You will receive a list of rooms and info about them .</p>\n<p>In order to send this request, all you need is the <strong>hotelID &amp; sessionID</strong> that was returned in the Search response.</p>\n<p><strong>Request Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HotelID</td>\n<td>The hotel ID returned in the Search response</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ReturnTaxesAndFees</td>\n<td>False - Taxes and fees details will not return in the response.  <br />True - The result will include full taxes and fees breakdown, only if the supplier has returned the tax information, and if our integration with the supplier includes reading this info</td>\n<td></td>\n</tr>\n<tr>\n<td>RoomNameResponseLanguage</td>\n<td>Defines the Room Names langugae .  <br />Supported langugaes :  <br />- Hebrew : \"he\"  <br />- Arabic : \"ar-sa\"  <br />- Spanish : \"es\"  <br />- Russian : \"ru\"  <br />- German : \"de\"  <br />- Chinesse : \"zh\"  <br />- French : \"fr\"  <br />- Portuguese : \"pt\"  <br />- Turkish : \"tr\"  <br />- Polish : \"pl\"  <br />- Korean : \"ko\"  <br />- Japanesse : \"je\"  <br />- Hindi : \"hi\"</td>\n<td></td>\n</tr>\n<tr>\n<td>TimeoutSeconds</td>\n<td>Same as in the Search step, the amount of seconds to wait before results are returned</td>\n<td></td>\n</tr>\n<tr>\n<td>ReturnSRSP</td>\n<td>The supplier's recommended selling price.  <br />If specified as True, the SRSP will be returned under the HotelRoomPackage, above the \"SimplePrice\" field.  <br />  <br />Please note that the SRSP currency is in \"SupplierCurrency\" tag and not the \"Currency\" tag</td>\n<td>The SRSP currency is in \"SupplierCurrency\" tag and NOT the \"Currency\" tag  <br />  <br />The SRSP is returned by the following suppliers: TotalStay (TTS), HotelBeds (HB2), Yalago (YLG), WelcomeBeds (WLC) and AbreuOnlline (ABR), RateHawk (RTH)-\"min_price\" in the SRSP tag, GetARoom (GTR) - \"reference-amount\" as SRSP, BedToYou (SHT) - \"minAmount\" as SRSP.</td>\n</tr>\n<tr>\n<td>ReturnProfit</td>\n<td>If set to 'True', the tag TotalProfit will be returned in the response, it will give an indication for the expected profit.  <br />The currency will be shown in the search currency.  <br />Please note that the profit is the total profit of the client and not the profit of the actual user or node</td>\n<td></td>\n</tr>\n<tr>\n<td>SessionID</td>\n<td>The session ID returned in the Search step</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>RequestType</td>\n<td>JSON: 22  <br />XML: GetPackages</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>TypeOfService</td>\n<td>JSON: 2  <br />XML: Hotels</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ContractId</td>\n<td>Integer</td>\n<td>The contract ID from which the rate originated</td>\n</tr>\n<tr>\n<td>HotelId</td>\n<td>Integer</td>\n<td>The hotel's ID from our hotel/property list (that can be retrieved from our Mapping.Works lite tool)</td>\n</tr>\n<tr>\n<td>PackageId</td>\n<td>String</td>\n<td>The unique package ID of the rate</td>\n</tr>\n<tr>\n<td>PackagePrice</td>\n<td>Object</td>\n<td>Contains information about the pricing, i.e. original price, price after taxes applied, etc.</td>\n</tr>\n<tr>\n<td>Refundability</td>\n<td>Integer: 1 - refundable, 2 - nonrefundable</td>\n<td>Contains information the supplier provided regarding the package's refundability, please note, it is not final and should not be used to determine the final cancellation policy.  <br />Please call 'CancellationPolicyRequest' in order to fetch the most updated data</td>\n</tr>\n<tr>\n<td>RefundableUntil</td>\n<td>String</td>\n<td>The 'RefundableUntil' field indicates the final date by which a package cancellation is possible. This field is provided only when the 'Refundability' field is set to '1', signifying that the package is refundable. It returns the date in epoch format as a string, for example: '/Date(1706399940000)/'.</td>\n</tr>\n<tr>\n<td>Remarks</td>\n<td>String</td>\n<td>The supplier's remarks regarding the taxes and fees</td>\n</tr>\n<tr>\n<td>AdultsCount</td>\n<td>Integer</td>\n<td>Number of adults to stay in a room</td>\n</tr>\n<tr>\n<td>Availability</td>\n<td>String</td>\n<td>Available/On Request</td>\n</tr>\n<tr>\n<td>BedType</td>\n<td>String</td>\n<td>Bed type as parsed from the room name.  <br />Will return only if room name contains proper bed type.</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td>Room ID</td>\n</tr>\n<tr>\n<td>RoomBasis</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>RoomName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>SpecialDeals</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>SupplierId</td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td>SupplierName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>RoomsContent</td>\n<td>ArrayOfRoomContent</td>\n<td>an array of rooms content</td>\n</tr>\n<tr>\n<td>RoomContent</td>\n<td>RoomContent</td>\n<td>Includes the Room Content: Amenities, Descriptions, Images and a reference point (RoomKey) to be used as a “Room Content Dictionary</td>\n</tr>\n<tr>\n<td>Amenities</td>\n<td>ArrayOfstring</td>\n<td>List of Room Amenities as retrieved from the source and processed by TV</td>\n</tr>\n<tr>\n<td>Descriptions</td>\n<td>ArrayOfstring</td>\n<td>List of Room Descriptions as retrieved from the source and processed by TV</td>\n</tr>\n<tr>\n<td>Images</td>\n<td>ArrayOfstring</td>\n<td>List of Room Images as retrieved from the source and processed by TV  <br />  <br />Note: the images are sorted in a recommended display manner</td>\n</tr>\n<tr>\n<td>TargetRoomKey</td>\n<td>String</td>\n<td>The room key of the room’s content source. The room’s TargetRoomKey that was retrieved in the result should be matched to this RoomKey in order to fetch the corresponding Room Content  <br />  <br />Please refer to <a href=\"https://documentation.hsp.gimmonix.com/docs/room-level-content\">Room Level Content Doc</a>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>If \"<strong><strong>ReturnTaxesAndFees</strong></strong>\" is set to true in the request body, the following fields will appear as well:</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Currency</td>\n<td>string</td>\n<td>The taxes and fees currency as the supplier returned</td>\n</tr>\n<tr>\n<td>FeeTitle</td>\n<td>string</td>\n<td>The taxes and fees title as the supplier returned</td>\n</tr>\n<tr>\n<td>FrequencyType</td>\n<td>string</td>\n<td>Represents the tax repetitive type: Other, NotApplicable, NotSpecified, PerMinute, PerHour, PerHalfDay, PerNight, PerWeek, PerStay</td>\n</tr>\n<tr>\n<td>IsIncludedInPrice</td>\n<td>boolean</td>\n<td>Represents if the taxes and fees are included in the final price</td>\n</tr>\n<tr>\n<td>IsMandatory</td>\n<td>boolean</td>\n<td>Represents if the taxes and fees are mandatory to be paid. For instance, 'resort fees' are typically mandatory, while 'wifi fee' might not.</td>\n</tr>\n<tr>\n<td>IsValuePercentage</td>\n<td>boolean</td>\n<td>Represents if the tax or fee is percentage value or an absolute value</td>\n</tr>\n<tr>\n<td>UnitType</td>\n<td>string</td>\n<td>Represents the taxes and fees categorization type: Other, NotApplicable, NotSpecified, PerChild, PerAdult, PerNight,  <br />PerRoom, PerStay, PerPerson, PerOccurrence, PerItem, PerReservation  <br />  <br />Other:  <br />Happens when the supplier returns tax/fee amount, but didn't specified a title which we didn't recognize  <br />  <br />NotApplicable:  <br />Happens when the supplier returns tax/fee amount, and specified that this fee is not applicable for the selected room.  <br />  <br />NotSpecified:  <br />Happens when the supplier returns tax/fee amount, but didn't specify any title for it.  <br />  <br />PerOccurrence:  <br />of the fee title  <br />  <br />PerItem:  <br />for example - number of speedboats  <br />  <br />PerReservation:  <br />The tax will be applied per the entire reservation</td>\n</tr>\n<tr>\n<td>Value</td>\n<td>string</td>\n<td>The decimal value of the taxes and fees</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"929f951d-5ba3-4095-866f-795fe5795961"}],"id":"1a4ce9d1-a289-44fa-a275-d90db4967bdc","_postman_id":"1a4ce9d1-a289-44fa-a275-d90db4967bdc","description":""},{"name":"Get Cancellation Policy","item":[{"name":"Get Cancellation Policy","id":"317f8a9f-c0bc-498b-b8e8-0a50deae156a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Request\": {\r\n            \"__type\": \"HotelCancellationPolicyRequest\",\r\n            \"ClientIP\": null,\r\n            \"HotelID\": 10507197,\r\n            \"IncludePackageDetails\": true,\r\n            \"PackageID\": \"c81a37d1-6285-4e05-84f1-a00f73acb52f\"\r\n        },\r\n        \"RequestType\": 8,\r\n        \"SessionID\": \"/181/141747/D20241229T124025/e5ce0d08ba124e3e94723232c15708b2\",\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"ece76cd6-002c-4e67-b28e-91b9c4a39d0c","name":"Get Cancellation Policy - Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Request\": {\r\n            \"__type\": \"HotelCancellationPolicyRequest\",\r\n            \"ClientIP\": null,\r\n            \"HotelID\": 10507197,\r\n            \"IncludePackageDetails\": true,\r\n            \"PackageID\": \"c81a37d1-6285-4e05-84f1-a00f73acb52f\"\r\n        },\r\n        \"RequestType\": 8,\r\n        \"SessionID\": \"/181/141747/D20241229T124025/e5ce0d08ba124e3e94723232c15708b2\",\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001Q"},{"key":"Date","value":"Sun, 29 Dec 2024 12:51:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"HotelCancellationPolicyResponse\": {\n            \"BookingRemarks\": \"  Estimated total amount of taxes & fees for this booking:30.00 Utd. Arab Emir. Dirham payable on arrival.  Car park YES (Without additional debit notes).Check-in hour 03:00-.\",\n            \"CancellationPolicies\": [\n                {\n                    \"CancellationFee\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 31.79,\n                        \"FinalPriceInSupplierCurrency\": 30.48,\n                        \"OriginalPrice\": 31.79,\n                        \"OriginalPriceInSupplierCurrency\": 30.48,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"DateFrom\": \"/Date(1735862400000+0000)/\",\n                    \"DateTo\": \"/Date(253402214400000+0000)/\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"317f8a9f-c0bc-498b-b8e8-0a50deae156a"},{"name":"Get Cancellation Policy for multi rooms","id":"60bb102d-54aa-4f4a-a2db-d99f2bd7ea5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Request\": {\r\n            \"__type\": \"HotelCancellationPolicyRequest\",\r\n            \"ClientIP\": null,\r\n            \"HotelID\": 10507197,\r\n            \"IncludePackageDetails\": true,\r\n            \"PackageID\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"PackagesIDs\": [\r\n                \"c81a37d1-6285-4e05-84f1-a00f73acb52f\",\"1fd70cdb-55fd-4536-988e-b725ddaad01e\"\r\n            ]\r\n        },\r\n        \"RequestType\": 8,\r\n        \"SessionID\": \"/181/141747/D20241229T124025/e5ce0d08ba124e3e94723232c15708b2\",\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"77a5f182-e18f-42d9-b38e-31bb552ff8fe","name":"Get Cancellation Policy for multi rooms - Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Request\": {\r\n            \"__type\": \"HotelCancellationPolicyRequest\",\r\n            \"ClientIP\": null,\r\n            \"HotelID\": 10507197,\r\n            \"IncludePackageDetails\": true,\r\n            \"PackageID\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"PackagesIDs\": [\r\n                \"c81a37d1-6285-4e05-84f1-a00f73acb52f\",\"1fd70cdb-55fd-4536-988e-b725ddaad01e\"\r\n            ]\r\n        },\r\n        \"RequestType\": 8,\r\n        \"SessionID\": \"/181/141747/D20241229T124025/e5ce0d08ba124e3e94723232c15708b2\",\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001O"},{"key":"Date","value":"Sun, 29 Dec 2024 12:51:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"HotelCancellationPoliciesResponse\": {\n            \"Items\": [\n                {\n                    \"CancellationPolicy\": {\n                        \"BookingRemarks\": \"  Estimated total amount of taxes & fees for this booking:30.00 Utd. Arab Emir. Dirham payable on arrival.  Car park YES (Without additional debit notes).Check-in hour 03:00-.\",\n                        \"CancellationPolicies\": [\n                            {\n                                \"CancellationFee\": {\n                                    \"Currency\": \"USD\",\n                                    \"FinalPrice\": 31.79,\n                                    \"FinalPriceInSupplierCurrency\": 30.48,\n                                    \"OriginalPrice\": 31.79,\n                                    \"OriginalPriceInSupplierCurrency\": 30.48,\n                                    \"SupplierCurrency\": \"EUR\"\n                                },\n                                \"DateFrom\": \"/Date(1735862400000+0000)/\",\n                                \"DateTo\": \"/Date(253402214400000+0000)/\"\n                            }\n                        ]\n                    },\n                    \"PackageId\": \"c81a37d1-6285-4e05-84f1-a00f73acb52f\"\n                },\n                {\n                    \"CancellationPolicy\": {\n                        \"BookingRemarks\": \"  Estimated total amount of taxes & fees for this booking:30.00 Utd. Arab Emir. Dirham payable on arrival.  Car park YES (Without additional debit notes).Check-in hour 03:00-.\",\n                        \"CancellationPolicies\": [\n                            {\n                                \"CancellationFee\": {\n                                    \"Currency\": \"USD\",\n                                    \"FinalPrice\": 31.79,\n                                    \"FinalPriceInSupplierCurrency\": 30.48,\n                                    \"OriginalPrice\": 31.79,\n                                    \"OriginalPriceInSupplierCurrency\": 30.48,\n                                    \"SupplierCurrency\": \"EUR\"\n                                },\n                                \"DateFrom\": \"/Date(1735862400000+0000)/\",\n                                \"DateTo\": \"/Date(253402214400000+0000)/\"\n                            }\n                        ]\n                    },\n                    \"PackageId\": \"1fd70cdb-55fd-4536-988e-b725ddaad01e\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"60bb102d-54aa-4f4a-a2db-d99f2bd7ea5d"}],"id":"e0bdfd75-28a5-46be-a441-a58ac48ccc5b","description":"<p>This function sends a request for the cancellation policy and should be used before sending a booking request.</p>\n<p>In order to send this request, all you need is the <strong>hotelID , PackageID &amp; sessionID</strong> that was returned in the GetPackagesResponse.</p>\n<p>If you'd like to get the cancellation policy for multiple package IDs on the same HotelID<br />returned in the search result, you can send several simultaneous cancellation policy requests or send multiple package IDs in a single request.</p>\n<p>This call should be used only once the end-user wants to retrieve information for a specific rate and under no circumstances should be used to retrieve ALL cancellation policies for all package IDs returned for all Hotel IDs.<br />While the latter is supported, abuse of such calls will lead to throttling of your user.</p>\n<p><strong>Request Fields:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HotelID</td>\n<td>Hotel ID which you would like to get cancellation policy for. Mandatory.</td>\n</tr>\n<tr>\n<td>PackageID</td>\n<td>Package id that came from search results for this hotel id.</td>\n</tr>\n<tr>\n<td>PackagesIDs</td>\n<td>NEW - You can pass a few packagesIDs for selected hotel. This might be useful instead of executing multiple cancellation policies requests with one package id each time.</td>\n</tr>\n<tr>\n<td>TimeoutInSeconds</td>\n<td>Timeout for the response to be retrieved</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Fields :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BookingRemarks</td>\n<td>The cancellation policy remarks - retrieved from the supplier and contains essential text such as hotel comments, residency restrictions, check-in hours, etc.  <br />In case the remarks contain textual policy dates and fees which are different from the structured policy - please consider the textual policy as the policy to be applied for this package</td>\n</tr>\n<tr>\n<td>CancellationPolicies</td>\n<td>There can be few cancel policies for the package</td>\n</tr>\n<tr>\n<td>CancellationPolicy</td>\n<td>Each element will address specific date range from-to</td>\n</tr>\n<tr>\n<td>CancellationFee</td>\n<td>Cancellation fee element.  <br />It is important to mention that the fee is the package's original price, i.e. without any markups.</td>\n</tr>\n<tr>\n<td>DateFrom</td>\n<td>Date and time the policy kicks in. Time is GMT.  <br />  <br />Please be aware that we won't be able to service complaints on a cancellation fee that was charged by the supplier because of time-zone differences between the supplier cancellation policy time to your time.</td>\n</tr>\n<tr>\n<td>DateTo</td>\n<td>End date and time for the policy. Time is GMT.</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>Contains policy description as returned from the supplier.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e0bdfd75-28a5-46be-a441-a58ac48ccc5b"},{"name":"Get Payment Preferences","item":[{"name":"Get Payment Preferences","id":"ff50f795-73fd-41ec-be94-b9a7de055e5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Request\": {\r\n            \"__type\": \"HotelPaymentPreferencesRequest\",\r\n            \"ClientIP\": null,\r\n            \"HotelID\": 10507197,\r\n            \"IncludeCancellationPolicy\": true,\r\n            \"PackageID\": \"1fd70cdb-55fd-4536-988e-b725ddaad01e\"\r\n        },\r\n        \"RequestType\": 10,\r\n        \"SessionID\": \"/181/141747/D20241229T124025/e5ce0d08ba124e3e94723232c15708b2\",\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"b5a2826f-cbbd-4d48-8728-640440d187f8","name":"Get Payment Preferences - Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Request\": {\r\n            \"__type\": \"HotelPaymentPreferencesRequest\",\r\n            \"ClientIP\": null,\r\n            \"HotelID\": 10507197,\r\n            \"IncludeCancellationPolicy\": true,\r\n            \"PackageID\": \"1fd70cdb-55fd-4536-988e-b725ddaad01e\"\r\n        },\r\n        \"RequestType\": 10,\r\n        \"SessionID\": \"/181/141747/D20241229T124025/e5ce0d08ba124e3e94723232c15708b2\",\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001Q"},{"key":"Date","value":"Sun, 29 Dec 2024 12:52:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"HotelCancellationPolicyResponse\": {\n            \"BookingRemarks\": \"  Estimated total amount of taxes & fees for this booking:30.00 Utd. Arab Emir. Dirham payable on arrival.  Car park YES (Without additional debit notes).Check-in hour 03:00-.\",\n            \"CancellationPolicies\": [\n                {\n                    \"CancellationFee\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 31.79,\n                        \"FinalPriceInSupplierCurrency\": 30.48,\n                        \"OriginalPrice\": 31.79,\n                        \"OriginalPriceInSupplierCurrency\": 30.48,\n                        \"SupplierCurrency\": \"EUR\"\n                    },\n                    \"DateFrom\": \"/Date(1735862400000+0000)/\",\n                    \"DateTo\": \"/Date(253402214400000+0000)/\"\n                }\n            ]\n        },\n        \"HotelPaymentPreferences\": {\n            \"ApplicablePreferences\": [\n                {\n                    \"AcceptedCreditCards\": null,\n                    \"Type\": 0\n                },\n                {\n                    \"AcceptedCreditCards\": [],\n                    \"Type\": 1\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"ff50f795-73fd-41ec-be94-b9a7de055e5b"}],"id":"0c832cd5-8ce2-4ae7-8ce5-57ea2706080c","description":"<p>Payment Preferences is used to retrieve the booking payment possibilities for a selected package.<br />In order to send this request, all you need is the <strong>hotelID , PackageID &amp; sessionID</strong> that was returned in the GetPackagesResponse.</p>\n<p>Payment preferences will specify if the user (whose credentials were used to access the API and to<br />create the session) is allowed to make a booking, if he/she can pay by credit card (internal/external),<br />cash or other alternative method (pay upon arrival).</p>\n<p>Also included are the applicable credit cards that are allowed for use in booking this package. The list of<br />applicable Credit Cards are either parsed according to supplier response (if returned and implemented),<br />or taken from the accounts settings (Can be configured via the the B2B, on contracts screen).<br />Payment preferences can also return cancellation policy details for the selected package.</p>\n<p><strong>Request Fields :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HotelID</td>\n<td>From search response</td>\n</tr>\n<tr>\n<td>PackageID</td>\n<td>From search response</td>\n</tr>\n<tr>\n<td>IncludeCancellationPolicy</td>\n<td>true/false.  <br />If true, will return cancellation policy too, otherwise will not return cancellation policy</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Fields :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Booking remarks</td>\n<td>Possible supplier remarks/notifications</td>\n</tr>\n<tr>\n<td>HotelCancelationPolicyResponse</td>\n<td>If requested, will contain CXL details</td>\n</tr>\n<tr>\n<td>HotelPaymentPreferences</td>\n<td></td>\n</tr>\n<tr>\n<td>ApplicablePreferences</td>\n<td></td>\n</tr>\n<tr>\n<td>PaymentPreference</td>\n<td>Contain payment methods available</td>\n</tr>\n<tr>\n<td>AcceptedCreditCards</td>\n<td>List of accepted credit cards which can be sent on booking request.</td>\n</tr>\n<tr>\n<td>CreditCardPaymentCommision</td>\n<td></td>\n</tr>\n<tr>\n<td>CardType</td>\n<td>Unspecified = 0  <br />Visa = 1,  <br />MasterCard = 2,  <br />AmericanExpress = 3,  <br />Diners = 4,  <br />Discover = 5,  <br />Eurocard = 6,  <br />Maestro = 7,  <br />JCB = 8,  <br />WEX = 9,  <br />Enett = 10</td>\n</tr>\n<tr>\n<td>Commission</td>\n<td>Additional charges that might be added to the final price</td>\n</tr>\n<tr>\n<td>FlatFee</td>\n<td>Additional charges that might be added to the final price</td>\n</tr>\n<tr>\n<td>ChargingCurrency</td>\n<td>Final currency in which a Credit card will be charged</td>\n</tr>\n<tr>\n<td>ConversionRate</td>\n<td>Conversion rate used between Sale price/rate and the actual charge</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Cash [0] – the booking can be completed without CreditCard  <br />  <br />CreditCardInternal [1] - relevant for net suppliers, the payment is processed via the client's payment gateway.  <br />  <br />CreditCardExternal [2] - Credit Card details are passed to the accommodation provider.  <br />  <br />PayOnArrival [3] - relevant for gross suppliers only. Payment for the stay will be done at the hotel.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"0c832cd5-8ce2-4ae7-8ce5-57ea2706080c"},{"name":"GetSupplierBreakdown","item":[{"name":"GetSupplierBreakdown","id":"35ff9fc8-f7e8-44b3-8b60-12995ff08cd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\t{\r\n    \"request\": {\r\n        \"SessionID\":\"/181/141747/D20241229T124025/e5ce0d08ba124e3e94723232c15708b2\",\r\n        \"TypeOfService\":2\r\n        }\r\n   \r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/B2CService/SearchService.svc/json/GetSupplierBreakdown","urlObject":{"protocol":"https","path":["B2CService","SearchService.svc","json","GetSupplierBreakdown"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"f8ba8263-5e13-4e6d-b274-4889142c8ea2","name":"GetSupplierBreakdown - Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\t{\r\n    \"request\": {\r\n        \"SessionID\":\"/181/141747/D20241229T124025/e5ce0d08ba124e3e94723232c15708b2\",\r\n        \"TypeOfService\":2\r\n        }\r\n   \r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/B2CService/SearchService.svc/json/GetSupplierBreakdown"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001Q"},{"key":"Date","value":"Sun, 29 Dec 2024 12:52:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"GetSupplierBreakdownResult\": {\n        \"HotelsSupplierBreakdown\": [\n            {\n                \"HotelsCount\": 86,\n                \"PackagesCount\": 86,\n                \"SupplierName\": \"HB2\"\n            },\n            {\n                \"HotelsCount\": 168,\n                \"PackagesCount\": 168,\n                \"SupplierName\": \"DDT\"\n            },\n            {\n                \"HotelsCount\": 186,\n                \"PackagesCount\": 222,\n                \"SupplierName\": \"EPS\"\n            }\n        ]\n    }\n}"}],"_postman_id":"35ff9fc8-f7e8-44b3-8b60-12995ff08cd5"}],"id":"d530cab6-4b90-4a81-9d95-756e8fc5e544","description":"<p>The request retrieves a summary breakdown of the available results per supplier. This breakdown includes information on the number of suppliers, the count of hotels provided by each supplier, and the count of rooms offered by each supplier.</p>\n<p><strong>Request Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th><strong>Description</strong></th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SessionID</td>\n<td>SessionID</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>TypeOfService</td>\n<td>2</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HotelsCount</td>\n<td>Hotels Count per Supplier</td>\n</tr>\n<tr>\n<td>PackagesCount</td>\n<td>Packages Count per Supplier</td>\n</tr>\n<tr>\n<td>SupplierName</td>\n<td>Supplier Name</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"d530cab6-4b90-4a81-9d95-756e8fc5e544"},{"name":"GetHotelContent","item":[{"name":"GetHotelContent Request","id":"a976ccc2-e040-4d43-89df-70a905262b25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"request\": {\r\n    \"SessionID\": \"/181/141747/D20241229T124025/e5ce0d08ba124e3e94723232c15708b2\",\r\n    \"TypeOfService\": 2,\r\n    \"IsDynamicPackaging\": false,\r\n    \"HotelId\": 10507197,\r\n    \"IncludePhotos\": true,\r\n    \"IncludeFacilities\": true,\r\n    \"IncludeDescription\": true,\r\n    \"Language\": \"EN\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/B2CService/SearchService.svc/json/GetHotelContent","urlObject":{"protocol":"https","path":["B2CService","SearchService.svc","json","GetHotelContent"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"6900fb25-57ef-4220-957a-96ff10ab6638","name":"GetHotelContent - Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"request\": {\r\n    \"SessionID\": \"/181/141747/D20241229T124025/e5ce0d08ba124e3e94723232c15708b2\",\r\n    \"TypeOfService\": 2,\r\n    \"IsDynamicPackaging\": false,\r\n    \"HotelId\": 10507197,\r\n    \"IncludePhotos\": true,\r\n    \"IncludeFacilities\": true,\r\n    \"IncludeDescription\": true,\r\n    \"Language\": \"EN\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/B2CService/SearchService.svc/json/GetHotelContent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001Q"},{"key":"Date","value":"Sun, 29 Dec 2024 12:53:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"GetHotelContentResult\": {\n        \"CheckInFrom\": \"PT15H\",\n        \"CheckOutTo\": \"PT12H\",\n        \"Descriptions\": [\n            {\n                \"Descrption\": \"Directly connected to the renowned City Centre Deira, a shopping haven with over 370 international stores, the hotel has 4 dining options, 5 meeting rooms and an onsite VOX Cinemas multiplex. The hotel is perfect for those looking for a different perspective with a location near to the popular cultural sites of the city and a short drive to Downtown and the major hubs and attractions.\",\n                \"HotelID\": 10507197,\n                \"Language\": \"en\",\n                \"Line\": 1,\n                \"SupplierID\": 0,\n                \"Title\": \"\"\n            },\n            {\n                \"Descrption\": \"Located in the cultural heart of Dubai, Aloft City Centre Deira offers a bold and differentiated experience through clever design and state-of-the-art technology. A home for the modern traveller Aloft is open in space and in spirit.\",\n                \"HotelID\": 10507197,\n                \"Language\": \"en\",\n                \"Line\": 2,\n                \"SupplierID\": 0,\n                \"Title\": \"\"\n            }\n        ],\n        \"Facilities\": [\n            {\n                \"Facility\": \"24H. Security\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Air conditioning\",\n                \"FacilityType\": \"RoomFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Alarm clock\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"ATM\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Banquet\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Bar/Snack/CafEn'\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Barber/Beauty Salon\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Bars\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Bathrobe\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Bathroom\",\n                \"FacilityType\": \"RoomFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Beach nearby\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Bidet\",\n                \"FacilityType\": \"RoomFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Breakfast in room\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Business Center\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Car rental service\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Carpeted\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Cleaning\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Coffee\",\n                \"FacilityType\": \"RoomFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Concierge\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Cot \",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Currency exchange\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Desk\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Dry cleaning service\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Dvd\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Entertainment activities\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Express check in\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Fitness Center\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Free car parking\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Free Wifi\",\n                \"FacilityType\": \"RoomFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Garage\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Golf course\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Gymnasium\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Hairdryer\",\n                \"FacilityType\": \"RoomFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Spa\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"High chairs\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Housekeeping\",\n                \"FacilityType\": \"RoomFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Ipod dock\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Iron and board\",\n                \"FacilityType\": \"RoomFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Kitchenette\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Laundry Service\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Lifts\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Luggage storage\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Market\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Massage\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Microwave\",\n                \"FacilityType\": \"RoomFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Non smoking rooms\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Outdoor pool\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Pool bar\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Internet access\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Radio\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Refrigerator\",\n                \"FacilityType\": \"RoomFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Restaurant(s)\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Room Service\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Safe\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Security Features\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Shower\",\n                \"FacilityType\": \"RoomFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Shuttle service\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Sink\",\n                \"FacilityType\": \"RoomFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Slippers\",\n                \"FacilityType\": \"RoomFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Smoke detector\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Smoking area\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Sofa bed\",\n                \"FacilityType\": \"RoomFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Swimming pool\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Telephone\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Terrace\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Toiletries\",\n                \"FacilityType\": \"RoomFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Towels\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"TV\",\n                \"FacilityType\": \"RoomFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Wake-Up service\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Water\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"WC\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Wheelchair accessible\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Wifi\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Lake\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Lunch\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Breakfast\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Parking\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Bath\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Public transport\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"River\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"First aid\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"24 Hour Front Desk\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            },\n            {\n                \"Facility\": \"Family rooms\",\n                \"FacilityType\": \"HotelFacility\",\n                \"HotelID\": 10507197,\n                \"SupplierID\": 0\n            }\n        ],\n        \"Photos\": [\n            \"https://az712897.vo.msecnd.net/images/full/85b45fd8-cc38-41d9-a028-6b83c097469c.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/474a5967-dafc-42d0-b276-f57ef35ea6f2.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/44411220-e841-41a9-8980-5907aaf20984.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/fa2df479-d1d2-4931-9c9c-3ababa33dcb8.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/0db6b115-8f72-49a0-a4af-427d342fbe10.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/6502734b-dfe3-4bec-83d1-8c86948a662c.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/2168dc03-3dac-4a4e-bf27-d0906c73e3f9.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/b3ddd7c4-ca21-48ce-9982-b681116b0c79.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/47a52c9d-d5bf-45e5-b553-9495255e0808.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/5a4b97bb-8cc9-45bb-b720-4d9550766278.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/b8a768ca-ec3d-4855-be5a-548e780fb759.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/de9b74b5-3eb3-4576-98fe-95da32785387.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/e7554020-030b-4e01-911d-be94110dfb44.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/f968aea2-061d-48bf-b616-4a534d244444.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/935d8033-8f94-4d64-90a1-0fc758533fcc.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/9c3b238e-7c0a-40fe-ab14-c63803d818a9.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/21037a22-3c1b-4a08-9449-2bf14d9fa5f5.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/a61aff72-1c3a-4080-b2d1-e59edf20ea3c.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/0eeeeffd-e6a0-4a66-849e-eb68b15e30ee.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/908e256e-e938-43a6-af02-c4c03255f1d9.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/698e2f3c-ca92-4acf-9429-7e773d369815.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/151b41b4-fa9a-4e7a-968b-b51538f8c6c7.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/60cfca19-269e-4522-9517-087cc776a5a7.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/8c45b55c-e04a-437e-bf71-4e4ca68dc381.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/a1dd6c7b-c659-46aa-a47d-7b8a62423228.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/503eded6-3de6-48b5-bb74-0933754971f9.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/7278b974-0262-4a9d-93ae-ef9935e5e414.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/56451f01-9498-4b8a-8827-049faf21d16d.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/8c8ff814-6641-4c1d-85fc-a94bcc4727ad.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/abd5e6a9-66a1-43cc-a07a-7431aaa621b7.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/3d4fb681-1874-41e6-bf06-2715e55f0e87.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/88f2c20e-fd3a-4360-99ca-c36511a557bb.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/11172593-a7ec-4304-a517-f0ba620ce158.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/069be892-c301-4024-8fa4-6db2069a0dae.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/951541ca-8f5c-44ac-a099-0d134ed6cc71.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/f13debc6-a374-470c-8a71-8ed3aface00f.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/08d08251-d18f-4b9c-888c-6fc46b22faf0.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/004ae5ce-1187-4d14-8de0-5342165cc9d3.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/699525a7-4fb4-4619-bfc8-f7e03dedf63b.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/2b28145d-8499-423e-9d46-bb9e390b5dc3.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/be93ed12-df6f-42f6-93b1-d33bc672257c.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/db80488d-573e-4689-8213-1669d218b6c3.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/1dcdf85c-ae77-4afa-838c-d92c243ed71d.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/22ad081e-8ae3-4e53-a682-34119bbf9e8f.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/b347fc52-2c9e-4dbf-9a1c-2a65d46a08e3.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/4f9dace7-b57e-4e0c-89df-54deb7a7bf59.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/1f9fd3a9-ca5a-4858-a151-4a83abbd7704.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/62c73bc1-2ee8-40ae-ba07-93cefa2ec425.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/b4d89432-ed03-4a0a-a444-8a19e9b91551.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/4572b99f-1adf-4dca-8db1-d8c2ce41e260.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/8090cbbc-c464-45aa-8447-ea0746fea1e6.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/4cbfdf76-8b46-4b41-b1a3-1275298ade88.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/0f334844-380f-4340-b3d8-619a9570ca68.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/3747b2aa-0626-49e3-b57d-18ce2743178e.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/b2178d9d-0703-4040-92aa-bceaf29879fa.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/dc802af0-de8f-4b31-8ea3-f7ec2867a4e8.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/5cda78ae-fc60-41a5-8e8b-0f37a0d479db.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/2c109796-c9c2-4c60-a4f5-e9a7f45f2534.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/01b268bb-7512-48ae-b9b0-749db06e16ac.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/e8820400-751d-456f-9927-d7e0a40ae22a.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/9acdff78-316b-466b-845c-6cfc0b5ae43a.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/de147daf-2c4f-4033-830e-0b986ea50963.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/41ab0ba2-b876-407d-b9f4-9b18b16140e0.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/f2591573-464d-4e32-b037-fe8da12ae970.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/96c5a499-8f8f-4862-a7af-9aa5c78fe5c1.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/c1879cf5-ab1d-4dc7-a392-fb7c31ed9f46.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/b5d44252-fee8-4b5c-bd64-9671780c68ea.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/a7fbeae8-23df-4b3f-8761-2dbc81215159.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/6e6f64f0-c22f-4510-98f9-74b3bb5b226d.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/9ce8cbf3-4f26-4ac6-a4dd-2a4542f8d5f4.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/7c8aca38-e448-4b15-82ed-946c916cbf99.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/e1997da5-cc6c-4f5b-9dcc-68791b76fc2f.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/8d2e7506-11e7-410e-97fe-e4b75f006a1e.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/6ad4e43f-9e20-4132-8223-d824058fa5b7.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/1414105c-7c84-4d28-8def-6150d78fd45a.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/2a4096e2-8b8e-4a87-b505-3b408cf6b575.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/6922e1de-fa74-422c-bd83-e4a1d1c2b053.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/5c5b8766-4ef9-490e-ba50-3ed28d2d17c2.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/c6ff06c1-16d4-4dd6-b299-355e5b10681c.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/83d9038d-b702-4dce-9f92-515bea0d45f6.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/71f2d9e5-f8e2-4873-bffe-c45098ea85ba.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/cb37d73c-267b-4d63-83c9-6fb1a43a9042.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/fcde2121-6850-43ac-b840-feabada7de61.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/675cc782-0dc5-412a-bb3b-81a145452596.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/22188126-1163-42c5-951e-f37b0d40cd52.jpeg\",\n            \"https://az712897.vo.msecnd.net/images/full/3075d42d-cf31-4f27-bc30-fffbab1ba785.jpeg\"\n        ]\n    }\n}"}],"_postman_id":"a976ccc2-e040-4d43-89df-70a905262b25"}],"id":"e72f2583-2067-4da4-8a1d-de786064bf44","description":"<p>The Content request allows you to retrieve specific content for a particular hotel. You have the option to choose which types of content you need, such as images, descriptions, and facilities/amenities information, depending on your requirements.</p>\n<p><strong>Request Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SessionID</td>\n<td>SessionID</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>TypeOfService</td>\n<td>2</td>\n<td></td>\n</tr>\n<tr>\n<td>IsDynamicPackaging</td>\n<td>True/False</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>HotelId</td>\n<td>HotelID to get content for</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>IncludePhotos</td>\n<td>True/False</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>IncludeFacilities</td>\n<td>True/False</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>IncludeDescription</td>\n<td>True/False</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Language</td>\n<td>Content language, short language : i.e. \"EN\"</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CheckInFrom</td>\n<td>Check-In from Hour by Hotel's time zone.</td>\n</tr>\n<tr>\n<td>CheckOutTo</td>\n<td>Check-Out from Hour by Hotel's time zone**.**</td>\n</tr>\n<tr>\n<td><strong>Descriptions</strong></td>\n<td><strong>Element</strong></td>\n</tr>\n<tr>\n<td>Descrption</td>\n<td>Description of the Hotel</td>\n</tr>\n<tr>\n<td>HotelID</td>\n<td>HotelID of the requested HotelID</td>\n</tr>\n<tr>\n<td>Line</td>\n<td>line</td>\n</tr>\n<tr>\n<td>SupplierID</td>\n<td>SupplierID</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>Description title</td>\n</tr>\n<tr>\n<td><strong>Facilities</strong></td>\n<td><strong>Element</strong></td>\n</tr>\n<tr>\n<td>Facility</td>\n<td>Facility</td>\n</tr>\n<tr>\n<td>FacilityType</td>\n<td>FacilityType</td>\n</tr>\n<tr>\n<td>HotelID</td>\n<td>HotelID of the requested HotelID</td>\n</tr>\n<tr>\n<td>SupplierID</td>\n<td>SupplierID</td>\n</tr>\n<tr>\n<td>Photos</td>\n<td>Hotel Images</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e72f2583-2067-4da4-8a1d-de786064bf44"},{"name":"Book","item":[{"name":"Book - Cash","id":"fd43a690-8611-47d9-acec-0e70875a9ff4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Request\": {\r\n            \"__type\": \"HotelBookRequest\",\r\n            \"ClientIP\": null,\r\n            \"AgentRemarks\": null,\r\n            \"BookingPrice\": 0,\r\n            \"CustomBookingReference\": null,\r\n            \"HotelID\": 4175556,\r\n            \"LeadPaxId\": \"lead-passenger-id\",\r\n            \"LeadPaxRoomId\": \"3846131c-08a7-4a80-b2ee-125b82b97cd5\",\r\n            \"PackageID\": \"cae3a01e-59f1-4140-878b-9b73ec3c53e2\",\r\n            \"Passengers\": [\r\n                {\r\n                    \"Allocation\": \"3846131c-08a7-4a80-b2ee-125b82b97cd5\",\r\n                    \"Id\": \"lead-passenger-id\",\r\n                    \"Email\": {\r\n                        \"Value\": \"pax1@email.com\"\r\n                    },\r\n                    \"Telephone\": {\r\n                        \"PhoneNumber\": \"123456789\"\r\n                    },\r\n                    \"PersonDetails\": {\r\n                        \"Name\": {\r\n                            \"GivenName\": \"Person\",\r\n                            \"NamePrefix\": \"Mr\",\r\n                            \"Surname\": \"One\"\r\n                        },\r\n                        \"Type\": 0\r\n                    }\r\n                },\r\n                {\r\n                    \"Allocation\": \"3846131c-08a7-4a80-b2ee-125b82b97cd5\",\r\n                    \"Id\": \"2nd-passenger-id\",\r\n                    \"Email\": {\r\n                        \"Value\": \"pax2@email.com\"\r\n                    },\r\n                    \"Telephone\": {\r\n                        \"PhoneNumber\": \"123456789\"\r\n                    },\r\n                    \"PersonDetails\": {\r\n                        \"Name\": {\r\n                            \"GivenName\": \"Person\",\r\n                            \"NamePrefix\": \"Mr\",\r\n                            \"Surname\": \"Two\"\r\n                        },\r\n                        \"Type\": 0\r\n                    }\r\n                },\r\n                {\r\n                    \"Allocation\": \"3846131c-08a7-4a80-b2ee-125b82b97cd5\",\r\n                    \"Id\": \"3rd-passenger-id\",\r\n                    \"Email\": {\r\n                        \"Value\": \"pax3@email.com\"\r\n                    },\r\n                    \"Telephone\": {\r\n                        \"PhoneNumber\": \"123456789\"\r\n                    },\r\n                    \"PersonDetails\": {\r\n                        \"Name\": {\r\n                            \"GivenName\": \"Person\",\r\n                            \"NamePrefix\": \"Mr\",\r\n                            \"Surname\": \"Three\"\r\n                        },\r\n                        \"Type\": 0\r\n                    }\r\n                },\r\n                {\r\n                    \"Allocation\": \"3846131c-08a7-4a80-b2ee-125b82b97cd5\",\r\n                    \"Id\": \"first-child\",\r\n                    \"PersonDetails\": {\r\n                        \"Name\": {\r\n                            \"GivenName\": \"Child\",\r\n                            \"NamePrefix\": \"Mr\",\r\n                            \"Surname\": \"One\"\r\n                        },\r\n                        \"Type\": 1,\r\n                        \"Age\": 16\r\n                    }\r\n                },\r\n                {\r\n                    \"Allocation\": \"3846131c-08a7-4a80-b2ee-125b82b97cd5\",\r\n                    \"Id\": \"second-child\",\r\n                    \"PersonDetails\": {\r\n                        \"Name\": {\r\n                            \"GivenName\": \"Child\",\r\n                            \"NamePrefix\": \"Mr\",\r\n                            \"Surname\": \"Two\"\r\n                        },\r\n                        \"Type\": 1,\r\n                        \"Age\": 3\r\n                    }\r\n                }\r\n            ],\r\n            \"SelectedPaymentMethod\": 0,\r\n            \"ServiceFee\": null\r\n        },\r\n        \"RequestType\": 2,\r\n        \"SessionID\": \"/22/128258/D20231115T120735/1ee1b9b6f2794785bd05c58708289ee6\",\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"39ad2ac5-f6dd-46c4-b153-416cf5e435e2","name":"Book Hotel - Cash","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Request\": {\r\n            \"__type\": \"HotelBookRequest\",\r\n            \"ClientIP\": null,\r\n            \"AgentRemarks\": null,\r\n            \"BookingPrice\": 0,\r\n            \"CustomBookingReference\": null,\r\n            \"HotelID\": 4175556,\r\n            \"LeadPaxId\": \"lead-passenger-id\",\r\n            \"LeadPaxRoomId\": \"3846131c-08a7-4a80-b2ee-125b82b97cd5\",\r\n            \"PackageID\": \"cae3a01e-59f1-4140-878b-9b73ec3c53e2\",\r\n            \"Passengers\": [\r\n                {\r\n                    \"Allocation\": \"3846131c-08a7-4a80-b2ee-125b82b97cd5\",\r\n                    \"Id\": \"lead-passenger-id\",\r\n                    \"Email\": {\r\n                        \"Value\": \"pax1@email.com\"\r\n                    },\r\n                    \"Telephone\": {\r\n                        \"PhoneNumber\": \"123456789\"\r\n                    },\r\n                    \"PersonDetails\": {\r\n                        \"Name\": {\r\n                            \"GivenName\": \"Person\",\r\n                            \"NamePrefix\": \"Mr\",\r\n                            \"Surname\": \"One\"\r\n                        },\r\n                        \"Type\": 0\r\n                    }\r\n                },\r\n                {\r\n                    \"Allocation\": \"3846131c-08a7-4a80-b2ee-125b82b97cd5\",\r\n                    \"Id\": \"2nd-passenger-id\",\r\n                    \"Email\": {\r\n                        \"Value\": \"pax2@email.com\"\r\n                    },\r\n                    \"Telephone\": {\r\n                        \"PhoneNumber\": \"123456789\"\r\n                    },\r\n                    \"PersonDetails\": {\r\n                        \"Name\": {\r\n                            \"GivenName\": \"Person\",\r\n                            \"NamePrefix\": \"Mr\",\r\n                            \"Surname\": \"Two\"\r\n                        },\r\n                        \"Type\": 0\r\n                    }\r\n                },\r\n                {\r\n                    \"Allocation\": \"3846131c-08a7-4a80-b2ee-125b82b97cd5\",\r\n                    \"Id\": \"3rd-passenger-id\",\r\n                    \"Email\": {\r\n                        \"Value\": \"pax3@email.com\"\r\n                    },\r\n                    \"Telephone\": {\r\n                        \"PhoneNumber\": \"123456789\"\r\n                    },\r\n                    \"PersonDetails\": {\r\n                        \"Name\": {\r\n                            \"GivenName\": \"Person\",\r\n                            \"NamePrefix\": \"Mr\",\r\n                            \"Surname\": \"Three\"\r\n                        },\r\n                        \"Type\": 0\r\n                    }\r\n                },\r\n                {\r\n                    \"Allocation\": \"3846131c-08a7-4a80-b2ee-125b82b97cd5\",\r\n                    \"Id\": \"first-child\",\r\n                    \"PersonDetails\": {\r\n                        \"Name\": {\r\n                            \"GivenName\": \"Child\",\r\n                            \"NamePrefix\": \"Mr\",\r\n                            \"Surname\": \"One\"\r\n                        },\r\n                        \"Type\": 1,\r\n                        \"Age\": 16\r\n                    }\r\n                },\r\n                {\r\n                    \"Allocation\": \"3846131c-08a7-4a80-b2ee-125b82b97cd5\",\r\n                    \"Id\": \"second-child\",\r\n                    \"PersonDetails\": {\r\n                        \"Name\": {\r\n                            \"GivenName\": \"Child\",\r\n                            \"NamePrefix\": \"Mr\",\r\n                            \"Surname\": \"Two\"\r\n                        },\r\n                        \"Type\": 1,\r\n                        \"Age\": 3\r\n                    }\r\n                }\r\n            ],\r\n            \"SelectedPaymentMethod\": 0,\r\n            \"ServiceFee\": null\r\n        },\r\n        \"RequestType\": 2,\r\n        \"SessionID\": \"/22/128258/D20231115T120735/1ee1b9b6f2794785bd05c58708289ee6\",\r\n        \"TypeOfService\": 2\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001D"},{"key":"Date","value":"Wed, 15 Nov 2023 12:22:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"HotelOrderBookResponse\": {\n            \"HotelSegments\": [\n                {\n                    \"BookingID\": \"151120231222299149\",\n                    \"BookingReference\": \"164-6467734\",\n                    \"BookingRemarks\": [\n                        \"Car park NO. Check-in hour 14:30 - 00:00. Deposit on arrival. Identification card at arrival. No hen/stag or any other parties allowed  - . Minimum check-in age 18.\"\n                    ],\n                    \"OrderId\": 4368701,\n                    \"SegmentId\": 4399477,\n                    \"Status\": \"OK\",\n                    \"TotalPrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 839.04,\n                        \"FinalPriceInSupplierCurrency\": 771.74,\n                        \"OriginalPrice\": 839.04,\n                        \"OriginalPriceInSupplierCurrency\": 771.74,\n                        \"SupplierCurrency\": \"EUR\"\n                    }\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"fd43a690-8611-47d9-acec-0e70875a9ff4"},{"name":"Book - Credit","id":"4f43bba1-3f1d-4a30-9a3f-bdd73a4bcc05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"rqst\": {\n        \"Request\": {\n            \"__type\": \"HotelBookRequest\",\n            \"ClientIP\": null,\n            \"AgentRemarks\": null,\n            \"BookingPrice\": 0,\n            \"Card\": {\n                \"AddressLine\": \"Address 42\",\n                \"CVV\": \"424\",\n                \"CardNumber\": \"4111111111111111\",\n                \"CardType\": 1,\n                \"City\": \"Tel Aviv\",\n                \"Country\": \"IL\",\n                \"ExpireDate\": \"/Date(1667253600000+0200)/\",\n                \"HolderName\": \"Testi Testo\",\n                \"Phone\": \"034921421\",\n                \"ZipCode\": \"424324\"\n            },\n            \"HotelID\": 12054925,\n            \"LeadPaxId\": \"41eca229-1c22-43be-a3e5-ce71758d6991\",\n            \"LeadPaxRoomId\": \"b3b9246d-5ad3-4ef7-b4d9-130430373176\",\n            \"PackageID\": \"162cf265-924a-4817-ad02-0419317279f6\",\n            \"Passengers\": [\n                {\n                    \"Address\": {\n                        \"AddressLine\": \"address\",\n                        \"CityName\": \"city\",\n                        \"CountryName\": {\n                            \"Code\": \"US\"\n                        },\n                        \"PostalCode\": 1234567\n                    },\n                    \"Allocation\": \"b3b9246d-5ad3-4ef7-b4d9-130430373176\",\n                    \"Id\": \"41eca229-1c22-43be-a3e5-ce71758d6991\",\n                \t\"Email\": {\"Value\": \"test@gmail.com\"},\n                    \"PersonDetails\": {\n                        \"Email\": \"Test@domain.com\",\n\t                    \"Telephone\": \"+1 786 581 41 46\",\n\t                    \"Name\": {\n\t                        \"GivenName\": \"John\",\n\t                        \"NamePrefix\": \"Mr\",\n\t                        \"Surname\": \"Doe\"\n\t                    },\n\t                    \"Type\": 0\n                    }\n                }\n            ],\n            \"SelectedPaymentMethod\": 2,\n            \"ServiceFee\": null\n        },\n        \"RequestType\": 2,\n        \"SessionID\": \"/275/128294/D20191119T103314/0f315a90797549bcb9aaafbed6d9a835\",\n        \"TypeOfService\": 2\n    }\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f43bba1-3f1d-4a30-9a3f-bdd73a4bcc05"}],"id":"86b3d2fd-0f44-472e-bad1-dbe917b84637","description":"<p>The Booking request allows you to submit a new booking request for the selected hotel, and returns the booking reference and booking status as a response.</p>\n<p>It's important to note that you can only book items that were returned in the last search within the same session, ensuring that you're booking from the most recent and relevant search results.</p>\n<h2 id=\"payment-types-\">Payment Types :</h2>\n<h3 id=\"cash--\">Cash -</h3>\n<blockquote>\n<p>Use Cash when you are booking from a NET supplier, and collecting the payment from the customer outside of Travolutionary platform. </p>\n</blockquote>\n<h3 id=\"creditcardinternal--\">CreditCardInternal -</h3>\n<blockquote>\n<p>Relevant for net suppliers, the payment is processed via client's payment gateway. </p>\n</blockquote>\n<h3 id=\"creditcardexternal--\">CreditCardExternal -</h3>\n<blockquote>\n<p>Credit Card details are passed to the accommodation provider (Supplier). </p>\n</blockquote>\n<h3 id=\"payuponarrival--\">PayUponArrival -</h3>\n<blockquote>\n<p>Use PayUponArrival only when the PaymentPreferences response returns that type of payment. This is NOT applicable payment option for NET suppliers, but only for Gross suppliers, such as Booking.com, HRS, Amadeus, etc. </p>\n</blockquote>\n<p><strong>Request parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientIP</td>\n<td>Provide client IP</td>\n<td></td>\n</tr>\n<tr>\n<td>BookingPrice</td>\n<td>The package price as was returned in the  <br />search response. You can pass '0' to allow  <br />the system to book the required package  <br />for its final price. You may also pass a  <br />higher or lower booking price, depending  <br />on the markup configuration settings  <br />defined in the B2B tool for the username.</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>HotelID</td>\n<td>Hotel ID as was returned in the search  <br />response for booking.</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>CustomBookingReference</td>\n<td>This field lets you send a custom Booking Reference to suppliers.  <br />Note that not all suppliers support custom references; they may truncate it or generate a new one based on their API rules.  <br />For global uniqueness, it's advised to use a randomly generated UUID, preferably UUIDv4, otherwise the booking may fail.</td>\n<td></td>\n</tr>\n<tr>\n<td>InternalAgentRef1</td>\n<td>Free text: Will appear in the B2B as  <br />‘InternalRefId1’ field in Supplier  <br />Confirmation Info section of the order.  <br />Op</td>\n<td></td>\n</tr>\n<tr>\n<td>InternalAgentRef2</td>\n<td>Free text: Will appear in the B2B as  <br />‘InternalRefId2’ field in Supplier  <br />Confirmation Info section of the order.  <br />Op</td>\n<td></td>\n</tr>\n<tr>\n<td>PackageID</td>\n<td>Package ID as was returned in the search  <br />response.</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>LeadPaxId</td>\n<td>ID of the lead pax. Should be generated on  <br />your side, preferably as Guid.</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>LeadPaxRoomId</td>\n<td>ID of the room that the lead pax will be  <br />allocated to. Should be taken from the  <br />search response.</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>Passengers</td>\n<td></td>\n<td>✓</td>\n</tr>\n<tr>\n<td>CustomerInfo</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Use English characters only, otherwise  <br />the booking might fail on the supplier side!</td>\n<td></td>\n</tr>\n<tr>\n<td>AddressLine</td>\n<td>Maximum 254 characters.</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>CityName</td>\n<td>Use English characters only, otherwise  <br />the booking might fail on the supplier side!</td>\n<td></td>\n</tr>\n<tr>\n<td>CountryName</td>\n<td>Use English characters only, otherwise  <br />the booking might fail on the supplier side!</td>\n<td></td>\n</tr>\n<tr>\n<td>Code</td>\n<td>Same as residency code used in search  <br />request. Maximum 2 characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>Name</td>\n<td>Use English characters only, otherwise  <br />the booking might fail on the supplier side!</td>\n<td></td>\n</tr>\n<tr>\n<td>PostalCode</td>\n<td>Maximum 20 characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>StateProv</td>\n<td>Maximum 20 characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>Street</td>\n<td>Use English characters only, otherwise  <br />the booking might fail on the supplier side!</td>\n<td></td>\n</tr>\n<tr>\n<td>StreetNmbr</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Allocation</td>\n<td>ID for the room the passenger should be  <br />allocated to, should be taken from search  <br />response. For the lead passenger, the value  <br />should match the LeadPaxRoomId.</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Maximum 254 characters.</td>\n<td>✓ (for Gross suppliers)</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The passenger ID. Should be generated on  <br />your side, preferably as Guid. Each  <br />passenger must have unique ID, except for  <br />the lead passenger, whose ID will be equal  <br />to LeadPaxId.</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>PersonDetails</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Age</td>\n<td>Passenger’s age.</td>\n<td>✓ (for children)</td>\n</tr>\n<tr>\n<td>BirthDate</td>\n<td>Passenger’s birth date</td>\n<td>Not in use</td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>NamePrefix</td>\n<td>Mr/ Mrs/ Ms/ etc.</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>GivenName</td>\n<td>First Name  <br />Use English characters only, otherwise  <br />the booking might fail on the supplier side</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Last Name  <br />Use English characters only, otherwise  <br />the booking might fail on the supplier side</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>0 - Adult  <br />1 - Child  <br />2 - Infant  <br />3 - Youth  <br />4 - Senior  <br />5 - Student  <br />6 - Military</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>Telephone</td>\n<td>Passenger’s telephone number. Maximum  <br />50 characters.</td>\n<td>✓ (for some suppliers)</td>\n</tr>\n<tr>\n<td>RoomsRemarks</td>\n<td>Free text remarks to be sent to the supplier.  <br />Tag must be present in each room even if  <br />empty. NOTE: Only suppliers that support  <br />this feature will receive the remarks</td>\n<td></td>\n</tr>\n<tr>\n<td>Key</td>\n<td>Room ID.</td>\n<td></td>\n</tr>\n<tr>\n<td>Value</td>\n<td>Remarks for this room</td>\n<td></td>\n</tr>\n<tr>\n<td>SelectedPaymentMethod</td>\n<td>Preferred payment method.  <br />Cash: Use when you are booking from a  <br />NET supplier, and collecting the payment  <br />from the customer outside of  <br />Travolutionary platform.  <br />NOTE: The booking will be created with a  <br />'Not Paid' remark in the B2B. You'll be able  <br />to 'pay' it, by charging the customer via one  <br />of the integrated Payment Gateways on the  <br />platform).  <br />NOTE: By using ‘Cash,’ you are using the  <br />credit/obligo which the NET supplier  <br />allocated to you. When the limit is reached,  <br />the booking will fail with E4060 error code.  <br />You will need to deposit funds in order to  <br />obtain the possibility to book again from  <br />this supplier.  <br />PayUponArrival: Use only when the  <br />‘PaymentPreferences’ response returns a  <br />pay upon arrival payment.  <br />NOTE: Applicable ONLY for gross suppliers  <br />such as Booking.com, HRS, Amadeus, etc.  <br />and NOT for NET suppliers.</td>\n<td></td>\n</tr>\n<tr>\n<td>ExcludeFromRebooker</td>\n<td>Assign \"true\" if you don't want the created booking to be monitored by Rebooker. Makes sense only if Rebooker is allowed for the clien</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HotelSegments</td>\n<td>The response can have several segments</td>\n</tr>\n<tr>\n<td>BookingID</td>\n<td>Supplier booking confirmation id for this booking.</td>\n</tr>\n<tr>\n<td>BookingReference</td>\n<td>Supplier booking reference for this booking.  <br />  <br />Note:  <br />  <br />This fields may not return in case the supplier returned single booking id/reference for this booking.</td>\n</tr>\n<tr>\n<td>BookingRemarks</td>\n<td>Any supplier remarks for this booking.</td>\n</tr>\n<tr>\n<td>OrderId</td>\n<td>Order ID as created on Travolutionary.</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>Segment ID as created on Travolutionary.  <br />  <br />To be used with check status or cancel methods.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>Booking status. See all the possible statuses list <a href=\"https://travolutionary.readme.io/docs/orderandsegmentstatuses\">Here </a>  .</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"paying-with-credit-card\">Paying with Credit Card</h3>\n<p>When paying with Credit-Cart , Please add the following Element (as in the) :<br /><strong>Request Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Card</td>\n<td>Opening Element.</td>\n<td></td>\n</tr>\n<tr>\n<td>AddressLine</td>\n<td>Card holder's address</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CVV</td>\n<td>Card verification value - 3/4 digits.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CardNumber</td>\n<td>Credit card's number</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CardType</td>\n<td>1 - Visa  <br />2 - MasterCard  <br />3 - AmericanExpress  <br />4 - Diners  <br />5 - DiscoCardTypever  <br />6 - Eurocard  <br />7 - Maestro  <br />8 - JCB</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Card holder's city.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Card holder's State.</td>\n<td>Yes - only for countries which have states (i.e. US / CA / AU)</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>Card holder's country</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ExpireDate</td>\n<td>Credit card's rxpiration date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>HolderName</td>\n<td>Card holder's full name</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Card holder's phone number</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ZipCode</td>\n<td>Card holder's Zip Code</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"86b3d2fd-0f44-472e-bad1-dbe917b84637"}],"id":"a66f23b8-77e7-478e-9a7a-9e34610e099e","description":"<p>Wrapper (B2C) API serves as an enhanced version of Hotels API, offering additional functionalities specifically designed for B2C workflows. This API is distinguished by its focus on improving user experience.</p>\n<p><strong>The Wrapper API provides comprehensive filtering options :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Filter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Price Range</td>\n<td>Filter hotels based on <strong>minimum and maximum price limits</strong>.</td>\n</tr>\n<tr>\n<td>Amenities</td>\n<td>Select hotels offering specific amenities like fitness centers, parking, pet-friendliness, Wi-Fi, etc.</td>\n</tr>\n<tr>\n<td>Availability</td>\n<td>Filter hotels based on room availability.</td>\n</tr>\n<tr>\n<td>Contract Payment Type</td>\n<td>Filter hotels based on Payment type (Use Online Payment, Pay at Property etc .)</td>\n</tr>\n<tr>\n<td>Hotel Chains</td>\n<td>Filter based on specific hotel chains.</td>\n</tr>\n<tr>\n<td>Hotel Group</td>\n<td>Filter based on specific hotel chains.</td>\n</tr>\n<tr>\n<td>Guest Rating</td>\n<td>Filter hotels based on <strong>minimum and maximum Guest Rating</strong></td>\n</tr>\n<tr>\n<td>Property Type</td>\n<td>Filter hotels based on Type (Hotel, Hostel, Apartment etc.)</td>\n</tr>\n<tr>\n<td>Rank Classification</td>\n<td>Filter hotels based on Rank Classification (Excellent, Fair, Good, Poor etc.)</td>\n</tr>\n<tr>\n<td>Refundability</td>\n<td>Find hotels offering refundable booking options.</td>\n</tr>\n<tr>\n<td>Room Basis</td>\n<td>Filter by types of accommodation, such as Bed and Breakfast (BB), Half Board (HB), or Room Only (RO).</td>\n</tr>\n<tr>\n<td>Room Class</td>\n<td>Choose from various room classes like Business, Deluxe, Executive with view, etc.</td>\n</tr>\n<tr>\n<td>Room Type</td>\n<td>Select specific room types such as Double, King, Dorm, Queen.</td>\n</tr>\n<tr>\n<td>Star Rating</td>\n<td>Filter hotels based on their star ratings.</td>\n</tr>\n<tr>\n<td>Supplier</td>\n<td>Choose hotels from specific suppliers.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"a66f23b8-77e7-478e-9a7a-9e34610e099e"},{"name":"Post-Book","item":[{"name":"Check Status","item":[{"name":"Check Status","id":"76a3a1ce-9855-4e33-982f-a602c960204e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Credentials\": {\r\n            \"UserName\": \"username\",\r\n            \"Password\": \"password\"\r\n        },\r\n        \"Request\": {\r\n            \"__type\": \"HotelBookInfoRequest\",\r\n            \"ClientIP\": null,\r\n            \"SegmentID\": \"4399477\"\r\n        },\r\n        \"RequestType\": 5,\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"f72d90d8-01ce-4432-b49f-f69bc0903822","name":"Check Status","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Credentials\": {\r\n            \"UserName\": \"username\",\r\n            \"Password\": \"password\"\r\n        },\r\n        \"Request\": {\r\n            \"__type\": \"HotelBookInfoRequest\",\r\n            \"ClientIP\": null,\r\n            \"SegmentID\": \"4399477\"\r\n        },\r\n        \"RequestType\": 5,\r\n        \"TypeOfService\": 2\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001G"},{"key":"Date","value":"Wed, 15 Nov 2023 12:23:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"HotelBookInfoResponse\": {\n            \"Status\": \"OK\"\n        },\n        \"SessionID\": \"/22/128258/D20231115T122338/ef997ae59a44479f8fcbdd51145bba17\"\n    }\n}"}],"_postman_id":"76a3a1ce-9855-4e33-982f-a602c960204e"}],"id":"2db3e722-8327-4239-9fe2-408c9485a61a","description":"<p>This function submits a request to retrieve the updated status and booking data.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SegmentID</td>\n<td>SegmentID that needs to be queried for an updated status.</td>\n</tr>\n<tr>\n<td>Credentials</td>\n<td>Credentials of the user to be used for the check status request</td>\n</tr>\n<tr>\n<td>Username</td>\n<td>Username which has sufficient permissions to perform a check status.  <br />  <br />Please note that a user can check status for his segments only, or segments that were made on his node, or segments that were made on his child nodes.  <br />  <br />root user (User which is located under the main node) can perform check status to any segment on the company.</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>password</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"2db3e722-8327-4239-9fe2-408c9485a61a"},{"name":"Cancel Booking","item":[{"name":"Cancel Booking","id":"d9e5dc17-4ac3-4c93-8ece-3c0a19c839a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Credentials\": {\r\n            \"UserName\": \"username\",\r\n            \"Password\": \"password\"\r\n        },\r\n        \"Request\": {\r\n            \"__type\": \"HotelBookCancelRequest\",\r\n            \"ClientIP\": null,\r\n            \"SegmentID\": \"4399477\",\r\n            \"IncludePackageDetails\": false\r\n        },\r\n        \"RequestType\": 3,\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"235df29f-0460-4b5e-afb8-3be04e7fab47","name":"Cancel Booking","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Credentials\": {\r\n            \"UserName\": \"username\",\r\n            \"Password\": \"password\"\r\n        },\r\n        \"Request\": {\r\n            \"__type\": \"HotelBookCancelRequest\",\r\n            \"ClientIP\": null,\r\n            \"SegmentID\": \"4399477\",\r\n            \"IncludePackageDetails\": false\r\n        },\r\n        \"RequestType\": 3,\r\n        \"TypeOfService\": 2\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001G"},{"key":"Date","value":"Wed, 15 Nov 2023 12:23:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"HotelBookCancelResponse\": {\n            \"BookCancelID\": \"841aa0084545058678e2\",\n            \"CancellationFee\": 0,\n            \"Currency\": \"USD\",\n            \"Status\": \"CX\"\n        },\n        \"SessionID\": \"/22/128258/D20231115T122356/f74fb09d04a746f5bb06c16f6634bea4\"\n    }\n}"}],"_postman_id":"d9e5dc17-4ac3-4c93-8ece-3c0a19c839a4"}],"id":"9dc0a61f-7d0c-4930-a1d1-ff72a817011d","description":"<p>This function submits a request to cancel any existing booking.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SegmentID</td>\n<td>SegmentID received in booking response</td>\n</tr>\n<tr>\n<td>Credentials</td>\n<td>Credentials of the user to be used for cancellation request</td>\n</tr>\n<tr>\n<td>Username</td>\n<td>Username which has sufficient permissions to perform a cancellation.  <br />  <br />Please note that a user can cancel his segments only, or segments that were made on his node, or segments that were made on his child nodes.  <br />  <br />root user (User which is located under the main node) can perform cancel to any segment on the company</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>The user's password</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"9dc0a61f-7d0c-4930-a1d1-ff72a817011d"},{"name":"Exclude From Rebooker","item":[{"name":"Exclude From Rebooker","id":"ddf904c8-c34b-4e38-a506-cf5632e43d64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"request\": {\r\n\t\t\"ClientIP\": null,\r\n\t\t\"Credentials\": {\r\n\t\t\t\"UserName\": \"username\",\r\n\t\t\t\"Password\": \"password\"\r\n\t\t},\r\n\t\t\"SegmentId\": 4678656\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/ExcludeFromRebooker","urlObject":{"protocol":"https","path":["BookingServices","OrdersService.svc","json","ExcludeFromRebooker"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"07ef97c9-7111-4a9a-bba5-d5a7f1029044","name":"Exclude From Rebooker","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"request\": {\r\n\t\t\"ClientIP\": null,\r\n\t\t\"Credentials\": {\r\n\t\t\t\"UserName\": \"username\",\r\n\t\t\t\"Password\": \"password\"\r\n\t\t},\r\n\t\t\"SegmentId\": 4678656\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/ExcludeFromRebooker"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"ExcludeFromRebookerResult\": {\n        \"Errors\": [],\n        \"Success\": true\n    }\n}"}],"_postman_id":"ddf904c8-c34b-4e38-a506-cf5632e43d64"}],"id":"83b4a1f3-c8e4-4a4f-a7cf-f7589cbb4a25","description":"<p>This function allows to exclude the booking from Rebooker.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SegmentID</td>\n<td>SegmentID received in booking response</td>\n</tr>\n<tr>\n<td>Credentials</td>\n<td>Credentials of the user to be used for the request</td>\n</tr>\n<tr>\n<td>Username</td>\n<td>Username which has sufficient permission to perform ExcludeFromRebooker API request.  <br />  <br />Please note that a user can exclude from Rebooker his segments only, or segments that were made on his node, or segments that were made on his child nodes.  <br />  <br />root user (User which is located under the main node) can exclude from Rebooker any segment on the company</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>The user's password</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"83b4a1f3-c8e4-4a4f-a7cf-f7589cbb4a25"}],"id":"745b9536-b734-42c1-b9ee-4f0a6a329cb6","description":"<p>After successfully booking a hotel using the recommended booking flow, there are further optional requests you can use after the booking made :</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Post-Book Request</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cancel a segment</td>\n<td>Cancels a booked order</td>\n</tr>\n<tr>\n<td>Check a segment's status</td>\n<td>Get's updated information about an order</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"745b9536-b734-42c1-b9ee-4f0a6a329cb6"},{"name":"Financial Reports","item":[{"name":"GetOrder","item":[{"name":"GetOrder","id":"85378ba2-b374-4bdc-ac48-04614b97cf9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"request\": {\n\t\t\"ClientIP\": null,\n\t\t\"Credentials\": {\n\t\t\t\"UserName\": \"XXXX\",\n\t\t\t\"Password\": \"XXX\"\n\t\t},\n\t\t\"SegmentId\": 4556313,\n\t\t\"ReturnSupplierCancellationFeeCost\": true,\n\t\t\"ReturnExchangeRate\": true\n\t}\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetOrder","urlObject":{"protocol":"https","path":["BookingServices","OrdersService.svc","json","GetOrder"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"3479966f-6a38-43eb-9ce9-8438c586f664","name":"GetOrder","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"request\": {\n\t\t\"ClientIP\": null,\n\t\t\"Credentials\": {\n\t\t\t\"UserName\": \"XXXX\",\n\t\t\t\"Password\": \"XXX\"\n\t\t},\n\t\t\"SegmentId\": 4556313,\n\t\t\"ReturnSupplierCancellationFeeCost\": true,\n\t\t\"ReturnExchangeRate\": true\n\t}\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001P"},{"key":"Date","value":"Tue, 13 Aug 2024 14:39:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"GetOrderResult\": {\n        \"EndOfList\": true,\n        \"Errors\": null,\n        \"Segments\": [\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141751,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP SmartBook Demo\",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP SmartBook Demo\",\n                \"BookedById\": 141751,\n                \"BookingRemarks\": \"\\r\\nFeaturing a private entrance, this air-conditioned chalet comprises 1 living room, 2 separate bedrooms and 2 bathrooms with a shower and a hairdryer. The well-fitted kitchen features a stovetop, a refrigerator, kitchenware and a microwave. Boasting a terrace with garden views, this chalet also provides a seating area and a flat-screen TV. The unit offers 3 beds.\\r\\nYou may cancel free of charge until 1 day before arrival. You will be charged the total price of the reservation if you cancel within 1 day before arrival. If you don't show up, the no-show fee will be the same as the cancellation fee.\\r\\nNo prepayment is needed.\\r\\nGuests are required to show a photo identification and credit card upon check-in. Please note that all Special Requests are subject to availability and additional charges may apply. In response to Coronavirus (COVID-19), additional safety and sanitation measures are in effect at this property. Food & beverage services at this property may be limited or unavailable due to Coronavirus (COVID-19). Due to Coronavirus (COVID-19), this property is taking steps to help protect the safety of guests and staff. Certain services and amenities may be reduced or unavailable as a result. Please note that the swimming pool is open from the end of May until mid October. Please note that the shuttle service can be booked until 48 hours before arrival. It is subject to advanced payment and needs to be confirmed by the hotel. When booking 5 rooms or more, different policies and additional supplements may apply.\\r\\nChildren of any age are allowed. 1 child (up to and including 2 years old) stays for free when using available cots.\\t\\nUp to 4 children (up to and including 2 years old) stay for free when using existing beds.\\t\\nYou haven't added any extra beds.\\nThe maximum number of cots is 1.\\nThe maximum number of guests is 5.\\n\\r\\nWhen booking more than 2 rooms, different policies and additional supplements may apply. \\r\\nWiFi is available in public areas and is free of charge. \\r\\nFree private parking is possible on site (reservation is not needed). \\r\\nPets are allowed. Charges may be applicable. \\r\\nThe property reserves the right to pre-authorise credit cards prior to arrival.\\r\\n10 % VAT is included. € 3 City tax per person per night is excluded.\\r\\nCheckin Time: from 14:00\\r\\nReview Score: 7.8\\r\\nReview Score Word: Good\",\n                \"ContractId\": 24863,\n                \"ContractName\": \"Booking Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1722847744217+0000)/\",\n                \"OrderId\": 4525193,\n                \"Price\": {\n                    \"Currency\": \"EUR\",\n                    \"FinalPrice\": 99.36,\n                    \"OriginalTax\": 9.03,\n                    \"SupplierCurrency\": \"EUR\"\n                },\n                \"SegmentId\": 4556313,\n                \"SegmentType\": 2,\n                \"Status\": \"ER\",\n                \"SupplierId\": 1077,\n                \"SupplierName\": \"Booking\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"EUR\",\n                            \"FinalPrice\": 135.36,\n                            \"OriginalPriceInSupplierCurrency\": 135.36,\n                            \"SupplierCurrency\": \"EUR\"\n                        },\n                        \"DateFrom\": \"/Date(1733616000000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1733961600000+0000)/\",\n                \"CheckOut\": \"/Date(1734048000000+0000)/\",\n                \"CustomBookingReference\": \"12121FGH-454545UY-123\",\n                \"Hotel\": {\n                    \"Addrress\": \"Via Aurelia 831\",\n                    \"CityName\": \"Rome\",\n                    \"CountryCode\": \"IT\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 4158888,\n                    \"HotelName\": \"hu Roma Camping In Town\",\n                    \"IsHotelInEU\": true,\n                    \"Phone\": null,\n                    \"StartRating\": \"4\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"00165\"\n                },\n                \"LeadPax\": 7207297,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Bed and Breakfast BB\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7207298\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Yossef\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Test\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            },\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , Harutz 9\",\n                                    \"CityName\": \"Tel-Aviv\",\n                                    \"CountryName\": {\n                                        \"Code\": \"IL\"\n                                    },\n                                    \"PostalCode\": \"6706028\"\n                                },\n                                \"Email\": {\n                                    \"Value\": \"yosseff.davarashvili@gimmonix.com\"\n                                },\n                                \"Id\": \"7207297\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Yossef\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Test\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"Breakfast\",\n                        \"OriginalClass\": \"Superior Chalet - Booking.com rate\",\n                        \"OriginalType\": \"Superior Chalet - Booking.com rate\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Superior Chalet\",\n                        \"Type\": null\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"85378ba2-b374-4bdc-ac48-04614b97cf9c"}],"id":"02e2248d-e7e2-4b8e-8997-d170897f9331","description":"<p>This function gets a SegmentID and returns the segments details.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>UserName, Password  <br />Will be provided by Travolutionary support team upon set-up, or by creating a new user in the B2B/Back-office system.</td>\n</tr>\n<tr>\n<td>SegmentID</td>\n<td>The order segment identification which will be detailed</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"02e2248d-e7e2-4b8e-8997-d170897f9331"},{"name":"GetOrders","item":[{"name":"GetOrders","id":"009a88fa-76f5-449b-8090-bd65fa967ad5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"request\": {\n    \"ClientIP\": null,\n    \"Credentials\": {\n\t\t\t\"UserName\": \"user-test\",\n\t\t\t\"Password\": \"pass-test\"\n    },\n    \"FromDate\": \"/Date(1690871757000)/\",\n    \"OrdersToSkip\": \"0\",\n         \"TypeOfService\": 2,\n            \"ToDate\": \"/Date(1791217357000)/\"\n    \n  }\n}"},"url":"https://services.carsolize.com/BookingServices/OrdersService.svc/json/GetOrders","urlObject":{"protocol":"https","path":["BookingServices","OrdersService.svc","json","GetOrders"],"host":["services","carsolize","com"],"query":[],"variable":[]}},"response":[{"id":"eb916a3d-de43-405d-a6f9-6a73c6a75a97","name":"GerOrders","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"request\": {\n    \"ClientIP\": null,\n    \"Credentials\": {\n\t\t\t\"UserName\": \"user-test\",\n\t\t\t\"Password\": \"pass-test\"\n    },\n    \"FromDate\": \"/Date(1690871757000)/\",\n    \"OrdersToSkip\": \"0\",\n         \"TypeOfService\": 2,\n            \"ToDate\": \"/Date(1791217357000)/\"\n    \n  }\n}"},"url":"https://services.carsolize.com/BookingServices/OrdersService.svc/json/GetOrders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"prdvmssp0000TM"},{"key":"Date","value":"Mon, 06 Nov 2023 10:48:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"GetOrdersResult\": {\n        \"EndOfList\": false,\n        \"Errors\": null,\n        \"Segments\": [\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141843,\n                \"AgentName\": \"example\",\n                \"BookedBy\": \"example!\",\n                \"BookedById\": 141843,\n                \"BookingCompany\": \"Payment is guaranteed by: WebBeds FZ LLC, as per final booking form reference No: HTL-WBD-478584495\",\n                \"BookingRemarks\": \"\\r\\nNote available between 2024-01-01 00:00:00 - 2024-01-04 00:00:00 : All bookings totalling 8 rooms and more are considered as a group. Diffrent cancellation policies apply..\",\n                \"ContractId\": 8821,\n                \"ContractName\": \"name\",\n                \"OrderDate\": \"/Date(1699237404177+0000)/\",\n                \"OrderId\": 11527272,\n                \"Price\": {\n                    \"Currency\": \"USD\",\n                    \"FinalPrice\": 895.14,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 11622154,\n                \"SegmentType\": 2,\n                \"Status\": \"OK\",\n                \"SupplierId\": 1058,\n                \"SupplierName\": \"ASB\",\n                \"SupplierOrderId\": \"478584495\",\n                \"SupplierOrderReferenceId\": \"HTL-WBD-472584495\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"USD\",\n                            \"FinalPrice\": 895.14,\n                            \"OriginalPriceInSupplierCurrency\": 895.14,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1702339200000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1703980800000+0000)/\",\n                \"CheckOut\": \"/Date(1704326400000+0000)/\",\n                \"CustomBookingReference\": \"CR01092\",\n                \"Hotel\": {\n                    \"Addrress\": \"7 Place De La Gare\",\n                    \"CityName\": \"Colmar\",\n                    \"CountryCode\": \"FR\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 4009691,\n                    \"HotelName\": \"Grand Hôtel Bristol\",\n                    \"IsHotelInEU\": true,\n                    \"Phone\": null,\n                    \"StartRating\": \"4\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"68000\"\n                },\n                \"LeadPax\": 22518650,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Bed and Breakfast BB\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , Manhatten\",\n                                    \"CityName\": \"New York\",\n                                    \"CountryName\": {\n                                        \"Code\": \"  \"\n                                    },\n                                    \"PostalCode\": \"52521\"\n                                },\n                                \"Email\": {\n                                    \"Value\": \"yes@test.com\"\n                                },\n                                \"Id\": \"23153\",\n                                \"PersonDetails\": {\n                                    \"Age\": 30,\n                                    \"Name\": {\n                                        \"GivenName\": \"Ivana\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Cohen\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"Breakfast\",\n                        \"OriginalClass\": \"Junior Suite - Triple room\",\n                        \"OriginalType\": \"Junior Suite - Triple room\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Junior suite\",\n                        \"Type\": null\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"009a88fa-76f5-449b-8090-bd65fa967ad5"}],"id":"b012952d-e5f1-45eb-83f8-84c770659ad5","description":"<p>This function gets two dates and returns up to 100 orders made between these 2 dates.<br />The response data is same as GetOrder function.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>UserName, Password  <br />Will be provided by Travolutionary support team upon set-up, or by creating a new user in the B2B/Back-office system.</td>\n</tr>\n<tr>\n<td>ServiceType</td>\n<td>Optional: Hotels, Cars, Flights  <br />If not mentioned, then the function returns all types of existing orders between the given From and To dates</td>\n</tr>\n<tr>\n<td>OrdersToSkip</td>\n<td>0 for the first request which returns up to 100 first orders in a list. If there are more, then there is a need to send the request again with value 100 (to skip first 100, which have already been returned in the first request)</td>\n</tr>\n<tr>\n<td>DateFilterType</td>\n<td>acceptable values are: OrderDate, StartDate, CancellationPolicyStartDate</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"b012952d-e5f1-45eb-83f8-84c770659ad5"},{"name":"GetFinReport","item":[{"name":"GetFinReport","id":"426175da-b056-4af5-b2f5-8ec75f1b025e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"ClientIP\": null,\n        \"Credentials\": {\n            \"UserName\": \"user\",\n            \"Password\": \"pass\"\n        },\n        \"FromDate\": \"/Date(1692059886000)/\",\n        \"RecordsToSkip\": 0,\n        \"ServiceType\": 2,\n        \"ToDate\": \"/Date(1692146286000)/\",\n        \"ReturnExchangeRate\": true\n    }\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetFinReport","urlObject":{"protocol":"https","path":["BookingServices","OrdersService.svc","json","GetFinReport"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"1e118099-a1b3-45ca-86a4-647b5a9fd4a1","name":"GetFinReport","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"ClientIP\": null,\n        \"Credentials\": {\n            \"UserName\": \"user\",\n            \"Password\": \"pass\"\n        },\n        \"FromDate\": \"/Date(1756198800000)/\",\n        \"RecordsToSkip\": 0,\n        \"ServiceType\": 2,\n        \"ToDate\": \"/Date(1756202400000)/\",\n        \"ReturnExchangeRate\": true\n    }\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetFinReport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001D"},{"key":"Date","value":"Sun, 12 Nov 2023 11:04:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"GetFinReportResult\": {\n        \"EndOfList\": true,\n        \"Errors\": null,\n        \"Segments\": [\n            {\n                \"CheckInDate\": \"/Date(1758758400000+0000)/\",\n                \"CreditCardChargeAmount\": null,\n                \"CreditCardChargeCurrency\": null,\n                \"Currency\": \"EUR\",\n                \"CustomBookingReference\": null,\n                \"Discount\": 0,\n                \"IsActive\": true,\n                \"NodeFinanceses\": [\n                    {\n                        \"Node\": \"Client2 Main\",\n                        \"ParentNode\": \"[Supplier] Booking\",\n                        \"PaymentSum\": 105.89\n                    },\n                    {\n                        \"Node\": \"Agents\",\n                        \"ParentNode\": \"Client2 Main\",\n                        \"PaymentSum\": 105.89\n                    },\n                    {\n                        \"Node\": \"agent1@client2.com\",\n                        \"ParentNode\": \"Agents\",\n                        \"PaymentSum\": 105.89\n                    },\n                    {\n                        \"Node\": \"[Client]\",\n                        \"ParentNode\": \"agent1@client2.com\",\n                        \"PaymentSum\": 105.89\n                    }\n                ],\n                \"OrderDate\": \"/Date(1756198829813+0000)/\",\n                \"OrderId\": 3883124,\n                \"OrderStatus\": \"ER\",\n                \"PriceInSearchCurrency\": 123.34,\n                \"PriceInSupplierCurrency\": 123.34,\n                \"SearchCurrency\": \"USD\",\n                \"SearchToAffiliateRate\": 0.85852,\n                \"SegmentId\": 3909968,\n                \"Supplier\": \"Booking\",\n                \"SupplierCurrency\": \"USD\",\n                \"SupplierId\": 1077,\n                \"SupplierToAffiliateRate\": 0.85852,\n                \"SupplierToSearchRate\": 1,\n                \"TaxesAndFees\": null,\n                \"VatAmountInSearchCurrency\": null,\n                \"VccDetails\": null\n            },\n            {\n                \"CheckInDate\": \"/Date(1758758400000+0000)/\",\n                \"CreditCardChargeAmount\": null,\n                \"CreditCardChargeCurrency\": null,\n                \"Currency\": \"EUR\",\n                \"CustomBookingReference\": null,\n                \"Discount\": 0,\n                \"IsActive\": true,\n                \"NodeFinanceses\": [\n                    {\n                        \"Node\": \"Client Main\",\n                        \"ParentNode\": \"[Supplier] Expedia (EPS)\",\n                        \"PaymentSum\": 167.9\n                    },\n                    {\n                        \"Node\": \"User Branches\",\n                        \"ParentNode\": \"Client Main\",\n                        \"PaymentSum\": 167.9\n                    },\n                    {\n                        \"Node\": \"Agents\",\n                        \"ParentNode\": \"User Branches\",\n                        \"PaymentSum\": 167.9\n                    },\n                    {\n                        \"Node\": \"agent1@client.com\",\n                        \"ParentNode\": \"Agents\",\n                        \"PaymentSum\": 184.69\n                    },\n                    {\n                        \"Node\": \"[Client]\",\n                        \"ParentNode\": \"agent1@client.com\",\n                        \"PaymentSum\": 184.69\n                    }\n                ],\n                \"OrderDate\": \"/Date(1756200934443+0000)/\",\n                \"OrderId\": 3883125,\n                \"OrderStatus\": \"OK\",\n                \"PriceInSearchCurrency\": 215.13,\n                \"PriceInSupplierCurrency\": 195.57,\n                \"SearchCurrency\": \"USD\",\n                \"SearchToAffiliateRate\": 0.85852,\n                \"SegmentId\": 3909969,\n                \"Supplier\": \"Expedia (EPS)\",\n                \"SupplierCurrency\": \"USD\",\n                \"SupplierId\": 1165,\n                \"SupplierToAffiliateRate\": 0.85852,\n                \"SupplierToSearchRate\": 1,\n                \"TaxesAndFees\": [\n                    {\n                        \"FeeTitle\": \"Taxes & Fees\",\n                        \"IsIncludedInPrice\": true,\n                        \"IsMandatory\": true,\n                        \"Currency\": \"USD\",\n                        \"UnitType\": \"Other\",\n                        \"FrequencyType\": \"Other\",\n                        \"Value\": \"2.30\"\n                    },\n                    {\n                        \"FeeTitle\": \"Taxes & Fees\",\n                        \"IsIncludedInPrice\": true,\n                        \"IsMandatory\": true,\n                        \"Currency\": \"USD\",\n                        \"UnitType\": \"Other\",\n                        \"FrequencyType\": \"Other\",\n                        \"Value\": \"10.49\"\n                    }\n                ],\n                \"VatAmountInSearchCurrency\": null,\n                \"VccDetails\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"426175da-b056-4af5-b2f5-8ec75f1b025e"}],"id":"aad65644-3395-412c-b7a6-f3c52b2d5732","description":"<p>The GetFinReport function will retrieve all monetary calculations and consideration for a number of orders between dates, depending on your search query.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>UserName, Password  <br />Will be provided by Travolutionary support team upon set-up, or by creating a new user in the B2B/Back-office system.</td>\n</tr>\n<tr>\n<td>DateFilterType</td>\n<td>The date filter by which the function will respond with only the relevant orders. The filter values are:  <br />  <br />- CancellationPolicyStartDate  <br />  <br />- StartDate  <br />  <br />- OrderDate  <br />For filtering by the order's creation date, there is no need to request this field, but only setting the proper value for \"FromDate\" parameter</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>The date from which matches the FilterType.</td>\n</tr>\n<tr>\n<td>IncludeInactive</td>\n<td>Specify whether to include orders that their payment date is the future one.</td>\n</tr>\n<tr>\n<td>RecordsToSkip</td>\n<td>0 for the first request which returns up to 100 first orders in a list. If there are more, then there is a need to send the request again with value 100 (to skip first 100, which have already been returned in the first request)</td>\n</tr>\n<tr>\n<td>ServiceType</td>\n<td>Hotel, Flights, Cars, Transfers, Activities</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>The date up to which the orders will be detailed.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"aad65644-3395-412c-b7a6-f3c52b2d5732"},{"name":"GetSegmentFinReport","item":[{"name":"GetSegmentFinReport","id":"10185d94-2468-4a79-89c7-aa607d5b94d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"request\": {\n\t\t\"ClientIP\": null,\n\t\t\"Credentials\": {\n\t\t\t\"UserName\": \"test\",\n\t\t\t\"Password\": \"test\"\n\t\t},\n\t\t\"SegmentId\": 11884703,\n\t\t\"ReturnSupplierCancellationFeeCost\": false\n\t\t,\n\t\t\"ReturnExchangeRate\": true\n\t}\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetSegmentFinReport","urlObject":{"protocol":"https","path":["BookingServices","OrdersService.svc","json","GetSegmentFinReport"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"01b29938-fc83-4f4f-98fc-634c2313a051","name":"GetSegmentFinReport","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\t\"request\": {\n\t\t\t\"ClientIP\": \"\",\n      \"Credentials\": {\n      \t\"Password\": \"test\",\n       \t\"UserName\": \"test\"\n        },\n      \"SegmentId\": 3909969\n   }\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetSegmentFinReport"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"GetSegmentFinReportResult\": {\r\n        \"EndOfList\": true,\r\n        \"Errors\": null,\r\n        \"Segments\": [\r\n            {\r\n                \"CheckInDate\": \"/Date(1758758400000+0000)/\",\r\n                \"CreditCardChargeAmount\": null,\r\n                \"CreditCardChargeCurrency\": null,\r\n                \"Currency\": \"EUR\",\r\n                \"CustomBookingReference\": null,\r\n                \"Discount\": 0,\r\n                \"IsActive\": true,\r\n                \"NodeFinanceses\": [\r\n                    {\r\n                        \"Node\": \"Client Main\",\r\n                        \"ParentNode\": \"[Supplier] Expedia (EPS)\",\r\n                        \"PaymentSum\": 167.9\r\n                    },\r\n                    {\r\n                        \"Node\": \"User Branches\",\r\n                        \"ParentNode\": \"Client Main\",\r\n                        \"PaymentSum\": 167.9\r\n                    },\r\n                    {\r\n                        \"Node\": \"Agents\",\r\n                        \"ParentNode\": \"User Branches\",\r\n                        \"PaymentSum\": 167.9\r\n                    },\r\n                    {\r\n                        \"Node\": \"agent1@client.com\",\r\n                        \"ParentNode\": \"Agents\",\r\n                        \"PaymentSum\": 184.69\r\n                    },\r\n                    {\r\n                        \"Node\": \"[Client]\",\r\n                        \"ParentNode\": \"agent1@client.com\",\r\n                        \"PaymentSum\": 184.69\r\n                    }\r\n                ],\r\n                \"OrderDate\": \"/Date(1756200934443+0000)/\",\r\n                \"OrderId\": 3883125,\r\n                \"OrderStatus\": \"OK\",\r\n                \"PriceInSearchCurrency\": 215.13,\r\n                \"PriceInSupplierCurrency\": 195.57,\r\n                \"SearchCurrency\": \"USD\",\r\n                \"SearchToAffiliateRate\": 0.85852,\r\n                \"SegmentId\": 3909969,\r\n                \"Supplier\": \"Expedia (EPS)\",\r\n                \"SupplierCurrency\": \"USD\",\r\n                \"SupplierId\": 1165,\r\n                \"SupplierToAffiliateRate\": 0.85852,\r\n                \"SupplierToSearchRate\": 1,\r\n                \"TaxesAndFees\": [\r\n                    {\r\n                        \"FeeTitle\": \"Taxes & Fees\",\r\n                        \"IsIncludedInPrice\": true,\r\n                        \"IsMandatory\": true,\r\n                        \"Currency\": \"USD\",\r\n                        \"UnitType\": \"Other\",\r\n                        \"FrequencyType\": \"Other\",\r\n                        \"Value\": \"2.30\"\r\n                    },\r\n                    {\r\n                        \"FeeTitle\": \"Taxes & Fees\",\r\n                        \"IsIncludedInPrice\": true,\r\n                        \"IsMandatory\": true,\r\n                        \"Currency\": \"USD\",\r\n                        \"UnitType\": \"Other\",\r\n                        \"FrequencyType\": \"Other\",\r\n                        \"Value\": \"10.49\"\r\n                    }\r\n                ],\r\n                \"VatAmountInSearchCurrency\": null,\r\n                \"VccDetails\": null\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"10185d94-2468-4a79-89c7-aa607d5b94d2"}],"id":"b49103bf-3cd0-4d08-bb28-e11dd6a690f5","description":"<p>The GetSegmentFinReport function will retrieve for you all monetary calculations and consideration for the specified SegmentID.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>UserName, Password  <br />Will be provided by Travolutionary support team upon set-up, or by creating a new user in the B2B/Back-office system.</td>\n</tr>\n<tr>\n<td>ReturnSupplierCancellationFeeCost</td>\n<td>Set this tag to 'true' if you wish to receive the Supplier Cancellation Fee for this segment.</td>\n</tr>\n<tr>\n<td>ReturnExchangeRate</td>\n<td>Set this tag to 'true' if you wish to receive the exchange rate used for converting supplier currency to the requested search currency</td>\n</tr>\n<tr>\n<td>SegmentID</td>\n<td>The order segment identification which will be detailed</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"b49103bf-3cd0-4d08-bb28-e11dd6a690f5"},{"name":"GetSmartBookData","item":[{"name":"GetSmartBookData","id":"ed88288d-f3ae-41b5-bb82-db4dee0a4a6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"request\": {\n          \"ClientIP\": \"\",\n          \"Credentials\": {\n            \"Password\": \"pass42\",\n            \"UserName\": \"user\"\n          },\n          \"FromDate\": \"/Date(1692059886000)/\",\n          \"RecordsToSkip\": 0,\n          \"ServiceType\": 2,\n          \"ToDate\": \"/Date(1692146286000)/\"\n        }\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetSmartBookData","urlObject":{"protocol":"https","path":["BookingServices","OrdersService.svc","json","GetSmartBookData"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"ebf0a818-9efa-41ba-9768-19f0405f94c5","name":"GetSegmentFinReport Copy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"request\": {\n          \"ClientIP\": \"\",\n          \"Credentials\": {\n            \"Password\": \"pass42\",\n            \"UserName\": \"user\"\n          },\n          \"FromDate\": \"/Date(1692059886000)/\",\n          \"RecordsToSkip\": 0,\n          \"ServiceType\": 2,\n          \"ToDate\": \"/Date(1692146286000)/\"\n        }\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetSmartBookData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"prdvmss0013IW"},{"key":"Date","value":"Mon, 06 Nov 2023 12:08:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"GetSmartBookDataResult\": {\n        \"EndOfList\": true,\n        \"Errors\": [],\n        \"Segments\": [\n            {\n                \"OriginalPackageContractId\": 8784,\n                \"OriginalPackageContractName\": \"ACCOR Live Net\",\n                \"OriginalPackageProfit\": 72.69,\n                \"OriginalSupplierId\": 2301,\n                \"OriginalSupplierName\": \"ACCOR\",\n                \"SegmentId\": 11313070,\n                \"SmartBookDeltaProfit\": 0,\n                \"SmartBookTotalProfit\": 72.69,\n                \"UserSelectedPackageVatAmount\": null\n            },\n            {\n                \"OriginalPackageContractId\": 8522,\n                \"OriginalPackageContractName\": \"Hotelbeds Live Net\",\n                \"OriginalPackageProfit\": 113.1,\n                \"OriginalSupplierId\": 1123,\n                \"OriginalSupplierName\": \"Hotelbeds (HB2)\",\n                \"SegmentId\": 11313330,\n                \"SmartBookDeltaProfit\": -52.53,\n                \"SmartBookTotalProfit\": 60.57,\n                \"UserSelectedPackageVatAmount\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"ed88288d-f3ae-41b5-bb82-db4dee0a4a6e"}],"id":"c5d69851-0795-47d8-97ce-80633d81c1c4","description":"<p>The GetSmartBookData function will retrieve all monetary calculations and consideration for a number of SmartBook orders between dates, depending on your search query.</p>\n<p><strong>Request parameter :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>Will be provided by Travolutionary Support team upon set-up, or by creating a new user in the B2B/Backoffice system.  <br />- Password  <br />- UserName</td>\n<td>String</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>The date from which the orders will be detailed.</td>\n<td>System.DateTime</td>\n</tr>\n<tr>\n<td>RecordsToSkip</td>\n<td>Will skip the set number of orders from the starting date</td>\n<td>Int32</td>\n</tr>\n<tr>\n<td>ServiceType</td>\n<td>The SmartBook feature is currently available only for the Hotels service</td>\n<td>IsuBe.Base.Enum.ServiceType</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>The date up to which the orders will be detailed.</td>\n<td>System.DateTime</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response parameter :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Errors</td>\n<td>If any error occurs during the service response, it will be returned in its dedicated field</td>\n</tr>\n<tr>\n<td>SmartBookSegmentInfo</td>\n<td></td>\n</tr>\n<tr>\n<td>OriginalPackageContractId</td>\n<td>The Supplier Contract ID set for the supplier account, through which the user originally requested to book, before SmartBook logic started.</td>\n</tr>\n<tr>\n<td>OriginalPackageContractName</td>\n<td>Alias for the Supplier Contract, through which the user originally requested to book, before SmartBook logic started.</td>\n</tr>\n<tr>\n<td>OriginalPackageProfit</td>\n<td>Calculated profit of the markup and commission values applied to the package which the user originally requested to book, before SmartBook logic started.</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>The SegmentID of this booking.</td>\n</tr>\n<tr>\n<td>SmartBookDeltaProfit</td>\n<td>The profit delta gained by SmartBook for this booking, after SmartBook logic applied.  <br />  <br />Calculated as the following:  <br />  <br />Profit after SmartBook logic applied - OriginalPackageProfit (pre SmartBook).  <br />  <br />Note:  <br />  <br />Negative delta profit represents a decrease in the profit comparing to the \"OriginalPackageProfit\".  <br />  <br />Meaning that SmartBook decreased the profit (within the allowed range) for a purpose of saving a failed booking by rebooking alternative candidates.</td>\n</tr>\n<tr>\n<td>SmartBookTotalProfit</td>\n<td>The total profit amount gained by SmartBook for this booking.  <br />  <br />Represents the final profit for this booking after SmartBook logic applied.  <br />  <br />Calculated as the following:  <br />  <br />OriginalPackageProfit (pre SmartBook) + SmartBookDeltaProfit.</td>\n</tr>\n<tr>\n<td>SupplierName</td>\n<td>Supplier name through which the user originally requested to book.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"c5d69851-0795-47d8-97ce-80633d81c1c4"},{"name":"GetSegmentSmartBookData","item":[{"name":"GetSegmentSmartBookData","id":"d83a8aff-7622-49c6-9d21-a55b538f781e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"ClientIP\": \"\",\n        \"Credentials\": {\n            \"Password\": \"pass\",\n            \"UserName\": \"user\"\n        },\n        \"SegmentId\": 11246652\n    }\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetSegmentSmartBookData","urlObject":{"protocol":"https","path":["BookingServices","OrdersService.svc","json","GetSegmentSmartBookData"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"5081a594-4519-412c-8669-0d4d12baacea","name":"GetSegmentSmartBookData","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"ClientIP\": \"\",\n        \"Credentials\": {\n            \"Password\": \"pass\",\n            \"UserName\": \"user\"\n        },\n        \"SegmentId\": 11246652\n    }\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetSegmentSmartBookData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001G"},{"key":"Date","value":"Sun, 12 Nov 2023 10:58:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n\t\"GetSegmentSmartBookDataResult\": {\n\t\t\"EndOfList\": true,\n\t\t\"Errors\": [],\n\t\t\"Segments\": [\n\t\t\t{\n\t\t\t\t\"OriginalPackageContractId\": 8607,\n\t\t\t\t\"OriginalPackageContractName\": \"ATI Global Account Live\",\n\t\t\t\t\"OriginalPackageProfit\": 443.67,\n\t\t\t\t\"SegmentId\": 11246652,\n\t\t\t\t\"SmartBookDeltaProfit\": 0,\n\t\t\t\t\"SmartBookTotalProfit\": 443.67,\n\t\t\t\t\"SupplierName\": \"AmericanToursInternational\",\n\t\t\t\t\"UserSelectedPackageVatAmount\": null\n\t\t\t}\n\t\t]\n\t}\n}"}],"_postman_id":"d83a8aff-7622-49c6-9d21-a55b538f781e"}],"id":"7292f78a-4e5c-4a20-b9d1-582b8365aa5a","description":"<p>The SmartBook Orders API is used for retrieving both the order details and financial details on SmartBook segments.</p>\n<p>The details include the data regarding the package that the user originally selected to book, at the time when the user submitted the book request before SmartBook logic started.</p>\n<p>This function gets a segmentID and returns the segments SmartBook details.</p>\n<p><strong>Request parameter :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>Will be provided by Travolutionary Support team upon set-up, or by creating a new user in the B2B/Backoffice system.  <br />- Password  <br />- UserName</td>\n<td>String</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>The queried order's SegmentID</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response parameter :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OriginalPackageContractId</td>\n<td>The Supplier Contract ID set for the supplier account, through which the user originally requested to book, before SmartBook logic started.</td>\n</tr>\n<tr>\n<td>OriginalPackageContractName</td>\n<td>Alias for the Supplier Contract, through which the user originally requested to book, before SmartBook logic started.</td>\n</tr>\n<tr>\n<td>OriginalPackageProfit</td>\n<td>Calculated profit of the markup and commission values applied to the package which the user originally requested to book, before SmartBook logic started.</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>The SegmentID of this booking.</td>\n</tr>\n<tr>\n<td>SmartBookDeltaProfit</td>\n<td>The profit delta gained by SmartBook for this booking, after SmartBook logic applied.  <br />  <br />Calculated as the following:  <br />  <br />Profit after SmartBook logic applied - OriginalPackageProfit (pre SmartBook).  <br />  <br />Note:  <br />  <br />Negative delta profit represents a decrease in the profit comparing to the \"OriginalPackageProfit\".  <br />  <br />Meaning that SmartBook decreased the profit (within the allowed range) for a purpose of saving a failed booking by rebooking alternative candidates.</td>\n</tr>\n<tr>\n<td>SmartBookTotalProfit</td>\n<td>The total profit amount gained by SmartBook for this booking.  <br />  <br />Represents the final profit for this booking after SmartBook logic applied.  <br />  <br />Calculated as the following:  <br />  <br />OriginalPackageProfit (pre SmartBook) + SmartBookDeltaProfit.</td>\n</tr>\n<tr>\n<td>SupplierName</td>\n<td>Supplier name through which the user originally requested to book.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"7292f78a-4e5c-4a20-b9d1-582b8365aa5a"}],"id":"feeaf5da-4402-43df-89dd-d10b33ca28f3","description":"<h1 id=\"financial-reports\">Financial Reports</h1>\n<p>Order and financial services allow you to retrieve full information regarding both the orders and financial transactions taking place. These services are especially useful when dealing with synchronization to external accounting and back-office systems.</p>\n<p><strong>Requests :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Orders &amp; Financial Reports</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>GetOrder</td>\n<td>This function gets a Segment id and returns the segments details.</td>\n</tr>\n<tr>\n<td>GetOrders</td>\n<td>This function gets two dates and returns up to 100 orders made between these 2 dates.</td>\n</tr>\n<tr>\n<td>GetSegmentFinReport</td>\n<td>The GetSegmentFinReport function will retrieve for you all monetary calculations and consideration for the specified SegmentID.</td>\n</tr>\n<tr>\n<td>GetFinReport</td>\n<td>The GetFinReport function will retrieve all monetary calculations and consideration for a number of orders between dates.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"feeaf5da-4402-43df-89dd-d10b33ca28f3"},{"name":"Dynamic Packaging","item":[{"name":"Search Hotels and Flights","item":[{"name":"SearchHotelAndFlight Request","id":"e9e4fc4b-80f1-4e8f-a565-b47459113631","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"Credentials\": {\r\n\t\t\"Username\": \"USER\",\r\n\t\t\"Password\": \"PASS\"\r\n\t},\r\n\t\"IsPaginatedSearch\": false,\r\n\t\"Request\": {\r\n\t\t\"HotelsPageRequest\": {\r\n\t\t\t\"HotelsFilter\": {}\r\n\t\t},\r\n\t\t\"FlightsPageRequest\": {\r\n\t\t\t\"FlightsFilter\": {}\r\n\t\t},\r\n\t\t\"SearchRequest\": {\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"DesiredResultCurrency\": \"USD\",\r\n\t\t\t\"Residency\": \"US\",\r\n\t\t\t\"TimeoutSeconds\": 60,\r\n\t\t\t\"CheckIn\": null,\r\n\t\t\t\"CheckOut\": null,\r\n\t\t\t\"DepartureFlightDate\": \"/Date(1742124370000)/\",\r\n\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\"DestinationType\": 0,\r\n\t\t\t\"FlightClass\": 1,\r\n\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\"OriginType\": 0,\r\n\t\t\t\"ResponseLanguage\": \"en\",\r\n\t\t\t\"ReturnFlightDate\": \"/Date(1742383570000)/\",\r\n\t\t\t\"Rooms\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\"KidsAges\": []\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t\"PackagesApiMode\": 2\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicPackagingService.svc/json/SearchHotelAndFlight","urlObject":{"protocol":"https","path":["BookingServices","DynamicPackagingService.svc","json","SearchHotelAndFlight"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"b9bded07-3335-4710-b43d-caddd5542f8a","name":"SearchHotelAndFlight Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"Credentials\": {\r\n\t\t\"Username\": \"USER\",\r\n\t\t\"Password\": \"PASS\"\r\n\t},\r\n\t\"IsPaginatedSearch\": false,\r\n\t\"Request\": {\r\n\t\t\"HotelsPageRequest\": {\r\n\t\t\t\"HotelsFilter\": {}\r\n\t\t},\r\n\t\t\"FlightsPageRequest\": {\r\n\t\t\t\"FlightsFilter\": {}\r\n\t\t},\r\n\t\t\"SearchRequest\": {\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"DesiredResultCurrency\": \"USD\",\r\n\t\t\t\"Residency\": \"US\",\r\n\t\t\t\"TimeoutSeconds\": 60,\r\n\t\t\t\"CheckIn\": null,\r\n\t\t\t\"CheckOut\": null,\r\n\t\t\t\"DepartureFlightDate\": \"/Date(1742124370000)/\",\r\n\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\"DestinationType\": 0,\r\n\t\t\t\"FlightClass\": 1,\r\n\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\"OriginType\": 0,\r\n\t\t\t\"ResponseLanguage\": \"en\",\r\n\t\t\t\"ReturnFlightDate\": \"/Date(1742383570000)/\",\r\n\t\t\t\"Rooms\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\"KidsAges\": []\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t\"PackagesApiMode\": 2\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicPackagingService.svc/json/SearchHotelAndFlight"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"SearchHotelAndFlightResult\": {\n        \"Errors\": [],\n        \"AirportCodes\": [\n            {\n                \"Key\": \"DUB\",\n                \"Value\": \"Dublin, Republic of Ireland - Dublin International (DUB)\"\n            },\n            {\n                \"Key\": \"BHX\",\n                \"Value\": \"Birmingham, United Kingdom - Birmingham (BHX)\"\n            },\n            {\n                \"Key\": \"CDG\",\n                \"Value\": \"Paris, France - Charles De Gaulle (CDG)\"\n            },\n            {\n                \"Key\": \"AMS\",\n                \"Value\": \"Amsterdam, Netherlands - Schiphol Airport (AMS)\"\n            }\n        ],\n        \"CarsFilter\": null,\n        \"CarsPageResponse\": null,\n        \"FlightsFilter\": {\n            \"MaxPrice\": 770.57,\n            \"MinPrice\": 411.63,\n            \"AircraftType\": [\n                {\n                    \"Count\": 54,\n                    \"Value\": \"--[223]--\"\n                },\n                {\n                    \"Count\": 20,\n                    \"Value\": \"--[295]--\"\n                },\n                {\n                    \"Count\": 4,\n                    \"Value\": \"--[E7W]--\"\n                },\n                {\n                    \"Count\": 50,\n                    \"Value\": \"--[N/A]--\"\n                },\n                {\n                    \"Count\": 13,\n                    \"Value\": \"Airbus A319\"\n                },\n                {\n                    \"Count\": 49,\n                    \"Value\": \"Airbus A320-100/200\"\n                },\n                {\n                    \"Count\": 8,\n                    \"Value\": \"ATR ATR 72\"\n                },\n                {\n                    \"Count\": 6,\n                    \"Value\": \"Boeing 737-700 (winglets)\"\n                },\n                {\n                    \"Count\": 65,\n                    \"Value\": \"Boeing 737-800 (winglets)\"\n                },\n                {\n                    \"Count\": 38,\n                    \"Value\": \"Boeing 737-900 (winglets) pax\"\n                },\n                {\n                    \"Count\": 33,\n                    \"Value\": \"Embraer EMB 190\"\n                }\n            ],\n            \"Airlines\": [\n                {\n                    \"Count\": 140,\n                    \"Value\": \"AF\"\n                },\n                {\n                    \"Count\": 60,\n                    \"Value\": \"EI\"\n                },\n                {\n                    \"Count\": 140,\n                    \"Value\": \"KL\"\n                }\n            ],\n            \"Alliance\": [\n                {\n                    \"Count\": 60,\n                    \"Value\": \"None\"\n                },\n                {\n                    \"Count\": 280,\n                    \"Value\": \"SkyTeam\"\n                }\n            ],\n            \"FlightClass\": [\n                {\n                    \"Count\": 340,\n                    \"Value\": \"Economy\"\n                }\n            ],\n            \"FlightLegFilters\": [\n                {\n                    \"ArrivalPeriod\": [\n                        {\n                            \"Count\": 15,\n                            \"Value\": \"Morning\"\n                        },\n                        {\n                            \"Count\": 53,\n                            \"Value\": \"Day\"\n                        },\n                        {\n                            \"Count\": 32,\n                            \"Value\": \"Evening\"\n                        }\n                    ],\n                    \"ArrivalTo\": [\n                        {\n                            \"Count\": 100,\n                            \"Value\": \"BHX\"\n                        }\n                    ],\n                    \"Connections\": [\n                        {\n                            \"Count\": 36,\n                            \"Value\": \"CDG\"\n                        },\n                        {\n                            \"Count\": 34,\n                            \"Value\": \"AMS\"\n                        }\n                    ],\n                    \"DepartureFrom\": [\n                        {\n                            \"Count\": 100,\n                            \"Value\": \"DUB\"\n                        }\n                    ],\n                    \"DeparturePeriod\": [\n                        {\n                            \"Count\": 52,\n                            \"Value\": \"Morning\"\n                        },\n                        {\n                            \"Count\": 34,\n                            \"Value\": \"Day\"\n                        },\n                        {\n                            \"Count\": 5,\n                            \"Value\": \"Evening\"\n                        },\n                        {\n                            \"Count\": 9,\n                            \"Value\": \"Night\"\n                        }\n                    ],\n                    \"DestinationCode\": \"BHX\",\n                    \"FlightDurationMax\": 15,\n                    \"FlightDurationMin\": 1,\n                    \"OriginCode\": \"DUB\",\n                    \"StopDurationMax\": 12,\n                    \"StopDurationMin\": 0\n                },\n                {\n                    \"ArrivalPeriod\": [\n                        {\n                            \"Count\": 11,\n                            \"Value\": \"Morning\"\n                        },\n                        {\n                            \"Count\": 59,\n                            \"Value\": \"Day\"\n                        },\n                        {\n                            \"Count\": 30,\n                            \"Value\": \"Evening\"\n                        }\n                    ],\n                    \"ArrivalTo\": [\n                        {\n                            \"Count\": 100,\n                            \"Value\": \"DUB\"\n                        }\n                    ],\n                    \"Connections\": [\n                        {\n                            \"Count\": 34,\n                            \"Value\": \"CDG\"\n                        },\n                        {\n                            \"Count\": 36,\n                            \"Value\": \"AMS\"\n                        }\n                    ],\n                    \"DepartureFrom\": [\n                        {\n                            \"Count\": 100,\n                            \"Value\": \"BHX\"\n                        }\n                    ],\n                    \"DeparturePeriod\": [\n                        {\n                            \"Count\": 67,\n                            \"Value\": \"Morning\"\n                        },\n                        {\n                            \"Count\": 23,\n                            \"Value\": \"Day\"\n                        },\n                        {\n                            \"Count\": 10,\n                            \"Value\": \"Evening\"\n                        }\n                    ],\n                    \"DestinationCode\": \"DUB\",\n                    \"FlightDurationMax\": 15,\n                    \"FlightDurationMin\": 1,\n                    \"OriginCode\": \"BHX\",\n                    \"StopDurationMax\": 12,\n                    \"StopDurationMin\": 0\n                }\n            ],\n            \"Refundability\": [\n                {\n                    \"Count\": 100,\n                    \"Value\": \"Nonrefundable\"\n                }\n            ],\n            \"Stops\": [\n                {\n                    \"Count\": 60,\n                    \"Value\": \"0\"\n                },\n                {\n                    \"Count\": 140,\n                    \"Value\": \"1\"\n                }\n            ],\n            \"Suppliers\": [\n                {\n                    \"Count\": 100,\n                    \"Value\": \"MSF\"\n                }\n            ]\n        },\n        \"FlightsPageResponse\": {\n            \"Errors\": [],\n            \"TotalPages\": -2147483648,\n            \"Flights\": [],\n            \"MatchingFlightIds\": [\n                \"569c6a9f-6a1f-4323-afd8-3770a56644d6\",\n                \"e010ac75-d4d3-4b9d-897a-47b3f6e9091b\",\n                \"70e4c879-a818-4fca-a98b-ac1fa193f5b5\",\n                \"4bbc18a8-57e9-4998-9d7d-bb6cc7391280\",\n                \"afe7e53e-4c93-4a96-b649-2fdcf527af34\",\n                \"5594bcaa-524e-451c-9132-6c5d0c7e6744\",\n                \"3dd3399b-ce19-4238-851c-c94e75376892\",\n                \"cc6cb3de-89fe-49c1-8d59-58e807e77a07\",\n                \"a4dec1f5-b84a-42e5-a6ca-2de5abe660ab\",\n                \"7935b6c8-23f8-488b-a835-082c4b805438\",\n                \"d6e1d695-d83b-433e-8432-12d7ec638d45\",\n                \"7979c7df-4322-4dd9-98a7-5f7bd0a0bc36\",\n                \"2386d6f1-ae4e-42ed-a75c-104f7ce0ae1e\",\n                \"e58c661d-a7ad-485f-8964-c003920d48f8\",\n                \"de1973fe-02f7-4558-989e-e684e77aa7e0\",\n                \"7984eeac-8109-48d5-b3bb-0e125840acf2\",\n                \"de7cc4a8-d327-43e6-bae0-d7dd11da27f8\",\n                \"84acd4a3-29d3-431f-826f-3173ddd01086\",\n                \"5f91ca74-7f90-42d9-8ecd-a81d7b0d3731\",\n                \"5700be58-6e15-46ac-9b4f-5bbfb5d7863d\",\n                \"e3282661-6646-4208-af65-506484ee925c\",\n                \"80ba016a-8580-4e85-81ed-9dd7e31c0066\",\n                \"7645ba32-bde2-4a3e-8e09-bd5934fedcc1\",\n                \"1eea554b-cd0f-4b2d-91f1-96956f32c722\",\n                \"99c7fcbc-49ea-4412-9b0d-d38f5b1e73df\",\n                \"7bd7760f-7b6a-44d8-a9e3-5b1ce05b63e8\",\n                \"24b8f725-8e19-4ea9-9c8b-7c903b3b2281\",\n                \"c3c34a4e-a95c-4ce2-a574-231d2675ccf8\",\n                \"900f63e5-66ca-4d3b-998a-8cac1beb7f76\",\n                \"d468c2bf-8513-4507-9b38-142010493abd\",\n                \"83f94d94-64cd-4576-93ea-930fc6a6bdab\",\n                \"c49e919d-b279-43ed-a48a-6713296e82ca\",\n                \"9c3f1b92-9b4c-412d-83e6-fc560fbdaaf3\",\n                \"5c7ab5e3-f54a-476b-bc64-b7f4890741c5\",\n                \"21a91b27-e761-4ad3-ac5c-63cc3a8dbeab\",\n                \"cc82b961-2ed3-4615-b146-3081b25726b3\",\n                \"adfb78c7-913c-4e82-aaa8-162d8dcaa73a\",\n                \"6976eefd-bb4b-4405-85fc-2b45195ab3c2\",\n                \"5ab23ccb-df64-45a6-aa6a-0080ae8fedbb\",\n                \"a276f61e-4d0e-4c8d-87a9-3a90c11cde40\",\n                \"93d36572-60f3-403a-876d-65537451c089\",\n                \"26d9305e-4033-432d-ba83-440ab3baed75\",\n                \"48d8a9d9-fac2-4f7e-99a6-2416b5a4eea6\",\n                \"5be69225-650a-43f4-bd37-baa890506ee8\",\n                \"d5244aa9-3f9c-40b8-95bf-ac1006078cd4\",\n                \"13a20526-12c7-450c-b3f3-71ac58eabb56\",\n                \"f846cfb0-9fc6-4779-b594-3718a6890a6c\",\n                \"0ad4f503-a8f8-4fc3-b846-6433dc8c6c71\",\n                \"4375e13a-9208-4358-a57f-83e2be6c2651\",\n                \"78cac48e-a614-4fa2-947b-007547ee4564\",\n                \"e6446c06-2561-466d-98e4-182b98ab5f4f\",\n                \"79b242d2-9d48-4f0b-9e9e-3747d82328cf\",\n                \"c4101a4d-f1e6-4c3b-914c-37e1f5dc8ddd\",\n                \"3c8e6643-cd68-466f-9af4-ce09595c87ad\",\n                \"e96f8a56-9d2f-4b73-ae77-067c6299da42\",\n                \"2482f648-f99e-4fe7-ad0a-0925a44673f3\",\n                \"a18edcd8-27dc-4be1-83c4-a7e471255d27\",\n                \"bf76e336-d95a-4e51-9283-80f9748a94ca\",\n                \"42f1a8ee-4172-42d0-bd48-d5c1b6a37aa9\",\n                \"3bb35ceb-b1f9-486f-aea1-132f168d4ca3\",\n                \"a3f7a9b7-741e-48b9-b635-69b3bed72e42\",\n                \"83817912-2213-47e5-b115-d69edb72b4cc\",\n                \"dc36f5ff-0898-4c1e-9b62-e9833b208044\",\n                \"3fe7a659-5e71-41c4-b081-5cacabe65972\",\n                \"4aae8044-0c2e-43e1-8f4e-db3324a994b4\",\n                \"3b05005d-4622-4fa7-8ca1-053eb2c348ad\",\n                \"69fd7d9f-a0fc-4756-98b9-415b6a146da2\",\n                \"600f7c35-2463-4e99-b939-504a5c859e02\",\n                \"33949110-795c-4a71-b8b6-4203e331cecd\",\n                \"30c2e05b-2f4b-4dbe-ac2b-e6962e549b51\",\n                \"5f8df32d-7fe8-450a-a6f8-3587977ca115\",\n                \"8049d951-d962-4da7-b288-a6b55837eb79\",\n                \"57af2387-748c-4589-9308-a0f41fcdaa17\",\n                \"9f69b16c-cd86-4e70-b7df-21056fbd901c\",\n                \"76b00ad6-8b22-4525-b8f6-9b76ece6a9a4\",\n                \"5710d801-3ccd-4af5-8851-0780d5698d68\",\n                \"5ecd8020-33a7-4d3b-9dfa-12d57957cd22\",\n                \"4e510914-43e8-434a-8f17-eaba5dbc7b52\",\n                \"6ab17f8b-e75b-4de6-88de-31d86ed5bbb0\",\n                \"2f71fa07-b3c4-4ac6-b430-7ea000077ae3\",\n                \"c351cdb0-4560-403c-a815-4a12ddc4d26a\",\n                \"273bf8c5-73ce-44ca-b844-76bb7db72848\",\n                \"1d496d4d-b46f-4d3f-ab12-3c04965196f3\",\n                \"ab25ff91-7c2e-4266-a540-22ee4bed45ec\",\n                \"d2de1e97-1a13-40b7-9313-053a75b749ef\",\n                \"0385ae0d-dfcd-4374-be26-8014efd15393\",\n                \"1a0fd4ce-4b47-445f-8863-a0fe4d4c4c0f\",\n                \"410b2d9b-9c6c-449c-91b1-57c6849db440\",\n                \"08f167e9-c89c-4618-bfc2-bba20bb655b1\",\n                \"4cf64aa7-a650-4b17-a7fd-526afa02a0c0\",\n                \"0164db6b-5005-4a32-86c5-f50a01109bf1\",\n                \"b623ab8d-f0ab-4fe8-b76d-419469b84656\",\n                \"1cec68e1-4eea-4dee-ba9e-4acc83eedd51\",\n                \"0d6d0504-2b7f-4e5b-a96d-b774e5890235\",\n                \"350ea2b0-3943-4ca8-9616-179bac6527aa\",\n                \"a448fcc5-4713-4986-80b9-2da4f6141f06\",\n                \"f4a59a94-6016-4cbc-83f1-85c031fa3762\",\n                \"f2623237-5fc8-4d7f-8652-141623fa3425\",\n                \"f186c5af-8d0d-42dd-9936-6591ac9f0f81\",\n                \"b1889c81-441c-4e3e-9bee-e0966417e94f\"\n            ]\n        },\n        \"HotelsFilter\": {\n            \"MaxPrice\": 2564.38,\n            \"MinPrice\": 411.63,\n            \"Amenity\": [\n                {\n                    \"Count\": 5,\n                    \"Value\": \"AirportShuttle\"\n                },\n                {\n                    \"Count\": 16,\n                    \"Value\": \"BusinessCenter\"\n                },\n                {\n                    \"Count\": 30,\n                    \"Value\": \"FitnessCenter\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"HighSpeedInternet\"\n                },\n                {\n                    \"Count\": 3,\n                    \"Value\": \"NearBeach\"\n                },\n                {\n                    \"Count\": 161,\n                    \"Value\": \"NonSmokingRooms\"\n                },\n                {\n                    \"Count\": 70,\n                    \"Value\": \"ParkingAvailable\"\n                },\n                {\n                    \"Count\": 33,\n                    \"Value\": \"PetsAccepted\"\n                },\n                {\n                    \"Count\": 40,\n                    \"Value\": \"Restaurant\"\n                },\n                {\n                    \"Count\": 10,\n                    \"Value\": \"SwimmingPool\"\n                },\n                {\n                    \"Count\": 200,\n                    \"Value\": \"WiFiInternetaccess\"\n                }\n            ],\n            \"Availability\": [\n                {\n                    \"Count\": 437,\n                    \"Value\": \"Available\"\n                }\n            ],\n            \"HotelChain\": [\n                {\n                    \"Count\": 1,\n                    \"Value\": \"AL\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"AR\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"BD\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"BW\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"CI\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"CP\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"DA\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"DE\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"GB\"\n                },\n                {\n                    \"Count\": 3,\n                    \"Value\": \"GD\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"GI\"\n                },\n                {\n                    \"Count\": 5,\n                    \"Value\": \"HI\"\n                },\n                {\n                    \"Count\": 3,\n                    \"Value\": \"HO\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"HX\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"HY\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"LD\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"NN\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"RA\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"RD\"\n                },\n                {\n                    \"Count\": 7,\n                    \"Value\": \"RT\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"TG\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"UR\"\n                },\n                {\n                    \"Count\": 4,\n                    \"Value\": \"WV\"\n                },\n                {\n                    \"Count\": 4,\n                    \"Value\": \"YX\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"YZ\"\n                }\n            ],\n            \"HotelGroup\": [\n                {\n                    \"Count\": 7,\n                    \"Value\": \"6C\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"CW\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"EC\"\n                },\n                {\n                    \"Count\": 3,\n                    \"Value\": \"EH\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"EM\"\n                },\n                {\n                    \"Count\": 7,\n                    \"Value\": \"RT\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"SW\"\n                },\n                {\n                    \"Count\": 4,\n                    \"Value\": \"TC\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"TR\"\n                }\n            ],\n            \"RatePlanCode\": [],\n            \"Refundability\": [\n                {\n                    \"Count\": 214,\n                    \"Value\": \"Nonrefundable\"\n                },\n                {\n                    \"Count\": 223,\n                    \"Value\": \"Refundable\"\n                },\n                {\n                    \"Count\": 24,\n                    \"Value\": \"Unknown\"\n                }\n            ],\n            \"RoomBasis\": [\n                {\n                    \"Count\": 122,\n                    \"Value\": \"Bed and Breakfast BB\"\n                },\n                {\n                    \"Count\": 315,\n                    \"Value\": \"Room only RO\"\n                }\n            ],\n            \"RoomClass\": [\n                {\n                    \"Count\": 2,\n                    \"Value\": \"##IGNORE##\"\n                },\n                {\n                    \"Count\": 112,\n                    \"Value\": \"Basic\"\n                },\n                {\n                    \"Count\": 7,\n                    \"Value\": \"Classic\"\n                },\n                {\n                    \"Count\": 29,\n                    \"Value\": \"Deluxe\"\n                },\n                {\n                    \"Count\": 5,\n                    \"Value\": \"Economy\"\n                },\n                {\n                    \"Count\": 31,\n                    \"Value\": \"Executive\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"Exlusive\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"Presidential\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"SharedFacilities\"\n                },\n                {\n                    \"Count\": 146,\n                    \"Value\": \"Standard\"\n                },\n                {\n                    \"Count\": 18,\n                    \"Value\": \"Standard with view\"\n                },\n                {\n                    \"Count\": 83,\n                    \"Value\": \"Superior\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"Superior with view\"\n                }\n            ],\n            \"RoomType\": [\n                {\n                    \"Count\": 53,\n                    \"Value\": \"2 double beds\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"2 king beds\"\n                },\n                {\n                    \"Count\": 8,\n                    \"Value\": \"2 queen beds\"\n                },\n                {\n                    \"Count\": 26,\n                    \"Value\": \"Apartment\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"Bunk beds\"\n                },\n                {\n                    \"Count\": 125,\n                    \"Value\": \"Double\"\n                },\n                {\n                    \"Count\": 8,\n                    \"Value\": \"Double/Twin\"\n                },\n                {\n                    \"Count\": 22,\n                    \"Value\": \"Family\"\n                },\n                {\n                    \"Count\": 85,\n                    \"Value\": \"King\"\n                },\n                {\n                    \"Count\": 3,\n                    \"Value\": \"Quadruple\"\n                },\n                {\n                    \"Count\": 11,\n                    \"Value\": \"Queen\"\n                },\n                {\n                    \"Count\": 28,\n                    \"Value\": \"Triple\"\n                },\n                {\n                    \"Count\": 66,\n                    \"Value\": \"Twin beds\"\n                }\n            ],\n            \"StarRating\": [\n                {\n                    \"Count\": 14,\n                    \"Value\": \"-1\"\n                },\n                {\n                    \"Count\": 7,\n                    \"Value\": \"2\"\n                },\n                {\n                    \"Count\": 66,\n                    \"Value\": \"3\"\n                },\n                {\n                    \"Count\": 38,\n                    \"Value\": \"4\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"5\"\n                }\n            ],\n            \"Suppliers\": [\n                {\n                    \"Count\": 14,\n                    \"Value\": \"DDT\"\n                },\n                {\n                    \"Count\": 129,\n                    \"Value\": \"EPS\"\n                },\n                {\n                    \"Count\": 318,\n                    \"Value\": \"HB2\"\n                }\n            ],\n            \"TARating\": [\n                {\n                    \"Count\": 1,\n                    \"Value\": \"2.5\"\n                },\n                {\n                    \"Count\": 2,\n                    \"Value\": \"3\"\n                },\n                {\n                    \"Count\": 7,\n                    \"Value\": \"3.5\"\n                },\n                {\n                    \"Count\": 24,\n                    \"Value\": \"4\"\n                },\n                {\n                    \"Count\": 24,\n                    \"Value\": \"4.5\"\n                },\n                {\n                    \"Count\": 1,\n                    \"Value\": \"5\"\n                }\n            ]\n        },\n        \"HotelsPageResponse\": {\n            \"Errors\": [],\n            \"TotalPages\": -2147483648,\n            \"Hotels\": [],\n            \"MatchingHotelIds\": [\n                4085738,\n                4155051,\n                4155052,\n                4155055,\n                4155056,\n                4155057,\n                4155060,\n                4155062,\n                4155065,\n                4155072,\n                4155077,\n                4155080,\n                4155089,\n                4155093,\n                4155097,\n                4155099,\n                4155101,\n                4155103,\n                4155104,\n                4155115,\n                4155137,\n                4155148,\n                4155157,\n                4304766,\n                4304768,\n                4304772,\n                4304795,\n                4386432,\n                4459198,\n                4459199,\n                4459200,\n                4459231,\n                4459280,\n                4475061,\n                4475441,\n                4493063,\n                4574786,\n                4639053,\n                4639167,\n                4705170,\n                4705178,\n                4705224,\n                4999403,\n                4999563,\n                5234116,\n                6214710,\n                6396050,\n                6455352,\n                6498345,\n                6604426,\n                6631933,\n                6676320,\n                6879643,\n                8373181,\n                8373581,\n                9226424,\n                9733184,\n                10132156,\n                10448347,\n                10867989,\n                10952088,\n                10965642,\n                12195744,\n                12668480,\n                12834480,\n                13590825,\n                14544102,\n                14654114,\n                15669542,\n                16137875,\n                16416047,\n                16648409,\n                17008654,\n                17070257,\n                17070453,\n                17132182,\n                17464198,\n                17493345,\n                17656026,\n                17829374,\n                18099679,\n                18113400,\n                18250685,\n                18251896,\n                18530344,\n                18538957,\n                18538958,\n                18545229,\n                19157500,\n                19318447,\n                19318468,\n                19510702,\n                19512239,\n                19642495,\n                19642512,\n                19653601,\n                19653621,\n                19653671,\n                19653685,\n                19664547,\n                19664552,\n                19672730,\n                19672741,\n                19677326,\n                19677402,\n                19681363,\n                19693685,\n                19700564,\n                19700682,\n                19700787,\n                19701020,\n                19738775,\n                19747804,\n                19747852,\n                19747860,\n                19761925,\n                19761957,\n                19762089,\n                19762130,\n                19762186,\n                19762203,\n                19762219,\n                19762334,\n                19762433,\n                19770122,\n                19839252\n            ]\n        },\n        \"SearchId\": \"9N7D9E\",\n        \"SessionId\": \"/181/141750/D20241013T131702/fb80ecefbcc04ed0a72528a681b26872\"\n    }\n}"}],"_postman_id":"e9e4fc4b-80f1-4e8f-a565-b47459113631"}],"id":"6cdc7dd8-654a-4efa-b811-193b11cd06cb","description":"<h3 id=\"overview\"><strong>Overview:</strong></h3>\n<p>This request queries all active suppliers (Hotels and Flights) using various parameters and search criteria, such as destination city, currency, country of residence, travel dates, check-in/check-out dates and the number of passengers per the rooms and flights.</p>\n<p>The response provides a list of available hotel and flight route options from the connected suppliers, including airport names and codes, as well as filtering options for both flights and hotels.</p>\n<p><strong>These filters can later be applied in the Get Hotels / Flights page requests to refine the results, ensuring only hotels and flights that match the user's criteria are displayed.</strong></p>\n<hr />\n<p><strong>Request Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th><strong>Description</strong></th>\n<th>Mndatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>Username and Password</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ClientIP</td>\n<td>The IP of the end-user.</td>\n<td></td>\n</tr>\n<tr>\n<td>DesiredResultCurrency</td>\n<td>The desired currency - Currency ISO (Example: “USD”, “EUR”)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Residency</td>\n<td>The lead pax residency, ISO Country Code (Example: US, CZ, IL).  <br />Required by some of the suppliers, as they have special/restricted rates according to the residency value passed</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>TimeoutSeconds</td>\n<td>Timeout in second, the seconds the system will wait until returning the results.  <br />For the Dynamic Packaging service - it's reccomanded to set at least 50 sec.</td>\n<td></td>\n</tr>\n<tr>\n<td>CheckIn</td>\n<td>Check-In date, in epoch foramt.</td>\n<td>No  <br />Pass only if the check-in date is different from the Departure date.</td>\n</tr>\n<tr>\n<td>CheckOut</td>\n<td>Check-Out date, in epoch foramt.</td>\n<td>No  <br />Pass only if the check-out date is different from the return date.</td>\n</tr>\n<tr>\n<td>DepartureFlightDate</td>\n<td>The Departure date.  <br />(Unix Epoch time ISO)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>DestinationCode</td>\n<td>IATA ISO code of the Destination.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>DestinationType</td>\n<td>The type of the Destination:  <br />0 - Airport.  <br />1 - City.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>FlightClass</td>\n<td>Preferred flight class to request:  <br />0 - None.  <br />1 - Economy.  <br />2 - Premium Economy.  <br />3 - Business.  <br />4 - First.  <br />5 - Premium First.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>HotelResultsDetailLevel</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>OriginCode</td>\n<td>IATA ISO code of the Departure country.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>OriginType</td>\n<td>The type of the Destination:  <br />0 - Airport.  <br />1 - City.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ResponseLanguage</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>ReturnFlightDate</td>\n<td>The Return date.  <br />(Unix Epoch time ISO)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Rooms</td>\n<td>Rooms opening element</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>AdultsCount</td>\n<td>Number of Adults in the Flight / Room</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>KidsAges</td>\n<td>Number of Kids and ages in the Flight / Room</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>PackagesApiMode</td>\n<td>2 (Default value)</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Errors</td>\n<td>Array of Errors (If occured during the Session).</td>\n</tr>\n<tr>\n<td>AirportCodes</td>\n<td>A list of {Key: Value} representing airports, including any connecting legs (if applicable).  <br />Key: Airport Code  <br />Value: Full Airport Name</td>\n</tr>\n<tr>\n<td>CarsFilter</td>\n<td>Null (Not in use)</td>\n</tr>\n<tr>\n<td>CarsPageResponse</td>\n<td>Null (Not in use)</td>\n</tr>\n<tr>\n<td>FlightsFilter</td>\n<td>All the applicable filtering options will be returned, which can be used in the GetFlightPage request to filter Flights.</td>\n</tr>\n<tr>\n<td>MaxPrice</td>\n<td>Maximum Price of Flights (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>MinPrice</td>\n<td>Minimum Price of Flights (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>AircraftType</td>\n<td>Aircraft Type Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>Airlines</td>\n<td>Airlines Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>Alliance</td>\n<td>Alliance Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>FlightClass</td>\n<td>Flight Class Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>FlightLegFilters</td>\n<td>Flight Leg Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>ArrivalPeriod</td>\n<td>Flight Arrival Period Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>ArrivalTo</td>\n<td>Arrival To Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>Connections</td>\n<td>Connections Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>DepartureFrom</td>\n<td>Departure From Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>DeparturePeriod</td>\n<td>Departure Period Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>DestinationCode</td>\n<td>Destination Code Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>FlightDurationMax</td>\n<td>Flight Duration Max Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>FlightDurationMin</td>\n<td>Flight Duration Min Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>OriginCode</td>\n<td>Origin Code Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>StopDurationMax</td>\n<td>Stop Duration Max Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>StopDurationMin</td>\n<td>Stop Duration Min Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>ArrivalPeriod</td>\n<td>Arrival Period Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>ArrivalTo</td>\n<td>Arrival To Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>Connections</td>\n<td>Connections Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>DepartureFrom</td>\n<td>DepartureFromFilter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>DeparturePeriod</td>\n<td>Departure Period Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>DestinationCode</td>\n<td>Destination Code Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>FlightDurationMax</td>\n<td>Flight Duration Max Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>FlightDurationMin</td>\n<td>Flight Duration Min Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>OriginCode</td>\n<td>Origin Code Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>StopDurationMax</td>\n<td>Stop Duration Max Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>StopDurationMin</td>\n<td>Stop Duration min Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>Refundability</td>\n<td>Refundability Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>Stops</td>\n<td>Stops Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>Suppliers</td>\n<td>Suppliers Filter (part of FlightsFilter)</td>\n</tr>\n<tr>\n<td>FlightsPageResponse</td>\n<td>Ending of Filters Element</td>\n</tr>\n<tr>\n<td>Errors</td>\n<td>Flights Error's list</td>\n</tr>\n<tr>\n<td>TotalPages</td>\n<td>Total Pages</td>\n</tr>\n<tr>\n<td>Flights</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MatchingFlightIds</td>\n<td>List of Matching FlightID (Not in Use)</td>\n</tr>\n<tr>\n<td>HotelsFilter</td>\n<td>All the applicable filtering options will be returned, which can be used in the GetHotelPage request to filter Flights.</td>\n</tr>\n<tr>\n<td>MaxPrice</td>\n<td>Maximum Price of Hotels (part of HotelsFilter)</td>\n</tr>\n<tr>\n<td>MinPrice</td>\n<td>Minimum Price of Hotels (part of HotelsFilter)</td>\n</tr>\n<tr>\n<td>Amenity</td>\n<td>Amenity Filter (part of HotelsFilter)</td>\n</tr>\n<tr>\n<td>Availability</td>\n<td>Availability Filter (part of HotelsFilter)</td>\n</tr>\n<tr>\n<td>HotelChain</td>\n<td>Hotel Chains Filter (part of HotelsFilter)</td>\n</tr>\n<tr>\n<td>HotelGroup</td>\n<td>Hotel Group Filter (part of HotelsFilter)</td>\n</tr>\n<tr>\n<td>RatePlanCode</td>\n<td>Rate Plan Code Filter (part of HotelsFilter)</td>\n</tr>\n<tr>\n<td>Refundability</td>\n<td>Refundability Filter (part of HotelsFilter)</td>\n</tr>\n<tr>\n<td>RoomBasis</td>\n<td>Room Basis Filter (part of HotelsFilter)</td>\n</tr>\n<tr>\n<td>RoomClass</td>\n<td>Room Class Filter (part of HotelsFilter)</td>\n</tr>\n<tr>\n<td>RoomType</td>\n<td>Room Type Filter (part of HotelsFilter)</td>\n</tr>\n<tr>\n<td>StarRating</td>\n<td>Star Rating Filter (part of HotelsFilter)</td>\n</tr>\n<tr>\n<td>Suppliers</td>\n<td>Suppliers Filter (part of HotelsFilter)</td>\n</tr>\n<tr>\n<td>TARating</td>\n<td>TARating Filter (part of HotelsFilter)</td>\n</tr>\n<tr>\n<td>HotelsPageResponse</td>\n<td>End of Hotels Filters</td>\n</tr>\n<tr>\n<td>Errors</td>\n<td>Hotels Error's list</td>\n</tr>\n<tr>\n<td>TotalPages</td>\n<td>Total Pages</td>\n</tr>\n<tr>\n<td>Hotels</td>\n<td>-</td>\n</tr>\n<tr>\n<td>MatchingHotelIds</td>\n<td>List of Matching Hotels (Not in Use)</td>\n</tr>\n<tr>\n<td>SearchId</td>\n<td>the Search Id</td>\n</tr>\n<tr>\n<td>SessionId</td>\n<td>The sessionID.  <br />Will be used later to initiate all the rest of the requests.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"6cdc7dd8-654a-4efa-b811-193b11cd06cb"},{"name":"Get Hotel Page","item":[{"name":"GetHotelsPage Request","id":"e7519b84-79c3-423a-bd7b-6fcf304dc1af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"SessionId\": \"\\/181\\/141750\\/D20241013T131702\\/fb80ecefbcc04ed0a72528a681b26872\",\r\n\t\"IsDynamicPackaging\": true,\r\n\t\"PageRequest\": {\r\n\t\t\"PageNumber\": 0,\r\n\t\t\"ResultsPerPage\": 20,\r\n\t\t\"HotelsFilter\": {\r\n\t\t\t\"MaxPrice\": 9999,\r\n\t\t\t\"MinPrice\": 0,\r\n\t\t\t\"Name\": null,\r\n\t\t\t\"Address\": null,\r\n\t\t\t\"StarRating\": null,\r\n\t\t\t\"TARating\": null,\r\n\t\t\t\"Availability\": null,\r\n\t\t\t\"Refundability\": null,\r\n\t\t\t\"RoomBasis\": null,\r\n\t\t\t\"RoomClass\": null,\r\n\t\t\t\"RoomType\": null,\r\n\t\t\t\"RatePlanCode\": null,\r\n\t\t\t\"HotelGroup\": null,\r\n\t\t\t\"HotelChain\": null,\r\n\t\t\t\"Amenities\": null,\r\n\t\t\t\"Distance\": null\r\n\t\t}\r\n\t},\r\n\t\"SelectedItems\": {\r\n\t\t\"HotelId\": null,\r\n\t\t\"HotelPackageId\": null,\r\n\t\t\"FlightRouteId\": null\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicPackagingService.svc/json/GetHotelsPage","urlObject":{"protocol":"https","path":["BookingServices","DynamicPackagingService.svc","json","GetHotelsPage"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"51238d83-50ab-4d9b-b984-8d110d9c962f","name":"GetHotelsPage Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"SessionId\": \"\\/181\\/141750\\/D20241013T131702\\/fb80ecefbcc04ed0a72528a681b26872\",\r\n\t\"IsDynamicPackaging\": true,\r\n\t\"PageRequest\": {\r\n\t\t\"PageNumber\": 0,\r\n\t\t\"ResultsPerPage\": 20,\r\n\t\t\"HotelsFilter\": {\r\n\t\t\t\"MaxPrice\": 9999,\r\n\t\t\t\"MinPrice\": 0,\r\n\t\t\t\"Name\": null,\r\n\t\t\t\"Address\": null,\r\n\t\t\t\"StarRating\": null,\r\n\t\t\t\"TARating\": null,\r\n\t\t\t\"Availability\": null,\r\n\t\t\t\"Refundability\": null,\r\n\t\t\t\"RoomBasis\": null,\r\n\t\t\t\"RoomClass\": null,\r\n\t\t\t\"RoomType\": null,\r\n\t\t\t\"RatePlanCode\": null,\r\n\t\t\t\"HotelGroup\": null,\r\n\t\t\t\"HotelChain\": null,\r\n\t\t\t\"Amenities\": null,\r\n\t\t\t\"Distance\": null\r\n\t\t}\r\n\t},\r\n\t\"SelectedItems\": {\r\n\t\t\"HotelId\": null,\r\n\t\t\"HotelPackageId\": null,\r\n\t\t\"FlightRouteId\": null\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicPackagingService.svc/json/GetHotelsPage"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"GetHotelsPageResult\": {\r\n\t\t\"Errors\": [],\r\n\t\t\"TotalPages\": 7,\r\n\t\t\"Hotels\": [\r\n\t\t\t{\r\n\t\t\t\t\"Address\": \"778 Pershore Road, Birmingham\",\r\n\t\t\t\t\"Area\": \"778 Pershore Road, Birmingham\",\r\n\t\t\t\t\"DefaultImage\": {\r\n\t\t\t\t\t\"FullSize\": \"https:\\/\\/az712897.vo.msecnd.net\\/images\\/full\\/92424cb8-8c81-4e86-8eb5-f46f35378e1b.jpeg\"\r\n\t\t\t\t},\r\n\t\t\t\t\"DisplayName\": \"Bedroom in Apartment Walkable china town\",\r\n\t\t\t\t\"GeoLocation\": {\r\n\t\t\t\t\t\"Latitude\": 52.442391,\r\n\t\t\t\t\t\"Longitude\": -1.915218\r\n\t\t\t\t},\r\n\t\t\t\t\"HighestPackagePrice\": 411.63,\r\n\t\t\t\t\"ID\": 19747852,\r\n\t\t\t\t\"LowestPackagePrice\": 411.63,\r\n\t\t\t\t\"Packages\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"OptimizedDistribution\": false,\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"d44e2d55-d479-4025-a544-e13287e15427\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed classic apartment, 1 bedroom, non smoking, microwave\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Private sale\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 411.63,\r\n\t\t\t\t\t\t\"SupplierName\": \"EPS\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"StarRating\": \"3\",\r\n\t\t\t\t\"TripAdvisor\": {}\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Address\": \"778 Pershore Road, Birmingham\",\r\n\t\t\t\t\"Area\": \"778 Pershore Road, Birmingham\",\r\n\t\t\t\t\"DefaultImage\": {\r\n\t\t\t\t\t\"FullSize\": \"https:\\/\\/az712897.vo.msecnd.net\\/images\\/full\\/a6d7d8e7-35ae-4c83-963f-7f8af08523ae.jpeg\"\r\n\t\t\t\t},\r\n\t\t\t\t\"DisplayName\": \"Room 2\",\r\n\t\t\t\t\"GeoLocation\": {\r\n\t\t\t\t\t\"Latitude\": 52.442363,\r\n\t\t\t\t\t\"Longitude\": -1.915343\r\n\t\t\t\t},\r\n\t\t\t\t\"HighestPackagePrice\": 412.92,\r\n\t\t\t\t\"ID\": 19747860,\r\n\t\t\t\t\"LowestPackagePrice\": 412.92,\r\n\t\t\t\t\"Packages\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"OptimizedDistribution\": false,\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"3587c716-e218-41b8-b439-808e6f210968\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"classic apartment, 1 double bed, non smoking, microwave\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 412.92,\r\n\t\t\t\t\t\t\"SupplierName\": \"EPS\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"StarRating\": \"3\",\r\n\t\t\t\t\"TripAdvisor\": {}\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Address\": \"1 Great Colmore Street, Birmingham\",\r\n\t\t\t\t\"Area\": \"1 Great Colmore Street, Birmingham\",\r\n\t\t\t\t\"ChainCode\": \"RT\",\r\n\t\t\t\t\"DefaultImage\": {\r\n\t\t\t\t\t\"FullSize\": \"https:\\/\\/az712897.vo.msecnd.net\\/images\\/full\\/a322811a-bd47-4886-9b45-a1a071ebc32a.jpeg\"\r\n\t\t\t\t},\r\n\t\t\t\t\"DisplayName\": \"ibis budget Birmingham Centre\",\r\n\t\t\t\t\"GeoLocation\": {\r\n\t\t\t\t\t\"Latitude\": 52.471586,\r\n\t\t\t\t\t\"Longitude\": -1.90107\r\n\t\t\t\t},\r\n\t\t\t\t\"HighestPackagePrice\": 417.12,\r\n\t\t\t\t\"ID\": 4999403,\r\n\t\t\t\t\"LowestPackagePrice\": 417.12,\r\n\t\t\t\t\"Packages\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"OptimizedDistribution\": false,\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"3499c6b9-f39a-4903-bcdb-62947abf5620\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed and 1 twin bunk bed double room\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 417.12,\r\n\t\t\t\t\t\t\"SupplierName\": \"EPS\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"StarRating\": \"2\",\r\n\t\t\t\t\"TripAdvisor\": {\r\n\t\t\t\t\t\"Rating\": 3.5,\r\n\t\t\t\t\t\"RatingImageUrl\": \"https:\\/\\/carsolizeprod.blob.core.windows.net\\/images\\/TrustYou\\/3_5.png\",\r\n\t\t\t\t\t\"ReviewsCount\": 12955\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Address\": \"1842 Pershore Road, Birmingham\",\r\n\t\t\t\t\"Area\": \"1842 Pershore Road, Birmingham\",\r\n\t\t\t\t\"DefaultImage\": {\r\n\t\t\t\t\t\"FullSize\": \"https:\\/\\/az712897.vo.msecnd.net\\/images\\/full\\/8a23329b-7040-45a7-82b3-2e2caba3fccb.jpeg\"\r\n\t\t\t\t},\r\n\t\t\t\t\"DisplayName\": \"The Cotteridge Inn\",\r\n\t\t\t\t\"GeoLocation\": {\r\n\t\t\t\t\t\"Latitude\": 52.41634,\r\n\t\t\t\t\t\"Longitude\": -1.92777\r\n\t\t\t\t},\r\n\t\t\t\t\"HighestPackagePrice\": 422.82000000000005,\r\n\t\t\t\t\"ID\": 19510702,\r\n\t\t\t\t\"LowestPackagePrice\": 422.82000000000005,\r\n\t\t\t\t\"Packages\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"OptimizedDistribution\": false,\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"0078d53d-9b5d-4f29-b8fb-6980a8b9271d\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed double or twin room\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 422.82000000000005,\r\n\t\t\t\t\t\t\"SupplierName\": \"EPS\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"StarRating\": \"-1\",\r\n\t\t\t\t\"TripAdvisor\": {}\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Address\": \"74 Warren Farm Road, Birmingham\",\r\n\t\t\t\t\"Area\": \"74 Warren Farm Road, Birmingham\",\r\n\t\t\t\t\"DefaultImage\": {\r\n\t\t\t\t\t\"FullSize\": \"https:\\/\\/az712897.vo.msecnd.net\\/images\\/full\\/93537844-873e-45e9-93d5-7fc2f4c8db35.jpeg\"\r\n\t\t\t\t},\r\n\t\t\t\t\"DisplayName\": \"The Kingstanding Inn\",\r\n\t\t\t\t\"GeoLocation\": {\r\n\t\t\t\t\t\"Latitude\": 52.542382,\r\n\t\t\t\t\t\"Longitude\": -1.879305\r\n\t\t\t\t},\r\n\t\t\t\t\"HighestPackagePrice\": 423.19,\r\n\t\t\t\t\"ID\": 10952088,\r\n\t\t\t\t\"LowestPackagePrice\": 423.19,\r\n\t\t\t\t\"Packages\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"OptimizedDistribution\": false,\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"df5b35d0-c704-44f5-9cbe-65b8fbd2a531\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Economy\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"2 twin beds economy twin room\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Save10%\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 423.19,\r\n\t\t\t\t\t\t\"SupplierName\": \"EPS\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"StarRating\": \"3\",\r\n\t\t\t\t\"TripAdvisor\": {\r\n\t\t\t\t\t\"Rating\": 3,\r\n\t\t\t\t\t\"RatingImageUrl\": \"https:\\/\\/carsolizeprod.blob.core.windows.net\\/images\\/TrustYou\\/3.png\",\r\n\t\t\t\t\t\"ReviewsCount\": 652\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Address\": \"49 Sherbourne Road Acocks Green, Birmingham\",\r\n\t\t\t\t\"Area\": \"49 Sherbourne Road Acocks Green, Birmingham\",\r\n\t\t\t\t\"ChainCode\": \"YX\",\r\n\t\t\t\t\"DefaultImage\": {\r\n\t\t\t\t\t\"FullSize\": \"https:\\/\\/az712897.vo.msecnd.net\\/images\\/full\\/a34f58d5-9e92-49d4-917a-ebdd9dd15daa.jpeg\"\r\n\t\t\t\t},\r\n\t\t\t\t\"DisplayName\": \"Sure Hotel by Best Western Birmingham South\",\r\n\t\t\t\t\"GeoLocation\": {\r\n\t\t\t\t\t\"Latitude\": 52.449520111084,\r\n\t\t\t\t\t\"Longitude\": -1.8202999830246\r\n\t\t\t\t},\r\n\t\t\t\t\"HighestPackagePrice\": 814.95,\r\n\t\t\t\t\"ID\": 4155089,\r\n\t\t\t\t\"LowestPackagePrice\": 436.01,\r\n\t\t\t\t\"Packages\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"SimplePrice\": 436.01,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"ff1dc1c0-32d4-4e3b-881d-a7c38d951df4\",\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"fd94b45c-f890-4e64-8585-1904a6d5846a\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed, non-smoking, standard room\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -17.29 code : 9005\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 436.01,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"357d5b57-b3ca-488a-889a-7055887b9ef6\",\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"1b73ab74-0810-4afc-ba48-924d375f85fe\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds, non-smoking, standard room\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -17.29 code : 9005\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 436.01,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"c3011a27-fc7d-4df5-9338-64c3641209ae\",\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"c70555cd-1612-4555-ae66-d5b2c76bb86e\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed, non-smoking, standard room\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 454.93,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"fbb9d830-218d-4ff4-b7c2-1af572f9be91\",\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"630d28b6-fa97-4d7f-929b-ca76fb284df6\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds, non-smoking, standard room\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 454.93,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"4a31a7de-10c6-4169-ab3d-de7830e0078b\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"91222f34-d90b-4749-b4aa-a51298485e3e\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed, non-smoking, standard room\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -23.04 code : 9005\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 492.76,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"45d219fc-6ed4-47f1-88c2-80425f215db3\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"8e45cb40-df5c-402f-b004-fc9d865d15aa\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds, non-smoking, standard room\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -23.04 code : 9005\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 492.76,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"28a6b654-6f8e-4f21-88e2-8acc745bc9f0\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"a6a372b3-9c25-4510-abed-3939a8fd8b7d\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed, non-smoking, standard room\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 517.97,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"6e8642c1-d5b6-4ade-a3be-28a4df7e9426\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"b2720153-f774-44b0-a289-3e9d55b9faf4\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds, non-smoking, standard room\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 517.97,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"ccff9d66-dacc-48d2-8ba5-573d0a09be55\",\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"1e1e77fb-320d-4073-b8d0-355ee4182227\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed, non-smoking, standard room\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -26.32 code : 9005\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 524.89,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"a342ec3f-3926-44d0-8c80-31be340aed11\",\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"d5c519ba-be7c-4a8c-bcca-301aee3944e8\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds, non-smoking, standard room\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -26.32 code : 9005\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 524.89,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"6cd4e452-68c5-4e71-9646-4ce279413e40\",\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"862a7520-02e8-4e7d-808b-576e20cef54a\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed, non-smoking, standard room\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 553.7,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"3b597089-2dbd-4723-bc4e-0b1db09bf606\",\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"2b094b1e-3713-41ae-89ed-b70c36edee4c\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds, non-smoking, standard room\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 553.7,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"ebf19065-d463-469d-9dde-0f597f23fd89\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"a6c14c4e-86b2-4f57-afaf-8bbb337c04c4\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed, non-smoking, standard room\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -32.07 code : 9005\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 581.64,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"f919feaa-a3bb-4a8e-950c-100f9bb5a1b7\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"0a6d1d33-f5f3-4f58-bb2d-2868a1e5f201\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds, non-smoking, standard room\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -32.07 code : 9005\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 581.64,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"06d53b58-ca26-4e73-a4bf-ac0ef69d0045\",\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"f11a3078-461d-4878-8206-d87665582661\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Triple\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 double 1 single, non-smoking, standard room\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -33.88 code : 9005\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 599.54,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"4ddbe45c-748b-4a92-8b91-79c44866779b\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"d18aab46-8233-4115-abb3-320c92a77429\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed, non-smoking, standard room\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 616.74,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"0aaee646-6e62-48ad-97dc-1a6e4c7b6472\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"92b5466d-558e-466d-958e-e09c5113171b\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds, non-smoking, standard room\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 616.74,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"7dbfba75-44e0-475c-942e-117783e26bc9\",\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"49d8a71a-a1ec-4e9d-99d6-db7de54db950\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Triple\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 double 1 single, non-smoking, standard room\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 636.62,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"ed89a2c8-5916-4912-868a-2fe2d48f5df2\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"6dfd3733-7453-4804-b254-29648c36f157\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Triple\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 double 1 single, non-smoking, standard room\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -41.16 code : 9005\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 671.14,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"85178675-a43b-439f-868d-10a290032a92\",\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"bdd663b3-709b-403e-b4fd-7945c34f9ee5\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Triple\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 double 1 single, non-smoking, standard room\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -42.91 code : 9005\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 688.42000000000007,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"0e8a90cc-beae-45c3-a997-4ca354318778\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"5a45f58c-d582-4bd1-8e0c-5ed0ad00d9a2\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Triple\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 double 1 single, non-smoking, standard room\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 716.19,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"1d75b1fb-707e-4ebf-9610-d97a87c00cae\",\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"3f1cff0c-c24b-4a66-9c0a-a9a989f4f9a4\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Triple\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 double 1 single, non-smoking, standard room\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 735.38,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"81fcb16f-eb58-4db6-9d02-a8ab3a2e3aa7\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"956fb429-0d1e-44c2-a87b-a2cf17f9d718\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Triple\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 double 1 single, non-smoking, standard room\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -50.19 code : 9005\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 760.02,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"ea07b55b-336d-4110-bf69-5d4da01eff7f\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"285bacc9-92b8-4c1e-8b1f-a0c0776fddd8\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Triple\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 double 1 single, non-smoking, standard room\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 814.95,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"StarRating\": \"3\",\r\n\t\t\t\t\"TripAdvisor\": {\r\n\t\t\t\t\t\"Rating\": 3.5,\r\n\t\t\t\t\t\"RatingImageUrl\": \"https:\\/\\/carsolizeprod.blob.core.windows.net\\/images\\/TrustYou\\/3_5.png\",\r\n\t\t\t\t\t\"ReviewsCount\": 186\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Address\": \"Chester Street Aston Lock, Birmingham\",\r\n\t\t\t\t\"Area\": \"Chester Street Aston Lock, Birmingham\",\r\n\t\t\t\t\"ChainCode\": \"NN\",\r\n\t\t\t\t\"DefaultImage\": {\r\n\t\t\t\t\t\"FullSize\": \"https:\\/\\/az712897.vo.msecnd.net\\/images\\/full\\/36b4124e-4369-4268-83fd-cbb65a7c7beb.jpeg\"\r\n\t\t\t\t},\r\n\t\t\t\t\"DisplayName\": \"Hotel Campanile Birmingham\",\r\n\t\t\t\t\"GeoLocation\": {\r\n\t\t\t\t\t\"Latitude\": 52.492318,\r\n\t\t\t\t\t\"Longitude\": -1.886533\r\n\t\t\t\t},\r\n\t\t\t\t\"HighestPackagePrice\": 603.68000000000006,\r\n\t\t\t\t\"ID\": 4155099,\r\n\t\t\t\t\"LowestPackagePrice\": 441.81,\r\n\t\t\t\t\"Packages\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"SimplePrice\": 441.81,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"d9e3a405-327a-4339-9adc-28634c3a3805\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741564740000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"f9ef703e-198f-4f09-b9cf-38a11b75245f\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"double standard\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -17.87 code : 9005\",\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -19.84 code : 9002\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 441.81,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"9c17bd41-0c34-4a1f-acf2-0b2bd09b5488\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741564740000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"3bb59061-99a0-4ff0-b870-af2ebe2e540e\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"standard room - 2 single beds\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -17.87 code : 9005\",\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -19.84 code : 9002\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 441.81,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"9a3dee1c-25a1-4b6b-9ed9-5fa1d720443e\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741823940000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"a07b1f59-3e6b-4cff-b39f-55b605dce5ea\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"double standard\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -19.84 code : 9005\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 461.37,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"475afd62-207b-4339-a192-e8c10ae84bba\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741823940000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"92b61c4c-4a57-4654-8d05-07f3f95bdcef\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"standard room - 2 single beds\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -19.84 code : 9005\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 461.37,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"ce790ac6-e427-415a-b8cb-93c4bee3d760\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741564740000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"f2035f8b-6b86-41f1-ba6d-c0842db3b9eb\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard with view\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"double canal view\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -17.87 code : 9005\",\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -19.84 code : 9002\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 471.98,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"1e18d6c2-2c80-43a7-9836-2a9232c6d13f\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741564740000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"ae96b947-0209-4467-80a6-9fdfc607f5fa\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Triple\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"standard room - 1 double bed 1 single bed\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -17.87 code : 9005\",\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -19.84 code : 9002\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 471.98,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"7bec2a5b-fe2c-4b28-afa0-93434e26d441\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741564740000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"42e046fb-2c34-46dd-858d-daa9aa09223c\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard with view\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"twin canal view\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -17.87 code : 9005\",\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -19.84 code : 9002\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 471.98,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"880265cf-c842-4f86-b705-3e9d59a307b3\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741564740000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"f9c9a01f-3454-4218-87c4-773d468b1569\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"double standard\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -20.99 code : 9002\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 472.52,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"d4110ab7-3a9d-4d75-adcf-3b6feff2d285\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741564740000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"1c38245f-4d75-414d-99a8-f4e1522d8e58\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"standard room - 2 single beds\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -20.99 code : 9002\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 472.52,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"OptimizedDistribution\": false,\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1740095940000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"b1e530c6-6ded-4f70-8ab1-845d185a8b92\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"standard room, 2 twin beds\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 490.26,\r\n\t\t\t\t\t\t\"SupplierName\": \"EPS\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"744366e3-713e-4e7b-9590-bfe05aaf4291\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741823940000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"c46b29ac-f833-429f-92bf-e9c64f53f13a\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard with view\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"double canal view\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -19.84 code : 9005\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 491.54,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"5bd60604-eb38-482c-90ca-263161bd27c8\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741823940000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"91be8a51-325f-40d4-83b0-2bdb29dfa22e\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Triple\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"standard room - 1 double bed 1 single bed\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -19.84 code : 9005\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 491.54,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"2f2fbeb5-1f06-4f7f-b597-9d116b549583\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741823940000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"4dedaf63-aa98-4a75-b6f1-90381909701d\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard with view\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"twin canal view\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -19.84 code : 9005\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 491.54,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"a047c500-6726-4111-9da9-8103b2d650da\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741823940000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"8c7f8b51-9aaf-468f-ab5d-148fc18d74da\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"double standard\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 495.49,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"b5a7076e-54a5-4073-940e-53a8f21f8f82\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741823940000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"6912c051-f3e9-45c1-937d-8aa38cac7728\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"standard room - 2 single beds\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 495.49,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"f448a22b-9809-4a4c-9c74-d3de4b98d79d\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741564740000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"94c54a51-ba66-4a5c-b25d-a92962f86132\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard with view\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"double canal view\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -20.99 code : 9002\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 504.4,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"3d9cf17e-8512-43a4-882f-ef0d024e00b3\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741564740000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"8a4141e2-4b9c-4182-896d-43296f4a6b23\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Triple\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"standard room - 1 double bed 1 single bed\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -20.99 code : 9002\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 504.4,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"dc451b8b-d8d7-4bf7-a340-4046c5ee131a\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741564740000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"be6e9f84-6fd2-4b98-ae50-d95c3370d98a\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard with view\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"twin canal view\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -20.99 code : 9002\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 504.4,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"c8826332-3473-49bc-80a6-46845b4c2bc6\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741564740000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"459688ff-f5ee-431e-8200-04f1d0bbb7d5\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"double standard\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -24.47 code : 9005\",\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -19.84 code : 9002\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 506.69,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"fa11eb2d-0b77-4af7-a311-899d2bee1f84\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741564740000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"7a5f5d03-e984-4ce3-a56f-452046d7554e\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"standard room - 2 single beds\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -24.47 code : 9005\",\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -19.84 code : 9002\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 506.69,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"048ff05f-b725-4488-86f9-6b1c11fbefbf\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741823940000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"86b69e75-82ba-44dd-81e0-3b6ae85b2b7a\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"double standard\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -26.44 code : 9005\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 526.25,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"47af2203-0777-46a7-8e56-b435e59fc80c\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741823940000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"e23a6a81-6e57-4282-a24e-fdd14f2e331a\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"standard room - 2 single beds\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -26.44 code : 9005\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 526.25,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"ffdae3d8-ef93-4ed4-8964-277d89fb982b\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741823940000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"5232e739-f4ae-4be2-a39f-7e5ace06c467\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard with view\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"double canal view\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 527.37,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"dbaf2b8e-ebe2-43a5-b15c-1b1a83761708\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741823940000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"28bdce08-f997-4ad5-a869-d5db4a619511\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Triple\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"standard room - 1 double bed 1 single bed\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 527.37,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"42e08aa1-189c-4542-8895-e6988bf12a0e\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741823940000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"087ac629-0aa7-4eaf-bc71-9b55cad28331\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard with view\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"twin canal view\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 527.37,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"474a6675-2507-4936-a481-f26b1ffe8bed\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741564740000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"17844029-06a1-4917-ad6e-cc60929a3b6e\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard with view\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"double canal view\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -24.47 code : 9005\",\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -19.84 code : 9002\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 536.86,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"a646116e-204f-43b1-9042-0eccd5e9d2c3\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741564740000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"3cde99a0-aae0-4d4d-8d61-88834670b9b0\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Triple\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"standard room - 1 double bed 1 single bed\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -24.47 code : 9005\",\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -19.84 code : 9002\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 536.86,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"1d06c46f-8cf6-4e30-b6e2-de3a0f522b11\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741564740000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"fc22cceb-d091-4edd-9247-303206d20bf3\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard with view\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"twin canal view\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -24.47 code : 9005\",\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -19.84 code : 9002\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 536.86,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"87a9c658-0951-4a42-844c-ff26425bc6bd\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741564740000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"848aa925-fff9-4138-9cbe-0ccdfafa8a68\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"double standard\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -20.99 code : 9002\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 548.81999999999994,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"8cdfd0e4-8bdf-4c56-a75d-d1fffef7e7bc\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741564740000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"b1e06c0e-8af3-48f2-aafa-5ffec119368d\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"standard room - 2 single beds\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -20.99 code : 9002\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 548.81999999999994,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"0c163b79-e5a6-4584-86ef-acfe1fca94b0\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741823940000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"824a9393-21ca-4e4f-abaf-d7b80e5488dc\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard with view\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"double canal view\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -26.44 code : 9005\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 556.42000000000007,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"1946ead4-2844-4534-9508-c714a5336ca5\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741823940000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"8bfab1be-f1f3-49ef-900d-6de28d4ef861\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Triple\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"standard room - 1 double bed 1 single bed\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -26.44 code : 9005\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 556.42000000000007,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"df58b77b-7b7f-4772-afe8-1bf636756f62\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741823940000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"e19de399-ceba-4707-903c-d52b85b66542\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard with view\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"twin canal view\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -26.44 code : 9005\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 556.42000000000007,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"cf53ab4f-b93a-430f-8772-9ae2bc42ef2d\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741823940000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"49a84da8-2e5d-4e52-9d47-1f98a81e0e8e\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"double standard\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 571.8,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"9ada8fd9-5a26-4a09-8da4-b6c14badc2f6\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741823940000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"3f736369-ffd9-4fa5-8099-f560f6f77899\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"standard room - 2 single beds\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 571.8,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"3e91ed1f-6860-4581-a38d-66506c6e5324\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741564740000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"2b171aeb-dfd7-472b-9947-7ee658db57c3\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard with view\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"double canal view\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -20.99 code : 9002\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 580.71,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"e913d1c7-e713-4ed7-94a0-14d731770de0\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741564740000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"a066c6f3-eef1-4d1a-875f-46a8296ba295\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Triple\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"standard room - 1 double bed 1 single bed\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -20.99 code : 9002\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 580.71,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"6240ff63-f168-4c0b-8c90-b95dc69f9508\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741564740000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"0ee36311-9481-426d-bdca-7ce05c12bed3\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard with view\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"twin canal view\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -20.99 code : 9002\",\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 580.71,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"f7216473-3a6b-4572-835b-f6e4e5b514d4\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741823940000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"feed93ac-69dd-4300-ae76-9f0334ae4d24\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard with view\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"double canal view\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 603.68000000000006,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"04c22721-1935-45af-84db-ae1de24012b6\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741823940000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"294ccd5d-3732-45ed-82a2-8244ed194923\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Triple\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"standard room - 1 double bed 1 single bed\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 603.68000000000006,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"5484f2be-1c4c-41d5-a07b-b7cc74a7d10e\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741823940000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"d71434df-8678-4776-8ec2-ff8dc175cb0e\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard with view\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"twin canal view\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive Deal\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 603.68000000000006,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"StarRating\": \"3\",\r\n\t\t\t\t\"TripAdvisor\": {\r\n\t\t\t\t\t\"Rating\": 4,\r\n\t\t\t\t\t\"RatingImageUrl\": \"https:\\/\\/carsolizeprod.blob.core.windows.net\\/images\\/TrustYou\\/4.png\",\r\n\t\t\t\t\t\"ReviewsCount\": 4414\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Address\": \"2225 Coventry Road Sheldon 2225, Birmingham\",\r\n\t\t\t\t\"Area\": \"2225 Coventry Road Sheldon 2225, Birmingham\",\r\n\t\t\t\t\"ChainCode\": \"TG\",\r\n\t\t\t\t\"DefaultImage\": {\r\n\t\t\t\t\t\"FullSize\": \"https:\\/\\/az712897.vo.msecnd.net\\/images\\/full\\/23bdd184-dd88-4fbf-bed4-2758a7485024.jpeg\"\r\n\t\t\t\t},\r\n\t\t\t\t\"DisplayName\": \"Travelodge Birmingham Sheldon\",\r\n\t\t\t\t\"GeoLocation\": {\r\n\t\t\t\t\t\"Latitude\": 52.451806,\r\n\t\t\t\t\t\"Longitude\": -1.783591\r\n\t\t\t\t},\r\n\t\t\t\t\"HighestPackagePrice\": 444.57000000000005,\r\n\t\t\t\t\"ID\": 5234116,\r\n\t\t\t\t\"LowestPackagePrice\": 444.57000000000005,\r\n\t\t\t\t\"Packages\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"SimplePrice\": 444.57000000000005,\r\n\t\t\t\t\t\t\"SupplierName\": \"DDT\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"StarRating\": \"3\",\r\n\t\t\t\t\"TripAdvisor\": {\r\n\t\t\t\t\t\"Rating\": 3.5,\r\n\t\t\t\t\t\"RatingImageUrl\": \"https:\\/\\/carsolizeprod.blob.core.windows.net\\/images\\/TrustYou\\/3_5.png\",\r\n\t\t\t\t\t\"ReviewsCount\": 237\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Address\": \"325 Garrison Lane, Birmingham\",\r\n\t\t\t\t\"Area\": \"325 Garrison Lane, Birmingham\",\r\n\t\t\t\t\"DefaultImage\": {\r\n\t\t\t\t\t\"FullSize\": \"https:\\/\\/az712897.vo.msecnd.net\\/images\\/full\\/b3d17c2a-fd1f-477c-8114-f73f62aa1a7e.jpeg\"\r\n\t\t\t\t},\r\n\t\t\t\t\"DisplayName\": \"The Royal George Hotel\",\r\n\t\t\t\t\"GeoLocation\": {\r\n\t\t\t\t\t\"Latitude\": 52.47663,\r\n\t\t\t\t\t\"Longitude\": -1.865706\r\n\t\t\t\t},\r\n\t\t\t\t\"HighestPackagePrice\": 450.93,\r\n\t\t\t\t\"ID\": 4705224,\r\n\t\t\t\t\"LowestPackagePrice\": 450.93,\r\n\t\t\t\t\"Packages\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"OptimizedDistribution\": false,\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"b0ee31d1-7161-4a91-b3a9-4770b6485d67\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed double room, ensuite\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 450.93,\r\n\t\t\t\t\t\t\"SupplierName\": \"EPS\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"StarRating\": \"3\",\r\n\t\t\t\t\"TripAdvisor\": {\r\n\t\t\t\t\t\"Rating\": 3,\r\n\t\t\t\t\t\"RatingImageUrl\": \"https:\\/\\/carsolizeprod.blob.core.windows.net\\/images\\/TrustYou\\/3.png\",\r\n\t\t\t\t\t\"ReviewsCount\": 989\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Address\": \"81 John Bright Street, Birmingham\",\r\n\t\t\t\t\"Area\": \"81 John Bright Street, Birmingham\",\r\n\t\t\t\t\"ChainCode\": \"HO\",\r\n\t\t\t\t\"DefaultImage\": {\r\n\t\t\t\t\t\"FullSize\": \"https:\\/\\/az712897.vo.msecnd.net\\/images\\/full\\/b788b925-c386-4d55-b69c-e9578543f2d0.jpeg\"\r\n\t\t\t\t},\r\n\t\t\t\t\"DisplayName\": \"easyHotel Birmingham\",\r\n\t\t\t\t\"GeoLocation\": {\r\n\t\t\t\t\t\"Latitude\": 52.47689,\r\n\t\t\t\t\t\"Longitude\": -1.90136\r\n\t\t\t\t},\r\n\t\t\t\t\"HighestPackagePrice\": 532.79,\r\n\t\t\t\t\"ID\": 8373581,\r\n\t\t\t\t\"LowestPackagePrice\": 461.32000000000005,\r\n\t\t\t\t\"Packages\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"SimplePrice\": 461.32000000000005,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"SimplePrice\": 466.41,\r\n\t\t\t\t\t\t\"SupplierName\": \"DDT\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"681419d7-a079-426f-bbf7-0bbece9ff9b5\",\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"978f183a-0a73-431f-8687-0a392cfe1446\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"accessible double with window\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -6.00 code : 9002\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 478.07000000000005,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"2c02c47d-e291-445e-8158-28b70993e76c\",\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"2cdaaffa-c0c1-451d-8357-cdcac7615068\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"double with window\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -6.00 code : 9002\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 478.07000000000005,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"a47b8480-16f2-4ca1-9d61-27168ef0d567\",\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"5be34fdc-27e4-43e9-86d0-922dea4505d6\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"twin with window\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -6.00 code : 9002\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 478.07000000000005,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"OptimizedDistribution\": false,\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"c410b1f4-58e5-46c1-b816-30ae4df28bd2\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"##IGNORE##\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"basic double room, 1 double bed, no windows\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 498.44,\r\n\t\t\t\t\t\t\"SupplierName\": \"EPS\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"f5686af7-866c-441a-81a4-7d4597c111e8\",\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"b16cb3f0-da3c-4d56-ad62-e383b51a89f7\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Family\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"family room with window\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -6.66 code : 9002\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 501.53,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"9f36ca44-2dbd-4348-97b0-c37518c845dc\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741737540000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"d2abdb0f-d54c-48d3-a692-951badf4dd88\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"accessible double with window\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -6.88 code : 9002\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 509.33000000000004,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"2db76baa-a3a8-4ead-85c0-c223ee9f38e9\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741737540000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"6792b562-d850-4c66-9e50-a0d8c0aef3d8\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"double with window\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -6.88 code : 9002\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 509.33000000000004,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"2f5163c4-d4e7-4dd2-980e-a5b98ad6051d\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741737540000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"1204a6a4-5fee-43c2-8bdc-451685cf8241\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"twin with window\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -6.88 code : 9002\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 509.33000000000004,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"414d6a40-b29b-4cc7-9582-40ff20a8cd53\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741737540000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"127b5ffb-528d-4365-85f5-4f89897b4123\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Family\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"family room with window\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Early Booking discount -7.55 code : 9002\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 532.79,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"StarRating\": \"3\",\r\n\t\t\t\t\"TripAdvisor\": {\r\n\t\t\t\t\t\"Rating\": 4.5,\r\n\t\t\t\t\t\"RatingImageUrl\": \"https:\\/\\/carsolizeprod.blob.core.windows.net\\/images\\/TrustYou\\/4_5.png\",\r\n\t\t\t\t\t\"ReviewsCount\": 6439\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Address\": \"A34 3M From Jct4 M42, Solihull\",\r\n\t\t\t\t\"Area\": \"A34 3M From Jct4 M42, Solihull\",\r\n\t\t\t\t\"DefaultImage\": {\r\n\t\t\t\t\t\"FullSize\": \"https:\\/\\/az712897.vo.msecnd.net\\/images\\/full\\/b7f3e3fa-d965-49f3-a8dc-9a2f94a33555.jpeg\"\r\n\t\t\t\t},\r\n\t\t\t\t\"DisplayName\": \"Redwings Lodge Solihull\",\r\n\t\t\t\t\"GeoLocation\": {\r\n\t\t\t\t\t\"Latitude\": 52.411499,\r\n\t\t\t\t\t\"Longitude\": -1.826919\r\n\t\t\t\t},\r\n\t\t\t\t\"HighestPackagePrice\": 469.97,\r\n\t\t\t\t\"ID\": 10448347,\r\n\t\t\t\t\"LowestPackagePrice\": 469.97,\r\n\t\t\t\t\"Packages\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"OptimizedDistribution\": false,\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"c6e6587c-abdc-497b-8f55-a991364c4813\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"King\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"classic double room, 1 king bed, accessible\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Save10%\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 469.97,\r\n\t\t\t\t\t\t\"SupplierName\": \"EPS\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"StarRating\": \"3\",\r\n\t\t\t\t\"TripAdvisor\": {\r\n\t\t\t\t\t\"Rating\": 4.5,\r\n\t\t\t\t\t\"RatingImageUrl\": \"https:\\/\\/carsolizeprod.blob.core.windows.net\\/images\\/TrustYou\\/4_5.png\",\r\n\t\t\t\t\t\"ReviewsCount\": 71\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Address\": \"227 Church Hill Rd, Birmingham\",\r\n\t\t\t\t\"Area\": \"227 Church Hill Rd, Birmingham\",\r\n\t\t\t\t\"DefaultImage\": {\r\n\t\t\t\t\t\"FullSize\": \"https:\\/\\/az712897.vo.msecnd.net\\/images\\/full\\/f75f269b-b341-4210-b349-d2ad11e23363.jpeg\"\r\n\t\t\t\t},\r\n\t\t\t\t\"DisplayName\": \"House 227\",\r\n\t\t\t\t\"GeoLocation\": {\r\n\t\t\t\t\t\"Latitude\": 52.508322,\r\n\t\t\t\t\t\"Longitude\": -1.906548\r\n\t\t\t\t},\r\n\t\t\t\t\"HighestPackagePrice\": 476.25,\r\n\t\t\t\t\"ID\": 19762130,\r\n\t\t\t\t\"LowestPackagePrice\": 476.25,\r\n\t\t\t\t\"Packages\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"OptimizedDistribution\": false,\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741564740000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"760afe88-98ed-4c64-a52f-5cc7cfdbf19d\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Economy\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 twin bed economy single room\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 476.25,\r\n\t\t\t\t\t\t\"SupplierName\": \"EPS\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"StarRating\": \"-1\",\r\n\t\t\t\t\"TripAdvisor\": {}\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Address\": \"58 60 Seagar Street, West Bromwich\",\r\n\t\t\t\t\"Area\": \"58 60 Seagar Street, West Bromwich\",\r\n\t\t\t\t\"DefaultImage\": {\r\n\t\t\t\t\t\"FullSize\": \"https:\\/\\/az712897.vo.msecnd.net\\/images\\/full\\/d546c5c2-7dcb-48fc-9a04-193feafb1608.jpeg\"\r\n\t\t\t\t},\r\n\t\t\t\t\"DisplayName\": \"Lucarelli Inn\",\r\n\t\t\t\t\"GeoLocation\": {\r\n\t\t\t\t\t\"Latitude\": 52.52314,\r\n\t\t\t\t\t\"Longitude\": -1.98723\r\n\t\t\t\t},\r\n\t\t\t\t\"HighestPackagePrice\": 477.48,\r\n\t\t\t\t\"ID\": 4999563,\r\n\t\t\t\t\"LowestPackagePrice\": 477.48,\r\n\t\t\t\t\"Packages\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"OptimizedDistribution\": false,\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741737540000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"3b75e970-c074-496c-9fb5-c889cdede635\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"double room, 1 double bed\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Save24%\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 477.48,\r\n\t\t\t\t\t\t\"SupplierName\": \"EPS\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"StarRating\": \"3\",\r\n\t\t\t\t\"TripAdvisor\": {\r\n\t\t\t\t\t\"Rating\": 4.5,\r\n\t\t\t\t\t\"RatingImageUrl\": \"https:\\/\\/carsolizeprod.blob.core.windows.net\\/images\\/TrustYou\\/4_5.png\",\r\n\t\t\t\t\t\"ReviewsCount\": 42\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Address\": \"Caroline Street, Birmingham\",\r\n\t\t\t\t\"Area\": \"Caroline Street, Birmingham\",\r\n\t\t\t\t\"ChainCode\": \"GD\",\r\n\t\t\t\t\"DefaultImage\": {\r\n\t\t\t\t\t\"FullSize\": \"https:\\/\\/az712897.vo.msecnd.net\\/images\\/full\\/ee7a9214-99d3-4b52-9fb9-178b587b5680.jpeg\"\r\n\t\t\t\t},\r\n\t\t\t\t\"DisplayName\": \"Bloc Hotel Birmingham\",\r\n\t\t\t\t\"GeoLocation\": {\r\n\t\t\t\t\t\"Latitude\": 52.486245,\r\n\t\t\t\t\t\"Longitude\": -1.907786\r\n\t\t\t\t},\r\n\t\t\t\t\"HighestPackagePrice\": 748.79,\r\n\t\t\t\t\"ID\": 4459231,\r\n\t\t\t\t\"LowestPackagePrice\": 478.79,\r\n\t\t\t\t\"Packages\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"SimplePrice\": 478.79,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"cc1e9b7d-50ff-4449-8116-77395d825a37\",\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"39af0dd3-dc02-41a9-8099-11700bc2a54b\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"standard double room\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -23.02 code : 9005\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 492.49,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"a2423ede-1eaf-4d8d-bb74-cb83cda1ad61\",\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"85ce201e-d3a8-4f28-aeab-82ca590d525a\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"standard double room\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 517.69,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"ed2f308d-f0c2-420f-83a4-faaa2c0d7324\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"9fd0fc5a-96db-499f-8015-62ea81d8e894\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"standard double room\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -25.57 code : 9005\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 517.69,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"OptimizedDistribution\": false,\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"5dbfe1c3-8de5-4e71-8e71-1e3a58ef9767\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"##IGNORE##\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"King\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 king bed standard double room, no windows\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Save10%\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 524.39,\r\n\t\t\t\t\t\t\"SupplierName\": \"EPS\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"43d12122-032b-4669-82de-4c3613a07647\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"d036a911-1a71-4200-b6f9-7a6aeeea8677\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"standard double room\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 545.67000000000007,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"68e3ea25-5c30-4201-9c4d-ecfaa4634877\",\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"836c2fab-291e-445d-9cdd-a25a8995b939\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Apartment\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"apart rooms\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -34.15 code : 9005\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 602.19,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"96e3d18d-9380-4e30-8229-c9cd7eb83bb5\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"255caffa-d6ca-453e-8877-68b7d97466af\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Apartment\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"apart rooms\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 618.79,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"feba432a-1c84-47a4-87dc-526778625fba\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"ad636132-20b0-4e5b-be6a-4df4533e0778\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Apartment\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"apartment plus\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -37.51 code : 9005\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 635.3,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"6cd952a8-0b17-4c62-9c1c-477320f15257\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"6e295efa-6267-41ce-bf78-28971a0ddc81\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Apartment\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"apart rooms\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -37.95 code : 9005\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 639.55,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"adc1a72d-6c60-48f5-9523-ac9a21a605eb\",\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"8b91636d-d721-42c0-a0ff-3ecc2858643c\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Apartment\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"apart rooms\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 639.56999999999994,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"c5714110-9d6a-429f-bf6d-b577b649e903\",\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"5bb00a63-9197-4fa0-934e-877910db9e8f\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Apartment\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"apartment plus\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -39.72 code : 9005\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 657.03,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"2541257b-3656-4324-8ee4-0bc3a70d2ca7\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"ca7555ef-b190-4679-8285-4c4a381e556f\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Apartment\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"apart rooms\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 681.09,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"3b16b1f5-68fc-4750-bee1-1188ec4c401d\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"5ee36c7b-35c9-46b3-96e2-c44af89b1577\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Apartment\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"apartment plus\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Exclusive discount -44.13 code : 9005\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 700.49,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"1b276127-d10d-4ec5-bd11-79de865c987a\",\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"fb2d4b97-b923-4c3d-90f4-66614d7e8eda\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Apartment\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"apartment plus\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 700.5,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PackageId\": \"a29ccbc0-d70c-4309-925f-882ecc67f5f1\",\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"dee3b8b5-3cbb-45a1-87a9-a725d87b6018\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Apartment\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"apartment plus\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 748.79,\r\n\t\t\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"StarRating\": \"3\",\r\n\t\t\t\t\"TripAdvisor\": {\r\n\t\t\t\t\t\"Rating\": 4.5,\r\n\t\t\t\t\t\"RatingImageUrl\": \"https:\\/\\/carsolizeprod.blob.core.windows.net\\/images\\/TrustYou\\/4_5.png\",\r\n\t\t\t\t\t\"ReviewsCount\": 4294\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Address\": \"999 Wolverhampton Road, Oldbury\",\r\n\t\t\t\t\"Area\": \"999 Wolverhampton Road, Oldbury\",\r\n\t\t\t\t\"ChainCode\": \"RT\",\r\n\t\t\t\t\"DefaultImage\": {\r\n\t\t\t\t\t\"FullSize\": \"https:\\/\\/az712897.vo.msecnd.net\\/images\\/full\\/d7bc5e65-1218-4416-b919-07cbfe2c964d.jpeg\"\r\n\t\t\t\t},\r\n\t\t\t\t\"DisplayName\": \"Ibis Styles Birmingham Oldbury\",\r\n\t\t\t\t\"GeoLocation\": {\r\n\t\t\t\t\t\"Latitude\": 52.4913482666016,\r\n\t\t\t\t\t\"Longitude\": -2.02114009857178\r\n\t\t\t\t},\r\n\t\t\t\t\"HighestPackagePrice\": 480.15,\r\n\t\t\t\t\"ID\": 4493063,\r\n\t\t\t\t\"LowestPackagePrice\": 480.15,\r\n\t\t\t\t\"Packages\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"OptimizedDistribution\": false,\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741737540000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"1e2a292c-4582-4525-b891-d6e235a421b4\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"double room, 1 double bed (the king)\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 480.15,\r\n\t\t\t\t\t\t\"SupplierName\": \"EPS\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"StarRating\": \"3\",\r\n\t\t\t\t\"TripAdvisor\": {\r\n\t\t\t\t\t\"Rating\": 4,\r\n\t\t\t\t\t\"RatingImageUrl\": \"https:\\/\\/carsolizeprod.blob.core.windows.net\\/images\\/TrustYou\\/4.png\",\r\n\t\t\t\t\t\"ReviewsCount\": 996\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Address\": \"The Avenue Weoley Avenue Selly Oak, Birmingham\",\r\n\t\t\t\t\"Area\": \"The Avenue Weoley Avenue Selly Oak, Birmingham\",\r\n\t\t\t\t\"DefaultImage\": {\r\n\t\t\t\t\t\"FullSize\": \"https:\\/\\/az712897.vo.msecnd.net\\/images\\/full\\/4820a9d1-3e96-4954-8667-9833e3d0d079.jpeg\"\r\n\t\t\t\t},\r\n\t\t\t\t\"DisplayName\": \"The Avenue Club and Lodge\",\r\n\t\t\t\t\"GeoLocation\": {\r\n\t\t\t\t\t\"Latitude\": 52.4427549954753,\r\n\t\t\t\t\t\"Longitude\": -1.95722604868774\r\n\t\t\t\t},\r\n\t\t\t\t\"HighestPackagePrice\": 482.85,\r\n\t\t\t\t\"ID\": 6631933,\r\n\t\t\t\t\"LowestPackagePrice\": 482.85,\r\n\t\t\t\t\"Packages\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"OptimizedDistribution\": false,\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"d3327b40-ae05-467e-9d40-b245e9d97d09\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"2 twin beds standard twin room\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 482.85,\r\n\t\t\t\t\t\t\"SupplierName\": \"EPS\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"StarRating\": \"3\",\r\n\t\t\t\t\"TripAdvisor\": {\r\n\t\t\t\t\t\"Rating\": 3.5,\r\n\t\t\t\t\t\"RatingImageUrl\": \"https:\\/\\/carsolizeprod.blob.core.windows.net\\/images\\/TrustYou\\/3_5.png\",\r\n\t\t\t\t\t\"ReviewsCount\": 860\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Address\": \"Price St, Birmingham\",\r\n\t\t\t\t\"Area\": \"Price St, Birmingham\",\r\n\t\t\t\t\"DefaultImage\": {\r\n\t\t\t\t\t\"FullSize\": \"https:\\/\\/az712897.vo.msecnd.net\\/images\\/full\\/9c820fbb-d338-4b27-8f24-58ed6b023d46.jpeg\"\r\n\t\t\t\t},\r\n\t\t\t\t\"DisplayName\": \"The Bull\",\r\n\t\t\t\t\"GeoLocation\": {\r\n\t\t\t\t\t\"Latitude\": 52.48653,\r\n\t\t\t\t\t\"Longitude\": -1.89525\r\n\t\t\t\t},\r\n\t\t\t\t\"HighestPackagePrice\": 483.47,\r\n\t\t\t\t\"ID\": 10965642,\r\n\t\t\t\t\"LowestPackagePrice\": 483.47,\r\n\t\t\t\t\"Packages\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"OptimizedDistribution\": false,\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741737540000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"032c51b6-eb0a-48d0-a8ca-707e720a1083\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed basic double room\",\r\n\t\t\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\t\t\"Save5%\"\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 483.47,\r\n\t\t\t\t\t\t\"SupplierName\": \"EPS\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"StarRating\": \"3\",\r\n\t\t\t\t\"TripAdvisor\": {}\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Address\": \"188 High Street, Birmingham\",\r\n\t\t\t\t\"Area\": \"188 High Street, Birmingham\",\r\n\t\t\t\t\"DefaultImage\": {\r\n\t\t\t\t\t\"FullSize\": \"https:\\/\\/az712897.vo.msecnd.net\\/images\\/full\\/4575eff4-9f17-427f-b3f6-5af0a6b5be3c.jpeg\"\r\n\t\t\t\t},\r\n\t\t\t\t\"DisplayName\": \"Old Crown Hotel\",\r\n\t\t\t\t\"GeoLocation\": {\r\n\t\t\t\t\t\"Latitude\": 52.474666,\r\n\t\t\t\t\t\"Longitude\": -1.883421\r\n\t\t\t\t},\r\n\t\t\t\t\"HighestPackagePrice\": 483.75,\r\n\t\t\t\t\"ID\": 4574786,\r\n\t\t\t\t\"LowestPackagePrice\": 483.75,\r\n\t\t\t\t\"Packages\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"OptimizedDistribution\": false,\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741651140000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"b65e4bff-0ac7-428d-97bd-0af40e9395d0\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"SharedFacilities\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"2 twin beds twin room, shared bathroom\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 483.75,\r\n\t\t\t\t\t\t\"SupplierName\": \"EPS\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"StarRating\": \"2\",\r\n\t\t\t\t\"TripAdvisor\": {\r\n\t\t\t\t\t\"Rating\": 4.5,\r\n\t\t\t\t\t\"RatingImageUrl\": \"https:\\/\\/carsolizeprod.blob.core.windows.net\\/images\\/TrustYou\\/4_5.png\",\r\n\t\t\t\t\t\"ReviewsCount\": 11\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Address\": \"193 Station Road Stechford, Birmingham\",\r\n\t\t\t\t\"Area\": \"193 Station Road Stechford, Birmingham\",\r\n\t\t\t\t\"DefaultImage\": {\r\n\t\t\t\t\t\"FullSize\": \"https:\\/\\/az712897.vo.msecnd.net\\/images\\/full\\/3ebc2ad8-ecd8-4472-aff3-a67c92c72933.jpeg\"\r\n\t\t\t\t},\r\n\t\t\t\t\"DisplayName\": \"The Station Inn\",\r\n\t\t\t\t\"GeoLocation\": {\r\n\t\t\t\t\t\"Latitude\": 52.48302,\r\n\t\t\t\t\t\"Longitude\": -1.81003\r\n\t\t\t\t},\r\n\t\t\t\t\"HighestPackagePrice\": 492.66,\r\n\t\t\t\t\"ID\": 15669542,\r\n\t\t\t\t\"LowestPackagePrice\": 492.66,\r\n\t\t\t\t\"Packages\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"OptimizedDistribution\": false,\r\n\t\t\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\t\t\"RefundableUntil\": \"\\/Date(1741737540000+0000)\\/\",\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"680a357d-31bd-4255-9a10-4554abb7c1d6\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"3 twin beds triple room\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 492.66,\r\n\t\t\t\t\t\t\"SupplierName\": \"EPS\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"StarRating\": \"3\",\r\n\t\t\t\t\"TripAdvisor\": {}\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Address\": \"92 95 Livery Street, Birmingham\",\r\n\t\t\t\t\"Area\": \"92 95 Livery Street, Birmingham\",\r\n\t\t\t\t\"DefaultImage\": {\r\n\t\t\t\t\t\"FullSize\": \"https:\\/\\/az712897.vo.msecnd.net\\/images\\/full\\/09d09cbc-31ab-4898-aac2-6b62b98199fe.jpeg\"\r\n\t\t\t\t},\r\n\t\t\t\t\"DisplayName\": \"PH Hostel Birmingham\",\r\n\t\t\t\t\"GeoLocation\": {\r\n\t\t\t\t\t\"Latitude\": 52.486443,\r\n\t\t\t\t\t\"Longitude\": -1.904227\r\n\t\t\t\t},\r\n\t\t\t\t\"HighestPackagePrice\": 494.08000000000004,\r\n\t\t\t\t\"ID\": 4155148,\r\n\t\t\t\t\"LowestPackagePrice\": 494.08000000000004,\r\n\t\t\t\t\"Packages\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"OptimizedDistribution\": false,\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"d7059076-1dc9-49f0-a402-b1ae83bc6bba\",\r\n\t\t\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\t\t\"RoomType\": \"Bunk beds\",\r\n\t\t\t\t\t\t\t\t\"SourceRoomName\": \"2 twin bunk beds the micro twin\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SimplePrice\": 494.08000000000004,\r\n\t\t\t\t\t\t\"SupplierName\": \"EPS\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"StarRating\": \"3\",\r\n\t\t\t\t\"TripAdvisor\": {\r\n\t\t\t\t\t\"Rating\": 4,\r\n\t\t\t\t\t\"RatingImageUrl\": \"https:\\/\\/carsolizeprod.blob.core.windows.net\\/images\\/TrustYou\\/4.png\",\r\n\t\t\t\t\t\"ReviewsCount\": 1081\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"MatchingHotelIds\": [\r\n\t\t\t4085738,\r\n\t\t\t4155051,\r\n\t\t\t4155052,\r\n\t\t\t4155055,\r\n\t\t\t4155056,\r\n\t\t\t4155057,\r\n\t\t\t4155060,\r\n\t\t\t4155062,\r\n\t\t\t4155065,\r\n\t\t\t4155072,\r\n\t\t\t4155077,\r\n\t\t\t4155080,\r\n\t\t\t4155089,\r\n\t\t\t4155093,\r\n\t\t\t4155097,\r\n\t\t\t4155099,\r\n\t\t\t4155101,\r\n\t\t\t4155103,\r\n\t\t\t4155104,\r\n\t\t\t4155115,\r\n\t\t\t4155137,\r\n\t\t\t4155148,\r\n\t\t\t4155157,\r\n\t\t\t4304766,\r\n\t\t\t4304768,\r\n\t\t\t4304772,\r\n\t\t\t4304795,\r\n\t\t\t4386432,\r\n\t\t\t4459198,\r\n\t\t\t4459199,\r\n\t\t\t4459200,\r\n\t\t\t4459231,\r\n\t\t\t4459280,\r\n\t\t\t4475061,\r\n\t\t\t4475441,\r\n\t\t\t4493063,\r\n\t\t\t4574786,\r\n\t\t\t4639053,\r\n\t\t\t4639167,\r\n\t\t\t4705170,\r\n\t\t\t4705178,\r\n\t\t\t4705224,\r\n\t\t\t4999403,\r\n\t\t\t4999563,\r\n\t\t\t5234116,\r\n\t\t\t6214710,\r\n\t\t\t6396050,\r\n\t\t\t6455352,\r\n\t\t\t6498345,\r\n\t\t\t6604426,\r\n\t\t\t6631933,\r\n\t\t\t6676320,\r\n\t\t\t6879643,\r\n\t\t\t8373181,\r\n\t\t\t8373581,\r\n\t\t\t9226424,\r\n\t\t\t9733184,\r\n\t\t\t10132156,\r\n\t\t\t10448347,\r\n\t\t\t10867989,\r\n\t\t\t10952088,\r\n\t\t\t10965642,\r\n\t\t\t12195744,\r\n\t\t\t12668480,\r\n\t\t\t12834480,\r\n\t\t\t13590825,\r\n\t\t\t14544102,\r\n\t\t\t14654114,\r\n\t\t\t15669542,\r\n\t\t\t16137875,\r\n\t\t\t16416047,\r\n\t\t\t16648409,\r\n\t\t\t17008654,\r\n\t\t\t17070257,\r\n\t\t\t17070453,\r\n\t\t\t17132182,\r\n\t\t\t17464198,\r\n\t\t\t17493345,\r\n\t\t\t17656026,\r\n\t\t\t17829374,\r\n\t\t\t18099679,\r\n\t\t\t18113400,\r\n\t\t\t18250685,\r\n\t\t\t18251896,\r\n\t\t\t18530344,\r\n\t\t\t18538957,\r\n\t\t\t18538958,\r\n\t\t\t18545229,\r\n\t\t\t19157500,\r\n\t\t\t19318447,\r\n\t\t\t19318468,\r\n\t\t\t19510702,\r\n\t\t\t19512239,\r\n\t\t\t19642495,\r\n\t\t\t19642512,\r\n\t\t\t19653601,\r\n\t\t\t19653621,\r\n\t\t\t19653671,\r\n\t\t\t19653685,\r\n\t\t\t19664547,\r\n\t\t\t19664552,\r\n\t\t\t19672730,\r\n\t\t\t19672741,\r\n\t\t\t19677326,\r\n\t\t\t19677402,\r\n\t\t\t19681363,\r\n\t\t\t19693685,\r\n\t\t\t19700564,\r\n\t\t\t19700682,\r\n\t\t\t19700787,\r\n\t\t\t19701020,\r\n\t\t\t19738775,\r\n\t\t\t19747804,\r\n\t\t\t19747852,\r\n\t\t\t19747860,\r\n\t\t\t19761925,\r\n\t\t\t19761957,\r\n\t\t\t19762089,\r\n\t\t\t19762130,\r\n\t\t\t19762186,\r\n\t\t\t19762203,\r\n\t\t\t19762219,\r\n\t\t\t19762334,\r\n\t\t\t19762433,\r\n\t\t\t19770122,\r\n\t\t\t19839252\r\n\t\t]\r\n\t}\r\n}"}],"_postman_id":"e7519b84-79c3-423a-bd7b-6fcf304dc1af"}],"id":"cae78052-a8e4-4a1b-9c2a-d5c5fb3a726e","description":"<p>The Get Hotel Page request is used to fetch a page from the search results. Within the Get Hotel Page response, you will find information regarding the total number of pages, referred to as 'TotalPages'.</p>\n<p>This enables you to request subsequent pages, starting with page 0 and progressing to the last page.</p>\n<p>Additionally, the Get Hotel Page request allows you to fine-tune your hotel search by applying various filters, such as Minimum Price, Maximum Price, Star Rating, Basis, Class, Name, and more. (These filters are returned in the Search Response).</p>\n<p>Request Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SessionId</td>\n<td>The unique sessionID of the search. (As returned in the Search Response)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>IsDynamicPackaging</td>\n<td>True</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>PageRequest</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>PageNumber</td>\n<td>The number of the first page.  <br />(Starts from 0)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ResultsPerPage</td>\n<td>Number of Hotels per page.  <br />max = 20.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>HotelsFilter</td>\n<td>Hotels Filters - as returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>MaxPrice</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>MinPrice</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>Name</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>StarRating</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>TARating</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>Availability</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>Refundability</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>RoomBasis</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>RoomClass</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>RoomType</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>RatePlanCode</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>HotelGroup</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>HotelChain</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>Amenities</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>Distance</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>SelectedItems</td>\n<td></td>\n<td>No</td>\n</tr>\n<tr>\n<td>HotelId</td>\n<td>null</td>\n<td></td>\n</tr>\n<tr>\n<td>HotelPackageId</td>\n<td>null</td>\n<td></td>\n</tr>\n<tr>\n<td>FlightRouteId</td>\n<td>null</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Errors</td>\n<td>List of Errors.</td>\n</tr>\n<tr>\n<td>TotalPages</td>\n<td>Total Pages of Hotels.</td>\n</tr>\n<tr>\n<td>Hotels</td>\n<td>Opening Element.  <br />List of Hotels that meeting the Search criteria.</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Hotel Address</td>\n</tr>\n<tr>\n<td>Area</td>\n<td>Hotel Area</td>\n</tr>\n<tr>\n<td>DefaultImage</td>\n<td>Hotel Image - FullSize, Thumbnail.</td>\n</tr>\n<tr>\n<td>DisplayName</td>\n<td>Hotel display Name</td>\n</tr>\n<tr>\n<td>GeoLocation</td>\n<td>GeoLocation of the Hotel</td>\n</tr>\n<tr>\n<td>HighestPackagePrice</td>\n<td>The highest room/package price for the Hotel</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>HotelID (Gimmonix)</td>\n</tr>\n<tr>\n<td>LowestPackagePrice</td>\n<td>The Lowest room/package price for the Hotel</td>\n</tr>\n<tr>\n<td>Packages</td>\n<td>Opening Element.  <br />(Cheapest Package for this Hotel)</td>\n</tr>\n<tr>\n<td>OptimizedDistribution</td>\n<td>True - Hotel is optimized for Distribution.  <br />False - Hotel not optimized for Distribution.</td>\n</tr>\n<tr>\n<td>Refundability</td>\n<td>1 - refundable,  <br />2 - nonrefundable.</td>\n</tr>\n<tr>\n<td>Rooms</td>\n<td>Opening Element.  <br />(Cheapest room)</td>\n</tr>\n<tr>\n<td>AdultsCount</td>\n<td>Adults count in the room.</td>\n</tr>\n<tr>\n<td>Availability</td>\n<td>Available/On Request</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The room's ID.</td>\n</tr>\n<tr>\n<td>KidsAges</td>\n<td>The kids ages (If applicable)</td>\n</tr>\n<tr>\n<td>RoomBasis</td>\n<td>Room Basis</td>\n</tr>\n<tr>\n<td>RoomClass</td>\n<td>Room Class</td>\n</tr>\n<tr>\n<td>RoomType</td>\n<td>Room Type</td>\n</tr>\n<tr>\n<td>SourceRoomName</td>\n<td>Supplier's Room name.</td>\n</tr>\n<tr>\n<td>SpecialDeals</td>\n<td>Special deals applied (If Applicable)</td>\n</tr>\n<tr>\n<td>SimplePrice</td>\n<td>The simple price of the Room</td>\n</tr>\n<tr>\n<td>SupplierName</td>\n<td>The supplier name</td>\n</tr>\n<tr>\n<td>StarRating</td>\n<td>Star rating of the Hotel.</td>\n</tr>\n<tr>\n<td>TripAdvisor</td>\n<td>Trust You Rating.  <br />Rating: TrustYou Hotel Rating  <br />RatingImageUrl: TrustYou Hotel Rating image.  <br />ReviewsCount: Count of reviews.</td>\n</tr>\n<tr>\n<td>MatchingHotelIds</td>\n<td>HotelIds which meeting the search / GetPage criteria</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"cae78052-a8e4-4a1b-9c2a-d5c5fb3a726e"},{"name":"Get Flights Page","item":[{"name":"GetFlightsPage Request","id":"7337eaeb-0571-4f5c-90e7-d46147216506","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"SessionId\": \"\\/181\\/141750\\/D20241013T131702\\/fb80ecefbcc04ed0a72528a681b26872\",\r\n\t\"IsDynamicPackaging\": true,\r\n\t\"PageRequest\": {\r\n\t\t\"PageNumber\": 0,\r\n\t\t\"ResultsPerPage\": 20,\r\n\t\t\"FlightsFilter\": {\r\n\t\t\t\"MaxPrice\": 99999,\r\n\t\t\t\"MinPrice\": 0,\r\n\t\t\t\"AircraftType\": null,\r\n\t\t\t\"Airlines\": null,\r\n\t\t\t\"Alliance\": null,\r\n\t\t\t\"FlightClass\": null,\r\n\t\t\t\"FlightLegFilters\": null,\r\n\t\t\t\"ArrivalPeriod\": null,\r\n\t\t\t\"ArrivalTo\": null,\r\n\t\t\t\"Connections\": null,\r\n\t\t\t\"DepartureFrom\": null,\r\n\t\t\t\"DeparturePeriod\": null,\r\n\t\t\t\"DestinationCode\": null,\r\n\t\t\t\"FlightDurationMax\": null,\r\n\t\t\t\"FlightDurationMin\": null,\r\n\t\t\t\"OriginCode\": null,\r\n\t\t\t\"StopDurationMax\": null,\r\n\t\t\t\"StopDurationMin\": null,\r\n\t\t\t\"ArrivalPeriod\": null,\r\n\t\t\t\"ArrivalTo\": null,\r\n\t\t\t\"Connections\": null,\r\n\t\t\t\"DepartureFrom\": null,\r\n\t\t\t\"DeparturePeriod\": null,\r\n\t\t\t\"DestinationCode\": null,\r\n\t\t\t\"FlightDurationMax\": null,\r\n\t\t\t\"FlightDurationMin\": null,\r\n\t\t\t\"OriginCode\": null,\r\n\t\t\t\"StopDurationMax\": null,\r\n\t\t\t\"StopDurationMin\": null,\r\n\t\t\t\"Refundability\": null,\r\n\t\t\t\"Stops\": null,\r\n\t\t\t\"Suppliers\": null\r\n\t\t}\r\n\t},\r\n\t\"SelectedItems\": {\r\n\t\t\"HotelId\": null,\r\n\t\t\"HotelPackageId\": null,\r\n\t\t\"FlightRouteId\": null\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicPackagingService.svc/json/GetFlightsPage","urlObject":{"protocol":"https","path":["BookingServices","DynamicPackagingService.svc","json","GetFlightsPage"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"3be68997-c09c-4e63-ba8a-57f102647211","name":"GetFlightsPage Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"SessionId\": \"\\/181\\/141750\\/D20241013T131702\\/fb80ecefbcc04ed0a72528a681b26872\",\r\n\t\"IsDynamicPackaging\": true,\r\n\t\"PageRequest\": {\r\n\t\t\"PageNumber\": 0,\r\n\t\t\"ResultsPerPage\": 20,\r\n\t\t\"FlightsFilter\": {\r\n\t\t\t\"MaxPrice\": 99999,\r\n\t\t\t\"MinPrice\": 0,\r\n\t\t\t\"AircraftType\": null,\r\n\t\t\t\"Airlines\": null,\r\n\t\t\t\"Alliance\": null,\r\n\t\t\t\"FlightClass\": null,\r\n\t\t\t\"FlightLegFilters\": null,\r\n\t\t\t\"ArrivalPeriod\": null,\r\n\t\t\t\"ArrivalTo\": null,\r\n\t\t\t\"Connections\": null,\r\n\t\t\t\"DepartureFrom\": null,\r\n\t\t\t\"DeparturePeriod\": null,\r\n\t\t\t\"DestinationCode\": null,\r\n\t\t\t\"FlightDurationMax\": null,\r\n\t\t\t\"FlightDurationMin\": null,\r\n\t\t\t\"OriginCode\": null,\r\n\t\t\t\"StopDurationMax\": null,\r\n\t\t\t\"StopDurationMin\": null,\r\n\t\t\t\"ArrivalPeriod\": null,\r\n\t\t\t\"ArrivalTo\": null,\r\n\t\t\t\"Connections\": null,\r\n\t\t\t\"DepartureFrom\": null,\r\n\t\t\t\"DeparturePeriod\": null,\r\n\t\t\t\"DestinationCode\": null,\r\n\t\t\t\"FlightDurationMax\": null,\r\n\t\t\t\"FlightDurationMin\": null,\r\n\t\t\t\"OriginCode\": null,\r\n\t\t\t\"StopDurationMax\": null,\r\n\t\t\t\"StopDurationMin\": null,\r\n\t\t\t\"Refundability\": null,\r\n\t\t\t\"Stops\": null,\r\n\t\t\t\"Suppliers\": null\r\n\t\t}\r\n\t},\r\n\t\"SelectedItems\": {\r\n\t\t\"HotelId\": null,\r\n\t\t\"HotelPackageId\": null,\r\n\t\t\"FlightRouteId\": null\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicPackagingService.svc/json/GetFlightsPage"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"GetFlightsPageResult\": {\r\n\t\t\"Errors\": [],\r\n\t\t\"TotalPages\": 5,\r\n\t\t\"Flights\": [\r\n\t\t\t{\r\n\t\t\t\t\"Flights\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"IsEticketable\": true,\r\n\t\t\t\t\t\t\"LegList\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742111100000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742107200000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H5M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"262\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"2b682321-c060-466c-96c4-7acb4cae90b1\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI262Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742376000000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742372100000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H5M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"263\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"642acd73-43a7-4f14-abaa-f96c95f50c0c\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI263Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Breakdown\": null,\r\n\t\t\t\t\t\t\t\"TotalPrice\": {\r\n\t\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\t\"FinalPrice\": 411.63,\r\n\t\t\t\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0,\r\n\t\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"RouteId\": \"569c6a9f-6a1f-4323-afd8-3770a56644d6\",\r\n\t\t\t\t\t\t\"SupplierName\": \"MSF\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"GroupId\": \"ada7399a-e456-4a10-99e5-a0f24863fcf9\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Flights\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"IsEticketable\": true,\r\n\t\t\t\t\t\t\"LegList\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742111100000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742107200000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H5M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"262\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"e8d386bb-22a5-48da-84b4-686bf8ff4c89\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI262Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742388900000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742384100000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H20M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3265\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"94a2b0a4-ef76-4f77-a9b1-c541647f1d7a\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3265Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Breakdown\": null,\r\n\t\t\t\t\t\t\t\"TotalPrice\": {\r\n\t\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\t\"FinalPrice\": 411.63,\r\n\t\t\t\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0,\r\n\t\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"RouteId\": \"e010ac75-d4d3-4b9d-897a-47b3f6e9091b\",\r\n\t\t\t\t\t\t\"SupplierName\": \"MSF\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"GroupId\": \"847e2d2a-7828-4b8d-a969-7a0056c4231f\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Flights\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"IsEticketable\": true,\r\n\t\t\t\t\t\t\"LegList\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742123400000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742119200000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H10M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3264\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"4a3f01ec-89b6-4ab6-825b-d0cb25b7a20e\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3264Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742421300000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742416500000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H20M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3277\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"813a61c6-bfe3-42db-a429-819e7b181370\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3277Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Breakdown\": null,\r\n\t\t\t\t\t\t\t\"TotalPrice\": {\r\n\t\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\t\"FinalPrice\": 411.63,\r\n\t\t\t\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0,\r\n\t\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"RouteId\": \"70e4c879-a818-4fca-a98b-ac1fa193f5b5\",\r\n\t\t\t\t\t\t\"SupplierName\": \"MSF\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"GroupId\": \"cbcfe703-27e4-4948-8858-9727afe56a31\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Flights\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"IsEticketable\": true,\r\n\t\t\t\t\t\t\"LegList\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742123400000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742119200000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H10M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3264\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"952cd9ca-be1b-4090-8285-2d6c0286a30b\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3264Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742407200000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742402700000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H15M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3275\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"ba8182c1-930c-4afa-926a-231ee7e6432a\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3275Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Breakdown\": null,\r\n\t\t\t\t\t\t\t\"TotalPrice\": {\r\n\t\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\t\"FinalPrice\": 411.63,\r\n\t\t\t\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0,\r\n\t\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"RouteId\": \"4bbc18a8-57e9-4998-9d7d-bb6cc7391280\",\r\n\t\t\t\t\t\t\"SupplierName\": \"MSF\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"GroupId\": \"c478d860-cf4b-452d-acc7-5826448bdc62\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Flights\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"IsEticketable\": true,\r\n\t\t\t\t\t\t\"LegList\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742123400000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742119200000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H10M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3264\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"9132b7a9-98e7-43e7-8a6b-694b89357f3c\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3264Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742394300000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742390400000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H5M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"267\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"d504de03-d76a-464a-abdc-4d3b73e6fd42\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI267Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Breakdown\": null,\r\n\t\t\t\t\t\t\t\"TotalPrice\": {\r\n\t\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\t\"FinalPrice\": 411.63,\r\n\t\t\t\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0,\r\n\t\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"RouteId\": \"afe7e53e-4c93-4a96-b649-2fdcf527af34\",\r\n\t\t\t\t\t\t\"SupplierName\": \"MSF\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"GroupId\": \"bb59c40f-01f7-47c5-b543-212e6bf1f889\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Flights\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"IsEticketable\": true,\r\n\t\t\t\t\t\t\"LegList\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742123400000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742119200000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H10M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3264\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"686f439f-00fe-4b9a-bfad-e38c9917dcb2\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3264Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742376000000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742372100000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H5M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"263\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"106ee1e2-41a6-4bd0-a2df-425bd7e37c46\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI263Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Breakdown\": null,\r\n\t\t\t\t\t\t\t\"TotalPrice\": {\r\n\t\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\t\"FinalPrice\": 411.63,\r\n\t\t\t\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0,\r\n\t\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"RouteId\": \"5594bcaa-524e-451c-9132-6c5d0c7e6744\",\r\n\t\t\t\t\t\t\"SupplierName\": \"MSF\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"GroupId\": \"2fbe2870-0411-42ec-8f2b-86756ec83023\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Flights\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"IsEticketable\": true,\r\n\t\t\t\t\t\t\"LegList\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742123400000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742119200000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H10M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3264\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"08b1b44e-697b-483b-ac6e-2ec763dd9cd1\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3264Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742388900000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742384100000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H20M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3265\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"781eb571-e488-47df-a181-df8569b5cb07\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3265Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Breakdown\": null,\r\n\t\t\t\t\t\t\t\"TotalPrice\": {\r\n\t\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\t\"FinalPrice\": 411.63,\r\n\t\t\t\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0,\r\n\t\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"RouteId\": \"3dd3399b-ce19-4238-851c-c94e75376892\",\r\n\t\t\t\t\t\t\"SupplierName\": \"MSF\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"GroupId\": \"c03058de-f78a-455f-97f2-9ecd7f3727e7\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Flights\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"IsEticketable\": true,\r\n\t\t\t\t\t\t\"LegList\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742111100000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742107200000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H5M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"262\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"0416a9bd-2d72-468a-a830-830cb35f1a11\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI262Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742421300000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742416500000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H20M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3277\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"94b28194-3c90-4ba9-8ffb-353a5983b9c9\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3277Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Breakdown\": null,\r\n\t\t\t\t\t\t\t\"TotalPrice\": {\r\n\t\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\t\"FinalPrice\": 411.63,\r\n\t\t\t\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0,\r\n\t\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"RouteId\": \"cc6cb3de-89fe-49c1-8d59-58e807e77a07\",\r\n\t\t\t\t\t\t\"SupplierName\": \"MSF\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"GroupId\": \"a8e015a1-db20-492f-b950-151b5f32c0f7\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Flights\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"IsEticketable\": true,\r\n\t\t\t\t\t\t\"LegList\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742111100000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742107200000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H5M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"262\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"acb4691d-993d-4118-b7d6-ce7ed4028237\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI262Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742407200000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742402700000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H15M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3275\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"cc076453-37e2-4a6c-ae66-b0b000708466\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3275Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Breakdown\": null,\r\n\t\t\t\t\t\t\t\"TotalPrice\": {\r\n\t\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\t\"FinalPrice\": 411.63,\r\n\t\t\t\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0,\r\n\t\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"RouteId\": \"a4dec1f5-b84a-42e5-a6ca-2de5abe660ab\",\r\n\t\t\t\t\t\t\"SupplierName\": \"MSF\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"GroupId\": \"f1ff2969-4e28-4f16-b7de-15ad62904408\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Flights\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"IsEticketable\": true,\r\n\t\t\t\t\t\t\"LegList\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742111100000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742107200000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H5M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"262\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"53210625-9f94-4fc8-96ee-8cf1d9a67909\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI262Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742394300000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742390400000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H5M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"267\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"431bfdd1-7edd-47a6-a83a-9bfd30944f35\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI267Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Breakdown\": null,\r\n\t\t\t\t\t\t\t\"TotalPrice\": {\r\n\t\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\t\"FinalPrice\": 411.63,\r\n\t\t\t\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0,\r\n\t\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"RouteId\": \"7935b6c8-23f8-488b-a835-082c4b805438\",\r\n\t\t\t\t\t\t\"SupplierName\": \"MSF\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"GroupId\": \"78f85917-b49e-4f11-8d16-180c25dbb639\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Flights\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"IsEticketable\": true,\r\n\t\t\t\t\t\t\"LegList\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742141700000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742137200000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H15M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3274\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"f3acc891-10e3-4f9b-b1b5-57062a396b36\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3274Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742421300000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742416500000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H20M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3277\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"b685899e-b442-4574-82ea-7502de51268b\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3277Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Breakdown\": null,\r\n\t\t\t\t\t\t\t\"TotalPrice\": {\r\n\t\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\t\"FinalPrice\": 433.97,\r\n\t\t\t\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0,\r\n\t\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"RouteId\": \"d6e1d695-d83b-433e-8432-12d7ec638d45\",\r\n\t\t\t\t\t\t\"SupplierName\": \"MSF\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"GroupId\": \"c48883e7-b394-4304-8567-2c17ae45bba4\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Flights\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"IsEticketable\": true,\r\n\t\t\t\t\t\t\"LegList\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742141700000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742137200000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H15M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3274\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"4a4808cd-d702-43b2-a6a4-24672af14bcd\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3274Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742407200000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742402700000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H15M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3275\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"73fe3896-b3f1-4347-80d0-ab744eb0e988\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3275Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Breakdown\": null,\r\n\t\t\t\t\t\t\t\"TotalPrice\": {\r\n\t\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\t\"FinalPrice\": 433.97,\r\n\t\t\t\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0,\r\n\t\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"RouteId\": \"7979c7df-4322-4dd9-98a7-5f7bd0a0bc36\",\r\n\t\t\t\t\t\t\"SupplierName\": \"MSF\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"GroupId\": \"c8097457-805b-4bce-9568-2713de76d966\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Flights\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"IsEticketable\": true,\r\n\t\t\t\t\t\t\"LegList\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742155500000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742151000000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H15M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3276\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"342fb939-a506-4ee4-8096-5705c7b1a8d3\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3276Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742407200000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742402700000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H15M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3275\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"992d92c8-09f1-4412-94a0-c7b62fc718d2\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3275Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Breakdown\": null,\r\n\t\t\t\t\t\t\t\"TotalPrice\": {\r\n\t\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\t\"FinalPrice\": 433.97,\r\n\t\t\t\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0,\r\n\t\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"RouteId\": \"2386d6f1-ae4e-42ed-a75c-104f7ce0ae1e\",\r\n\t\t\t\t\t\t\"SupplierName\": \"MSF\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"GroupId\": \"7b2f4fe9-5cc4-4c7f-9d76-6125053d0ac2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Flights\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"IsEticketable\": true,\r\n\t\t\t\t\t\t\"LegList\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742137800000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742133900000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H5M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"268\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"935088a1-6ab4-4605-8985-c51b4e62afea\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI268Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742407200000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742402700000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H15M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3275\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"512dde09-7b0a-41b1-8878-fc5befed8508\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3275Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Breakdown\": null,\r\n\t\t\t\t\t\t\t\"TotalPrice\": {\r\n\t\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\t\"FinalPrice\": 433.97,\r\n\t\t\t\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0,\r\n\t\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"RouteId\": \"e58c661d-a7ad-485f-8964-c003920d48f8\",\r\n\t\t\t\t\t\t\"SupplierName\": \"MSF\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"GroupId\": \"86e78154-6746-49ba-ab3f-6e8d4901ad4c\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Flights\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"IsEticketable\": true,\r\n\t\t\t\t\t\t\"LegList\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742155500000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742151000000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H15M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3276\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"a667132e-dbdf-4731-92a4-a02a6c673aa5\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3276Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742394300000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742390400000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H5M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"267\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"ee049aba-9569-4b88-b82e-ece874dd69dd\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI267Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Breakdown\": null,\r\n\t\t\t\t\t\t\t\"TotalPrice\": {\r\n\t\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\t\"FinalPrice\": 433.97,\r\n\t\t\t\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0,\r\n\t\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"RouteId\": \"de1973fe-02f7-4558-989e-e684e77aa7e0\",\r\n\t\t\t\t\t\t\"SupplierName\": \"MSF\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"GroupId\": \"e5573eea-e91c-4317-8371-776941d437e9\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Flights\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"IsEticketable\": true,\r\n\t\t\t\t\t\t\"LegList\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742141700000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742137200000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H15M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3274\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"93ae7b6b-02bb-4f02-bd7f-2bcae496634e\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3274Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742394300000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742390400000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H5M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"267\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"394e5859-0f40-4e26-89eb-405d811026a0\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI267Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Breakdown\": null,\r\n\t\t\t\t\t\t\t\"TotalPrice\": {\r\n\t\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\t\"FinalPrice\": 433.97,\r\n\t\t\t\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0,\r\n\t\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"RouteId\": \"7984eeac-8109-48d5-b3bb-0e125840acf2\",\r\n\t\t\t\t\t\t\"SupplierName\": \"MSF\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"GroupId\": \"fc7b737b-d731-4a54-8e12-189e875c6536\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Flights\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"IsEticketable\": true,\r\n\t\t\t\t\t\t\"LegList\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742141700000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742137200000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H15M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3274\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"d13c5968-b81b-4c5f-956e-c10e61086bc5\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3274Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742388900000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742384100000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H20M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3265\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"78d8128c-bc27-490c-a919-694ee2d6e27a\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3265Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Breakdown\": null,\r\n\t\t\t\t\t\t\t\"TotalPrice\": {\r\n\t\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\t\"FinalPrice\": 433.97,\r\n\t\t\t\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0,\r\n\t\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"RouteId\": \"de7cc4a8-d327-43e6-bae0-d7dd11da27f8\",\r\n\t\t\t\t\t\t\"SupplierName\": \"MSF\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"GroupId\": \"fd9be247-9b3c-4dd4-8b0d-9c332d2068bd\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Flights\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"IsEticketable\": true,\r\n\t\t\t\t\t\t\"LegList\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742141700000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742137200000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H15M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3274\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"9ad1c29c-ca39-461e-8a8f-6ea50349a11a\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3274Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742376000000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742372100000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H5M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"263\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"21fbbf71-5488-439a-a3c6-d2bad1e13ff7\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI263Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Breakdown\": null,\r\n\t\t\t\t\t\t\t\"TotalPrice\": {\r\n\t\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\t\"FinalPrice\": 433.97,\r\n\t\t\t\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0,\r\n\t\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"RouteId\": \"84acd4a3-29d3-431f-826f-3173ddd01086\",\r\n\t\t\t\t\t\t\"SupplierName\": \"MSF\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"GroupId\": \"aa9a79e6-87da-4c43-be7c-cbd2a2556dbf\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Flights\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"IsEticketable\": true,\r\n\t\t\t\t\t\t\"LegList\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742137800000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742133900000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H5M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"268\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"82a840b3-c02c-4bc5-8f32-bd7a5c6e0517\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI268Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742421300000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742416500000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H20M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3277\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"cdbb1cf0-4ca9-47cc-9eae-62a041b1552d\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3277Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Breakdown\": null,\r\n\t\t\t\t\t\t\t\"TotalPrice\": {\r\n\t\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\t\"FinalPrice\": 433.97,\r\n\t\t\t\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0,\r\n\t\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"RouteId\": \"5f91ca74-7f90-42d9-8ecd-a81d7b0d3731\",\r\n\t\t\t\t\t\t\"SupplierName\": \"MSF\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"GroupId\": \"cbbb7f04-6a64-453d-bcbc-b8e412ecc27a\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"Flights\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"IsEticketable\": true,\r\n\t\t\t\t\t\t\"LegList\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742155500000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742151000000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H15M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3276\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"4cc991f0-a3c8-47e1-bec9-faeaf0806e4d\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3276Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742421300000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742416500000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"Duration\": \"PT1H20M\",\r\n\t\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"3277\",\r\n\t\t\t\t\t\t\t\t\t\t\"Id\": \"6fffd40e-5f41-4940-80aa-448dacade818\",\r\n\t\t\t\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"unknown\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI3277Y\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Breakdown\": null,\r\n\t\t\t\t\t\t\t\"TotalPrice\": {\r\n\t\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\t\"FinalPrice\": 433.97,\r\n\t\t\t\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0,\r\n\t\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Refundability\": 2,\r\n\t\t\t\t\t\t\"RouteId\": \"5700be58-6e15-46ac-9b4f-5bbfb5d7863d\",\r\n\t\t\t\t\t\t\"SupplierName\": \"MSF\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"GroupId\": \"c5953319-b24c-489f-8182-b4fee85c5f15\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"MatchingFlightIds\": [\r\n\t\t\t\"569c6a9f-6a1f-4323-afd8-3770a56644d6\",\r\n\t\t\t\"e010ac75-d4d3-4b9d-897a-47b3f6e9091b\",\r\n\t\t\t\"70e4c879-a818-4fca-a98b-ac1fa193f5b5\",\r\n\t\t\t\"4bbc18a8-57e9-4998-9d7d-bb6cc7391280\",\r\n\t\t\t\"afe7e53e-4c93-4a96-b649-2fdcf527af34\",\r\n\t\t\t\"5594bcaa-524e-451c-9132-6c5d0c7e6744\",\r\n\t\t\t\"3dd3399b-ce19-4238-851c-c94e75376892\",\r\n\t\t\t\"cc6cb3de-89fe-49c1-8d59-58e807e77a07\",\r\n\t\t\t\"a4dec1f5-b84a-42e5-a6ca-2de5abe660ab\",\r\n\t\t\t\"7935b6c8-23f8-488b-a835-082c4b805438\",\r\n\t\t\t\"d6e1d695-d83b-433e-8432-12d7ec638d45\",\r\n\t\t\t\"7979c7df-4322-4dd9-98a7-5f7bd0a0bc36\",\r\n\t\t\t\"2386d6f1-ae4e-42ed-a75c-104f7ce0ae1e\",\r\n\t\t\t\"e58c661d-a7ad-485f-8964-c003920d48f8\",\r\n\t\t\t\"de1973fe-02f7-4558-989e-e684e77aa7e0\",\r\n\t\t\t\"7984eeac-8109-48d5-b3bb-0e125840acf2\",\r\n\t\t\t\"de7cc4a8-d327-43e6-bae0-d7dd11da27f8\",\r\n\t\t\t\"84acd4a3-29d3-431f-826f-3173ddd01086\",\r\n\t\t\t\"5f91ca74-7f90-42d9-8ecd-a81d7b0d3731\",\r\n\t\t\t\"5700be58-6e15-46ac-9b4f-5bbfb5d7863d\",\r\n\t\t\t\"e3282661-6646-4208-af65-506484ee925c\",\r\n\t\t\t\"80ba016a-8580-4e85-81ed-9dd7e31c0066\",\r\n\t\t\t\"7645ba32-bde2-4a3e-8e09-bd5934fedcc1\",\r\n\t\t\t\"1eea554b-cd0f-4b2d-91f1-96956f32c722\",\r\n\t\t\t\"99c7fcbc-49ea-4412-9b0d-d38f5b1e73df\",\r\n\t\t\t\"7bd7760f-7b6a-44d8-a9e3-5b1ce05b63e8\",\r\n\t\t\t\"24b8f725-8e19-4ea9-9c8b-7c903b3b2281\",\r\n\t\t\t\"c3c34a4e-a95c-4ce2-a574-231d2675ccf8\",\r\n\t\t\t\"900f63e5-66ca-4d3b-998a-8cac1beb7f76\",\r\n\t\t\t\"d468c2bf-8513-4507-9b38-142010493abd\",\r\n\t\t\t\"83f94d94-64cd-4576-93ea-930fc6a6bdab\",\r\n\t\t\t\"c49e919d-b279-43ed-a48a-6713296e82ca\",\r\n\t\t\t\"9c3f1b92-9b4c-412d-83e6-fc560fbdaaf3\",\r\n\t\t\t\"5c7ab5e3-f54a-476b-bc64-b7f4890741c5\",\r\n\t\t\t\"21a91b27-e761-4ad3-ac5c-63cc3a8dbeab\",\r\n\t\t\t\"cc82b961-2ed3-4615-b146-3081b25726b3\",\r\n\t\t\t\"adfb78c7-913c-4e82-aaa8-162d8dcaa73a\",\r\n\t\t\t\"6976eefd-bb4b-4405-85fc-2b45195ab3c2\",\r\n\t\t\t\"5ab23ccb-df64-45a6-aa6a-0080ae8fedbb\",\r\n\t\t\t\"a276f61e-4d0e-4c8d-87a9-3a90c11cde40\",\r\n\t\t\t\"93d36572-60f3-403a-876d-65537451c089\",\r\n\t\t\t\"26d9305e-4033-432d-ba83-440ab3baed75\",\r\n\t\t\t\"48d8a9d9-fac2-4f7e-99a6-2416b5a4eea6\",\r\n\t\t\t\"5be69225-650a-43f4-bd37-baa890506ee8\",\r\n\t\t\t\"d5244aa9-3f9c-40b8-95bf-ac1006078cd4\",\r\n\t\t\t\"13a20526-12c7-450c-b3f3-71ac58eabb56\",\r\n\t\t\t\"f846cfb0-9fc6-4779-b594-3718a6890a6c\",\r\n\t\t\t\"0ad4f503-a8f8-4fc3-b846-6433dc8c6c71\",\r\n\t\t\t\"4375e13a-9208-4358-a57f-83e2be6c2651\",\r\n\t\t\t\"78cac48e-a614-4fa2-947b-007547ee4564\",\r\n\t\t\t\"e6446c06-2561-466d-98e4-182b98ab5f4f\",\r\n\t\t\t\"79b242d2-9d48-4f0b-9e9e-3747d82328cf\",\r\n\t\t\t\"c4101a4d-f1e6-4c3b-914c-37e1f5dc8ddd\",\r\n\t\t\t\"3c8e6643-cd68-466f-9af4-ce09595c87ad\",\r\n\t\t\t\"e96f8a56-9d2f-4b73-ae77-067c6299da42\",\r\n\t\t\t\"2482f648-f99e-4fe7-ad0a-0925a44673f3\",\r\n\t\t\t\"a18edcd8-27dc-4be1-83c4-a7e471255d27\",\r\n\t\t\t\"bf76e336-d95a-4e51-9283-80f9748a94ca\",\r\n\t\t\t\"42f1a8ee-4172-42d0-bd48-d5c1b6a37aa9\",\r\n\t\t\t\"3bb35ceb-b1f9-486f-aea1-132f168d4ca3\",\r\n\t\t\t\"a3f7a9b7-741e-48b9-b635-69b3bed72e42\",\r\n\t\t\t\"83817912-2213-47e5-b115-d69edb72b4cc\",\r\n\t\t\t\"dc36f5ff-0898-4c1e-9b62-e9833b208044\",\r\n\t\t\t\"3fe7a659-5e71-41c4-b081-5cacabe65972\",\r\n\t\t\t\"4aae8044-0c2e-43e1-8f4e-db3324a994b4\",\r\n\t\t\t\"3b05005d-4622-4fa7-8ca1-053eb2c348ad\",\r\n\t\t\t\"69fd7d9f-a0fc-4756-98b9-415b6a146da2\",\r\n\t\t\t\"600f7c35-2463-4e99-b939-504a5c859e02\",\r\n\t\t\t\"33949110-795c-4a71-b8b6-4203e331cecd\",\r\n\t\t\t\"30c2e05b-2f4b-4dbe-ac2b-e6962e549b51\",\r\n\t\t\t\"5f8df32d-7fe8-450a-a6f8-3587977ca115\",\r\n\t\t\t\"8049d951-d962-4da7-b288-a6b55837eb79\",\r\n\t\t\t\"57af2387-748c-4589-9308-a0f41fcdaa17\",\r\n\t\t\t\"9f69b16c-cd86-4e70-b7df-21056fbd901c\",\r\n\t\t\t\"76b00ad6-8b22-4525-b8f6-9b76ece6a9a4\",\r\n\t\t\t\"5710d801-3ccd-4af5-8851-0780d5698d68\",\r\n\t\t\t\"5ecd8020-33a7-4d3b-9dfa-12d57957cd22\",\r\n\t\t\t\"4e510914-43e8-434a-8f17-eaba5dbc7b52\",\r\n\t\t\t\"6ab17f8b-e75b-4de6-88de-31d86ed5bbb0\",\r\n\t\t\t\"2f71fa07-b3c4-4ac6-b430-7ea000077ae3\",\r\n\t\t\t\"c351cdb0-4560-403c-a815-4a12ddc4d26a\",\r\n\t\t\t\"273bf8c5-73ce-44ca-b844-76bb7db72848\",\r\n\t\t\t\"1d496d4d-b46f-4d3f-ab12-3c04965196f3\",\r\n\t\t\t\"ab25ff91-7c2e-4266-a540-22ee4bed45ec\",\r\n\t\t\t\"d2de1e97-1a13-40b7-9313-053a75b749ef\",\r\n\t\t\t\"0385ae0d-dfcd-4374-be26-8014efd15393\",\r\n\t\t\t\"1a0fd4ce-4b47-445f-8863-a0fe4d4c4c0f\",\r\n\t\t\t\"410b2d9b-9c6c-449c-91b1-57c6849db440\",\r\n\t\t\t\"08f167e9-c89c-4618-bfc2-bba20bb655b1\",\r\n\t\t\t\"4cf64aa7-a650-4b17-a7fd-526afa02a0c0\",\r\n\t\t\t\"0164db6b-5005-4a32-86c5-f50a01109bf1\",\r\n\t\t\t\"b623ab8d-f0ab-4fe8-b76d-419469b84656\",\r\n\t\t\t\"1cec68e1-4eea-4dee-ba9e-4acc83eedd51\",\r\n\t\t\t\"0d6d0504-2b7f-4e5b-a96d-b774e5890235\",\r\n\t\t\t\"350ea2b0-3943-4ca8-9616-179bac6527aa\",\r\n\t\t\t\"a448fcc5-4713-4986-80b9-2da4f6141f06\",\r\n\t\t\t\"f4a59a94-6016-4cbc-83f1-85c031fa3762\",\r\n\t\t\t\"f2623237-5fc8-4d7f-8652-141623fa3425\",\r\n\t\t\t\"f186c5af-8d0d-42dd-9936-6591ac9f0f81\",\r\n\t\t\t\"b1889c81-441c-4e3e-9bee-e0966417e94f\"\r\n\t\t]\r\n\t}\r\n}"}],"_postman_id":"7337eaeb-0571-4f5c-90e7-d46147216506"}],"id":"11ca04d7-440b-4c25-9397-2ef6ef3301ca","description":"<p>The Get Flights Page request is used to fetch a page from the search results. Within the Get Flights Page response, you will find information regarding the total number of pages, referred to as 'TotalPages'.</p>\n<p>This enables you to request subsequent pages, starting with page 0 and progressing to the last page.</p>\n<p>Additionally, the Get Flights Page request allows you to fine-tune your Flights search by applying various filters, such as Minimum Price, Maximum Price, Aircraft Type, Airlines, Alliance, Connections, Arrival Period and more. (These filters are returned in the Search Response).</p>\n<p>Request Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SessionId</td>\n<td>The unique sessionID of the search. (As returned in the Search Response)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>IsDynamicPackaging</td>\n<td>True</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>PageRequest</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>PageNumber</td>\n<td>The number of the first page.  <br />(Starts from 0)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ResultsPerPage</td>\n<td>Number of Hotels per page.  <br />max = 20.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>FlightsFilter</td>\n<td>Flight Filters - as returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>MaxPrice</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>MinPrice</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>AircraftType</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>Airlines</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>Alliance</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>FlightClass</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>FlightLegFilters</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>ArrivalPeriod</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>ArrivalTo</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>Connections</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>DepartureFrom</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>DeparturePeriod</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>DestinationCode</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>FlightDurationMax</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>FlightDurationMin</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>OriginCode</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>StopDurationMax</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>StopDurationMin</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>ArrivalPeriod</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>ArrivalTo</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>Connections</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>DepartureFrom</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>DeparturePeriod</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>DestinationCode</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>FlightDurationMax</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>FlightDurationMin</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>OriginCode</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>StopDurationMax</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>StopDurationMin</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>Refundability</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>Stops</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>Suppliers</td>\n<td>Applicable filters returned in the Search Response.</td>\n<td></td>\n</tr>\n<tr>\n<td>SelectedItems</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>HotelId</td>\n<td>null</td>\n<td></td>\n</tr>\n<tr>\n<td>HotelPackageId</td>\n<td>null</td>\n<td></td>\n</tr>\n<tr>\n<td>FlightRouteId</td>\n<td>null</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Errors</td>\n<td>List of Flights Errors.</td>\n</tr>\n<tr>\n<td>TotalPages</td>\n<td>Total Pages of Flights.</td>\n</tr>\n<tr>\n<td>Flights</td>\n<td>Opening Element for Flights</td>\n</tr>\n<tr>\n<td>Flights</td>\n<td>Opening Element of Particular Flight.</td>\n</tr>\n<tr>\n<td>IsEticketable</td>\n<td>Flight is ticketable or not : True / False.</td>\n</tr>\n<tr>\n<td>LegList</td>\n<td>List of Flights Legs.  <br />While a Direct Flight has 1 Leg per each direction.  <br />Flights with Stops can have multiple legs.  <br />  <br />Please note that this Element can have multiple Legs. (Back and Forth flights)</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Null - not in use.</td>\n</tr>\n<tr>\n<td>Segments</td>\n<td>Opening Element for Flights Segments.</td>\n</tr>\n<tr>\n<td>AircraftType</td>\n<td>The Aircraft type. (i.e. Boeing 737-800 / Airbus A321-100).</td>\n</tr>\n<tr>\n<td>Airline</td>\n<td>The Air-Line IATA Code.</td>\n</tr>\n<tr>\n<td>ArriveDate</td>\n<td>Arrival time in Unit Time Format.</td>\n</tr>\n<tr>\n<td>AvailableSeats</td>\n<td>Number of available seats in the Flight.</td>\n</tr>\n<tr>\n<td>DepartDate</td>\n<td>Departure time in Unit Time Format.</td>\n</tr>\n<tr>\n<td>DestinationCode</td>\n<td>The destination IATA ISO Code.</td>\n</tr>\n<tr>\n<td>DestinationTerminal</td>\n<td>The terminal of where the flight arrives within the Airport.</td>\n</tr>\n<tr>\n<td>Distance</td>\n<td>Not in use.</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td>The flight duration.</td>\n</tr>\n<tr>\n<td>FlightNumber</td>\n<td>The flights number.  <br />(Unique identifier assigned to a specific flight by the airline).</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Id of the Flight.</td>\n</tr>\n<tr>\n<td>OperatedBy</td>\n<td>The Air-Line which operates the Flgiht - IATA Code.</td>\n</tr>\n<tr>\n<td>OriginCode</td>\n<td>The Departure Airport - IATA ISO Code.</td>\n</tr>\n<tr>\n<td>OriginTerminal</td>\n<td>The terminal of where the flight departures within the Airport.</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Flight Price. (Can be null - look into the Price breakdowns)</td>\n</tr>\n<tr>\n<td>RateInfo</td>\n<td>Rate information, grouped by Passenger Type.</td>\n</tr>\n<tr>\n<td>FareBasisCode</td>\n<td>The Fare basis code.</td>\n</tr>\n<tr>\n<td>FareBasisFull</td>\n<td>The full Fare basis.</td>\n</tr>\n<tr>\n<td>FareType</td>\n<td>Private - Private airfares were introduced as a way for airlines to sell excess inventory at a special price, available only with dedicated contracts.  <br />  <br />Public - Public airfares are available through the airline directly and are also sold through any travel agency—both traditional and online.</td>\n</tr>\n<tr>\n<td>PassengerType</td>\n<td>Type of the pax.</td>\n</tr>\n<tr>\n<td>TravelClass</td>\n<td>The Flights class.</td>\n</tr>\n<tr>\n<td>Transfer</td>\n<td>If null, there's no Transfer.  <br />If there's appliacble Trasnfer - the duration of the Transfer will be populated.</td>\n</tr>\n<tr>\n<td>Closing</td>\n<td></td>\n</tr>\n<tr>\n<td>Price</td>\n<td>opening Elemnt for Price breakdown.</td>\n</tr>\n<tr>\n<td>Breakdown</td>\n<td>Opening Element of the Price Breakdown</td>\n</tr>\n<tr>\n<td>PassengersNumber</td>\n<td>Number of Pax took into consideration for the Price calculation and breakdown.</td>\n</tr>\n<tr>\n<td>PersonType</td>\n<td>Type of pax took into consideration for the Price calculation and breakdown.</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Search Currency</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The Flights Price in search currency.</td>\n</tr>\n<tr>\n<td>FinalPriceInSupplierCurrency</td>\n<td>The Flights Price in Suppliers currency.</td>\n</tr>\n<tr>\n<td>FinalTax</td>\n<td>The Final Tax in search currency</td>\n</tr>\n<tr>\n<td>OriginalPrice</td>\n<td>The Original Price in search currency.</td>\n</tr>\n<tr>\n<td>OriginalPriceInSupplierCurrency</td>\n<td>The Original Price in Suppliers currency</td>\n</tr>\n<tr>\n<td>OriginalTax</td>\n<td>The Original Final Tax in search currency.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>Suppliers Currency.</td>\n</tr>\n<tr>\n<td>TotalPrice</td>\n<td>Opening Element of the Total Price</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Search Currency.</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The Flights Price in search currency.</td>\n</tr>\n<tr>\n<td>RemaingingAllowedMarkupFee</td>\n<td>Not in Use</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>Suppliers Currency.</td>\n</tr>\n<tr>\n<td>Refundability</td>\n<td>The refundability of the Flight:  <br />1 - Refundable.  <br />2 - Non-Refundable.</td>\n</tr>\n<tr>\n<td>RouteId</td>\n<td>The RouteId of the Flights.</td>\n</tr>\n<tr>\n<td>SupplierName</td>\n<td>Supplier's name.</td>\n</tr>\n<tr>\n<td>GroupId</td>\n<td>GroupId of the Flights.</td>\n</tr>\n<tr>\n<td>MatchingFlightIds</td>\n<td>Flights which meeting the search / GetPage criteria</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"11ca04d7-440b-4c25-9397-2ef6ef3301ca"},{"name":"Get Hotel Room Packages","item":[{"name":"GetHotelRoomPackages Request","id":"fe865b11-9eef-4c14-add2-e9576f7de9a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\t\"SessionId\": \"\\/181\\/141750\\/D20241013T124212\\/b5fdd1847d304915bd78469e09e7630b\",\r\n\t\t\"HotelId\": 6225304,\r\n\t\t\"SetAsSelectedHotel\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicPackagingService.svc/json/GetHotelRoomPackages","urlObject":{"protocol":"https","path":["BookingServices","DynamicPackagingService.svc","json","GetHotelRoomPackages"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"8fa9f31a-9eaa-4f19-957e-f251bd738209","name":"GetHotelRoomPackages Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\t\"SessionId\": \"\\/181\\/141750\\/D20241013T124212\\/b5fdd1847d304915bd78469e09e7630b\",\r\n\t\t\"HotelId\": 6225304,\r\n\t\t\"SetAsSelectedHotel\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicPackagingService.svc/json/GetHotelRoomPackages"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"GetHotelRoomPackagesResult\": {\r\n\t\t\"Errors\": [],\r\n\t\t\"HotelRoomPackages\": [\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"ba44a7c9-4c35-4b2a-af63-dbc96e1384fd\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 385.37,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\"OriginalPrice\": 119.57,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"3d881e2f-7ff3-4ec5-a180-a9de08cd87b0\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 119.57,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 119.57,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 385.37,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"257ca88b-dbbd-41ba-b004-9c19862efc40\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 385.37,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\"OriginalPrice\": 119.57,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"7ed3cfef-6372-44cb-a531-1a5a61f13214\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 119.57,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 119.57,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 385.37,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"65bdac76-cd54-4dbe-83b3-801fe3994c02\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 385.37,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\"OriginalPrice\": 119.57,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"e1c50b82-de4b-4bd1-8f80-1532dbf2d0ee\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 119.57,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 119.57,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 385.37,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"b55e2f91-6c0a-4fc5-a7bc-220bd0de987a\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 385.37,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\"OriginalPrice\": 119.57,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"7d2a8758-e99c-4ac4-9398-d9e184633f87\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 119.57,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 119.57,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 385.37,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"d89f4fe3-e91d-40a6-9729-1f29610f4125\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 385.37,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\"OriginalPrice\": 119.57,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"179ea8de-b119-41c7-9c59-0ff9c93bfc67\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 119.57,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 119.57,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 385.37,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"5fc69aa7-64f0-402f-8f90-8be65d466eda\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 385.37,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\"OriginalPrice\": 119.57,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"e82a4471-ad3d-47b7-97dc-cca9ccfecc1f\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 119.57,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 119.57,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 385.37,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"60039b27-f260-4d7c-87ad-fb49671eb3f1\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 385.37,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\"OriginalPrice\": 119.57,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"01647b75-9b9f-4aad-87f2-76b042bc5390\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 119.57,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 119.57,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 385.37,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"6b012a8e-3767-402b-bab5-a130c9339cc6\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 385.37,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\"OriginalPrice\": 119.57,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"bb8c4452-d0bc-430b-a98d-03df955e7619\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 119.57,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 119.57,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 385.37,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"7f20f43a-e6a5-4d03-aa7d-482e71e9553f\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 393.74,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\"OriginalPrice\": 127.94,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"4a62bdde-8a77-4873-8f77-fb4067665fad\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 127.94,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 127.94,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 393.74,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"52a5a743-3502-4ec8-bbf6-c908733cfefb\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 393.74,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\"OriginalPrice\": 127.94,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"bf903044-71f7-423a-af7e-1241eebd6791\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 127.94,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 127.94,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 393.74,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"c8d5b2e9-0c55-43e0-8be3-4339a772f6ec\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 393.74,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\"OriginalPrice\": 127.94,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"8a1015d5-98e1-4cdc-b9d8-bea01a4dfb67\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 127.94,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 127.94,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 393.74,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"29cdd1cc-8d10-42ab-8e28-9250b65df43f\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 393.74,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\"OriginalPrice\": 127.94,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"4422a870-ed6d-4ff5-ba06-f64ee9a2d1ef\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 127.94,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 127.94,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 393.74,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"33e7ee12-64e6-4b04-8ed8-ed62cab7d9bb\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 393.74,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\"OriginalPrice\": 127.94,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"7d824bc4-ed57-4e39-bdd2-5c173445dc4b\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 127.94,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 127.94,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 393.74,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"86027172-9aab-4dc0-933c-647e97632aac\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 393.74,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\"OriginalPrice\": 127.94,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"5603e56b-18f5-4547-a578-65af23848ecf\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 127.94,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 127.94,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 393.74,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"56851f9e-c3c5-4a3a-afed-85bf377e0d00\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 393.74,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\"OriginalPrice\": 127.94,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"1dfe1920-e913-4dc5-b450-964757fed385\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 127.94,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 127.94,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 393.74,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"b5a0d39c-6ea0-4be9-8b4a-31b241ac045a\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 393.74,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\"OriginalPrice\": 127.94,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"677d71a8-8e0a-4909-aa59-8fdcb264cfbf\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 127.94,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 127.94,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 116.9,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 393.74,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"6085931f-a5ba-4768-80d5-e5f3e23580c6\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 394.93,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\"OriginalPrice\": 129.13,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"294db917-71b4-4ec0-bfc4-d3955548a45e\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 129.13,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 129.13,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 394.93,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"fc846913-b390-4bba-a4a6-ed8738b15bac\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 394.93,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\"OriginalPrice\": 129.13,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"e7adc279-e22d-4308-a226-a2d97569cb83\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 129.13,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 129.13,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 394.93,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"f5cd7a21-db64-42ec-8f3e-157a0bcd9671\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 394.93,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\"OriginalPrice\": 129.13,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"82c6007a-d2ef-4afc-8845-8e5d6b3d80ce\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 129.13,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 129.13,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 394.93,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"637cf9d1-6a06-4eab-a09b-791bfe4994f5\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 394.93,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\"OriginalPrice\": 129.13,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"352d3fea-e7bf-4b24-834e-c6cf983d04e1\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 129.13,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 129.13,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 394.93,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"f1afab47-fa64-4669-aff6-7857564b1e9b\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 394.93,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\"OriginalPrice\": 129.13,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"13d137e2-a8b6-4249-b8d1-254d5e0db74c\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 129.13,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 129.13,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 394.93,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"03ce4313-0fb9-4bda-852b-db780f34edeb\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 394.93,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\"OriginalPrice\": 129.13,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"ead55fd6-7937-4d6d-b78e-f64b1de43c1b\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 129.13,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 129.13,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 394.93,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"a64b0e70-02bc-4ecc-a91c-2da5cfac31f5\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 394.93,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\"OriginalPrice\": 129.13,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"4db64861-0e9e-4d54-8a54-9b4bbbc9182c\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 129.13,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 129.13,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 394.93,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"cbd892f2-d9f2-42d5-94d8-b961e905c1a0\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 394.93,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\"OriginalPrice\": 129.13,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"d0466f11-549e-4188-bed4-1cdd032148ae\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 129.13,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 129.13,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 117.99,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 394.93,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"5104ff5c-7f30-4573-adad-95172a4b96dd\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 423.64,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\"OriginalPrice\": 157.84,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"f0c508c4-4bb8-4497-9420-7b8891217737\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 157.84,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 157.84,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 423.64,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"a4607637-d437-469d-8fc7-0d0dee14ddae\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 423.64,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\"OriginalPrice\": 157.84,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"8c659419-e5b8-4a89-8807-2315f69899e5\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 157.84,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 157.84,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 423.64,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"0c07923b-2dbb-4476-ab31-0f6aace23d22\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 423.64,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\"OriginalPrice\": 157.84,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"a8634663-7274-4275-97d6-844616d835d9\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 157.84,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 157.84,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 423.64,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"18bcf0e6-e1a8-476a-9277-f92867aea6e7\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 423.64,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\"OriginalPrice\": 157.84,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"27d19223-0871-4fc6-98e4-533a6a626deb\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 157.84,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 157.84,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 423.64,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"f6268e3d-e685-4a62-8ac6-cb748a82b075\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 423.64,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\"OriginalPrice\": 157.84,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"b1a10aab-7e3d-496f-a92c-134b7d2228f6\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 157.84,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 157.84,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 423.64,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"67616fa5-c394-4181-9180-3d7c73997f78\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 423.64,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\"OriginalPrice\": 157.84,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"b9567156-aac5-418c-bc1c-32c07c3bd538\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 157.84,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 157.84,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 423.64,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"a01d35be-8c3b-45c4-943f-8573efd33cec\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 423.64,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\"OriginalPrice\": 157.84,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"872c2314-a96c-40a4-a536-1a8c4c24b18f\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 157.84,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 157.84,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 423.64,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"660910f0-e8da-468a-b89f-d2137053e0e0\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 423.64,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\"OriginalPrice\": 157.84,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"e3ba1231-aa64-4ec7-9f0f-d0ddf9d49248\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 157.84,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 157.84,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 144.22,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 423.64,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"bc1aad70-e3a5-403e-bed4-2e2540606346\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 447.56,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\"OriginalPrice\": 181.76,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"b4a72533-693f-4bb0-89be-5995088bbc37\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 181.76,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 181.76,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 447.56,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"1838735b-89bd-44e8-85dc-0442f8598c45\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 447.56,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\"OriginalPrice\": 181.76,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"70c67d78-16a6-4263-b519-5435cbc9a1a1\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 181.76,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 181.76,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 447.56,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"84ef93e9-1949-4676-a2bf-1a6d0a2900f0\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 447.56,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\"OriginalPrice\": 181.76,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"b40128d5-ddf1-4018-b1c0-42dba469dd7a\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 181.76,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 181.76,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 447.56,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"b85cf734-206e-407a-b633-a09770b93c73\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 447.56,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\"OriginalPrice\": 181.76,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"b07aed5a-75ea-4efb-a714-2b0fb075919d\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 181.76,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 181.76,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 447.56,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"d07f17b4-4f29-4dad-b2f3-fab4078b8a81\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 447.56,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\"OriginalPrice\": 181.76,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"13987792-9883-4414-a809-3a51ef0cc2ad\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 181.76,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 181.76,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 447.56,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"1b3844ff-7d33-4547-99bc-364caa35fded\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 447.56,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\"OriginalPrice\": 181.76,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"c3ee3019-f6d6-4089-a1f4-48f36376c9c8\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 181.76,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 181.76,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 447.56,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"fed5985b-dc42-4b3f-b428-5385407a02bf\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 447.56,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\"OriginalPrice\": 181.76,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"41e7fae4-eac1-4b4f-8101-9072214569dd\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 181.76,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 181.76,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 447.56,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"e0963584-4226-432a-a702-f2fe67d37ed0\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 447.56,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\"OriginalPrice\": 181.76,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"11e8d908-0957-42f9-ad4c-e71a893dd338\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 181.76,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 181.76,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 166.07,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 447.56,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"aad083e0-29c7-4ced-976f-9f6932e224ad\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 451.77,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\"OriginalPrice\": 185.97,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"092f63e5-9888-4894-8054-49ce785f7755\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 185.97,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 185.97,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 451.77,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"f515ddc9-3233-441e-8ac1-a230bc19661a\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 451.77,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\"OriginalPrice\": 185.97,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"bfeaf4b7-ca59-4da8-b945-c66f7552f171\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 185.97,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 185.97,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 451.77,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"f40d374e-1002-4e57-801d-1397a44cf308\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 451.77,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\"OriginalPrice\": 185.97,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"50f4416c-0c88-47cd-86f5-70e6d34e7a46\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 185.97,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 185.97,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 451.77,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"6f8cf471-ec31-4031-a9d3-2f535250facb\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 451.77,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\"OriginalPrice\": 185.97,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"c7aeae47-2ccd-470b-8411-73e21403ddf1\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 185.97,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 185.97,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 451.77,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"bfdb83c0-aab7-42aa-be29-05a7ab0dcc54\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 451.77,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\"OriginalPrice\": 185.97,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"e0752696-1394-466e-89ab-80b03c65a87f\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 185.97,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 185.97,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 451.77,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"211994b7-4d81-41e8-b9d2-dd141012e4c0\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 451.77,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\"OriginalPrice\": 185.97,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"71e94136-bc1e-4608-a292-089b2be2c58e\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 185.97,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 185.97,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 451.77,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"f1b69a09-8f0e-4229-89e3-05d761860ebf\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 451.77,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\"OriginalPrice\": 185.97,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"33aa7d89-1130-442c-8805-5b3324dc39cb\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 185.97,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 185.97,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 451.77,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"dbef71fd-b3f5-4d3b-a851-bb9ca4468737\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 451.77,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\"OriginalPrice\": 185.97,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"d2a07d6a-508c-4817-a4a8-08207aa90c85\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 185.97,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 185.97,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 169.92,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 451.77,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"b0028078-1528-4702-8db3-626eead64b5d\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 453.24,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\"OriginalPrice\": 187.44,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"1ba40348-6e68-488c-a3e5-abea9d8e7cb1\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 187.44,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 187.44,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 453.24,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"7443fc4a-5553-4d6a-8239-113488506def\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 453.24,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\"OriginalPrice\": 187.44,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"cce9cd1f-9242-4d51-bd3d-de3306fc8b3b\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 187.44,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 187.44,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 453.24,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"b9065b45-d310-46c2-81c8-e04ae40b9065\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 453.24,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\"OriginalPrice\": 187.44,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"6d872e6f-a0dd-45bc-baca-993b88c047f7\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 187.44,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 187.44,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 453.24,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"cb263629-786c-4ec1-92b5-b6ada5562aeb\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 453.24,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\"OriginalPrice\": 187.44,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"dc023916-30c1-458e-89f5-cfa5918c30e1\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 187.44,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 187.44,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 453.24,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"3b1060dd-3609-4afc-8516-0d1d97ca62aa\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 453.24,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\"OriginalPrice\": 187.44,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"80932353-71a0-4d5f-ba69-9c7a79cb1d4d\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 187.44,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 187.44,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 453.24,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"e5e65401-b3fb-470e-bdf9-6f30f8d605db\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 453.24,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\"OriginalPrice\": 187.44,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"d21e9566-4a38-435d-92cc-0a731ca60011\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 187.44,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 187.44,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 453.24,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"6be93357-cb2c-47af-859e-31befd2a1c3f\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 453.24,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\"OriginalPrice\": 187.44,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"0e59f3e7-4003-4577-ac86-d3b17bcfb61d\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 187.44,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 187.44,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 453.24,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"a8c17814-2ebe-4b5a-9da8-d189f7944852\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 453.24,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\"OriginalPrice\": 187.44,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"b71823ac-a799-4419-b12d-b9859e60346c\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 187.44,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 187.44,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 171.26,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 453.24,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"88d21d7b-c742-40de-ad8c-13fcbb31bb7b\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 454.68,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\"OriginalPrice\": 188.88,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"a40c0606-132f-4562-976e-a706a4220922\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 188.88,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 188.88,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king size bed\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 454.68,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"eee01055-c803-4ea6-8c60-0e0d308d9b4d\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 454.68,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\"OriginalPrice\": 188.88,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"f78061cf-ef92-47bd-8ba0-1bef0a1b697d\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 188.88,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 188.88,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king size bed\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 454.68,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"1d3af300-9f48-4e57-8a67-15eb85e62f78\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 454.68,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\"OriginalPrice\": 188.88,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"3f5827bd-addd-40b9-b236-9eb0783eced4\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 188.88,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 188.88,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king size bed\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 454.68,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"00634436-43bc-4a53-9b99-bc0bfeb16f79\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 454.68,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\"OriginalPrice\": 188.88,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"d21e352b-1134-4050-a3b7-3646c5181441\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 188.88,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 188.88,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king size bed\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 454.68,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"e8c417ed-b05c-42eb-9ff4-4a3f65c20751\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 454.68,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\"OriginalPrice\": 188.88,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"8ffb5849-1d07-4239-bdc8-5f5d55f2b1cb\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 188.88,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 188.88,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king size bed\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 454.68,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"35f66c42-3c54-4479-9e64-1f24e05f3978\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 454.68,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\"OriginalPrice\": 188.88,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"af425cfe-f87b-4fb9-94bd-0be7ab06a055\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 188.88,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 188.88,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king size bed\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 454.68,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"e87e856f-3b1e-47fc-b182-ba59ef65004d\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 454.68,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\"OriginalPrice\": 188.88,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"dd1d2885-8c8f-4e50-9eca-46a31bf08ecc\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 188.88,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 188.88,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king size bed\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 454.68,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"cfbce6fc-28fe-406c-ae84-575f8b4ed47e\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 454.68,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\"OriginalPrice\": 188.88,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"d9132b54-6e79-4171-ad8a-aa1916b9a5e7\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 188.88,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 188.88,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 172.58,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king size bed\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 454.68,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"8dbdb5d0-4e4e-488a-87ad-c85491a602ee\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 459.05,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\"OriginalPrice\": 193.25,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"c421be0d-9c15-4530-a3da-961a69e1cf3d\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 193.25,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 193.25,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 459.05,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"2dd4b603-84a6-4d32-9010-89c73c1bc3c8\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 459.05,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\"OriginalPrice\": 193.25,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"29be88bc-d236-44fe-b3f8-adf1263b79ea\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 193.25,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 193.25,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 459.05,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"c25b7a4a-93c8-4625-a799-a748626192c6\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 459.05,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\"OriginalPrice\": 193.25,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"c47ce7ab-8417-4c68-961e-0e4d32c2864a\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 193.25,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 193.25,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 459.05,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"505f37df-8094-4d14-8e98-ad4f63a27d05\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 459.05,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\"OriginalPrice\": 193.25,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"f1f157d4-cddf-4fec-879b-dbc62546e1fe\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 193.25,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 193.25,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 459.05,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"86496ed2-4d38-4e98-81da-45507fc6e633\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 459.05,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\"OriginalPrice\": 193.25,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"1d89939a-3c0b-4213-9a07-3aa9e7825ac1\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 193.25,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 193.25,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 459.05,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"c36313a3-eeda-429e-bfbe-802a754674fa\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 459.05,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\"OriginalPrice\": 193.25,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"ef6235dc-3a1f-4715-b41f-a3639efde1db\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 193.25,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 193.25,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 459.05,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"561ec6f2-ff17-4996-bf78-26ef510c2b4f\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 459.05,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\"OriginalPrice\": 193.25,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"54c0db18-3fdb-4506-967e-713c4704e2e7\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 193.25,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 193.25,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 459.05,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"bbc0f43e-68f1-4bff-bc8a-a8885146dd0b\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 459.05,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\"OriginalPrice\": 193.25,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"8c5ce07d-f304-4bc8-9895-00da70f5c5a2\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 193.25,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 193.25,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 176.57,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 459.05,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"50875791-14e7-475b-8025-f98e8fcbd17a\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 469.21000000000004,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\"OriginalPrice\": 203.41,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"fce28e9e-06a8-488e-8982-66ac296080d9\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 203.41,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 203.41,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Executive\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking executive room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 469.21000000000004,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"3575bf82-210b-4dd2-97f9-78365bd11f71\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 469.21000000000004,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\"OriginalPrice\": 203.41,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"37162d16-6cc7-488f-aebd-6f5f90216dab\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 203.41,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 203.41,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Executive\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking executive room\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 469.21000000000004,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"6a3e9cc7-261f-4735-813f-14a521f7e716\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 469.21000000000004,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\"OriginalPrice\": 203.41,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"04aae083-f1a5-4d75-9317-8b6180630b56\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 203.41,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 203.41,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Executive\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking executive room\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 469.21000000000004,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"7f37e1c1-5a35-4fb5-881d-01a26a949eb2\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 469.21000000000004,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\"OriginalPrice\": 203.41,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"9de2b144-86ea-4bcd-9855-4a11ed9008e4\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 203.41,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 203.41,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Executive\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking executive room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 469.21000000000004,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"73a128cb-7fc4-45e3-b8aa-11553fb8e410\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 469.21000000000004,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\"OriginalPrice\": 203.41,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"c73747f9-a070-470f-bc70-081a52788e5d\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 203.41,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 203.41,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Executive\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking executive room\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 469.21000000000004,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"888a6ceb-dc5c-483c-a01a-1d36334f759c\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 469.21000000000004,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\"OriginalPrice\": 203.41,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"4bd5be87-0a0c-4d18-8596-8153732857bc\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 203.41,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 203.41,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Executive\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking executive room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 469.21000000000004,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"73849f3c-9366-44da-b718-be8809192ffc\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 469.21000000000004,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\"OriginalPrice\": 203.41,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"145c4235-cc60-4d75-bef5-a1b409f77dbe\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 203.41,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 203.41,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Executive\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking executive room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 469.21000000000004,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"6d68cf4b-d282-4b62-b23f-55542f9cd325\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 469.21000000000004,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\"OriginalPrice\": 203.41,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"d8bf8aa0-a868-4c13-a615-e2dd4c6ea44a\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 203.41,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 203.41,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 185.86,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Executive\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking executive room\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 469.21000000000004,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"6cfaffcc-af3e-4df3-97a2-918b9a7f5dbd\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 472.11,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\"OriginalPrice\": 206.31,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"2fd7c815-5769-43d6-8d45-e3bedcd541a1\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 206.31,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 206.31,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite superior\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 472.11,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"4a646a54-c99d-48ad-87fb-ca120f9f09d0\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 472.11,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\"OriginalPrice\": 206.31,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"2f5b8359-dd12-48b5-beba-e9112fb6994f\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 206.31,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 206.31,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 472.11,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"cada544a-f5a1-4635-be39-ccb28f1c4495\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 472.11,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\"OriginalPrice\": 206.31,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"17440281-dc24-4419-a389-bfa19631825d\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 206.31,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 206.31,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 472.11,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"62378993-e9c2-4da0-ae5c-dc89e248af9d\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 472.11,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\"OriginalPrice\": 206.31,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"3ccd13e7-6c2c-411e-9cbb-e7bd6429b4fb\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 206.31,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 206.31,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite superior\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 472.11,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"e847d16f-73f3-494d-889b-6c4d9745b7ed\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 472.11,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\"OriginalPrice\": 206.31,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"b83a3b10-c704-420f-a6f3-d73f3f8a1ac1\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 206.31,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 206.31,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 472.11,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"4bfeb57a-74f2-4cc0-adff-b7d3dc825158\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 472.11,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\"OriginalPrice\": 206.31,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"f4d4db38-6410-4cdb-8733-320ac33abaf7\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 206.31,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 206.31,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite superior\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 472.11,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"0597a800-199b-4644-9c63-6d20cc6c09f4\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 472.11,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\"OriginalPrice\": 206.31,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"c9994388-ac99-4861-bd6e-1d820188a967\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 206.31,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 206.31,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite superior\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 472.11,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"b92b2a61-d7a1-4372-9b9c-c286a0167d0d\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 472.11,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\"OriginalPrice\": 206.31,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"be0383cd-2e79-4a72-a955-7f06b3245ff8\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 206.31,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 206.31,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 188.51,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 472.11,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"bc7d6abe-c3f2-404d-9f8d-9b5f73b37bb2\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 475.05,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\"OriginalPrice\": 209.25,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"5565ef28-05dd-41c5-b88d-affff3aa6c5f\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 209.25,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 209.25,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 475.05,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"5e318206-ef46-49a1-aa45-82288d934461\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 475.05,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\"OriginalPrice\": 209.25,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"46e20f8e-38dd-4031-a97a-f70dd36a6344\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 209.25,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 209.25,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 475.05,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"2bdc4ddf-5708-4267-abd1-7b4d5de2bf66\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 475.05,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\"OriginalPrice\": 209.25,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"566e63dc-8f6d-48bb-8011-f42893698ae0\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 209.25,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 209.25,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 475.05,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"bb60a5ee-efce-441f-a44b-58f0030dfa80\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 475.05,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\"OriginalPrice\": 209.25,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"975f5890-2a68-462e-bd82-a10a0d4e208f\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 209.25,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 209.25,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 475.05,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"1563eb0d-d307-4c19-97dc-a479efe006ea\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 475.05,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\"OriginalPrice\": 209.25,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"1c63f64e-ff5b-4f8b-845f-a1e91b6a4aa9\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 209.25,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 209.25,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 475.05,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"81b61daa-9093-4894-8fef-ff3afe76fa40\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 475.05,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\"OriginalPrice\": 209.25,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"7fba0511-c082-4660-b41c-9612fb76fb78\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 209.25,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 209.25,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 475.05,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"e3540551-2b28-47c2-b2a6-3bd87d285020\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 475.05,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\"OriginalPrice\": 209.25,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"8dbee4db-14f1-43da-ab06-54ed3efae59d\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 209.25,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 209.25,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 475.05,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"9f80556d-ad6c-45bd-bb32-c74e23d637b2\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 475.05,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\"OriginalPrice\": 209.25,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"b1723edc-e12f-493c-bb3a-ed94ccb404fe\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 209.25,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 209.25,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 191.19,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 475.05,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"4785d3b5-e310-4805-9523-d2db18ead1d6\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 504.95000000000005,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\"OriginalPrice\": 239.15,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"623dfc46-ee89-402e-ad9b-89314335ad16\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 239.15,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 239.15,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 504.95000000000005,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"137b8e52-94b0-4ed9-b3c8-da3ddbfd0a53\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 504.95000000000005,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\"OriginalPrice\": 239.15,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"c4488ded-7966-41d8-a48f-a3e551585d40\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 239.15,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 239.15,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 504.95000000000005,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"eb3b8e64-65d2-4677-ba5f-0b0f2b6275f3\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 504.95000000000005,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\"OriginalPrice\": 239.15,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"2b74ab93-ce2e-4c84-9c44-b50d5415b8d2\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 239.15,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 239.15,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 504.95000000000005,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"4c0e6efa-7d38-4738-8093-5ff5812b8737\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 504.95000000000005,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\"OriginalPrice\": 239.15,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"4535a4a9-94ff-4639-ba26-cf0d146f59e0\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 239.15,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 239.15,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 504.95000000000005,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"544068f0-014c-4de4-8736-11aa2985430d\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 504.95000000000005,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\"OriginalPrice\": 239.15,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"fc15ff48-5bae-421f-9dba-aa3639b679ca\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 239.15,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 239.15,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 504.95000000000005,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"2306a0a4-a7d9-4a04-b777-caf575cea775\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 504.95000000000005,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\"OriginalPrice\": 239.15,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"8b04b694-2980-4e1a-b14e-7e65507ff776\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 239.15,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 239.15,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 504.95000000000005,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"7046564a-0440-4018-a49e-1cbf43a3b291\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 504.95000000000005,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\"OriginalPrice\": 239.15,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"4327353c-4e1a-4690-b1e2-bc87fd9a269b\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 239.15,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 239.15,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 504.95000000000005,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"11193943-0839-430b-9357-bc84c78bdde7\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 504.95000000000005,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\"OriginalPrice\": 239.15,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"2757cef5-d0bc-49e8-bdd8-6b5f67891ae0\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 239.15,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 239.15,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 218.51,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 504.95000000000005,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"579ff37e-2e76-43bf-a732-3b55652857bc\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 513.32,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\"OriginalPrice\": 247.52,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"36862d73-8c78-4dda-8eb9-4341848c28b3\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 247.52,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 247.52,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 513.32,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"864cca96-d7a2-4773-91e6-c550abd3d75f\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 513.32,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\"OriginalPrice\": 247.52,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"382d7b36-77d6-402f-ac68-14cf6c3e6768\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 247.52,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 247.52,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 513.32,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"35b8d03b-56c2-42dd-9cfe-ff59c229f444\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 513.32,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\"OriginalPrice\": 247.52,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"4c0c3576-af99-484d-9d3f-cebca073bdfa\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 247.52,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 247.52,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 513.32,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"38da8050-9e35-491b-a0e6-c011ad4d6449\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 513.32,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\"OriginalPrice\": 247.52,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"e9041d9d-1cc5-4feb-84c7-42cbd0b3756b\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 247.52,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 247.52,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 513.32,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"f2102861-5dd9-4660-b6fb-ccc5cdcd7cab\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 513.32,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\"OriginalPrice\": 247.52,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"1d7fccf2-4b0e-40a7-83fe-dad4e325facc\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 247.52,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 247.52,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 513.32,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"89d05f67-1e94-48f7-a09d-8d3146448925\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 513.32,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\"OriginalPrice\": 247.52,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"487b6105-e4eb-406b-addb-0bba5ce4b7f4\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 247.52,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 247.52,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 513.32,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"7eb71e57-0f98-4de0-b24f-88a1292aa1e4\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 513.32,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\"OriginalPrice\": 247.52,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"b6616cbc-d415-495b-bf71-2d070c0eb3ea\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 247.52,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 247.52,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 513.32,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"64f836a2-b22d-400a-b539-f0df79f527b0\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 513.32,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\"OriginalPrice\": 247.52,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"41e0adc9-b52f-454e-8a49-f1e3d82330cc\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 247.52,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 247.52,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 226.16,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 513.32,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"5c5188ee-dcbd-4a95-b2de-53ac586c08cf\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 514.51,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\"OriginalPrice\": 248.71,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"47215a39-568b-4d7a-9bda-9c35200bf2b7\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 248.71,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 248.71,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 514.51,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"4a6f2eca-be59-48f0-9b7c-1daacf8e3548\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 514.51,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\"OriginalPrice\": 248.71,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"6b0b24de-f366-4749-aae1-24bc6675fbb3\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 248.71,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 248.71,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 514.51,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"da463743-f2ce-4317-931c-797f847a9d57\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 514.51,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\"OriginalPrice\": 248.71,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"8c353ff0-af7e-4974-8723-13a51d9cfebf\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 248.71,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 248.71,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 514.51,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"eb31506e-769a-4e96-94b0-42c40db3a0aa\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 514.51,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\"OriginalPrice\": 248.71,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"5ee18ec0-54b6-4570-aeeb-a2028b67dd05\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 248.71,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 248.71,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 514.51,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"b5278c41-78eb-4018-9eeb-517eeff576d1\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 514.51,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\"OriginalPrice\": 248.71,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"179e757e-344a-4a62-a05b-754b0b61fa24\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 248.71,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 248.71,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 514.51,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"ed8f12fe-7e9c-4fcd-bce2-8972594e3df6\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 514.51,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\"OriginalPrice\": 248.71,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"9918f662-eeb8-4e97-a79a-3bfeb5f59cb1\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 248.71,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 248.71,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 514.51,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"5b4103ac-ce0a-40e8-9c95-41c7838734e0\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 514.51,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\"OriginalPrice\": 248.71,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"f44c3af4-fe80-4488-babd-36b0fc6638a1\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 248.71,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 248.71,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 514.51,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"613044f6-3f1b-41e3-9749-f1bac13eb78b\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 514.51,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\"OriginalPrice\": 248.71,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"bcb39de4-dae7-4944-8f7c-052a78f2eda4\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 248.71,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 248.71,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 227.25,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 514.51,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"3963f6ef-4ccc-4fd2-ba9d-89eea5bfc812\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 515.71,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\"OriginalPrice\": 249.91,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"3c22250f-6707-4374-90f1-d018712924ef\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 249.91,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 249.91,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 515.71,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"7a657bd4-b4d2-4a7b-a393-5e21f32afc40\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 515.71,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\"OriginalPrice\": 249.91,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"75a9ae2b-41c0-42cf-aea6-fce00173e345\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 249.91,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 249.91,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 515.71,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"4e902a94-2411-401a-ae24-4d6dabaee009\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 515.71,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\"OriginalPrice\": 249.91,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"193932d2-da75-461d-9614-f95d1f55a1bf\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 249.91,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 249.91,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 515.71,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"bb7b88ad-f411-46fb-9e91-c8af55f8aa96\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 515.71,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\"OriginalPrice\": 249.91,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"afe8cf61-a0f0-4fa9-baec-bc96e2426833\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 249.91,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 249.91,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 515.71,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"a74bb3c7-e636-4842-928b-03e94d0b64ac\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 515.71,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\"OriginalPrice\": 249.91,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"f004b27f-eed8-4d5f-96e8-2f641cb5f74d\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 249.91,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 249.91,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 515.71,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"8d2c9639-f0f0-4a18-bb6a-bea61db53a25\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 515.71,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\"OriginalPrice\": 249.91,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"2fc42a20-b4a2-475a-83b1-80403b01a2cd\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 249.91,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 249.91,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 515.71,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"663e56b9-b382-4fb6-944e-3cb80c9d091e\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 515.71,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\"OriginalPrice\": 249.91,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"dd38da82-815e-4a5e-9316-24959954d808\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 249.91,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 249.91,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 515.71,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"ce3fd8bc-f4dc-454e-a12c-13553015ca7a\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 515.71,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\"OriginalPrice\": 249.91,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"3eb2dc00-9e0b-4d26-a957-e7d1b159d756\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 249.91,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 249.91,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 228.34,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 515.71,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"be1bca77-e269-492d-a534-4908494426bf\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 536.04,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\"OriginalPrice\": 270.24,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"054da874-2e9c-430f-a690-088bd8d36882\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 270.24,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 270.24,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room standard\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 536.04,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"6f38b283-6aa0-4bd8-ab31-d92ebf1111ab\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 536.04,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\"OriginalPrice\": 270.24,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"2b72fc38-e83c-4a81-ad39-fb3233cdcd43\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 270.24,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 270.24,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room standard\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 536.04,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"15df9099-7aa7-4d16-8dde-2ace87e7ffa8\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 536.04,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\"OriginalPrice\": 270.24,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"abe4942c-e940-4554-956a-5141dcd630ab\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 270.24,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 270.24,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room standard\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 536.04,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"3254d725-ab9d-41c0-aad3-166240bce7d2\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 536.04,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\"OriginalPrice\": 270.24,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"7843e10c-17af-4b48-8d63-ce0c66fd37d3\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 270.24,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 270.24,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room standard\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 536.04,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"25f70f52-78b3-4853-b7c2-43c6071e6a64\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 536.04,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\"OriginalPrice\": 270.24,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"2f668373-5339-4297-82c3-0b971bebd8d5\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 270.24,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 270.24,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room standard\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 536.04,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"3db818c0-684d-4122-b49a-8e948df00535\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 536.04,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\"OriginalPrice\": 270.24,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"4319e0b0-c3d4-422f-aed8-e43787688b3d\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 270.24,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 270.24,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room standard\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 536.04,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"ea914272-1a63-40e0-a39b-d312977ede30\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 536.04,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\"OriginalPrice\": 270.24,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"45c5b2ff-174c-43cd-836b-ca23d1eb5b12\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 270.24,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 270.24,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room standard\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 536.04,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"1f199863-8e74-4ba1-aba0-177d6e2b39a3\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 536.04,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\"OriginalPrice\": 270.24,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"f97afb79-3215-4b14-a031-dfb04cfe92ee\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 270.24,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 270.24,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 246.92,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room standard\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 536.04,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"d047d1ae-98a4-4f8e-a7a0-7b69ca642726\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 537.51,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\"OriginalPrice\": 271.71,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"cd84ef84-d393-4442-81c3-ae9420cc049a\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 271.71,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 271.71,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Superior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite superior\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 537.51,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"a85d9836-cea9-4a37-ad3d-92f70d8e988e\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 537.51,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\"OriginalPrice\": 271.71,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"95e78045-3d4d-48f1-98e0-192ee76944fa\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 271.71,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 271.71,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Superior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite superior\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 537.51,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"6c6aee8b-4458-420e-8192-82d92ce18ec4\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 537.51,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\"OriginalPrice\": 271.71,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"b6096216-8a4d-4c27-a4c2-e9f031ee0fb7\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 271.71,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 271.71,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Superior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite superior\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 537.51,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"5ae51f90-b9a4-4037-ac05-a76de099ded9\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 537.51,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\"OriginalPrice\": 271.71,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"b8e08cf2-558e-4aa5-a8b0-8700cb870a7a\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 271.71,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 271.71,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Superior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite superior\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 537.51,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"8846b7b9-50e5-4a98-af1b-beeda12e89ed\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 537.51,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\"OriginalPrice\": 271.71,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"e3f7a598-b857-48c3-8464-3fb5cd27e294\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 271.71,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 271.71,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Superior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite superior\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 537.51,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"56c2f873-06e1-473d-940a-d91dc0d36ee0\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 537.51,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\"OriginalPrice\": 271.71,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"35b1daaf-94f7-4b94-bb4d-5e5ba0b8bb66\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 271.71,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 271.71,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Superior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite superior\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 537.51,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"2d63aa93-4522-402e-a266-f244d5c02213\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 537.51,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\"OriginalPrice\": 271.71,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"416560a5-7324-4b74-82da-bf393cd3d42e\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 271.71,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 271.71,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Superior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite superior\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 537.51,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"fe9dd93d-0169-4880-94be-ea11274bbc38\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 537.51,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\"OriginalPrice\": 271.71,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"d80ca8b5-9d21-4876-bd91-97bbabc5021b\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 271.71,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 271.71,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 248.26,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Superior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite superior\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 537.51,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"0e48ed1e-f408-4638-bc13-7b65beffee23\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 543.21,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\"OriginalPrice\": 277.41,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"b68c752e-9c0d-4cbc-a268-61f113fe97d4\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 277.41,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 277.41,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 543.21,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"51e6400b-95eb-49a7-b5fa-a6673dd80ca5\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 543.21,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\"OriginalPrice\": 277.41,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"81ca45eb-62bc-48a5-afd6-fb637d97e19b\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 277.41,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 277.41,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 543.21,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"8df01d23-7a37-4320-93df-c20ebbfdefe0\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 543.21,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\"OriginalPrice\": 277.41,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"39884493-42a3-4921-8de5-dcaf1f35f6a2\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 277.41,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 277.41,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 543.21,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"80f5ae35-1114-45e7-b160-04af19cd187a\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 543.21,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\"OriginalPrice\": 277.41,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"4dafbbd9-faf6-4861-97af-ea4aafd3be03\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 277.41,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 277.41,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 543.21,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"6b1f27c6-2042-4e1d-b6b4-609c5eeffd79\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 543.21,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\"OriginalPrice\": 277.41,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"9c15753b-b53a-4424-a90d-597e63bb7c1d\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 277.41,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 277.41,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 543.21,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"5ec90df6-b6a0-43d8-9e2e-b2b573fda655\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 543.21,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\"OriginalPrice\": 277.41,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"e77841c4-9f3b-4a12-bc79-3e5938d5c889\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 277.41,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 277.41,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 543.21,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"7b299c4b-ef3b-427e-ab3a-b60f4ede6c42\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 543.21,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\"OriginalPrice\": 277.41,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"4bfc39a6-23f6-4c50-bb88-27b882081eda\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 277.41,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 277.41,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 543.21,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"05044a12-e1d9-4f25-b280-d0362737709e\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 543.21,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\"OriginalPrice\": 277.41,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"4318698c-5b3b-48ac-8521-cf10404f50a2\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 277.41,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 277.41,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 253.47,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 543.21,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"8711918b-fbb9-4d70-9350-152198ede9c7\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 544.76,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\"OriginalPrice\": 278.96,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"cd9a2f18-3cb5-4901-bb51-5e44aa6ce680\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 278.96,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 278.96,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 544.76,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"7d6b13d5-f1cf-4978-8260-156bceadd615\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 544.76,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\"OriginalPrice\": 278.96,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"7a74f2c6-af07-4c24-be76-147f44eca153\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 278.96,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 278.96,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 544.76,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"ad752ebd-14b3-4ade-ace1-d0d03acf5540\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 544.76,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\"OriginalPrice\": 278.96,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"f3ae34a5-027d-4620-9581-982341fb4388\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 278.96,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 278.96,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 544.76,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"94dfe7b3-e7ba-4fec-b25d-17f4b8111585\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 544.76,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\"OriginalPrice\": 278.96,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"a4478cbe-c51d-4cde-a0df-0cbae66faf2e\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 278.96,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 278.96,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 544.76,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"28e80de0-d6de-4135-aa4f-df774af2d61e\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 544.76,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\"OriginalPrice\": 278.96,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"1ebb5d6b-7f19-43dd-8238-62ad79e14b73\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 278.96,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 278.96,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 544.76,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"5d8945d8-0b3e-4200-aa28-e1cdab3262c9\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 544.76,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\"OriginalPrice\": 278.96,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"51948ddb-9fa5-45de-a8d2-2c3f874a6b0e\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 278.96,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 278.96,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 544.76,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"3dd71eeb-b300-43e4-91a3-a4289c22ad96\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 544.76,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\"OriginalPrice\": 278.96,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"ca95630a-fb33-47f9-b8b0-26bf7a9f4836\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 278.96,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 278.96,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 544.76,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"cfc8a18f-8511-45e9-804a-7cd1a4cdd8f1\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 544.76,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\"OriginalPrice\": 278.96,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"145e4e79-9a18-4573-84cb-3bd639bdf758\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 278.96,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 278.96,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 254.89,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 544.76,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"4a008915-a36a-4078-8853-bfd075798857\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 564.73,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\"OriginalPrice\": 298.93,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"bc56f1b2-6b57-4bce-97ef-79dbc60a11c4\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 298.93,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 298.93,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 564.73,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"c18e612f-a6d8-48a1-b595-d97a79edc241\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 564.73,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\"OriginalPrice\": 298.93,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"640b9134-7bc1-4d68-9e6c-480f312026e4\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 298.93,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 298.93,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 564.73,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"13e241bf-fd13-4b73-b84c-4a403057aae6\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 564.73,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\"OriginalPrice\": 298.93,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"f6c05548-3262-469c-92a3-45ed323f046f\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 298.93,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 298.93,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 564.73,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"1a6f0775-35e1-4e26-936c-bfb73845677d\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 564.73,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\"OriginalPrice\": 298.93,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"31e6589c-226f-45c6-9fd3-eed0155381be\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 298.93,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 298.93,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 564.73,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"9d36faf1-8728-4aab-aa64-701a691c0804\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 564.73,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\"OriginalPrice\": 298.93,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"65ae19c5-3eff-466a-923d-22dd4ca9c684\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 298.93,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 298.93,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 564.73,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"daa551dc-51ea-40bc-a59d-80e6394f1428\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 564.73,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\"OriginalPrice\": 298.93,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"761d4377-6d11-42c5-b585-81c1727b7190\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 298.93,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 298.93,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 564.73,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"c3422504-886a-498c-97bf-55e94d4b248d\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 564.73,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\"OriginalPrice\": 298.93,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"f21be287-5668-4f1d-8427-4de42879804c\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 298.93,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 298.93,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 564.73,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"3e748deb-cf60-4c3f-9eb4-0ec2fd3940d1\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 564.73,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\"OriginalPrice\": 298.93,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"46a10dcf-c3b8-49f3-9b3b-1a9447394bb7\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 298.93,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 298.93,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 273.13,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 564.73,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"7efcc467-d500-4117-ae5a-c9d8e67681e3\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 567.12,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\"OriginalPrice\": 301.32,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"5b2f8853-b3d0-4893-967e-3dddfd0bb30f\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 301.32,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 301.32,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 567.12,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"c3285367-ac4a-49f5-8d12-520f36cb4396\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 567.12,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\"OriginalPrice\": 301.32,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"4a91cf1b-c3b6-4e2a-bf67-28d4780eb3f8\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 301.32,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 301.32,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 567.12,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"5be29c34-aa82-4cfc-8d59-6a8c8844534f\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 567.12,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\"OriginalPrice\": 301.32,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"f1b43148-073a-470c-9077-fa7d8c927e29\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 301.32,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 301.32,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 567.12,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"b1e78a7b-5583-41eb-8d62-4aad06697737\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 567.12,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\"OriginalPrice\": 301.32,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"8dd0ab55-88eb-4aad-a1fb-3d9b1ef3f342\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 301.32,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 301.32,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 567.12,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"95afb043-d474-4db0-9c96-a8bd5a4ab029\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 567.12,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\"OriginalPrice\": 301.32,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"8dd58516-b644-47e7-975a-2af5415696fb\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 301.32,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 301.32,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 567.12,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"9aaf5942-293d-4e0b-bdb9-b5cd54b43185\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 567.12,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\"OriginalPrice\": 301.32,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"3d9314b2-1c1b-4533-8189-c0107d25e331\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 301.32,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 301.32,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 567.12,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"9cd4be9b-ec66-44e9-a12d-cf3f2a7df461\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 567.12,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\"OriginalPrice\": 301.32,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"8412bcee-9aa9-4cb2-bbc5-de94d7829300\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 301.32,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 301.32,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 567.12,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"ca669f94-3335-4b91-b14a-afc1a4bfd492\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 567.12,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\"OriginalPrice\": 301.32,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"50adf9cb-efbd-4db0-821c-bad3e5b8e6cb\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 301.32,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 301.32,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 275.32,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 567.12,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"32e5b68d-a4cc-4622-a0a2-a090890058c8\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 573.1,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\"OriginalPrice\": 307.3,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"6d66dca1-877f-418b-8590-48bc9751356d\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 307.3,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 307.3,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 573.1,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"20a9ec8e-b0a1-4f37-8ef8-31b27f0d0bbe\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 573.1,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\"OriginalPrice\": 307.3,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"d89c51c7-7099-47c9-8ebe-ab10796c4ad2\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 307.3,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 307.3,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 573.1,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"f7dd20bc-0d0a-45d3-89b9-6964bc27fda2\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 573.1,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\"OriginalPrice\": 307.3,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"b5e76d45-b37e-4e46-b20c-8aa5b24fd2d8\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 307.3,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 307.3,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 573.1,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"ca4d59c3-34a3-4139-b542-6f9f358e5b8b\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 573.1,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\"OriginalPrice\": 307.3,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"26f87b2f-10a0-45cb-b114-7a3d2ae5fb20\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 307.3,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 307.3,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 573.1,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"e0a57cd1-4441-432b-8840-27f47ae3a703\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 573.1,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\"OriginalPrice\": 307.3,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"d8889022-303e-4f68-b910-12f766515977\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 307.3,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 307.3,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 573.1,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"e02691d1-fe83-4961-961e-88e79f03bd21\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 573.1,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\"OriginalPrice\": 307.3,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"53ff387a-d8ee-412c-8e40-7efa208cab65\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 307.3,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 307.3,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 573.1,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"69b8c87d-8c63-4c37-b70e-50af7934a6d9\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 573.1,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\"OriginalPrice\": 307.3,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"35e173fc-25b5-474c-8377-8168a36ebc02\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 307.3,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 307.3,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 573.1,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"804e10b2-906a-43ed-8f10-09f8bba74059\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 573.1,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\"OriginalPrice\": 307.3,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"55f08338-f4ad-416e-a7bb-f6f2fba2ccd8\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 307.3,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 307.3,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 280.78,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 573.1,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"cf84f854-60c5-44db-8350-72ed93ea6d38\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 574.29,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\"OriginalPrice\": 308.49,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"36cd058e-6f7d-460e-8b2e-913079266a2b\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 308.49,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 308.49,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 574.29,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"c40da03d-db17-4c20-a797-a8cc75704d7f\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 574.29,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\"OriginalPrice\": 308.49,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"57da3f30-5a1b-4ef3-b24c-4b4226cafafc\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 308.49,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 308.49,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 574.29,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"d4d86db5-d11d-487e-878d-f754b06c8909\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 574.29,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\"OriginalPrice\": 308.49,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"c3bb7c43-94f2-4011-b362-e78429f7dd16\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 308.49,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 308.49,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 574.29,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"491382c8-c6ed-40c7-b175-7a307acd3c4c\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 574.29,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\"OriginalPrice\": 308.49,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"db86a2e0-87f2-413f-af12-216751a2dfc3\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 308.49,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 308.49,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 574.29,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"a205f5df-cc43-4cea-964d-926250289e4b\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 574.29,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\"OriginalPrice\": 308.49,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"83efe5d1-8e0c-4789-81f1-7afc224a0fdf\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 308.49,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 308.49,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 574.29,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"5c78240e-43fe-4248-b40c-06ae18e8ae47\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 574.29,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\"OriginalPrice\": 308.49,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"a4395871-c93c-450b-a747-bb3230cf2c2a\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 308.49,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 308.49,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 574.29,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"9a67d4c4-6c7e-485c-b5e7-340c5fa1b163\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 574.29,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\"OriginalPrice\": 308.49,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"10ef9dbd-ab7e-408c-9146-c1aabe990b29\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 308.49,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 308.49,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 574.29,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"f6c0b139-6889-453d-a076-2470978ac354\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 574.29,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\"OriginalPrice\": 308.49,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"0bbf5e53-3d9c-4376-a0c9-0846ac029654\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 308.49,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 308.49,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 281.87,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 574.29,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"c40bd867-1343-49e2-b92c-ad304b5e72df\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 594.63,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\"OriginalPrice\": 328.83,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"e1bce37d-3a46-4e8e-8a47-743a930ce0a6\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 328.83,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 328.83,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 594.63,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"53b3d3eb-685c-4b4c-ab77-aa020d15381b\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 594.63,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\"OriginalPrice\": 328.83,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"1c34f8a7-1b2a-4f11-9e94-1d9c9148ee05\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 328.83,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 328.83,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 594.63,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"76b6dd2a-d240-4944-af44-6a409d5416e7\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 594.63,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\"OriginalPrice\": 328.83,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"8831d290-da3d-45c6-a67d-2b9fb1502984\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 328.83,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 328.83,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 594.63,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"d083f6b8-6f52-44f1-be97-c03af12b6c9d\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 594.63,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\"OriginalPrice\": 328.83,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"e4276ae8-d6b6-451d-a49d-4d30f477f9a6\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 328.83,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 328.83,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 594.63,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"6e8e4e18-e801-4738-b43f-dfaf4dfd99bf\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 594.63,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\"OriginalPrice\": 328.83,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"77962464-7dc9-42c8-b424-baf1438267d7\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 328.83,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 328.83,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 594.63,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"9336f884-85c3-424f-84ae-0254e6d5cb9f\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 594.63,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\"OriginalPrice\": 328.83,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"5a4a6dce-2157-40f7-9f2e-fe26f462e36e\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 328.83,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 328.83,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 594.63,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"1b7d69a6-8c75-4d9d-b397-895b3ce8f280\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 594.63,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\"OriginalPrice\": 328.83,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"33d9ed86-07d5-4d12-bc5b-ec84e2840473\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 328.83,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 328.83,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 594.63,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"af6a3416-df97-45ab-8022-2bc93ad8c7f4\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 594.63,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\"OriginalPrice\": 328.83,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"1eba0b9a-6144-4bed-826e-fdf7dc5f9e4c\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 328.83,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 328.83,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 300.45,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 594.63,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"c6bd3aa2-5bab-4a90-a721-e916e0244bef\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 597.07999999999993,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\"OriginalPrice\": 331.28,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"e7d4a518-0776-4f54-9466-2c9b47a1732f\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 331.28,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 331.28,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 597.07999999999993,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"34b58401-d023-4be9-a00d-fa05a99ea1a7\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 597.07999999999993,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\"OriginalPrice\": 331.28,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"cdad5ba9-1140-4936-b2b2-3f2877726c03\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 331.28,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 331.28,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 597.07999999999993,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"1b74338a-ea7a-43da-aff5-f07932832d45\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 597.07999999999993,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\"OriginalPrice\": 331.28,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"ef7161c4-c9c2-4ab7-b973-ea99a1ed6ead\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 331.28,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 331.28,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 597.07999999999993,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"d206c1c2-ceb4-478b-af1e-26782bf29f7c\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 597.07999999999993,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\"OriginalPrice\": 331.28,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"fdd8cdb9-f12e-4e1d-b42f-69345c309585\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 331.28,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 331.28,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 597.07999999999993,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"361cd5df-89d2-4d57-90c6-741a8799d0ae\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 597.07999999999993,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\"OriginalPrice\": 331.28,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"1ea2da72-5bdc-42f5-83ae-c8871f1ed66f\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 331.28,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 331.28,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 597.07999999999993,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"15b5e65b-f80c-44ca-82ba-a7e53a520719\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 597.07999999999993,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\"OriginalPrice\": 331.28,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"e58d2f90-c951-44fd-b9ad-929fd67be8a1\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 331.28,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 331.28,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 597.07999999999993,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"03593c49-6e1b-4ea9-ac39-3ef830481b2c\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 597.07999999999993,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\"OriginalPrice\": 331.28,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"2e5a86b2-0e64-450d-a106-f0b2bc084e28\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 331.28,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 331.28,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 597.07999999999993,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"73358071-ff03-47b5-a888-0510898f09a5\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 597.07999999999993,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\"OriginalPrice\": 331.28,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"551d5ac9-43fc-4364-ba56-ad4f856e9372\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 331.28,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 331.28,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 302.69,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 597.07999999999993,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"de096ada-bfc0-48c0-8d1b-4b768ec07476\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 598.52,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\"OriginalPrice\": 332.72,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"b00b940b-b539-4c9c-a2af-59b077fdac13\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 332.72,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 332.72,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 598.52,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"0b332ce1-815e-460c-897f-ac5584e6712b\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 598.52,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\"OriginalPrice\": 332.72,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"c1ff6645-a54e-4a9a-ac78-fa0696503bca\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 332.72,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 332.72,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 598.52,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"ce5ddf27-c244-4b76-b454-122993f5cd84\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 598.52,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\"OriginalPrice\": 332.72,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"42c68e86-2127-4d48-820e-ddf7975d4124\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 332.72,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 332.72,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 598.52,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"405059ef-13a1-43af-9c0b-75baa334f47d\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 598.52,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\"OriginalPrice\": 332.72,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"b0b7afae-0b1a-47f3-a3dc-0934a329a12e\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 332.72,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 332.72,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 598.52,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"2c313382-4d7a-4829-a618-3990dbd4c607\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 598.52,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\"OriginalPrice\": 332.72,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"f3d9ba42-3bd4-449d-b91c-9ac4b507f0ae\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 332.72,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 332.72,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 598.52,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"cd00fb3a-e84b-42e4-895a-756426200071\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 598.52,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\"OriginalPrice\": 332.72,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"5c192c70-1319-48b4-b992-9beb252b2596\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 332.72,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 332.72,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 598.52,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"1a10d0a5-9138-4034-a9d9-b79a8d45d1ae\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 598.52,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\"OriginalPrice\": 332.72,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"bde8da18-cf0d-4f76-bc0c-87833bbc5980\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 332.72,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 332.72,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 598.52,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"8934dd4d-4a48-4827-8c67-e07816eab23d\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 598.52,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\"OriginalPrice\": 332.72,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"dccf49dc-b68a-49e9-a7bf-b0d80a614231\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 332.72,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 332.72,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 304.01,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 598.52,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"6bd2668b-419d-47c3-b19c-b4c0185a6dc9\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 599.97,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\"OriginalPrice\": 334.17,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"084a46a4-bce4-4ed0-ab0a-7c528489ac5e\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 334.17,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 334.17,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king size bed\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 599.97,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"a4ee85f6-e9a7-4057-9061-313244ade9a4\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 599.97,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\"OriginalPrice\": 334.17,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"5593efcc-9252-4bf0-b834-ea1799243573\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 334.17,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 334.17,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king size bed\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 599.97,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"17203907-073b-487f-bf0f-0790dce31d16\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 599.97,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\"OriginalPrice\": 334.17,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"97b06645-4fbc-4700-8972-6014b8e85736\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 334.17,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 334.17,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king size bed\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 599.97,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"0a6a4070-aa70-46dc-aa63-213c2305391c\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 599.97,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\"OriginalPrice\": 334.17,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"ebc79b69-586b-4ccb-be34-375bd2d5d3e5\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 334.17,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 334.17,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king size bed\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 599.97,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"02660db9-67c5-4ac4-afe8-4169bc10dda3\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 599.97,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\"OriginalPrice\": 334.17,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"d7d679e0-ca72-4b34-b187-9c55a56ac9d7\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 334.17,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 334.17,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king size bed\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 599.97,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"1907b27c-cec7-4950-8d27-f5086e72d60e\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 599.97,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\"OriginalPrice\": 334.17,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"59292f17-702c-422e-b6ba-376c1700538a\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 334.17,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 334.17,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king size bed\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 599.97,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"f35acae4-7328-4ad6-914d-2a88173982c9\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 599.97,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\"OriginalPrice\": 334.17,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"325c686d-03d9-4f9c-becf-06dc3b1760c2\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 334.17,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 334.17,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king size bed\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 599.97,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"2ef44a40-e139-49af-980c-1f45ebb123c3\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 599.97,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\"OriginalPrice\": 334.17,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"142a3c65-0c9c-4f04-bbd5-1dd22d56175e\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 334.17,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 334.17,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 305.33,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING SIZE BED\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king size bed\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 599.97,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"9d8175f8-5810-47c2-9a8a-396ddaa5edf6\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 603,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\"OriginalPrice\": 337.2,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"9215c242-615e-44ef-b8a3-fee9a524a98d\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 337.2,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 337.2,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 603,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"43a724e9-38cb-417a-8844-646cefdcda67\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 603,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\"OriginalPrice\": 337.2,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"b3471f56-409a-4cd4-8f66-905b25c668ae\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 337.2,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 337.2,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 603,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"e77e28b2-fd95-4fac-bf05-05c5940b3cef\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 603,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\"OriginalPrice\": 337.2,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"a50a3d15-1ee8-4605-8c6f-c30c13ce4955\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 337.2,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 337.2,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 603,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"657173bb-b583-4c7b-8e25-3b3077586f1f\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 603,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\"OriginalPrice\": 337.2,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"7a9702b0-2ede-457b-89f4-0c3453af4bff\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 337.2,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 337.2,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 603,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"e01cf969-acbf-4e1a-8dd1-df3604dec5e6\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 603,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\"OriginalPrice\": 337.2,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"b7945daa-d00d-4c48-b9b9-6f593ef59a78\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 337.2,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 337.2,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 603,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"9d2a2ff3-1dbe-4c81-ba1e-f8c782be9624\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 603,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\"OriginalPrice\": 337.2,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"15e86ee6-d98c-4bc3-8c87-5bfbf28fd672\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 337.2,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 337.2,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 603,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"3c693513-7202-4e79-adbf-7e824b777f47\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 603,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\"OriginalPrice\": 337.2,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"b41918b4-26a2-4135-a7ab-358de4be5c2e\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 337.2,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 337.2,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 603,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"0cadf763-2566-46c6-a515-8242042bddc7\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 603,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\"OriginalPrice\": 337.2,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"f222639d-a6ee-4009-b2c0-2e3766373d5b\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 337.2,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 337.2,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 308.1,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Standard Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking standard room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 603,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"4bb36cc8-4bc7-4b70-8435-896806ec834f\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 604.34,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\"OriginalPrice\": 338.54,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"79f3ea22-2822-4adc-ad78-352cbadcb558\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 338.54,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 338.54,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 604.34,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"73fa6e61-ce5d-42e5-8775-0c0ecb7711b8\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 604.34,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\"OriginalPrice\": 338.54,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"8d1c4d7c-7eac-493c-9629-9c4c60642421\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 338.54,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 338.54,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 604.34,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"971b9895-c44b-4759-8a4b-2f28e218c479\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 604.34,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\"OriginalPrice\": 338.54,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"dac8defc-0b26-4b4f-94da-5e525d27ce92\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 338.54,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 338.54,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 604.34,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"c10a9c5d-1f9e-4ffa-93fd-649de35d04b6\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 604.34,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\"OriginalPrice\": 338.54,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"fab2413d-d726-4915-9c1c-942be12fca2e\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 338.54,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 338.54,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 604.34,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"e945bcbe-5d85-495a-93e3-68f1e740d387\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 604.34,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\"OriginalPrice\": 338.54,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"574772d6-be47-49a3-b87f-9f57593d1f86\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 338.54,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 338.54,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 604.34,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"2bf5333b-b2f8-4423-b25a-b08acf5a7a75\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 604.34,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\"OriginalPrice\": 338.54,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"71781166-da34-44cb-b8bf-25381ef1db4e\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 338.54,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 338.54,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 604.34,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"0ce4b315-569e-4374-adef-cb77006466e3\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 604.34,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\"OriginalPrice\": 338.54,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"51d7075c-c7f0-4be6-9674-d891cab12f4b\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 338.54,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 338.54,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 604.34,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"626809ca-b27e-4bd8-a1d2-ccda1c408abd\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 604.34,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\"OriginalPrice\": 338.54,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"2e0180a5-17eb-4549-bb2e-efda50bce2ec\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 338.54,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 338.54,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 309.32,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 604.34,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"d2319fa9-1ec8-4042-831a-f35a03494b8a\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 614.5,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\"OriginalPrice\": 348.7,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"d015dfdd-670f-4298-bfc9-cf2c18a57875\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 348.7,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 348.7,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Executive\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking executive room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 614.5,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"d79bf4f8-3344-4e69-a885-ebc25b6ac114\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 614.5,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\"OriginalPrice\": 348.7,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"a8ca9485-858d-4208-9321-7c0d6e37c606\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 348.7,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 348.7,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Executive\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking executive room\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 614.5,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"f7c00be8-ee39-4c4a-881b-d758a5e68f8b\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 614.5,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\"OriginalPrice\": 348.7,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"eac194fa-932c-41e8-819b-f5a8c6ad9daf\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 348.7,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 348.7,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Executive\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking executive room\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 614.5,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"2a4b7d95-efe9-4f7d-9a66-a9e3c287bd48\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 614.5,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\"OriginalPrice\": 348.7,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"0d75900d-e904-4aee-a14a-0eaa29b0af4f\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 348.7,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 348.7,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Executive\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking executive room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 614.5,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"499a5d9c-a675-4f3d-9903-97f4821b2654\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 614.5,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\"OriginalPrice\": 348.7,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"57ecc77d-aedd-44c7-a992-95521830dd44\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 348.7,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 348.7,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Executive\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking executive room\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 614.5,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"9022bdf1-c8f8-4335-b010-4475ad8516d2\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 614.5,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\"OriginalPrice\": 348.7,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"711eda67-77b5-4f57-b061-68850dc35823\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 348.7,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 348.7,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Executive\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking executive room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 614.5,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"f05a2d78-fdb1-463c-aae8-5bc1448b7369\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 614.5,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\"OriginalPrice\": 348.7,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"4e8fca43-f7c4-4582-81f7-0f8cfd303c49\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 348.7,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 348.7,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Executive\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking executive room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 614.5,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"46041c5a-e67b-4392-be69-80547f26c6cd\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 614.5,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\"OriginalPrice\": 348.7,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"218b7da3-875a-42a3-a4dd-cf863932ad64\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 348.7,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 348.7,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 318.61,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Executive\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Executive Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking executive room\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 614.5,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"6fd045b1-e6d3-4d53-80a1-dd088b2c0ec8\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 617.41000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\"OriginalPrice\": 351.61,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"dce5a0d8-5879-41c5-856d-3d916e78ba13\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 351.61,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 351.61,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite superior\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 617.41000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"51a6706e-5d86-4a8f-a64a-bf7549c98541\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 617.41000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\"OriginalPrice\": 351.61,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"5a6664c3-559c-4e93-8d86-3ef201f8f925\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 351.61,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 351.61,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 617.41000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"c7fdfae7-5df9-4e9e-9648-b4a2f230b548\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 617.41000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\"OriginalPrice\": 351.61,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"1d016a83-8bee-4aaa-82f3-e6ee542929e2\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 351.61,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 351.61,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 617.41000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"4e53f3db-7b48-4d45-a866-e62efeb00ac8\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 617.41000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\"OriginalPrice\": 351.61,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"f3b7f69f-fe21-4f08-88d3-6a2d86b86507\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 351.61,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 351.61,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite superior\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 617.41000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"4ca57f57-0c59-45b8-8f60-aa4750facea8\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 617.41000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\"OriginalPrice\": 351.61,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"6c2b7f2a-2b6e-44af-9a07-64d071dc2589\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 351.61,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 351.61,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 617.41000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"2bf479c6-d058-4fe2-bcd8-81584a639967\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 617.41000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\"OriginalPrice\": 351.61,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"33277686-ca1e-4cf2-b6ab-f8702e18454f\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 351.61,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 351.61,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite superior\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 617.41000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"12d5249f-584d-4b39-9692-abdc80da230e\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 617.41000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\"OriginalPrice\": 351.61,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"58e101ae-5dbb-4fff-b3ba-4c172931df53\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 351.61,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 351.61,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite superior\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 617.41000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"9e200f3a-91cc-40e4-b7cd-89df834e2151\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 617.41000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\"OriginalPrice\": 351.61,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"994d0211-22b1-42a9-937b-b3e8c6326d49\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 351.61,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 351.61,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 321.27,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite superior\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 617.41000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"49b0a6dd-cb25-4821-8265-c5223da8d7ef\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 624.52,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\"OriginalPrice\": 358.72,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"622bc53e-5c03-47ff-b50c-28df8996873b\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 358.72,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 358.72,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 624.52,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"b5e8cf6a-81d2-45cf-9472-3e396fd5530b\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 624.52,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\"OriginalPrice\": 358.72,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"7644ddf0-153e-4742-b25f-3bbb6851478b\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 358.72,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 358.72,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 624.52,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"b840ffcf-aeed-483f-b655-1e00ab41d79b\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 624.52,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\"OriginalPrice\": 358.72,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"242482da-a451-4e64-9cad-ea32fb6ad620\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 358.72,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 358.72,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 624.52,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"0a0bf83f-6773-4bff-8749-6c26e730fdf2\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 624.52,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\"OriginalPrice\": 358.72,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"925a4ba1-07a3-4fef-a449-fca38245f44f\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 358.72,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 358.72,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 624.52,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"993ace54-35f7-4349-b1a3-f95f4f304a15\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 624.52,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\"OriginalPrice\": 358.72,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"15e381f9-1e8f-40ab-a761-c67a9a1a8533\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 358.72,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 358.72,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 624.52,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"f15a0dec-451a-4221-9677-0988d4babb9d\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 624.52,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\"OriginalPrice\": 358.72,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"603ece65-fc49-4649-97d4-0c77c6035ae1\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 358.72,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 358.72,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 624.52,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"fb5375dd-197d-4e7a-a1fa-1414d3ff109e\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 624.52,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\"OriginalPrice\": 358.72,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"a80171d1-3793-4a23-824e-00e1dbd67b9a\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 358.72,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 358.72,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 624.52,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"d6f1a9d3-93a5-42aa-9448-6e1e8f6c3fbe\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 624.52,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\"OriginalPrice\": 358.72,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"2c248fff-5c0b-43ce-b1b0-5f51d686f2e5\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 358.72,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 358.72,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 327.76,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 624.52,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"a4164eda-e3a6-4023-9848-6ae23c152010\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 626.91000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\"OriginalPrice\": 361.11,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"85c646a6-5861-4299-8858-c0bad41a4de4\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 361.11,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 361.11,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 626.91000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"9148ef16-19f2-452d-890e-9af2da64f495\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 626.91000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\"OriginalPrice\": 361.11,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"4e13ca98-bd9a-48f6-aa29-ff04923663f9\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 361.11,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 361.11,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 626.91000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"84338732-79c2-4726-9dce-9d486c31190a\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 626.91000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\"OriginalPrice\": 361.11,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"aebacf07-e589-47ee-97bf-7e7b89685b6c\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 361.11,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 361.11,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 626.91000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"10f76d05-733d-4d13-8458-0990ea655010\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 626.91000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\"OriginalPrice\": 361.11,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"2698eeb5-db39-4000-b94a-d6f2ebc95bb2\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 361.11,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 361.11,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 626.91000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"b9d3a211-be53-4193-8e43-25241a878d81\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 626.91000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\"OriginalPrice\": 361.11,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"b956acd3-f526-4268-b16a-1e7af82363f3\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 361.11,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 361.11,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 626.91000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"ccec95fb-0be7-4ba3-b931-b3aefd022663\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 626.91000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\"OriginalPrice\": 361.11,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"43f1b1d4-271b-478e-9f1f-7e2934c3677c\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 361.11,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 361.11,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 626.91000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"a5937165-4f90-4cee-942d-52395e705a75\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 626.91000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\"OriginalPrice\": 361.11,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"af70c2e6-3847-44f5-baeb-616138c64efc\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 361.11,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 361.11,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 626.91000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"5c8aa574-2357-4ade-86c1-33c334797725\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 626.91000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\"OriginalPrice\": 361.11,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"aad440ce-ac4d-4014-b1a1-e9908c2a595c\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 361.11,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 361.11,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 329.95,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Junior\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"JUNIOR SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"junior suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 626.91000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"1b3daf7d-2afe-438a-aeb6-487d91fe3fda\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 632.89,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\"OriginalPrice\": 367.09,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"7b7cfa98-71f3-45ca-99ec-846ea0e7bdf0\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 367.09,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 367.09,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 632.89,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"91cd0f8a-f718-4717-811e-f9f3696621a0\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 632.89,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\"OriginalPrice\": 367.09,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"f10f137c-71ef-4652-b00d-dea2212a7249\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 367.09,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 367.09,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 632.89,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"86bfbf26-ed28-4a6c-989e-1bd7e1c58b85\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 632.89,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\"OriginalPrice\": 367.09,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"15e90a50-709a-47f8-b9e7-cfe58bb02f3f\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 367.09,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 367.09,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 632.89,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"a3ed56fd-40d9-487e-aced-5cb5a41d284e\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 632.89,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\"OriginalPrice\": 367.09,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"68a90b68-7f13-4d15-91a7-1a79a4990408\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 367.09,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 367.09,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 632.89,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"b63a88b1-61d6-432f-be68-4e0ee5876350\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 632.89,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\"OriginalPrice\": 367.09,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"7e3dd630-b931-4def-bf6c-40f1450d820e\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 367.09,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 367.09,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 632.89,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"56c518bd-e5c4-48f4-92cf-3fe7caff4007\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 632.89,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\"OriginalPrice\": 367.09,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"d420d4c1-8ca6-4665-9e71-84b6ef6f5c09\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 367.09,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 367.09,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 632.89,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"aa65dd3e-9979-40b9-bd8d-3cbe548dab86\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 632.89,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\"OriginalPrice\": 367.09,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"e1235e41-64bf-47f2-a849-dcd34ed36a78\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 367.09,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 367.09,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 632.89,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"6114384c-5b9f-4b5e-9550-da478c6f1f8e\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 632.89,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\"OriginalPrice\": 367.09,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"f7428bd6-36c2-40da-a44c-942b021287ff\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 367.09,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 367.09,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 335.41,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"1 Double Bed Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"1 double bed non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 632.89,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"4afad121-b5db-4017-8a1b-9cd37ea28955\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 634.07999999999993,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\"OriginalPrice\": 368.28,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"bfdeb8df-7ba0-4470-9b8e-79b03148564c\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 368.28,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 368.28,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 634.07999999999993,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"6d973fe5-b89b-4689-8081-dadb1a028785\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 634.07999999999993,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\"OriginalPrice\": 368.28,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"9f9e50bb-76e5-40b5-9f99-bd6f2bc9d405\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 368.28,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 368.28,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 634.07999999999993,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"fa2869d4-db37-45de-844a-847601cc6752\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 634.07999999999993,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\"OriginalPrice\": 368.28,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"555c7154-4d98-4925-8f4c-2a3556dbce46\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 368.28,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 368.28,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 634.07999999999993,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"23658b73-c3a4-4b2d-941a-743bdf6399ea\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 634.07999999999993,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\"OriginalPrice\": 368.28,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"7191de7d-a316-47f0-b3b6-63275dc65672\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 368.28,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 368.28,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 634.07999999999993,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"77025d00-be21-44ec-998c-c9f27741599f\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 634.07999999999993,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\"OriginalPrice\": 368.28,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"8b414938-c459-489c-adf8-45db87047a27\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 368.28,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 368.28,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 634.07999999999993,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"4db6747e-ae89-4870-8e95-8df465a8d89f\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 634.07999999999993,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\"OriginalPrice\": 368.28,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"8a810f50-68fa-44d0-b3d0-51634680cc89\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 368.28,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 368.28,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 634.07999999999993,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"be0efbff-3175-4b7c-baf7-e8aa353ded69\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 634.07999999999993,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\"OriginalPrice\": 368.28,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"fc3e9648-ddb1-4e68-a77c-8f90cf996f6a\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 368.28,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 368.28,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 634.07999999999993,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"dcb50fe6-c4bb-4018-99d6-d5f3ab42f821\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 634.07999999999993,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\"OriginalPrice\": 368.28,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"1eb54e8a-b281-4380-a56b-6748296aa0a7\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 368.28,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 368.28,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 336.5,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Full board FB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"FULL BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Classic\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"RoomType\": \"Twin beds\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"2 Single Beds Non-Smoking Classic Room\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"2 single beds non-smoking classic room\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 634.07999999999993,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"85d77313-865c-4aed-ae77-3657add0911c\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 654.41000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\"OriginalPrice\": 388.61,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"52f1712b-09c4-49f7-824c-b56fb0a5803f\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 388.61,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 388.61,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 654.41000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"88cdbe70-7cdf-4157-9bec-48aecfd572cf\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 654.41000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\"OriginalPrice\": 388.61,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"319d5a67-f590-40d2-839c-efdad3d8f715\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 388.61,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 388.61,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 654.41000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"63cbd8d5-d322-468b-9eff-3d8e14e1c362\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 654.41000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\"OriginalPrice\": 388.61,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"19a27d97-c7c0-4b07-bcad-74fb74f27464\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 388.61,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 388.61,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 654.41000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"4259997e-0955-4053-9d2b-d53b76228fa9\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 654.41000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\"OriginalPrice\": 388.61,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"057da7c1-e26b-4509-ac48-04efc1ac7673\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 388.61,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 388.61,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 654.41000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"4ecdcbee-2542-4ca6-87a9-d9db90b9c22f\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 654.41000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\"OriginalPrice\": 388.61,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"21bb2a5c-b50e-4489-8e0a-3a2ee7e3710b\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 388.61,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 388.61,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 654.41000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"66301c2c-2a7e-43b6-a262-b95e9cbc1253\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 654.41000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\"OriginalPrice\": 388.61,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"a124d3b4-b787-4406-8378-3ff29341b861\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 388.61,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 388.61,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 654.41000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"a8c095bd-7af6-49a6-9e78-a3bbc2fb79a9\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 654.41000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\"OriginalPrice\": 388.61,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"61c30ffc-ac3e-4edb-b451-a080fe578507\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 388.61,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 388.61,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 654.41000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"7db3fd20-805d-4726-94f1-1941fdb807de\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 654.41000000000008,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\"OriginalPrice\": 388.61,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"a2e76223-8ace-481a-b4b5-5c2f51bba9e6\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 388.61,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 388.61,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 355.07,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Half board HB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"HALF BOARD\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"RoomType\": \"Suite\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"SUITE KING BED NON SMOKING\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"suite king bed non smoking\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 654.41000000000008,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"e6c41444-7c14-41d8-b359-0a2d08b6565a\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 661.01,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 361.1,\r\n\t\t\t\t\t\"OriginalPrice\": 395.21,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 361.1,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"aa3a0b61-2aeb-4c0b-8330-4de3ea753b3d\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 395.21,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 361.1,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 395.21,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 361.1,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 661.01,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24854,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"e2abfedd-701c-4a93-b456-fa2a40b6b092\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 661.01,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 361.1,\r\n\t\t\t\t\t\"OriginalPrice\": 395.21,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 361.1,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"67ec4934-63ea-4f23-83c6-5e4296123422\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 395.21,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 361.1,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 395.21,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 361.1,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 661.01,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"d330a388-4344-482b-a2bb-b46490e1af8c\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 661.01,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 361.1,\r\n\t\t\t\t\t\"OriginalPrice\": 395.21,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 361.1,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"1e657712-0f0e-4066-888d-77cbf796a115\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 395.21,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 361.1,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 395.21,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 361.1,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\",\r\n\t\t\t\t\t\t\"SpecialDeals\": [\r\n\t\t\t\t\t\t\t\"Non-refundable rate. No amendments permitted - \"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 661.01,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"ContractId\": 24853,\r\n\t\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\t\"PackageId\": \"97306e3d-599e-4412-b2f5-a627cc0cc65a\",\r\n\t\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 661.01,\r\n\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 361.1,\r\n\t\t\t\t\t\"OriginalPrice\": 395.21,\r\n\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 361.1,\r\n\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\t\"Rooms\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\t\"Id\": \"29604500-508a-4a09-8c25-8857a20f9ece\",\r\n\t\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 395.21,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 361.1,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 395.21,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 361.1,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"RoomBasis\": \"Bed and Breakfast BB\",\r\n\t\t\t\t\t\t\"RoomBasisOriginal\": \"BED AND BREAKFAST\",\r\n\t\t\t\t\t\t\"RoomClass\": \"Standard\",\r\n\t\t\t\t\t\t\"RoomClassOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"RoomType\": \"Double\",\r\n\t\t\t\t\t\t\"RoomTypeOriginal\": \"DOUBLE STANDARD\",\r\n\t\t\t\t\t\t\"SourceRoomName\": \"double standard\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"SimplePrice\": 661.01,\r\n\t\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n}"}],"_postman_id":"fe865b11-9eef-4c14-add2-e9576f7de9a1"}],"id":"1c222f9a-00af-41cc-8f73-cb945274ff6a","description":"<p>Get Hotel Room Packages request is used to get updated room information and options in a specific a hotel.<br />In order to send this request, all you need is the hotelID &amp; sessionID which returned in the Get Hotel Page response.</p>\n<p>Request Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SessionId</td>\n<td>The unique sessionID of the search. (As returned in the Search Response)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>HotelId</td>\n<td>The HotelID, returned in the GetHotelsPage response</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>SetAsSelectedHotel</td>\n<td>false</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Errors</td>\n<td>List of Errors.</td>\n</tr>\n<tr>\n<td>HotelRoomPackages</td>\n<td>List of rooms.</td>\n</tr>\n<tr>\n<td>ContractId</td>\n<td>The contract ID from which the rate originated</td>\n</tr>\n<tr>\n<td>HotelId</td>\n<td>The hotel's ID from our hotel/property list.</td>\n</tr>\n<tr>\n<td>PackageId</td>\n<td>The unique package ID of the rate</td>\n</tr>\n<tr>\n<td>PackagePrice</td>\n<td>Contains information about the pricing, i.e. original price, price after taxes applied, etc.</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>The search currency</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>Final Price in search currency</td>\n</tr>\n<tr>\n<td>FinalPriceInSupplierCurrency</td>\n<td>Final Price in supplier currency</td>\n</tr>\n<tr>\n<td>OriginalPrice</td>\n<td>Original Price in search currency</td>\n</tr>\n<tr>\n<td>OriginalPriceInSupplierCurrency</td>\n<td>Original Price in supplier currency</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>The Suppliers currency</td>\n</tr>\n<tr>\n<td>Refundability</td>\n<td>1 - refundable,  <br />2 - nonrefundable.</td>\n</tr>\n<tr>\n<td>RefundableUntil</td>\n<td>The 'RefundableUntil' field indicates the final date by which a package cancellation is possible. This field is provided only when the 'Refundability' field is set to '1', signifying that the package is refundable. It returns the date in epoch format as a string, for example: '/Date(1706399940000)/'.</td>\n</tr>\n<tr>\n<td>Rooms</td>\n<td>Rooms Element</td>\n</tr>\n<tr>\n<td>AdultsCount</td>\n<td>Number of adults to stay in a room</td>\n</tr>\n<tr>\n<td>Availability</td>\n<td>Available/On Request</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>Room ID</td>\n</tr>\n<tr>\n<td>KidsAges</td>\n<td>Kids ages which will stay in the room. (If applicable)</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>opening element (Rooms pricing)</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>The search currency</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>Final Price in search currency</td>\n</tr>\n<tr>\n<td>FinalPriceInSupplierCurrency</td>\n<td>Final Price in supplier currency</td>\n</tr>\n<tr>\n<td>OriginalPrice</td>\n<td>Original Price in search currency</td>\n</tr>\n<tr>\n<td>OriginalPriceInSupplierCurrency</td>\n<td>Original Price in supplier currency</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>The Suppliers currency</td>\n</tr>\n<tr>\n<td>RoomBasis</td>\n<td>The room's Basis.</td>\n</tr>\n<tr>\n<td>RoomBasisOriginal</td>\n<td>The room's orignial Basis.</td>\n</tr>\n<tr>\n<td>RoomClass</td>\n<td>The room's Class.</td>\n</tr>\n<tr>\n<td>RoomClassOriginal</td>\n<td>The room's orignial Class.</td>\n</tr>\n<tr>\n<td>RoomType</td>\n<td>The room's Class.</td>\n</tr>\n<tr>\n<td>RoomTypeOriginal</td>\n<td>The room's orignial Type.</td>\n</tr>\n<tr>\n<td>SourceRoomName</td>\n<td>Room name as returned from Supplier (If applicable)</td>\n</tr>\n<tr>\n<td>SimplePrice</td>\n<td>The simple price.</td>\n</tr>\n<tr>\n<td>SupplierId</td>\n<td>The supplier's ID which returned the room.</td>\n</tr>\n<tr>\n<td>SupplierName</td>\n<td>The supplier's short name which returned the room.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"1c222f9a-00af-41cc-8f73-cb945274ff6a"},{"name":"Validate Flight Route","item":[{"name":"ValidateFlightRoute Request","id":"3738ae1f-3b8d-47b4-8fce-05f34dc63474","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\t\"SessionId\": \"\\/181\\/141750\\/D20241013T124212\\/b5fdd1847d304915bd78469e09e7630b\",\r\n\t\t\"FlightRouteId\": \"42a4004e-243b-4082-a5af-8bf949f220a3\",\r\n\t\t\"SetAsSelectedFlight\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicPackagingService.svc/json/ValidateFlightRoute","urlObject":{"protocol":"https","path":["BookingServices","DynamicPackagingService.svc","json","ValidateFlightRoute"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"e72f9831-ae6d-4aa4-ae97-aca0a5ecf9e0","name":"ValidateFlightRoute Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\t\"SessionId\": \"\\/181\\/141750\\/D20241013T124212\\/b5fdd1847d304915bd78469e09e7630b\",\r\n\t\t\"FlightRouteId\": \"42a4004e-243b-4082-a5af-8bf949f220a3\",\r\n\t\t\"SetAsSelectedFlight\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicPackagingService.svc/json/ValidateFlightRoute"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"ValidateFlightRouteResult\": {\r\n\t\t\"Errors\": [],\r\n\t\t\"FlightDetails\": {\r\n\t\t\t\"CancellationPolicies\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"CancellationFee\": {\r\n\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\"FinalPrice\": 265.8,\r\n\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 265.8,\r\n\t\t\t\t\t\t\"FinalTax\": 116.26,\r\n\t\t\t\t\t\t\"OriginalPrice\": 265.8,\r\n\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 265.8,\r\n\t\t\t\t\t\t\"OriginalTax\": 116.26,\r\n\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"DateFrom\": \"\\/Date(1728777600000+0000)\\/\",\r\n\t\t\t\t\t\"DateTo\": \"\\/Date(1742083200000+0000)\\/\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"FareRules\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"FareRules\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"Category\": \"GENERAL\",\r\n\t\t\t\t\t\t\t\"Text\": \"\"\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t],\r\n\t\t\t\t\t\"SegmentsIds\": [\r\n\t\t\t\t\t\t\"83e8dcaf-9975-4bdb-9c87-fb765d5a72d5\"\r\n\t\t\t\t\t]\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"FareRules\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"Category\": \"GENERAL\",\r\n\t\t\t\t\t\t\t\"Text\": \"\"\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t],\r\n\t\t\t\t\t\"SegmentsIds\": [\r\n\t\t\t\t\t\t\"aeb49f9b-ff62-4e19-ab8e-c78eff71bc51\"\r\n\t\t\t\t\t]\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"IsEticketable\": true,\r\n\t\t\t\"LegList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742111100000+0000)\\/\",\r\n\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742107200000+0000)\\/\",\r\n\t\t\t\t\t\t\t\"DestinationCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\"Duration\": \"PT1H5M\",\r\n\t\t\t\t\t\t\t\"FlightNumber\": \"262\",\r\n\t\t\t\t\t\t\t\"Id\": \"83e8dcaf-9975-4bdb-9c87-fb765d5a72d5\",\r\n\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\"OriginCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"\",\r\n\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI262Y\",\r\n\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"AircraftType\": \"--[N\\/A]--\",\r\n\t\t\t\t\t\t\t\"Airline\": \"EI\",\r\n\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1742376000000+0000)\\/\",\r\n\t\t\t\t\t\t\t\"AvailableSeats\": \"4\",\r\n\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1742372100000+0000)\\/\",\r\n\t\t\t\t\t\t\t\"DestinationCode\": \"DUB\",\r\n\t\t\t\t\t\t\t\"DestinationTerminal\": null,\r\n\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\"Duration\": \"PT1H5M\",\r\n\t\t\t\t\t\t\t\"FlightNumber\": \"263\",\r\n\t\t\t\t\t\t\t\"Id\": \"aeb49f9b-ff62-4e19-ab8e-c78eff71bc51\",\r\n\t\t\t\t\t\t\t\"OperatedBy\": \"EI\",\r\n\t\t\t\t\t\t\t\"OriginCode\": \"BHX\",\r\n\t\t\t\t\t\t\t\"OriginTerminal\": null,\r\n\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"\",\r\n\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"AEI263Y\",\r\n\t\t\t\t\t\t\t\t\t\"FareType\": \"Web\",\r\n\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"Price\": {\r\n\t\t\t\t\"Breakdown\": null,\r\n\t\t\t\t\"TotalPrice\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 385.37,\r\n\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0,\r\n\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"Refundability\": 2,\r\n\t\t\t\"RouteId\": \"42a4004e-243b-4082-a5af-8bf949f220a3\",\r\n\t\t\t\"SupplierName\": \"MSF\"\r\n\t\t}\r\n\t}\r\n}"}],"_postman_id":"3738ae1f-3b8d-47b4-8fce-05f34dc63474"}],"id":"44b2a934-2158-47dc-9e90-672a8ef96370","description":"<p>The Validate Flight Route request confirms the availability of the flight for booking. The response includes details such as flight information, routes, cancellation policy, supplier remarks and more.</p>\n<p>Request Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SessionId</td>\n<td>The unique sessionID of the search. (As returned in the Search Response)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>FlightRouteId</td>\n<td>The flight Route id as returned in the GetFlightsPage</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>SetAsSelectedFlight</td>\n<td>false</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Errors</td>\n<td>List of Flights Errors.</td>\n</tr>\n<tr>\n<td>CancellationPolicies</td>\n<td>Cancellation Policy Element opening.</td>\n</tr>\n<tr>\n<td>CancellationFee</td>\n<td>Cancellation Fee Element opening.</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Search Currency</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The Flights Cxl Fee in search currency.</td>\n</tr>\n<tr>\n<td>FinalPriceInSupplierCurrency</td>\n<td>The Flights Cxl Fee in Suppliers currency.</td>\n</tr>\n<tr>\n<td>FinalTax</td>\n<td>The Final Tax in search currency</td>\n</tr>\n<tr>\n<td>OriginalPrice</td>\n<td>The Original Cxl Fee in search currency.</td>\n</tr>\n<tr>\n<td>OriginalPriceInSupplierCurrency</td>\n<td>The Original Cxl Fee in Suppliers currency</td>\n</tr>\n<tr>\n<td>OriginalTax</td>\n<td>The Original Final Tax in search currency.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>Suppliers Currency.</td>\n</tr>\n<tr>\n<td>DateFrom</td>\n<td>Date from the cxl-policy will kick-in in Epoch Unix Time.</td>\n</tr>\n<tr>\n<td>DateTo</td>\n<td>Date to the cxl-policy will kick-in in Epoch Unix Time.</td>\n</tr>\n<tr>\n<td>FareRules</td>\n<td>FareRules Opening Element.</td>\n</tr>\n<tr>\n<td>FareRules</td>\n<td>FareRules</td>\n</tr>\n<tr>\n<td>Category</td>\n<td>Category of the Fare Rule</td>\n</tr>\n<tr>\n<td>Text</td>\n<td>Free text of the Fare Rule</td>\n</tr>\n<tr>\n<td>SegmentsIds</td>\n<td>SegmentsIds</td>\n</tr>\n<tr>\n<td>IsEticketable</td>\n<td>Flight is ticketable or not : True / False.</td>\n</tr>\n<tr>\n<td>LegList</td>\n<td>List of Flights Legs.  <br />While a Direct Flight has 1 Leg per each direction.  <br />Flights with Stops can have multiple legs.  <br />  <br />Please note that this Element can have multiple Legs. (Back and Forth flights)</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Null - not in use.</td>\n</tr>\n<tr>\n<td>Segments</td>\n<td>Opening Element for Flights Segments.</td>\n</tr>\n<tr>\n<td>AircraftType</td>\n<td>The Aircraft type. (i.e. Boeing 737-800 / Airbus A321-100).</td>\n</tr>\n<tr>\n<td>Airline</td>\n<td>The Air-Line IATA Code.</td>\n</tr>\n<tr>\n<td>ArriveDate</td>\n<td>Arrival time in Unit Time Format.</td>\n</tr>\n<tr>\n<td>AvailableSeats</td>\n<td>Number of available seats in the Flight.</td>\n</tr>\n<tr>\n<td>DepartDate</td>\n<td>Departure time in Unit Time Format.</td>\n</tr>\n<tr>\n<td>DestinationCode</td>\n<td>The destination IATA ISO Code.</td>\n</tr>\n<tr>\n<td>DestinationTerminal</td>\n<td>The terminal of where the flight arrives within the Airport.</td>\n</tr>\n<tr>\n<td>Distance</td>\n<td>Not in use.</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td>The flight duration.</td>\n</tr>\n<tr>\n<td>FlightNumber</td>\n<td>The flights number.  <br />(Unique identifier assigned to a specific flight by the airline).</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Id of the Flight.</td>\n</tr>\n<tr>\n<td>OperatedBy</td>\n<td>The Air-Line which operates the Flgiht - IATA Code.</td>\n</tr>\n<tr>\n<td>OriginCode</td>\n<td>The Departure Airport - IATA ISO Code.</td>\n</tr>\n<tr>\n<td>OriginTerminal</td>\n<td>The terminal of where the flight departures within the Airport.</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Flight Price. (Can be null - look into the Price breakdowns)</td>\n</tr>\n<tr>\n<td>RateInfo</td>\n<td>Rate information, grouped by Passenger Type.</td>\n</tr>\n<tr>\n<td>FareBasisCode</td>\n<td>The Fare basis code.</td>\n</tr>\n<tr>\n<td>FareBasisFull</td>\n<td>The full Fare basis.</td>\n</tr>\n<tr>\n<td>FareType</td>\n<td>Private - Private airfares were introduced as a way for airlines to sell excess inventory at a special price, available only with dedicated contracts.  <br />  <br />Public - Public airfares are available through the airline directly and are also sold through any travel agency—both traditional and online.</td>\n</tr>\n<tr>\n<td>PassengerType</td>\n<td>Type of the pax.</td>\n</tr>\n<tr>\n<td>TravelClass</td>\n<td>The Flights class.</td>\n</tr>\n<tr>\n<td>Transfer</td>\n<td>If null, there's no Transfer.  <br />If there's appliacble Trasnfer - the duration of the Transfer will be populated.</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>opening Elemnt for Price breakdown.</td>\n</tr>\n<tr>\n<td>Breakdown</td>\n<td>Opening Element of the Price Breakdown</td>\n</tr>\n<tr>\n<td>PassengersNumber</td>\n<td>Number of Pax took into consideration for the Price calculation and breakdown.</td>\n</tr>\n<tr>\n<td>PersonType</td>\n<td>Type of pax took into consideration for the Price calculation and breakdown.</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Search Currency</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The Flights Price in search currency.</td>\n</tr>\n<tr>\n<td>FinalPriceInSupplierCurrency</td>\n<td>The Flights Price in Suppliers currency.</td>\n</tr>\n<tr>\n<td>FinalTax</td>\n<td>The Final Tax in search currency</td>\n</tr>\n<tr>\n<td>OriginalPrice</td>\n<td>The Original Price in search currency.</td>\n</tr>\n<tr>\n<td>OriginalPriceInSupplierCurrency</td>\n<td>The Original Price in Suppliers currency</td>\n</tr>\n<tr>\n<td>OriginalTax</td>\n<td>The Original Final Tax in search currency.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>Suppliers Currency.</td>\n</tr>\n<tr>\n<td>TotalPrice</td>\n<td>Opening Element of the Total Price</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Search Currency.</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The Flights Price in search currency.</td>\n</tr>\n<tr>\n<td>RemaingingAllowedMarkupFee</td>\n<td>Not in Use</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>Suppliers Currency.</td>\n</tr>\n<tr>\n<td>Refundability</td>\n<td>The refundability of the Flight:  <br />1 - Refundable.  <br />2 - Non-Refundable.</td>\n</tr>\n<tr>\n<td>RouteId</td>\n<td>The RouteId of the Flights.</td>\n</tr>\n<tr>\n<td>SupplierName</td>\n<td>Supplier's name.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"44b2a934-2158-47dc-9e90-672a8ef96370"},{"name":"Validate Hotel Room Package","item":[{"name":"ValidateHotelRoomPackage Request","id":"1050153d-254e-49e8-bd80-c18722d59bd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"SessionId\": \"\\/181\\/141750\\/D20241013T124212\\/b5fdd1847d304915bd78469e09e7630b\",\r\n\t\"HotelId\": 6225304,\r\n\t\"PackageId\": \"ba44a7c9-4c35-4b2a-af63-dbc96e1384fd\",\r\n\t\"SetAsSelectedHotelPackage\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicPackagingService.svc/json/ValidateHotelRoomPackage","urlObject":{"protocol":"https","path":["BookingServices","DynamicPackagingService.svc","json","ValidateHotelRoomPackage"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"dfc67aa0-c152-4250-a4ce-88473e369526","name":"ValidateHotelRoomPackage Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"SessionId\": \"\\/181\\/141750\\/D20241013T124212\\/b5fdd1847d304915bd78469e09e7630b\",\r\n\t\"HotelId\": 6225304,\r\n\t\"PackageId\": \"ba44a7c9-4c35-4b2a-af63-dbc96e1384fd\",\r\n\t\"SetAsSelectedHotelPackage\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicPackagingService.svc/json/ValidateHotelRoomPackage"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"ValidateHotelRoomPackageResult\": {\r\n\t\t\"Errors\": [],\r\n\t\t\"RoomPackage\": {\r\n\t\t\t\"CancellationPolicies\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"CancellationFee\": {\r\n\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\"FinalPrice\": 119.57,\r\n\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\t\"OriginalPrice\": 119.57,\r\n\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"DateFrom\": \"\\/Date(1741132800000+0000)\\/\",\r\n\t\t\t\t\t\"DateTo\": \"\\/Date(253402214400000+0000)\\/\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"ContractId\": 24854,\r\n\t\t\t\"HotelId\": 6225304,\r\n\t\t\t\"PackageId\": \"ba44a7c9-4c35-4b2a-af63-dbc96e1384fd\",\r\n\t\t\t\"PackagePrice\": {\r\n\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\"FinalPrice\": 651.17000000000007,\r\n\t\t\t\t\"FinalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\"OriginalPrice\": 119.57,\r\n\t\t\t\t\"OriginalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t},\r\n\t\t\t\"Refundability\": 1,\r\n\t\t\t\"RefundableUntil\": \"\\/Date(1741132740000+0000)\\/\",\r\n\t\t\t\"Rooms\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\"Availability\": \"Available\",\r\n\t\t\t\t\t\"Id\": \"3d881e2f-7ff3-4ec5-a180-a9de08cd87b0\",\r\n\t\t\t\t\t\"KidsAges\": [],\r\n\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\"FinalPrice\": 119.57,\r\n\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\t\"OriginalPrice\": 119.57,\r\n\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 109.25,\r\n\t\t\t\t\t\t\"SupplierCurrency\": \"EUR\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"RoomBasis\": \"Room only RO\",\r\n\t\t\t\t\t\"RoomBasisOriginal\": \"ROOM ONLY\",\r\n\t\t\t\t\t\"RoomClass\": \"Basic\",\r\n\t\t\t\t\t\"RoomClassOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\"RoomType\": \"Double\\/Twin\",\r\n\t\t\t\t\t\"RoomTypeOriginal\": \"Room RUN OF HOUSE\",\r\n\t\t\t\t\t\"SourceRoomName\": \"room run of house\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"SimplePrice\": 651.17000000000007,\r\n\t\t\t\"SupplierId\": 1123,\r\n\t\t\t\"SupplierName\": \"HB2\"\r\n\t\t}\r\n\t}\r\n}"}],"_postman_id":"1050153d-254e-49e8-bd80-c18722d59bd2"}],"id":"a7f5009d-66a4-479b-9457-35472d477fa8","description":"<p>The Validate Hotel Room Package request confirms the availability of the hotel room for booking. The response includes details such as Hotel and Room information, pricing, cancellation policy, supplier remarks and more.</p>\n<p>Request Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SessionId</td>\n<td>The unique sessionID of the search. (As returned in the Search Response)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>HotelId</td>\n<td>The Gimmonix HotelID as returned in the Search Response.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>PackageId</td>\n<td>PackageID as returned in the Get Hotel Room Packages response</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>SetAsSelectedHotelPackage</td>\n<td>false</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Errors</td>\n<td>List of Errors.</td>\n</tr>\n<tr>\n<td>RoomPackage</td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>CancellationPolicies</td>\n<td>Cancellation Policies Opening Element</td>\n</tr>\n<tr>\n<td>CancellationFee</td>\n<td>Cancellation Fee Opening Element</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Search Currency</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The Flights Cxl Fee in search currency.</td>\n</tr>\n<tr>\n<td>FinalPriceInSupplierCurrency</td>\n<td>The Flights Cxl Fee in Suppliers currency.</td>\n</tr>\n<tr>\n<td>OriginalPrice</td>\n<td>The Original Cxl Fee in search currency.</td>\n</tr>\n<tr>\n<td>OriginalPriceInSupplierCurrency</td>\n<td>The Original Cxl Fee in Suppliers currency</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>Suppliers Currency.</td>\n</tr>\n<tr>\n<td>DateFrom</td>\n<td>Date from the cxl-policy will kick-in in Epoch Unix Time.</td>\n</tr>\n<tr>\n<td>DateTo</td>\n<td>Date to the cxl-policy will kick-in in Epoch Unix Time.</td>\n</tr>\n<tr>\n<td>ContractId</td>\n<td>The contract ID from which the rate originated</td>\n</tr>\n<tr>\n<td>HotelId</td>\n<td>The hotel's ID from our hotel/property list.</td>\n</tr>\n<tr>\n<td>PackageId</td>\n<td>The unique package ID of the rate</td>\n</tr>\n<tr>\n<td>PackagePrice</td>\n<td>Contains information about the pricing, i.e. original price, price after taxes applied, etc.</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>The search currency</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>Final Price in search currency</td>\n</tr>\n<tr>\n<td>FinalPriceInSupplierCurrency</td>\n<td>Final Price in supplier currency</td>\n</tr>\n<tr>\n<td>OriginalPrice</td>\n<td>Original Price in search currency</td>\n</tr>\n<tr>\n<td>OriginalPriceInSupplierCurrency</td>\n<td>Original Price in supplier currency</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>The Suppliers currency</td>\n</tr>\n<tr>\n<td>Refundability</td>\n<td>1 - refundable,  <br />2 - nonrefundable.</td>\n</tr>\n<tr>\n<td>RefundableUntil</td>\n<td>The 'RefundableUntil' field indicates the final date by which a package cancellation is possible. This field is provided only when the 'Refundability' field is set to '1', signifying that the package is refundable. It returns the date in epoch format as a string, for example: '/Date(1706399940000)/'.</td>\n</tr>\n<tr>\n<td>Rooms</td>\n<td>Rooms Element</td>\n</tr>\n<tr>\n<td>AdultsCount</td>\n<td>Number of adults to stay in a room</td>\n</tr>\n<tr>\n<td>Availability</td>\n<td>Available/On Request</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>Room ID</td>\n</tr>\n<tr>\n<td>KidsAges</td>\n<td>Kids ages which will stay in the room. (If applicable)</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>opening element (Rooms pricing)</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>The search currency</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>Final Price in search currency</td>\n</tr>\n<tr>\n<td>FinalPriceInSupplierCurrency</td>\n<td>Final Price in supplier currency</td>\n</tr>\n<tr>\n<td>OriginalPrice</td>\n<td>Original Price in search currency</td>\n</tr>\n<tr>\n<td>OriginalPriceInSupplierCurrency</td>\n<td>Original Price in supplier currency</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>The Suppliers currency</td>\n</tr>\n<tr>\n<td>RoomBasis</td>\n<td>The room's Basis.</td>\n</tr>\n<tr>\n<td>RoomBasisOriginal</td>\n<td>The room's orignial Basis.</td>\n</tr>\n<tr>\n<td>RoomClass</td>\n<td>The room's Class.</td>\n</tr>\n<tr>\n<td>RoomClassOriginal</td>\n<td>The room's orignial Class.</td>\n</tr>\n<tr>\n<td>RoomType</td>\n<td>The room's Class.</td>\n</tr>\n<tr>\n<td>RoomTypeOriginal</td>\n<td>The room's orignial Type.</td>\n</tr>\n<tr>\n<td>SourceRoomName</td>\n<td>Room name as returned from Supplier (If applicable)</td>\n</tr>\n<tr>\n<td>SimplePrice</td>\n<td>The simple price.</td>\n</tr>\n<tr>\n<td>SupplierId</td>\n<td>The supplier's ID which returned the room.</td>\n</tr>\n<tr>\n<td>SupplierName</td>\n<td>The supplier's short name which returned the room.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"a7f5009d-66a4-479b-9457-35472d477fa8"},{"name":"Get Payment Info","item":[{"name":"GetPaymentInfo Request","id":"d36f636f-c3d5-4eaa-8aad-3f3b571cec13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"SessionId\": \"\\/181\\/141750\\/D20241013T124212\\/b5fdd1847d304915bd78469e09e7630b\",\r\n\t\"PackageItems\": {\r\n\t\t\"FlightRouteId\": \"42a4004e-243b-4082-a5af-8bf949f220a3\",\r\n\t\t\"HotelId\": 6225304,\r\n\t\t\"HotelPackageId\": \"ba44a7c9-4c35-4b2a-af63-dbc96e1384fd\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicPackagingService.svc/json/GetPaymentInfo","urlObject":{"protocol":"https","path":["BookingServices","DynamicPackagingService.svc","json","GetPaymentInfo"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"b61a9c3a-46d7-4090-9fd1-5601b742e4bb","name":"GetPaymentInfo Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"SessionId\": \"\\/181\\/141750\\/D20241013T124212\\/b5fdd1847d304915bd78469e09e7630b\",\r\n\t\"PackageItems\": {\r\n\t\t\"FlightRouteId\": \"42a4004e-243b-4082-a5af-8bf949f220a3\",\r\n\t\t\"HotelId\": 6225304,\r\n\t\t\"HotelPackageId\": \"ba44a7c9-4c35-4b2a-af63-dbc96e1384fd\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicPackagingService.svc/json/GetPaymentInfo"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"GetPaymentInfoResult\": {\r\n\t\t\"Errors\": [],\r\n\t\t\"CancellationPolicies\": [\r\n\t\t\t{\r\n\t\t\t\t\"CancellationFee\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 265.8,\r\n\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0\r\n\t\t\t\t},\r\n\t\t\t\t\"DateFrom\": \"\\/Date(1728777600000+0000)\\/\",\r\n\t\t\t\t\"DateTo\": \"\\/Date(1742083200000+0000)\\/\"\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"CancellationFee\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 385.37,\r\n\t\t\t\t\t\"RemaingingAllowedMarkupFee\": 0\r\n\t\t\t\t},\r\n\t\t\t\t\"DateFrom\": \"\\/Date(1741132800000+0000)\\/\",\r\n\t\t\t\t\"DateTo\": \"\\/Date(253402214400000+0000)\\/\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"PaymentPreferences\": [\r\n\t\t\t{\r\n\t\t\t\t\"AcceptedCreditCards\": null,\r\n\t\t\t\t\"Type\": 0\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n}"}],"_postman_id":"d36f636f-c3d5-4eaa-8aad-3f3b571cec13"}],"id":"ac0cdb22-ff05-4935-ad0d-ab97f9250d62","description":"<p>Get Payment Info request is used to retrieve the booking payment possibilities for a selected package.<br />In order to send this request, all you need is the hotel Id , PackageID, Flight Route Id &amp; sessionID that was returned in the previous responses.</p>\n<p>Request Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SessionId</td>\n<td>The unique sessionID of the search. (As returned in the Search Response)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>FlightRouteId</td>\n<td>The flight Route id.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>HotelId</td>\n<td>The Gimmonix HotelID.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>HotelPackageId</td>\n<td>PackageID of the room.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Errors</td>\n<td>List of Errors</td>\n</tr>\n<tr>\n<td>CancellationPolicies</td>\n<td>Cancellation Policies Opening Element</td>\n</tr>\n<tr>\n<td>CancellationFee</td>\n<td>Cancellation Fee Opening Element</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Search Currency</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The Cxl Fee in search currency.</td>\n</tr>\n<tr>\n<td>RemaingingAllowedMarkupFee</td>\n<td>Not in use</td>\n</tr>\n<tr>\n<td>DateFrom</td>\n<td>Date from the cxl-policy will kick-in in Epoch Unix Time.</td>\n</tr>\n<tr>\n<td>DateTo</td>\n<td>Date to of the cxl-policy in Epoch Unix Time.</td>\n</tr>\n<tr>\n<td>PaymentPreferences</td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>AcceptedCreditCards</td>\n<td>Accepted Credit Cards for the payment:  <br />Unspecified = 0  <br />Visa = 1,  <br />MasterCard = 2,  <br />AmericanExpress = 3,  <br />Diners = 4,  <br />Discover = 5,  <br />Eurocard = 6,  <br />Maestro = 7,  <br />JCB = 8,  <br />WEX = 9,  <br />Enett = 10</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Cash [0] – the booking can be completed without CreditCard  <br />  <br />CreditCardInternal [1] - relevant for net suppliers, the payment is processed via the client's payment gateway.  <br />  <br />CreditCardExternal [2] - Credit Card details are passed to the accommodation provider.  <br />  <br />PayOnArrival [3] - relevant for gross suppliers only. Payment for the stay will be done at the hotel.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"ac0cdb22-ff05-4935-ad0d-ab97f9250d62"},{"name":"Book Hotel And Flight","item":[{"name":"BookHotelAndFlight Request","id":"fddeffab-bcf6-4e69-8b43-b979ace3cc95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"SessionId\": \"\\/181\\/141750\\/D20241013T124212\\/b5fdd1847d304915bd78469e09e7630b\",\r\n\t  \"BookRequest\" : {\r\n    \"ClientIP\": null,\r\n    \"AgentRemarks\": null,\r\n    \"RoomsRemarks\": {},\r\n    \"BookingPrice\": 0,\r\n    \"FlightRouteId\": \"42a4004e-243b-4082-a5af-8bf949f220a3\",\r\n    \"HotelId\": \"6225304\",\r\n    \"HotelPackageId\": \"ba44a7c9-4c35-4b2a-af63-dbc96e1384fd\",\r\n    \"LeadPaxId\": \"1\",\r\n    \"LeadPaxRoomId\": \"3d881e2f-7ff3-4ec5-a180-a9de08cd87b0\",\r\n    \"Passengers\": [\r\n      {\r\n        \"Allocation\": \"3d881e2f-7ff3-4ec5-a180-a9de08cd87b0\",\r\n        \"Id\": \"1\",\r\n        \"Email\": {\r\n          \"Value\": \"TestMail@gmail.com\"\r\n        },\r\n        \"PersonDetails\": {\r\n          \"Name\": {\r\n            \"GivenName\": \"Test\",\r\n            \"NamePrefix\": \"Mr\",\r\n            \"Surname\": \"Testy\"\r\n          },\r\n\t\t\t\t\t\"BirthDate\":\"/Date(782051802000)/\",\r\n          \"Type\": 0\r\n        },\r\n        \"Telephone\": {\r\n          \"PhoneNumber\": \"1234567\"\r\n        },\r\n        \"FrequentFlyerCarrier\": null,\r\n        \"FrequentFlyerNumber\": null,\r\n        \"MealPreference\": 0,\r\n\t\t\t\t\"SeatPreference\": 0,\r\n        \"PassportDetails\": {\r\n          \"CountryCode\": \"IL\",\r\n          \"ExpirationDate\": \"/Date(1730811742000)/\",\r\n          \"PassportNumber\": \"1234567\"\r\n        }\r\n\t\t\t},\r\n\t\t\t {\r\n        \"Allocation\": \"3d881e2f-7ff3-4ec5-a180-a9de08cd87b0\",\r\n        \"Id\": \"2\",\r\n        \"Email\": {\r\n          \"Value\": \"TestMail@gmail.com\"\r\n        },\r\n        \"PersonDetails\": {\r\n          \"Name\": {\r\n            \"GivenName\": \"Test\",\r\n            \"NamePrefix\": \"Mr\",\r\n            \"Surname\": \"aaaaa\"\r\n          },\r\n\t\t\t\t\t\"BirthDate\":\"/Date(782051802000)/\",\r\n          \"Type\": 0\r\n        },\r\n        \"Telephone\": {\r\n          \"PhoneNumber\": \"1234567\"\r\n        },\r\n        \"FrequentFlyerCarrier\": null,\r\n        \"FrequentFlyerNumber\": null,\r\n        \"MealPreference\": 0,\r\n\t\t\t\t\"SeatPreference\": 0,\r\n        \"PassportDetails\": {\r\n          \"CountryCode\": \"IL\",\r\n          \"ExpirationDate\": \"/Date(1730811742000)/\",\r\n          \"PassportNumber\": \"1234567\"\r\n        }\r\n      }\r\n    ],\r\n\t\t\t\r\n    \"SelectedPaymentMethod\": 0\r\n}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicPackagingService.svc/json/BookHotelAndFlight","urlObject":{"protocol":"https","path":["BookingServices","DynamicPackagingService.svc","json","BookHotelAndFlight"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"b4fc5c76-5d1f-4b0f-94d1-8a63ec47cdc2","name":"BookHotelAndFlight Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"SessionId\": \"\\/181\\/141750\\/D20241013T124212\\/b5fdd1847d304915bd78469e09e7630b\",\r\n\t  \"BookRequest\" : {\r\n    \"ClientIP\": null,\r\n    \"AgentRemarks\": null,\r\n    \"RoomsRemarks\": {},\r\n    \"BookingPrice\": 0,\r\n    \"FlightRouteId\": \"42a4004e-243b-4082-a5af-8bf949f220a3\",\r\n    \"HotelId\": \"6225304\",\r\n    \"HotelPackageId\": \"ba44a7c9-4c35-4b2a-af63-dbc96e1384fd\",\r\n    \"LeadPaxId\": \"1\",\r\n    \"LeadPaxRoomId\": \"3d881e2f-7ff3-4ec5-a180-a9de08cd87b0\",\r\n    \"Passengers\": [\r\n      {\r\n        \"Allocation\": \"3d881e2f-7ff3-4ec5-a180-a9de08cd87b0\",\r\n        \"Id\": \"1\",\r\n        \"Email\": {\r\n          \"Value\": \"TestMail@gmail.com\"\r\n        },\r\n        \"PersonDetails\": {\r\n          \"Name\": {\r\n            \"GivenName\": \"Test\",\r\n            \"NamePrefix\": \"Mr\",\r\n            \"Surname\": \"Testy\"\r\n          },\r\n\t\t\t\t\t\"BirthDate\":\"/Date(782051802000)/\",\r\n          \"Type\": 0\r\n        },\r\n        \"Telephone\": {\r\n          \"PhoneNumber\": \"1234567\"\r\n        },\r\n        \"FrequentFlyerCarrier\": null,\r\n        \"FrequentFlyerNumber\": null,\r\n        \"MealPreference\": 0,\r\n\t\t\t\t\"SeatPreference\": 0,\r\n        \"PassportDetails\": {\r\n          \"CountryCode\": \"IL\",\r\n          \"ExpirationDate\": \"/Date(1730811742000)/\",\r\n          \"PassportNumber\": \"1234567\"\r\n        }\r\n\t\t\t},\r\n\t\t\t {\r\n        \"Allocation\": \"3d881e2f-7ff3-4ec5-a180-a9de08cd87b0\",\r\n        \"Id\": \"2\",\r\n        \"Email\": {\r\n          \"Value\": \"TestMail@gmail.com\"\r\n        },\r\n        \"PersonDetails\": {\r\n          \"Name\": {\r\n            \"GivenName\": \"Test\",\r\n            \"NamePrefix\": \"Mr\",\r\n            \"Surname\": \"aaaaa\"\r\n          },\r\n\t\t\t\t\t\"BirthDate\":\"/Date(782051802000)/\",\r\n          \"Type\": 0\r\n        },\r\n        \"Telephone\": {\r\n          \"PhoneNumber\": \"1234567\"\r\n        },\r\n        \"FrequentFlyerCarrier\": null,\r\n        \"FrequentFlyerNumber\": null,\r\n        \"MealPreference\": 0,\r\n\t\t\t\t\"SeatPreference\": 0,\r\n        \"PassportDetails\": {\r\n          \"CountryCode\": \"IL\",\r\n          \"ExpirationDate\": \"/Date(1730811742000)/\",\r\n          \"PassportNumber\": \"1234567\"\r\n        }\r\n      }\r\n    ],\r\n\t\t\t\r\n    \"SelectedPaymentMethod\": 0\r\n}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicPackagingService.svc/json/BookHotelAndFlight"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"BookHotelAndFlightResult\": {\r\n\t\t\"Errors\": [],\r\n\t\t\"CarSegments\": null,\r\n\t\t\"FlightSegments\": [\r\n\t\t\t{\r\n\t\t\t\t\"BookingId\": \"MF28446424\",\r\n\t\t\t\t\"BookingReference\": \"MF28446424\",\r\n\t\t\t\t\"BookingStatus\": \"TRQ\",\r\n\t\t\t\t\"LastTicketingDate\": \"\\/Date(1728823567000+0000)\\/\",\r\n\t\t\t\t\"OrderId\": 4547501,\r\n\t\t\t\t\"Remarks\": [],\r\n\t\t\t\t\"SegmentId\": 4578696\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"HotelSegments\": [\r\n\t\t\t{\r\n\t\t\t\t\"BookingID\": \"131020241246080854\",\r\n\t\t\t\t\"BookingReference\": \"164-9266696\",\r\n\t\t\t\t\"BookingRemarks\": [\r\n\t\t\t\t\t\"Car park YES (with additional debit notes). Check-in hour 16:00 - . Minimum check-in age 18.\"\r\n\t\t\t\t],\r\n\t\t\t\t\"OrderId\": 4547501,\r\n\t\t\t\t\"SegmentId\": 4578697,\r\n\t\t\t\t\"Status\": \"OK\"\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n}"}],"_postman_id":"fddeffab-bcf6-4e69-8b43-b979ace3cc95"}],"id":"3e0caea9-5149-4aee-8e9a-eb1f4fc9d4ae","description":"<p>The Book Hotel And Flight request allows you to submit a new booking request for the selected hotel and flight package, and returns the booking information such as : reference and booking status as a response.</p>\n<p>Request Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SessionId</td>\n<td>The unique sessionID of the search. (As returned in the Search Response)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>BookRequest</td>\n<td>Opening Element</td>\n<td></td>\n</tr>\n<tr>\n<td>ClientIP</td>\n<td>Client's IP address</td>\n<td></td>\n</tr>\n<tr>\n<td>AgentRemarks</td>\n<td>Free text agent remarks.  <br />Tag must be present in each room even if  <br />empty.  <br />{'Key' : 'Value'}.  <br />Key = Room ID.  <br />Value = Remarks for this room.</td>\n<td></td>\n</tr>\n<tr>\n<td>RoomsRemarks</td>\n<td>Free text remarks to be sent to the supplier.  <br />Tag must be present in each room even if  <br />empty.  <br />{'Key' : 'Value'}.  <br />Key = Room ID.  <br />Value = Remarks for this room.</td>\n<td></td>\n</tr>\n<tr>\n<td>BookingPrice</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>FlightRouteId</td>\n<td>The flight Route id to book.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>HotelId</td>\n<td>Gimmonix HotelID to book.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>HotelPackageId</td>\n<td>PackageId to book.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>LeadPaxId</td>\n<td>The lead pax ID (must be unique)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>LeadPaxRoomId</td>\n<td>The RoomID of the lead pax</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Passengers</td>\n<td>Opening Element for Passengers</td>\n<td>Yes - per each Passenger</td>\n</tr>\n<tr>\n<td>Allocation</td>\n<td>ID for the room the passenger should be  <br />allocated to, should be taken from search  <br />response. For the lead passenger, the value  <br />should match the LeadPaxRoomId.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Pax's ID.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Email Element</td>\n<td></td>\n</tr>\n<tr>\n<td>Value</td>\n<td>Email Value</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>PersonDetails</td>\n<td>Person Details opening Element.</td>\n<td></td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>GivenName</td>\n<td>First Name  <br />Use English characters only, otherwise  <br />the booking might fail on the supplier side</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>NamePrefix</td>\n<td>Mr./ Mrs./ Ms./ etc.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Last Name  <br />Use English characters only, otherwise  <br />the booking might fail on the supplier side</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>BirthDate</td>\n<td>The pax birth date.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>0 - Adult  <br />1 - Child  <br />2 - Infant  <br />3 - Youth  <br />4 - Senior  <br />5 - Student  <br />6 - Military</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Telephone</td>\n<td>Telephone opening Element.</td>\n<td></td>\n</tr>\n<tr>\n<td>PhoneNumber</td>\n<td>The pax phone number</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>FrequentFlyerCarrier</td>\n<td>null</td>\n<td></td>\n</tr>\n<tr>\n<td>FrequentFlyerNumber</td>\n<td>null</td>\n<td></td>\n</tr>\n<tr>\n<td>MealPreference</td>\n<td>Meal Preference:  <br />0 - Any. (Default)  <br />1 - Vegeterian.  <br />2 - GlutenFree.  <br />3 - Kosher.  <br />4 - LowCholesterol.  <br />5 - LowSalt.  <br />6 - LowProtein.  <br />7 - NonLactose.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>SeatPreference</td>\n<td>Seat Preference:  <br />0 - Any. (Default)  <br />1 - Window.  <br />2 - Aisle.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>PassportDetails</td>\n<td>Passport Details opening element.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CountryCode</td>\n<td>Country Code ISO of the Pax passport originator.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ExpirationDate</td>\n<td>Passports expiration date in Unix Epoch Time.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>PassportNumber</td>\n<td>Passports number.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>-</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>SelectedPaymentMethod</td>\n<td>0 - Cash  <br />1 - CreditCardInternal  <br />2 - CreditCardExternal</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Errors</td>\n<td>List of Errors.</td>\n</tr>\n<tr>\n<td>CarSegments</td>\n<td>null</td>\n</tr>\n<tr>\n<td>FlightSegments</td>\n<td>Opening Element. (The response can have several segments)</td>\n</tr>\n<tr>\n<td>BookingId</td>\n<td>Supplier booking confirmation id for this booking.</td>\n</tr>\n<tr>\n<td>BookingReference</td>\n<td>Supplier booking reference for this booking.  <br />Note:  <br />This fields may not return in case the supplier returned single booking id/reference for this booking.</td>\n</tr>\n<tr>\n<td>BookingStatus</td>\n<td>The booking status.</td>\n</tr>\n<tr>\n<td>LastTicketingDate</td>\n<td>The last date where you can Ticket the Flight.</td>\n</tr>\n<tr>\n<td>OrderId</td>\n<td>Order ID as created on HSP.</td>\n</tr>\n<tr>\n<td>Remarks</td>\n<td>Any supplier remarks for this booking.</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>Segment ID as created on HSP.</td>\n</tr>\n<tr>\n<td>HotelSegments</td>\n<td>Opening Element. (The response can have several segments)</td>\n</tr>\n<tr>\n<td>BookingID</td>\n<td>Supplier booking confirmation id for this booking.</td>\n</tr>\n<tr>\n<td>BookingReference</td>\n<td>Supplier booking reference for this booking.  <br />Note:  <br />This fields may not return in case the supplier returned single booking id/reference for this booking.</td>\n</tr>\n<tr>\n<td>BookingRemarks</td>\n<td>Any supplier remarks for this booking.</td>\n</tr>\n<tr>\n<td>OrderId</td>\n<td>Order ID as created on HSP.</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>Segment ID as created on HSP .  <br />  <br />To be used with check status or cancel methods.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>Booking status.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"3e0caea9-5149-4aee-8e9a-eb1f4fc9d4ae"},{"name":"Post-Book - Hotels","item":[{"name":"Check Status","item":[{"name":"Check Status","id":"69f89253-28d7-4939-90a1-a25e48e604a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Credentials\": {\r\n            \"UserName\": \"username\",\r\n            \"Password\": \"password\"\r\n        },\r\n        \"Request\": {\r\n            \"__type\": \"HotelBookInfoRequest\",\r\n            \"ClientIP\": null,\r\n            \"SegmentID\": \"4399477\"\r\n        },\r\n        \"RequestType\": 5,\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"7c452660-65f7-498b-b7d5-3db50f13ee1f","name":"Check Status","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Credentials\": {\r\n            \"UserName\": \"username\",\r\n            \"Password\": \"password\"\r\n        },\r\n        \"Request\": {\r\n            \"__type\": \"HotelBookInfoRequest\",\r\n            \"ClientIP\": null,\r\n            \"SegmentID\": \"4399477\"\r\n        },\r\n        \"RequestType\": 5,\r\n        \"TypeOfService\": 2\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001G"},{"key":"Date","value":"Wed, 15 Nov 2023 12:23:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"HotelBookInfoResponse\": {\n            \"Status\": \"OK\"\n        },\n        \"SessionID\": \"/22/128258/D20231115T122338/ef997ae59a44479f8fcbdd51145bba17\"\n    }\n}"}],"_postman_id":"69f89253-28d7-4939-90a1-a25e48e604a6"}],"id":"81fa7963-19ff-4d26-a9cd-3f0932c1ad1f","description":"<p>This function submits a request to retrieve the updated status and booking data.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SegmentID</td>\n<td>SegmentID that needs to be queried for an updated status.</td>\n</tr>\n<tr>\n<td>Credentials</td>\n<td>Credentials of the user to be used for the check status request</td>\n</tr>\n<tr>\n<td>Username</td>\n<td>Username which has sufficient permissions to perform a check status.  <br />  <br />Please note that a user can check status for his segments only, or segments that were made on his node, or segments that were made on his child nodes.  <br />  <br />root user (User which is located under the main node) can perform check status to any segment on the company.</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>password</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"81fa7963-19ff-4d26-a9cd-3f0932c1ad1f"},{"name":"Cancel Booking","item":[{"name":"Cancel Booking","id":"fe7f28fd-6867-4376-9bb4-bc3f2f2ccdff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Credentials\": {\r\n            \"UserName\": \"username\",\r\n            \"Password\": \"password\"\r\n        },\r\n        \"Request\": {\r\n            \"__type\": \"HotelBookCancelRequest\",\r\n            \"ClientIP\": null,\r\n            \"SegmentID\": \"4399477\",\r\n            \"IncludePackageDetails\": false\r\n        },\r\n        \"RequestType\": 3,\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"604b3653-410c-40c1-b519-5a29a70229df","name":"Cancel Booking","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Credentials\": {\r\n            \"UserName\": \"username\",\r\n            \"Password\": \"password\"\r\n        },\r\n        \"Request\": {\r\n            \"__type\": \"HotelBookCancelRequest\",\r\n            \"ClientIP\": null,\r\n            \"SegmentID\": \"4399477\",\r\n            \"IncludePackageDetails\": false\r\n        },\r\n        \"RequestType\": 3,\r\n        \"TypeOfService\": 2\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001G"},{"key":"Date","value":"Wed, 15 Nov 2023 12:23:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"HotelBookCancelResponse\": {\n            \"BookCancelID\": \"841aa0084545058678e2\",\n            \"CancellationFee\": 0,\n            \"Currency\": \"USD\",\n            \"Status\": \"CX\"\n        },\n        \"SessionID\": \"/22/128258/D20231115T122356/f74fb09d04a746f5bb06c16f6634bea4\"\n    }\n}"}],"_postman_id":"fe7f28fd-6867-4376-9bb4-bc3f2f2ccdff"}],"id":"bdd8a820-3a87-477f-ae5d-ffe88a483589","description":"<p>This function submits a request to cancel any existing booking.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SegmentID</td>\n<td>SegmentID received in booking response</td>\n</tr>\n<tr>\n<td>Credentials</td>\n<td>Credentials of the user to be used for cancellation request</td>\n</tr>\n<tr>\n<td>Username</td>\n<td>Username which has sufficient permissions to perform a cancellation.  <br />  <br />Please note that a user can cancel his segments only, or segments that were made on his node, or segments that were made on his child nodes.  <br />  <br />root user (User which is located under the main node) can perform cancel to any segment on the company</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>The user's password</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"bdd8a820-3a87-477f-ae5d-ffe88a483589"}],"id":"32e2ed8b-94a6-40e1-bb5f-7fa5a26e9cf2","description":"<p>After successfully booking a hotel using the recommended booking flow, there are further optional requests you can use after the booking made :</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Post-Book Request</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cancel a segment</td>\n<td>Cancels a booked order</td>\n</tr>\n<tr>\n<td>Check a segment's status</td>\n<td>Get's updated information about an order</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"32e2ed8b-94a6-40e1-bb5f-7fa5a26e9cf2"},{"name":"Post-Book - Flights","item":[{"name":"Flight Check Status","item":[{"name":"Flight - Check Status","id":"0645704a-7e5d-4557-809c-710b66084f61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASSWORD\",\r\n\t\t\t\"UserName\": \"USERNAME\"\r\n\t\t},\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"ServiceBookInfoRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"SegmentID\": 4562543\r\n\t\t},\r\n\t\t\"RequestType\": 5,\r\n\t\t\"TypeOfService\": 3\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"4da3afd8-6256-43a3-a465-d4b2746a74dc","name":"Flight - Check Status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASSWORD\",\r\n\t\t\t\"UserName\": \"USERNAME\"\r\n\t\t},\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"ServiceBookInfoRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"SegmentID\": 4562543\r\n\t\t},\r\n\t\t\"RequestType\": 5,\r\n\t\t\"TypeOfService\": 3\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"ServiceRequestResult\": {\r\n\t\t\"Errors\": [],\r\n\t\t\"FlightsRetrievePnrResponse\": {\r\n\t\t\t\"BookingId\": \"KNFB4X\",\r\n\t\t\t\"BookingReference\": null,\r\n\t\t\t\"BookingStatus\": \"TKT\",\r\n\t\t\t\"LastTicketingDate\": null,\r\n\t\t\t\"OrderId\": 4531381,\r\n\t\t\t\"Remarks\": null,\r\n\t\t\t\"SegmentId\": 4562543,\r\n\t\t\t\"FlightRoute\": null,\r\n\t\t\t\"Passengers\": null\r\n\t\t},\r\n\t\t\"SessionID\": \"\\/181\\/141750\\/D20240910T072213\\/bb885f8e90814093b018f4c65a29264a\"\r\n\t}\r\n}"}],"_postman_id":"0645704a-7e5d-4557-809c-710b66084f61"}],"id":"e85be92f-c294-4c39-87a9-ebb2f1585b77","description":"<p>This function submits a Check-Status request to the supplier to retrieve the updates status.</p>\n<p>(Not all flight suppliers support the Check-Status operation).</p>\n<hr />\n<p><strong>Request Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>Username + Password.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>SegmentID</td>\n<td>The segmentID for cancellation.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>RequestType</td>\n<td>5</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>TypeOfService</td>\n<td>3</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>Reponse Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Errors</td>\n<td>Array of Errors.</td>\n</tr>\n<tr>\n<td><strong>FlightsRetrievePnrResponse</strong></td>\n<td>Opening Element.</td>\n</tr>\n<tr>\n<td>BookingId</td>\n<td>Supplier booking confirmation id for this booking.</td>\n</tr>\n<tr>\n<td>BookingReference</td>\n<td>Supplier booking reference for this booking.  <br />Note:  <br />This fields may not return in case the supplier returned single booking id/reference for this booking.</td>\n</tr>\n<tr>\n<td>BookingStatus</td>\n<td>The booking status.</td>\n</tr>\n<tr>\n<td>LastTicketingDate</td>\n<td>null.</td>\n</tr>\n<tr>\n<td>OrderId</td>\n<td>Order ID as created on HSP.</td>\n</tr>\n<tr>\n<td>Remarks</td>\n<td>Any supplier remarks for this booking.</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>Segment ID as created on HSP.</td>\n</tr>\n<tr>\n<td>FlightRoute</td>\n<td>null</td>\n</tr>\n<tr>\n<td>Passengers</td>\n<td>null</td>\n</tr>\n<tr>\n<td>SessionID</td>\n<td>SessionID of the operation.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e85be92f-c294-4c39-87a9-ebb2f1585b77"},{"name":"Cancel Flight","item":[{"name":"Cancel Flight","id":"cbc37c9b-f067-4a58-b9b7-d9c4f1d6edd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASSWORD\",\r\n\t\t\t\"UserName\": \"USERNAME\"\r\n\t\t},\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"ServiceBookCancelRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"SegmentID\": 4562543\r\n\t\t},\r\n\t\t\"RequestType\": 3,\r\n\t\t\"TypeOfService\": 3\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"64bf0896-e111-4907-bae3-fd6a92d95d48","name":"Cancel Flight","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASSWORD\",\r\n\t\t\t\"UserName\": \"USERNAME\"\r\n\t\t},\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"ServiceBookCancelRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"SegmentID\": 4562543\r\n\t\t},\r\n\t\t\"RequestType\": 3,\r\n\t\t\"TypeOfService\": 3\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"ServiceRequestResult\": {\r\n\t\t\"Errors\": [],\r\n\t\t\"FlightCancelPnrResponse\": {\r\n\t\t\t\"BookCancelID\": null,\r\n\t\t\t\"CancellationComment\": null,\r\n\t\t\t\"CancellationFee\": 0,\r\n\t\t\t\"CancellationFeeNet\": null,\r\n\t\t\t\"Currency\": null,\r\n\t\t\t\"Status\": \"CRQ\"\r\n\t\t},\r\n\t\t\"SessionID\": \"\\/181\\/141750\\/D20240910T072342\\/d8b480ca63424315868ace62a517601b\"\r\n\t}\r\n}"}],"_postman_id":"cbc37c9b-f067-4a58-b9b7-d9c4f1d6edd3"}],"id":"60f19186-7964-4311-997d-7a084987f9a3","description":"<p>Submits a Flight Cancellation request to the supplier.</p>\n<hr />\n<p><strong>Request Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>Username + Password.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>SegmentID</td>\n<td>The segmentID for cancellation.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>RequestType</td>\n<td>3</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>TypeOfService</td>\n<td>3</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>Response Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Errors</td>\n<td>Array of Errors.</td>\n</tr>\n<tr>\n<td>FlightCancelPnrResponse</td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>BookCancelID</td>\n<td>The cancellation ID (If applicable.)</td>\n</tr>\n<tr>\n<td>CancellationComment</td>\n<td>The cancellation comments (If applicable.)</td>\n</tr>\n<tr>\n<td>CancellationFee</td>\n<td>The cancellation Fee (If applicable.)</td>\n</tr>\n<tr>\n<td>CancellationFeeNet</td>\n<td>The cancellation Net Fee (If applicable.)</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>The cancellation Fee currency.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>The new / Updated Status of the Segment.</td>\n</tr>\n<tr>\n<td>SessionID</td>\n<td>SessionID of the operation.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"60f19186-7964-4311-997d-7a084987f9a3"}],"id":"0254d164-9b17-4db8-a33c-6002b53de8d1","_postman_id":"0254d164-9b17-4db8-a33c-6002b53de8d1","description":""},{"name":"Financial Reports - Flights","item":[{"name":"Get Order","item":[{"name":"Get Order","id":"a69fa9d9-cf0b-4096-8fbf-807865f0b26a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"request\": {\r\n\t\t\"ClientIP\": null,\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASS\",\r\n\t\t\t\"UserName\": \"USER\"\r\n\t\t},\r\n\t\t\"SegmentId\": 4578697,\r\n\t\t\"ReturnSupplierCancellationFeeCost\": true,\r\n\t\t\"ReturnExchangeRate\": true\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetOrder","urlObject":{"protocol":"https","path":["BookingServices","OrdersService.svc","json","GetOrder"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"2cb2f4f5-8750-4b0d-890b-325ac898fec4","name":"Get Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"request\": {\r\n\t\t\"ClientIP\": null,\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"dynamicpackp\",\r\n\t\t\t\"UserName\": \"dynamic_pack_demo\"\r\n\t\t},\r\n\t\t\"SegmentId\": 4578697,\r\n\t\t\"ReturnSupplierCancellationFeeCost\": true,\r\n\t\t\"ReturnExchangeRate\": true\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001P"},{"key":"Date","value":"Mon, 14 Oct 2024 12:52:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"GetOrderResult\": {\n        \"EndOfList\": true,\n        \"Errors\": null,\n        \"Segments\": [\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141750,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedById\": 141750,\n                \"BookingCompany\": \"HOTELBEDS UK LTD Vat #GB234328478\",\n                \"BookingRemarks\": \"Car park YES (with additional debit notes). Check-in hour 16:00 - . Minimum check-in age 18.\\r\\n .  Car park YES (With additional debit notes).Check-in hour 16:00-.Minimum check-in age 18.\",\n                \"ContractId\": 24854,\n                \"ContractName\": \"Hotelbeds Test Net (DEMO 4-Step)\",\n                \"OrderDate\": \"/Date(1728823567953+0000)/\",\n                \"OrderId\": 4547501,\n                \"Price\": {\n                    \"Currency\": \"USD\",\n                    \"FinalPrice\": 119.57,\n                    \"SupplierCurrency\": \"EUR\"\n                },\n                \"SegmentId\": 4578697,\n                \"SegmentType\": 2,\n                \"Status\": \"OK\",\n                \"SupplierId\": 1123,\n                \"SupplierName\": \"Hotelbeds\",\n                \"SupplierOrderId\": \"131020241246080854\",\n                \"SupplierOrderReferenceId\": \"164-9266696\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"USD\",\n                            \"FinalPrice\": 119.57,\n                            \"OriginalPriceInSupplierCurrency\": 109.25,\n                            \"SupplierCurrency\": \"EUR\"\n                        },\n                        \"DateFrom\": \"/Date(1741132800000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1742083200000+0000)/\",\n                \"CheckOut\": \"/Date(1742342400000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"225 Hagley Road\",\n                    \"CityName\": \"Birmingham\",\n                    \"CountryCode\": \"GB\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 6225304,\n                    \"HotelName\": \"Birmingham Strathallan Hotel Bw Signature Collection\",\n                    \"IsHotelInEU\": false,\n                    \"Phone\": null,\n                    \"StartRating\": \"4\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"B16 9RY\"\n                },\n                \"LeadPax\": 7235937,\n                \"LocationId\": 3728152,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": \"Basic\",\n                        \"CustomerInfo\": [\n                            {\n                                \"Email\": {\n                                    \"Value\": \"testmail@gmail.com\"\n                                },\n                                \"Id\": \"7235938\",\n                                \"PersonDetails\": {\n                                    \"Age\": 30,\n                                    \"Name\": {\n                                        \"GivenName\": \"Test\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"aaaaa\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            },\n                            {\n                                \"Email\": {\n                                    \"Value\": \"testmail@gmail.com\"\n                                },\n                                \"Id\": \"7235937\",\n                                \"PersonDetails\": {\n                                    \"Age\": 30,\n                                    \"Name\": {\n                                        \"GivenName\": \"Test\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Testy\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"ROOM ONLY\",\n                        \"OriginalClass\": \"Room RUN OF HOUSE\",\n                        \"OriginalType\": \"Room RUN OF HOUSE\",\n                        \"Remarks\": null,\n                        \"RoomName\": null,\n                        \"Type\": \"Double/Twin\"\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"a69fa9d9-cf0b-4096-8fbf-807865f0b26a"}],"id":"455ab7bc-30dd-407b-8b88-f1b77ddc8124","description":"<p>This function gets a SegmentID and returns the segments details .</p>\n<hr />\n<p><strong>Request Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>Username + Password</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>SegmentID of existing Flight booknig.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ReturnSupplierCancellationFeeCost</td>\n<td>True / False</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ReturnExchangeRate</td>\n<td>True / False</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>Response Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EndOfList</td>\n<td>True / False.</td>\n</tr>\n<tr>\n<td>Errors</td>\n<td>Array of Errors.</td>\n</tr>\n<tr>\n<td><strong>Segments</strong></td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>__type</td>\n<td>Type of service (FlightSegment)</td>\n</tr>\n<tr>\n<td>AgentName</td>\n<td>The User/Agent which booked this Flight.</td>\n</tr>\n<tr>\n<td>BookedBy</td>\n<td>The User/Agent which booked this Flight.</td>\n</tr>\n<tr>\n<td>BookedById</td>\n<td>The User/Agent ID which booked this Flight.</td>\n</tr>\n<tr>\n<td>CancelDate</td>\n<td>Cancellation Date.</td>\n</tr>\n<tr>\n<td>ContractId</td>\n<td>The ContractId of the booked Flight.</td>\n</tr>\n<tr>\n<td>ContractName</td>\n<td>The Contract Name of the booked Flight.</td>\n</tr>\n<tr>\n<td>OrderDate</td>\n<td>The date of the Order.</td>\n</tr>\n<tr>\n<td>OrderId</td>\n<td>The OrderId as created in Gimmonix system.</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Search Currency.</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>Final Price in Search Currency.</td>\n</tr>\n<tr>\n<td>OriginalTax</td>\n<td>The original Tax which applied.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>Suppliers Currency.</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>The OrderId as created in Gimmonix system.</td>\n</tr>\n<tr>\n<td>SegmentType</td>\n<td>3 (Flights)</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>The Segments status.</td>\n</tr>\n<tr>\n<td>SupplierId</td>\n<td>The Suppliers Id.</td>\n</tr>\n<tr>\n<td>SupplierName</td>\n<td>The Suppliers Name</td>\n</tr>\n<tr>\n<td>SupplierOrderId</td>\n<td>The Suppliers Order Id.</td>\n</tr>\n<tr>\n<td><strong>Flight</strong></td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td><strong>CancellationPolicies  <br />(CancellationFee)</strong></td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Search Currency.</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The Cancellation Fee in Search currency.</td>\n</tr>\n<tr>\n<td>OriginalPriceInSupplierCurrency</td>\n<td>The Cancellation Fee in Suppliers currency.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>Suppliers currency.</td>\n</tr>\n<tr>\n<td>DateFrom</td>\n<td>The date from which the cancellation fee will be applied.</td>\n</tr>\n<tr>\n<td><strong>LegList</strong></td>\n<td>List of the Legs booked. (This element can contain couple of Legs - depands on your booked Flight.)</td>\n</tr>\n<tr>\n<td>LegSeq</td>\n<td>Leg Sequence.</td>\n</tr>\n<tr>\n<td>AircraftType</td>\n<td>The Aircraft type. (i.e. Boeing 737-800 / Airbus A321-100).</td>\n</tr>\n<tr>\n<td>Airline</td>\n<td>The Air-Line IATA Code.</td>\n</tr>\n<tr>\n<td>ArriveDate</td>\n<td>Arrival time in Unit Time Format.</td>\n</tr>\n<tr>\n<td>DepartDate</td>\n<td>Departure time in Unit Time Format.</td>\n</tr>\n<tr>\n<td>DestinationCode</td>\n<td>The destination IATA ISO Code.</td>\n</tr>\n<tr>\n<td>DestinationTerminal</td>\n<td>The terminal of where the flight arrives within the Airport.</td>\n</tr>\n<tr>\n<td>FlightNumber</td>\n<td>The flights number.  <br />(Unique identifier assigned to a specific flight by the airline).</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Id of the Flight.</td>\n</tr>\n<tr>\n<td>OriginCode</td>\n<td>The Departure Airport - IATA ISO Code.</td>\n</tr>\n<tr>\n<td>OriginTerminal</td>\n<td>The terminal of where the flight departures within the Airport.</td>\n</tr>\n<tr>\n<td>SegmentSeq</td>\n<td>0</td>\n</tr>\n<tr>\n<td><strong>Passengers</strong></td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>PassengerId</td>\n<td>The pax's Id.</td>\n</tr>\n<tr>\n<td><strong>customer</strong></td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td><strong>Email</strong></td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>Value</td>\n<td>The pax email value</td>\n</tr>\n<tr>\n<td><strong>Name</strong></td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>GivenName</td>\n<td>Pax first name.</td>\n</tr>\n<tr>\n<td>NamePrefix</td>\n<td>Mr./ Mrs./ Ms./ etc.</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Pax last name.</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Pax type :  <br />0 - Adult  <br />1 - Child  <br />2 - Infant  <br />3 - Youth  <br />4 - Senior  <br />5 - Student  <br />6 - Military</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"455ab7bc-30dd-407b-8b88-f1b77ddc8124"},{"name":"Get Orders","item":[{"name":"Get Orders","id":"d4b0e3f2-047c-4c3a-b828-9dfe484670ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"request\": {\r\n\t\t\"ClientIP\": null,\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASS\",\r\n\t\t\t\"UserName\": \"USER\"\r\n\t\t},\r\n\t\t\"FromDate\": \"/Date(1727787164000)/\",\r\n\t\t\"OrdersToSkip\": \"0\",\r\n\t\t\"TypeOfService\": 3,\r\n\t\t\"ToDate\": \"/Date(1730292764000)/\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetOrders","urlObject":{"protocol":"https","path":["BookingServices","OrdersService.svc","json","GetOrders"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"4a54567c-91b6-4a95-b03d-971e01740445","name":"Get Orders","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"request\": {\r\n\t\t\"ClientIP\": null,\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASS\",\r\n\t\t\t\"UserName\": \"USER\"\r\n\t\t},\r\n\t\t\"FromDate\": \"/Date(1727787164000)/\",\r\n\t\t\"OrdersToSkip\": \"0\",\r\n\t\t\"TypeOfService\": 3,\r\n\t\t\"ToDate\": \"/Date(1730292764000)/\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetOrders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001O"},{"key":"Date","value":"Mon, 14 Oct 2024 12:53:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"GetOrdersResult\": {\n        \"EndOfList\": true,\n        \"Errors\": null,\n        \"Segments\": [\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141747,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedById\": 141747,\n                \"BookingRemarks\": \"\\r\\nThis charge includes estimated amounts the travel service provider (i.e. hotel, car rental company) pays for their taxes, and/or taxes that we pay, to taxing authorities on your booking (including but not limited to sales, occupancy, and value added tax). This amount may also include any amounts charged to us for resort fees, cleaning fees, and other fees and/or a fee we, the hotel supplier and/or the site you booked on, retain as part of the compensation for our and/or their services, which varies based on factors such as location, the amount, and how you booked. For more details, please see the terms and conditions<br>\\r\\nNotice: this is a Package-Rate and should be sold with an auxiliary product\\r\\nChoices between multiple bed types for the same room are requests only and may not be honored at the hotel if availability does not permit.\\r\\nCheckin begins: 4:00 PM\\r\\nCheckin ends: 1:00 AM\\r\\nMinimal age: 21\\r\\nInstructions: <ul>  <li>Extra-person charges may apply and vary depending on property policy</li><li>Government-issued photo identification and a credit card may be required at check-in for incidental charges</li><li>Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed</li><li>Minimum Spring Break check-in age is 21 years old</li><li>The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation</li><li>This property accepts credit cards; cash is not accepted</li><li>Onsite parties or group events are strictly prohibited</li><li>Safety features at this property include a fire extinguisher and window guards</li>  </ul>\\r\\nSpecial Instructions: Front desk staff will greet guests on arrival.\\r\\nCheckout: 11:00 AM\\r\\nMandatory fees: <p>You'll be asked to pay the following charges at the property. Fees may include applicable taxes:</p> <ul><li>Resort fee: USD 36.28 per accommodation, per night</li></ul> The resort fee includes:<ul><li>Additional inclusions</li><li>Business center/computer access</li><li>Fitness center access</li><li>Health club access</li><li>Housekeeping</li><li>In-room coffee</li><li>In-room safe</li><li>Pool access</li></ul> <p>We have included all charges provided to us by the property. </p>\\r\\nOptional fees: <ul> <li>Pet deposit: USD 150.00 per stay</li><li>Pet fee: USD 150.00 per pet, per stay (maximum USD 1 per stay)</li><li>Service animals are exempt from fees</li><li>Early check-in is available for a fee (subject to availability)</li><li>Late check-out is available for a fee (subject to availability)</li><li>Rollaway bed fee: USD 35.00 per day</li></ul> <p>The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. </p>\\r\\nKnow before you go: <ul>  <li>Up to 2 children 18 years old and younger stay free when occupying the parent or guardian's room, using existing bedding. </li><li>Only registered guests are allowed in the guestrooms. </li> <li>Construction is underway at a neighboring building and there may be noise disturbance from the construction work. </li><li>Contactless check-out is available.</li> </ul>\",\n                \"CancelDate\": \"/Date(1727810038547+0000)/\",\n                \"ContractId\": 24856,\n                \"ContractName\": \"Expedia Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1727798818807+0000)/\",\n                \"OrderId\": 4535554,\n                \"Price\": {\n                    \"Currency\": \"AUD\",\n                    \"FinalPrice\": 317.21,\n                    \"OriginalTax\": 25.77,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4566734,\n                \"SegmentType\": 2,\n                \"Status\": \"CX\",\n                \"SupplierId\": 1165,\n                \"SupplierName\": \"Expedia (EPS)\",\n                \"SupplierOrderId\": \"7141009069937\",\n                \"SupplierOrderReferenceId\": \"494628804020293\",\n                \"SupplierVoucherId\": \"011020241606551015\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"AUD\",\n                            \"FinalPrice\": 317.21,\n                            \"OriginalPriceInSupplierCurrency\": 219.93,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1727827200000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1728086400000+0000)/\",\n                \"CheckOut\": \"/Date(1728172800000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"211 E Flamingo Rd\",\n                    \"CityName\": \"Las Vegas\",\n                    \"CountryCode\": \"US\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 6742071,\n                    \"HotelName\": \"The Platinum Hotel\",\n                    \"IsHotelInEU\": false,\n                    \"Phone\": null,\n                    \"StartRating\": \"4\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"89169\"\n                },\n                \"LeadPax\": 7230707,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , India\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {}\n                                },\n                                \"Email\": {\n                                    \"Value\": \"tanay@patheya.tech\"\n                                },\n                                \"Id\": \"7230707\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"\",\n                        \"OriginalClass\": \"Solitaire Suite 1 King\",\n                        \"OriginalType\": \"1 King Bed\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Solitaire Suite 1 King\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141747,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedById\": 141747,\n                \"BookingRemarks\": \"\\r\\nThis charge includes estimated amounts the travel service provider (i.e. hotel, car rental company) pays for their taxes, and/or taxes that we pay, to taxing authorities on your booking (including but not limited to sales, occupancy, and value added tax). This amount may also include any amounts charged to us for resort fees, cleaning fees, and other fees and/or a fee we, the hotel supplier and/or the site you booked on, retain as part of the compensation for our and/or their services, which varies based on factors such as location, the amount, and how you booked. For more details, please see the terms and conditions<br>\\r\\nNotice: this is a Package-Rate and should be sold with an auxiliary product\\r\\nChoices between multiple bed types for the same room are requests only and may not be honored at the hotel if availability does not permit.\\r\\nCheckin begins: 3:00 PM\\r\\nMinimal age: 21\\r\\nInstructions: <ul>  <li>Extra-person charges may apply and vary depending on property policy</li><li>Government-issued photo identification and a credit card may be required at check-in for incidental charges</li><li>Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed</li><li>This property accepts credit cards and cash</li><li>Cashless transactions are available</li>  </ul>\\r\\nSpecial Instructions: Front desk staff will greet guests on arrival.\\r\\nCheckout: 11:00 AM\\r\\nMandatory fees: <p>You'll be asked to pay the following charges at the property. Fees may include applicable taxes:</p> <ul><li>Deposit: USD 100 per accommodation, per night</li><li>Resort fee: USD 49.72 per accommodation, per night</li></ul> The resort fee includes:<ul><li>Concierge service</li><li>Fitness center access</li><li>In-room bottled water</li><li>Phone calls</li></ul> <p>We have included all charges provided to us by the property. </p>\\r\\nOptional fees: <ul> <li>Fee for cooked-to-order breakfast: approximately USD 10.00 to 25.00 per person</li><li>Covered self parking fee: USD 25.00 per day (in/out privileges)</li><li>Covered valet parking fee: USD 20.00 per night (in/out privileges)</li></ul> <p>The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. </p>\\r\\nKnow before you go: <ul>  <li>Pool access available from 9:00 AM to 11:00 PM.</li><li>Guests under 21 years old are not permitted at this adults-only property. </li><li>Cashless payment methods are available for all transactions.</li><li>Contactless check-out is available.</li> </ul>\",\n                \"CancelDate\": \"/Date(1727812835647+0000)/\",\n                \"ContractId\": 24856,\n                \"ContractName\": \"Expedia Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1727812437897+0000)/\",\n                \"OrderId\": 4535575,\n                \"Price\": {\n                    \"Currency\": \"AUD\",\n                    \"FinalPrice\": 856.91,\n                    \"OriginalTax\": 68.17,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4566755,\n                \"SegmentType\": 2,\n                \"Status\": \"CX\",\n                \"SupplierId\": 1165,\n                \"SupplierName\": \"Expedia (EPS)\",\n                \"SupplierOrderId\": \"7073225316431\",\n                \"SupplierOrderReferenceId\": \"841507403832845\",\n                \"SupplierVoucherId\": \"011020241953537330\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"AUD\",\n                            \"FinalPrice\": 856.91,\n                            \"OriginalPriceInSupplierCurrency\": 594.12,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1727913600000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1728172800000+0000)/\",\n                \"CheckOut\": \"/Date(1728259200000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"8 Fremont Street\",\n                    \"CityName\": \"Las Vegas\",\n                    \"CountryCode\": \"US\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 14546839,\n                    \"HotelName\": \"Circa Resort & Casino Adults Only\",\n                    \"IsHotelInEU\": false,\n                    \"Phone\": null,\n                    \"StartRating\": \"4\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"89101\"\n                },\n                \"LeadPax\": 7230759,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , India\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {}\n                                },\n                                \"Email\": {\n                                    \"Value\": \"tanay@patheya.tech\"\n                                },\n                                \"Id\": \"7230759\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"\",\n                        \"OriginalClass\": \"Bunk Pad\",\n                        \"OriginalType\": \"2 Double Bunk Beds\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Dormitory\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141747,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedById\": 141747,\n                \"BookingRemarks\": \"Trader 1 : Self-Certification : False\\r\\nDiese Gebühr umfasst die geschätzten Beträge, die der Reisedienstleister (z. B. Hotel, Autovermietung) und/oder wir als Steuern für die Buchung an die Steuerbehörden zahlen (z. B. für Umsatz-, Belegungs- und Mehrwertsteuer). Außerdem kann dies Beträge für Resortgebühren, Reinigungsgebühren und andere Gebühren umfassen sowie Gebühren, die wir, der Hotelanbieter und/oder die Buchungs-Website als Teil der Vergütung für die erbrachten Dienstleistungen einbehalten. Solche Gebühren können je nach Ort, Buchungsbetrag und Art der Buchung variieren. Weitere Einzelheiten stehen in den allgemeinen Geschäftsbedingungen.<br>\\r\\nNotice: this is a Package-Rate and should be sold with an auxiliary product\\r\\nChoices between multiple bed types for the same room are requests only and may not be honored at the hotel if availability does not permit.\\r\\nCheckin begins: 14:00 Uhr\\r\\nCheckin ends: jederzeit\\r\\nMinimal age: 18\\r\\nInstructions: <ul>  <li>Für zusätzliche Personen fallen möglicherweise Gebühren an, die abhängig von den Bestimmungen der Unterkunft variieren können.</li><li>Beim Check-in werden ggf. ein Lichtbildausweis und eine Kreditkarte, Debitkarte oder Kaution in bar für unvorhergesehene Aufwendungen verlangt.</li><li>Je nach Verfügbarkeit beim Check-in wird versucht, Sonderwünschen entgegenzukommen, sie können jedoch nicht garantiert werden. Eventuell fallen zusätzliche Gebühren an.</li><li>Diese Unterkunft akzeptiert Kreditkarten und Debitkarten; Bargeld wird nicht akzeptiert.</li><li>Zu den Sicherheitsvorrichtungen dieser Unterkunft gehören ein Feuerlöscher und ein Erste-Hilfe-Kasten.</li>  </ul>\\r\\nSpecial Instructions: Die Rezeption ist täglich von 06:00 Uhr bis 14:00 Uhr besetzt. Die Gäste erhalten 24 Stunden vor der Anreise per E-Mail Hinweise zum Check-in. Die Rezeption ist zu bestimmten Zeiten besetzt.\\r\\nCheckout: 11:00 Uhr\\r\\nOptional fees: <ul> <li>Aufpreis für das Frühstücksbuffet: ca. 16.50 EUR für Erwachsene und ca. 16.50 EUR für Kinder</li> <li>Parkplätze ohne Parkservice (nicht überdacht): 12 EUR pro Tag (Pauschalgebühr)</li><li>Gebühr für Haustiere: 10 EUR pro Haustier, pro Nacht</li><li>Assistenztiere sind von den Gebühren ausgenommen</li></ul> <p>Die oben aufgeführte Liste enthält vielleicht nicht alle Informationen. Gebühren und Kautionen enthalten eventuell keine Steuern und können sich ändern. </p>\\r\\nKnow before you go: <ul>  <li>Ein Kind bis 12 Jahre kann im Zimmer der Eltern oder Erziehungsberechtigten kostenlos übernachten, wenn keine zusätzlichen Bettwaren angefordert werden. </li><li>Für die Parkplätze gilt eine maximale Fahrzeughöhe. </li><li>Zugang über Mobilschlüssel.</li><li>Kontaktloser Check-in und kontaktloser Check-out sind verfügbar.</li> </ul>\\r\\nCustomer will be charged by the hotel shortly after completing the booking.\",\n                \"ContractId\": 24856,\n                \"ContractName\": \"Expedia Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1727971580513+0000)/\",\n                \"OrderId\": 4536026,\n                \"Price\": {\n                    \"Currency\": \"INR\",\n                    \"FinalPrice\": 25987.74,\n                    \"OriginalTax\": 34.02,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4567207,\n                \"SegmentType\": 2,\n                \"Status\": \"OK\",\n                \"SupplierId\": 1165,\n                \"SupplierName\": \"Expedia (EPS)\",\n                \"SupplierOrderId\": \"7016742042517\",\n                \"SupplierOrderReferenceId\": \"984495376145243\",\n                \"SupplierVoucherId\": \"031020241606170612\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"INR\",\n                            \"FinalPrice\": 25987.74,\n                            \"OriginalPriceInSupplierCurrency\": 309.63,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1727913600000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1731369600000+0000)/\",\n                \"CheckOut\": \"/Date(1731715200000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"Osloer Strasse 100\",\n                    \"CityName\": \"Berlin\",\n                    \"CountryCode\": \"DE\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 4370434,\n                    \"HotelName\": \"Mk Hotel Berlin\",\n                    \"IsHotelInEU\": true,\n                    \"Phone\": null,\n                    \"StartRating\": \"2\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"13359\"\n                },\n                \"LeadPax\": 7231727,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , India\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {}\n                                },\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7231728\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            },\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , India\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {}\n                                },\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7231729\",\n                                \"PersonDetails\": {\n                                    \"Age\": 5,\n                                    \"Name\": {\n                                        \"GivenName\": \"Child\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 1\n                                }\n                            },\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , India\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {}\n                                },\n                                \"Email\": {\n                                    \"Value\": \"tanay@patheya.tech\"\n                                },\n                                \"Id\": \"7231727\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"\",\n                        \"OriginalClass\": \"Economy Double Room\",\n                        \"OriginalType\": \"1 Double Bed\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Economy Double Room\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141747,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedById\": 141747,\n                \"BookingRemarks\": \"Trader 1 : Self-Certification : False\\r\\nDiese Gebühr umfasst die geschätzten Beträge, die der Reisedienstleister (z. B. Hotel, Autovermietung) und/oder wir als Steuern für die Buchung an die Steuerbehörden zahlen (z. B. für Umsatz-, Belegungs- und Mehrwertsteuer). Außerdem kann dies Beträge für Resortgebühren, Reinigungsgebühren und andere Gebühren umfassen sowie Gebühren, die wir, der Hotelanbieter und/oder die Buchungs-Website als Teil der Vergütung für die erbrachten Dienstleistungen einbehalten. Solche Gebühren können je nach Ort, Buchungsbetrag und Art der Buchung variieren. Weitere Einzelheiten stehen in den allgemeinen Geschäftsbedingungen.<br>\\r\\nNotice: this is a Package-Rate and should be sold with an auxiliary product\\r\\nChoices between multiple bed types for the same room are requests only and may not be honored at the hotel if availability does not permit.\\r\\nCheckin begins: 14:00 Uhr\\r\\nCheckin ends: jederzeit\\r\\nMinimal age: 18\\r\\nInstructions: <ul>  <li>Für zusätzliche Personen fallen möglicherweise Gebühren an, die abhängig von den Bestimmungen der Unterkunft variieren können.</li><li>Beim Check-in werden ggf. ein Lichtbildausweis und eine Kreditkarte, Debitkarte oder Kaution in bar für unvorhergesehene Aufwendungen verlangt.</li><li>Je nach Verfügbarkeit beim Check-in wird versucht, Sonderwünschen entgegenzukommen, sie können jedoch nicht garantiert werden. Eventuell fallen zusätzliche Gebühren an.</li><li>Diese Unterkunft akzeptiert Kreditkarten und Debitkarten; Bargeld wird nicht akzeptiert.</li><li>Zu den Sicherheitsvorrichtungen dieser Unterkunft gehören ein Feuerlöscher und ein Erste-Hilfe-Kasten.</li>  </ul>\\r\\nSpecial Instructions: Die Rezeption ist täglich von 06:00 Uhr bis 14:00 Uhr besetzt. Die Gäste erhalten 24 Stunden vor der Anreise per E-Mail Hinweise zum Check-in. Die Rezeption ist zu bestimmten Zeiten besetzt.\\r\\nCheckout: 11:00 Uhr\\r\\nOptional fees: <ul> <li>Aufpreis für das Frühstücksbuffet: ca. 16.50 EUR für Erwachsene und ca. 16.50 EUR für Kinder</li> <li>Parkplätze ohne Parkservice (nicht überdacht): 12 EUR pro Tag (Pauschalgebühr)</li><li>Gebühr für Haustiere: 10 EUR pro Haustier, pro Nacht</li><li>Assistenztiere sind von den Gebühren ausgenommen</li></ul> <p>Die oben aufgeführte Liste enthält vielleicht nicht alle Informationen. Gebühren und Kautionen enthalten eventuell keine Steuern und können sich ändern. </p>\\r\\nKnow before you go: <ul>  <li>Ein Kind bis 12 Jahre kann im Zimmer der Eltern oder Erziehungsberechtigten kostenlos übernachten, wenn keine zusätzlichen Bettwaren angefordert werden. </li><li>Für die Parkplätze gilt eine maximale Fahrzeughöhe. </li><li>Zugang über Mobilschlüssel.</li><li>Kontaktloser Check-in und kontaktloser Check-out sind verfügbar.</li> </ul>\\r\\nCustomer will be charged by the hotel shortly after completing the booking.\",\n                \"ContractId\": 24856,\n                \"ContractName\": \"Expedia Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1727971580527+0000)/\",\n                \"OrderId\": 4536026,\n                \"Price\": {\n                    \"Currency\": \"INR\",\n                    \"FinalPrice\": 25987.74,\n                    \"OriginalTax\": 34.02,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4567208,\n                \"SegmentType\": 2,\n                \"Status\": \"OK\",\n                \"SupplierId\": 1165,\n                \"SupplierName\": \"Expedia (EPS)\",\n                \"SupplierOrderId\": \"7016742042517\",\n                \"SupplierOrderReferenceId\": \"152880645552114\",\n                \"SupplierVoucherId\": \"031020241606170612\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"INR\",\n                            \"FinalPrice\": 25987.74,\n                            \"OriginalPriceInSupplierCurrency\": 309.63,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1727913600000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1731369600000+0000)/\",\n                \"CheckOut\": \"/Date(1731715200000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"Osloer Strasse 100\",\n                    \"CityName\": \"Berlin\",\n                    \"CountryCode\": \"DE\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 4370434,\n                    \"HotelName\": \"Mk Hotel Berlin\",\n                    \"IsHotelInEU\": true,\n                    \"Phone\": null,\n                    \"StartRating\": \"2\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"13359\"\n                },\n                \"LeadPax\": 7231727,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , India\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {}\n                                },\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7231730\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            },\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , India\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {}\n                                },\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7231731\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"\",\n                        \"OriginalClass\": \"Economy Double Room\",\n                        \"OriginalType\": \"1 Double Bed\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Economy Double Room\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141747,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedById\": 141747,\n                \"BookingRemarks\": \"Trader 1 : Self-Certification : False\\r\\nDiese Gebühr umfasst die geschätzten Beträge, die der Reisedienstleister (z. B. Hotel, Autovermietung) und/oder wir als Steuern für die Buchung an die Steuerbehörden zahlen (z. B. für Umsatz-, Belegungs- und Mehrwertsteuer). Außerdem kann dies Beträge für Resortgebühren, Reinigungsgebühren und andere Gebühren umfassen sowie Gebühren, die wir, der Hotelanbieter und/oder die Buchungs-Website als Teil der Vergütung für die erbrachten Dienstleistungen einbehalten. Solche Gebühren können je nach Ort, Buchungsbetrag und Art der Buchung variieren. Weitere Einzelheiten stehen in den allgemeinen Geschäftsbedingungen.<br>\\r\\nNotice: this is a Package-Rate and should be sold with an auxiliary product\\r\\nChoices between multiple bed types for the same room are requests only and may not be honored at the hotel if availability does not permit.\\r\\nCheckin begins: 14:00 Uhr\\r\\nCheckin ends: jederzeit\\r\\nMinimal age: 18\\r\\nInstructions: <ul>  <li>Für zusätzliche Personen fallen möglicherweise Gebühren an, die abhängig von den Bestimmungen der Unterkunft variieren können.</li><li>Beim Check-in werden ggf. ein Lichtbildausweis und eine Kreditkarte, Debitkarte oder Kaution in bar für unvorhergesehene Aufwendungen verlangt.</li><li>Je nach Verfügbarkeit beim Check-in wird versucht, Sonderwünschen entgegenzukommen, sie können jedoch nicht garantiert werden. Eventuell fallen zusätzliche Gebühren an.</li><li>Diese Unterkunft akzeptiert Kreditkarten und Debitkarten; Bargeld wird nicht akzeptiert.</li><li>Zu den Sicherheitsvorrichtungen dieser Unterkunft gehören ein Feuerlöscher und ein Erste-Hilfe-Kasten.</li>  </ul>\\r\\nSpecial Instructions: Die Rezeption ist täglich von 06:00 Uhr bis 14:00 Uhr besetzt. Die Gäste erhalten 24 Stunden vor der Anreise per E-Mail Hinweise zum Check-in. Die Rezeption ist zu bestimmten Zeiten besetzt.\\r\\nCheckout: 11:00 Uhr\\r\\nOptional fees: <ul> <li>Aufpreis für das Frühstücksbuffet: ca. 16.50 EUR für Erwachsene und ca. 16.50 EUR für Kinder</li> <li>Parkplätze ohne Parkservice (nicht überdacht): 12 EUR pro Tag (Pauschalgebühr)</li><li>Gebühr für Haustiere: 10 EUR pro Haustier, pro Nacht</li><li>Assistenztiere sind von den Gebühren ausgenommen</li></ul> <p>Die oben aufgeführte Liste enthält vielleicht nicht alle Informationen. Gebühren und Kautionen enthalten eventuell keine Steuern und können sich ändern. </p>\\r\\nKnow before you go: <ul>  <li>Ein Kind bis 12 Jahre kann im Zimmer der Eltern oder Erziehungsberechtigten kostenlos übernachten, wenn keine zusätzlichen Bettwaren angefordert werden. </li><li>Für die Parkplätze gilt eine maximale Fahrzeughöhe. </li><li>Zugang über Mobilschlüssel.</li><li>Kontaktloser Check-in und kontaktloser Check-out sind verfügbar.</li> </ul>\\r\\nCustomer will be charged by the hotel shortly after completing the booking.\",\n                \"ContractId\": 24856,\n                \"ContractName\": \"Expedia Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1727974058643+0000)/\",\n                \"OrderId\": 4536030,\n                \"Price\": {\n                    \"Currency\": \"INR\",\n                    \"FinalPrice\": 25987.74,\n                    \"OriginalTax\": 34.02,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4567212,\n                \"SegmentType\": 2,\n                \"Status\": \"OK\",\n                \"SupplierId\": 1165,\n                \"SupplierName\": \"Expedia (EPS)\",\n                \"SupplierOrderId\": \"7049927478426\",\n                \"SupplierOrderReferenceId\": \"840112759831686\",\n                \"SupplierVoucherId\": \"031020241647343091\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"INR\",\n                            \"FinalPrice\": 25987.74,\n                            \"OriginalPriceInSupplierCurrency\": 309.63,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1727913600000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1731369600000+0000)/\",\n                \"CheckOut\": \"/Date(1731715200000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"Osloer Strasse 100\",\n                    \"CityName\": \"Berlin\",\n                    \"CountryCode\": \"DE\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 4370434,\n                    \"HotelName\": \"Mk Hotel Berlin\",\n                    \"IsHotelInEU\": true,\n                    \"Phone\": null,\n                    \"StartRating\": \"2\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"13359\"\n                },\n                \"LeadPax\": 7231738,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , India\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {}\n                                },\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7231739\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            },\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , India\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {}\n                                },\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7231740\",\n                                \"PersonDetails\": {\n                                    \"Age\": 5,\n                                    \"Name\": {\n                                        \"GivenName\": \"Child\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 1\n                                }\n                            },\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , India\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {}\n                                },\n                                \"Email\": {\n                                    \"Value\": \"tanay@patheya.tech\"\n                                },\n                                \"Id\": \"7231738\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"\",\n                        \"OriginalClass\": \"Economy Double Room\",\n                        \"OriginalType\": \"1 Double Bed\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Economy Double Room\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141747,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedById\": 141747,\n                \"BookingRemarks\": \"Trader 1 : Self-Certification : False\\r\\nDiese Gebühr umfasst die geschätzten Beträge, die der Reisedienstleister (z. B. Hotel, Autovermietung) und/oder wir als Steuern für die Buchung an die Steuerbehörden zahlen (z. B. für Umsatz-, Belegungs- und Mehrwertsteuer). Außerdem kann dies Beträge für Resortgebühren, Reinigungsgebühren und andere Gebühren umfassen sowie Gebühren, die wir, der Hotelanbieter und/oder die Buchungs-Website als Teil der Vergütung für die erbrachten Dienstleistungen einbehalten. Solche Gebühren können je nach Ort, Buchungsbetrag und Art der Buchung variieren. Weitere Einzelheiten stehen in den allgemeinen Geschäftsbedingungen.<br>\\r\\nNotice: this is a Package-Rate and should be sold with an auxiliary product\\r\\nChoices between multiple bed types for the same room are requests only and may not be honored at the hotel if availability does not permit.\\r\\nCheckin begins: 14:00 Uhr\\r\\nCheckin ends: jederzeit\\r\\nMinimal age: 18\\r\\nInstructions: <ul>  <li>Für zusätzliche Personen fallen möglicherweise Gebühren an, die abhängig von den Bestimmungen der Unterkunft variieren können.</li><li>Beim Check-in werden ggf. ein Lichtbildausweis und eine Kreditkarte, Debitkarte oder Kaution in bar für unvorhergesehene Aufwendungen verlangt.</li><li>Je nach Verfügbarkeit beim Check-in wird versucht, Sonderwünschen entgegenzukommen, sie können jedoch nicht garantiert werden. Eventuell fallen zusätzliche Gebühren an.</li><li>Diese Unterkunft akzeptiert Kreditkarten und Debitkarten; Bargeld wird nicht akzeptiert.</li><li>Zu den Sicherheitsvorrichtungen dieser Unterkunft gehören ein Feuerlöscher und ein Erste-Hilfe-Kasten.</li>  </ul>\\r\\nSpecial Instructions: Die Rezeption ist täglich von 06:00 Uhr bis 14:00 Uhr besetzt. Die Gäste erhalten 24 Stunden vor der Anreise per E-Mail Hinweise zum Check-in. Die Rezeption ist zu bestimmten Zeiten besetzt.\\r\\nCheckout: 11:00 Uhr\\r\\nOptional fees: <ul> <li>Aufpreis für das Frühstücksbuffet: ca. 16.50 EUR für Erwachsene und ca. 16.50 EUR für Kinder</li> <li>Parkplätze ohne Parkservice (nicht überdacht): 12 EUR pro Tag (Pauschalgebühr)</li><li>Gebühr für Haustiere: 10 EUR pro Haustier, pro Nacht</li><li>Assistenztiere sind von den Gebühren ausgenommen</li></ul> <p>Die oben aufgeführte Liste enthält vielleicht nicht alle Informationen. Gebühren und Kautionen enthalten eventuell keine Steuern und können sich ändern. </p>\\r\\nKnow before you go: <ul>  <li>Ein Kind bis 12 Jahre kann im Zimmer der Eltern oder Erziehungsberechtigten kostenlos übernachten, wenn keine zusätzlichen Bettwaren angefordert werden. </li><li>Für die Parkplätze gilt eine maximale Fahrzeughöhe. </li><li>Zugang über Mobilschlüssel.</li><li>Kontaktloser Check-in und kontaktloser Check-out sind verfügbar.</li> </ul>\\r\\nCustomer will be charged by the hotel shortly after completing the booking.\",\n                \"ContractId\": 24856,\n                \"ContractName\": \"Expedia Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1727974058660+0000)/\",\n                \"OrderId\": 4536030,\n                \"Price\": {\n                    \"Currency\": \"INR\",\n                    \"FinalPrice\": 25987.74,\n                    \"OriginalTax\": 34.02,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4567213,\n                \"SegmentType\": 2,\n                \"Status\": \"OK\",\n                \"SupplierId\": 1165,\n                \"SupplierName\": \"Expedia (EPS)\",\n                \"SupplierOrderId\": \"7049927478426\",\n                \"SupplierOrderReferenceId\": \"263030780385292\",\n                \"SupplierVoucherId\": \"031020241647343091\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"INR\",\n                            \"FinalPrice\": 25987.74,\n                            \"OriginalPriceInSupplierCurrency\": 309.63,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1727913600000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1731369600000+0000)/\",\n                \"CheckOut\": \"/Date(1731715200000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"Osloer Strasse 100\",\n                    \"CityName\": \"Berlin\",\n                    \"CountryCode\": \"DE\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 4370434,\n                    \"HotelName\": \"Mk Hotel Berlin\",\n                    \"IsHotelInEU\": true,\n                    \"Phone\": null,\n                    \"StartRating\": \"2\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"13359\"\n                },\n                \"LeadPax\": 7231738,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , India\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {}\n                                },\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7231741\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            },\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , India\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {}\n                                },\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7231742\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"\",\n                        \"OriginalClass\": \"Economy Double Room\",\n                        \"OriginalType\": \"1 Double Bed\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Economy Double Room\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141747,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedById\": 141747,\n                \"BookingRemarks\": \"\\r\\nThis charge includes estimated amounts the travel service provider (i.e. hotel, car rental company) pays for their taxes, and/or taxes that we pay, to taxing authorities on your booking (including but not limited to sales, occupancy, and value added tax). This amount may also include any amounts charged to us for resort fees, cleaning fees, and other fees and/or a fee we, the hotel supplier and/or the site you booked on, retain as part of the compensation for our and/or their services, which varies based on factors such as location, the amount, and how you booked. For more details, please see the terms and conditions<br>\\r\\nNotice: this is a Package-Rate and should be sold with an auxiliary product\\r\\nChoices between multiple bed types for the same room are requests only and may not be honored at the hotel if availability does not permit.\\r\\nCheckin begins: 2:00 PM\\r\\nCheckin ends: midnight\\r\\nMinimal age: 18\\r\\nInstructions: <ul>  <li>Extra-person charges may apply and vary depending on property policy</li><li>Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges</li><li>Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed</li><li>This property accepts credit cards, debit cards, and cash</li><li>Cashless transactions are available</li><li>Onsite parties or group events are strictly prohibited</li><li>This property affirms that it follows the cleaning and disinfection practices of ALLSAFE (Accor Hotels)</li>  </ul>\\r\\nSpecial Instructions: This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival.\\r\\nCheckout: 11:00 AM\\r\\nOptional fees: <ul> <li>Fee for buffet breakfast: approximately AUD 32 for adults and AUD 16 for children</li><li>Fee for in-room wireless internet: AUD 10 per night (rates may vary)</li><li>Fee for in-room wired internet: AUD 10 per night (rates may vary)</li><li>Airport shuttle fee: AUD 12.00 per person (one-way)</li><li>Airport shuttle fee per child: AUD 12.00 (one-way)</li><li>Covered self parking fee: AUD 40 per day</li><li>Late check-out is available for a fee (subject to availability)</li><li>Credit card charges are subject to a surcharge of 1.4 percent </li></ul> <p>The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. </p>\\r\\nKnow before you go: <ul>  <li>Only registered guests are allowed in the guestrooms. </li> <li>The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. </li><li>Cashless payment methods are available for all transactions.</li><li>Contactless check-in and contactless check-out are available.</li><li>This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).</li> </ul>\",\n                \"ContractId\": 24856,\n                \"ContractName\": \"Expedia Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1728231123690+0000)/\",\n                \"OrderId\": 4536241,\n                \"Price\": {\n                    \"Currency\": \"AUD\",\n                    \"FinalPrice\": 216.49,\n                    \"OriginalTax\": 13.73,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4567424,\n                \"SegmentType\": 2,\n                \"Status\": \"OK\",\n                \"SupplierId\": 1165,\n                \"SupplierName\": \"Expedia (EPS)\",\n                \"SupplierOrderId\": \"7621047871912\",\n                \"SupplierOrderReferenceId\": \"669663838809384\",\n                \"SupplierVoucherId\": \"061020241612000047\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"AUD\",\n                            \"FinalPrice\": 216.49,\n                            \"OriginalPriceInSupplierCurrency\": 147.69,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1728345600000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1728518400000+0000)/\",\n                \"CheckOut\": \"/Date(1728604800000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"191 O Riordan Street\",\n                    \"CityName\": \"Mascot\",\n                    \"CountryCode\": \"AU\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 6835678,\n                    \"HotelName\": \"Pullman Sydney Airport\",\n                    \"IsHotelInEU\": false,\n                    \"Phone\": null,\n                    \"StartRating\": \"5\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"2020\"\n                },\n                \"LeadPax\": 7232285,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , India\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {\n                                        \"Code\": \"IN\"\n                                    }\n                                },\n                                \"Email\": {\n                                    \"Value\": \"tanay@patheya.tech\"\n                                },\n                                \"Id\": \"7232285\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"unspecified\",\n                        \"OriginalClass\": \"Superior Room, 1 King Bed, Accessible\",\n                        \"OriginalType\": \"1 King Bed\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Accessible Superior Room with 1 King Bed\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141747,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedById\": 141747,\n                \"BookingRemarks\": \"\\r\\nThis charge includes estimated amounts the travel service provider (i.e. hotel, car rental company) pays for their taxes, and/or taxes that we pay, to taxing authorities on your booking (including but not limited to sales, occupancy, and value added tax). This amount may also include any amounts charged to us for resort fees, cleaning fees, and other fees and/or a fee we, the hotel supplier and/or the site you booked on, retain as part of the compensation for our and/or their services, which varies based on factors such as location, the amount, and how you booked. For more details, please see the terms and conditions<br>\\r\\nNotice: this is a Package-Rate and should be sold with an auxiliary product\\r\\nChoices between multiple bed types for the same room are requests only and may not be honored at the hotel if availability does not permit.\\r\\nCheckin begins: 2:00 PM\\r\\nMinimal age: 18\\r\\nInstructions: <ul>  <li>Extra-person charges may apply and vary depending on property policy</li><li>Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges</li><li>Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed</li><li>This property accepts credit cards and debit cards; cash is not accepted</li><li>Safety features at this property include a fire extinguisher and a security system</li><li>Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property</li>  </ul>\\r\\nSpecial Instructions: Front desk staff will greet guests on arrival.\\r\\nCheckout: 11:00 AM\\r\\nOptional fees: <ul> <li>Fee for full breakfast: approximately AUD 8 to 40 per person</li><li>Self parking fee: AUD 30 per night (in/out privileges)</li><li>Extended parking fee: AUD 30 per night</li><li>Rollaway bed fee: AUD 30.0 per night</li><li>Credit card charges are subject to a surcharge of 1.98 percent </li></ul> <p>The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. </p>\\r\\nKnow before you go: <ul>   <li>One child 12 years old or younger stays free when occupying the parent or guardian's room, using existing bedding. </li><li>Only registered guests are allowed in the guestrooms. </li> <li>Parking height restrictions apply. </li><li>Contactless check-in and contactless check-out are available.</li> </ul>\",\n                \"CancelDate\": \"/Date(1728237070160+0000)/\",\n                \"ContractId\": 24856,\n                \"ContractName\": \"Expedia Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1728236882400+0000)/\",\n                \"OrderId\": 4536254,\n                \"Price\": {\n                    \"Currency\": \"AUD\",\n                    \"FinalPrice\": 179.3,\n                    \"OriginalTax\": 11.12,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4567437,\n                \"SegmentType\": 2,\n                \"Status\": \"CX\",\n                \"SupplierId\": 1165,\n                \"SupplierName\": \"Expedia (EPS)\",\n                \"SupplierOrderId\": \"7482626728468\",\n                \"SupplierOrderReferenceId\": \"494510745351985\",\n                \"SupplierVoucherId\": \"061020241747590860\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"AUD\",\n                            \"FinalPrice\": 179.3,\n                            \"OriginalPriceInSupplierCurrency\": 122.32,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1728259200000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1728518400000+0000)/\",\n                \"CheckOut\": \"/Date(1728604800000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"28 Macleay Street\",\n                    \"CityName\": \"Potts Point\",\n                    \"CountryCode\": \"AU\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 4012881,\n                    \"HotelName\": \"Macleay Hotel\",\n                    \"IsHotelInEU\": false,\n                    \"Phone\": null,\n                    \"StartRating\": \"4\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"2011\"\n                },\n                \"LeadPax\": 7232352,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , IN\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {\n                                        \"Code\": \"IN\"\n                                    }\n                                },\n                                \"Email\": {\n                                    \"Value\": \"tanay@patheya.tech\"\n                                },\n                                \"Id\": \"7232352\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"\",\n                        \"OriginalClass\": \"Studio\",\n                        \"OriginalType\": \"1 Queen Bed\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Studio\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141747,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedById\": 141747,\n                \"BookingRemarks\": \"\\r\\nThis charge includes estimated amounts the travel service provider (i.e. hotel, car rental company) pays for their taxes, and/or taxes that we pay, to taxing authorities on your booking (including but not limited to sales, occupancy, and value added tax). This amount may also include any amounts charged to us for resort fees, cleaning fees, and other fees and/or a fee we, the hotel supplier and/or the site you booked on, retain as part of the compensation for our and/or their services, which varies based on factors such as location, the amount, and how you booked. For more details, please see the terms and conditions<br>\\r\\nNotice: this is a Package-Rate and should be sold with an auxiliary product\\r\\nChoices between multiple bed types for the same room are requests only and may not be honored at the hotel if availability does not permit.\\r\\nCheckin begins: 2:00 PM\\r\\nCheckin ends: 10:00 PM\\r\\nMinimal age: 18\\r\\nInstructions: <ul>  <li>Extra-person charges may apply and vary depending on property policy</li><li>Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges</li><li>Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed</li><li>This property accepts credit cards; cash is not accepted</li><li>Cashless transactions are available</li>  </ul>\\r\\nSpecial Instructions: There is no front desk at this property. This property doesn't offer after-hours check-in. The host will greet guests on arrival.\\r\\nCheckout: 10:00 AM\\r\\nOptional fees: <ul> <li>Credit card charges are subject to a surcharge of 1.5 percent </li></ul> <p>The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. </p>\\r\\nKnow before you go: <ul>  <li>Only registered guests are allowed in the guestrooms. </li> <li>The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. </li><li>Cashless payment methods are available for all transactions.</li><li>Contactless check-in and contactless check-out are available.</li> </ul>\",\n                \"CancelDate\": \"/Date(1728237963077+0000)/\",\n                \"ContractId\": 24856,\n                \"ContractName\": \"Expedia Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1728237732117+0000)/\",\n                \"OrderId\": 4536256,\n                \"Price\": {\n                    \"Currency\": \"AUD\",\n                    \"FinalPrice\": 179.3,\n                    \"OriginalTax\": 11.12,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4567439,\n                \"SegmentType\": 2,\n                \"Status\": \"CX\",\n                \"SupplierId\": 1165,\n                \"SupplierName\": \"Expedia (EPS)\",\n                \"SupplierOrderId\": \"7903161231338\",\n                \"SupplierOrderReferenceId\": \"758868845120219\",\n                \"SupplierVoucherId\": \"061020241802093328\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"AUD\",\n                            \"FinalPrice\": 179.3,\n                            \"OriginalPriceInSupplierCurrency\": 122.32,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1728345600000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1728518400000+0000)/\",\n                \"CheckOut\": \"/Date(1728604800000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"2 Perouse Road\",\n                    \"CityName\": \"Randwick\",\n                    \"CountryCode\": \"AU\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 5732274,\n                    \"HotelName\": \"Royal Hotel Randwick\",\n                    \"IsHotelInEU\": false,\n                    \"Phone\": null,\n                    \"StartRating\": \"3\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"2031\"\n                },\n                \"LeadPax\": 7232355,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , IN\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {\n                                        \"Code\": \"IN\"\n                                    }\n                                },\n                                \"Email\": {\n                                    \"Value\": \"tanay@patheya.tech\"\n                                },\n                                \"Id\": \"7232355\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"\",\n                        \"OriginalClass\": \"Single Room\",\n                        \"OriginalType\": \"1 Twin Bed\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Single Room\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141747,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedById\": 141747,\n                \"BookingCompany\": \"HOTELBEDS DMCC Vat #100035906500003\",\n                \"BookingRemarks\": \"Estimated total amount of taxes & fees for this booking: 6.90 Euro   payable on arrival. Car park YES (with additional debit notes) 14.00 EUR Per unit/night. Electric vehicle charging station. Check-in hour 15:00 - 03:00. Single-Use Plastic Free.\\r\\n  Estimated total amount of taxes & fees for this booking:5.00% payable on arrival.  Check-in hour 15:00-03:00.Car park YES (With additional debit notes) 14.00 EUR Per unit/night.Electric vehicle charging station.Single-Use Plastic Free.\",\n                \"ContractId\": 24853,\n                \"ContractName\": \"Hotelbeds Test Net (DEMO 3-Step)\",\n                \"OrderDate\": \"/Date(1728281124457+0000)/\",\n                \"OrderId\": 4546215,\n                \"Price\": {\n                    \"Currency\": \"INR\",\n                    \"FinalPrice\": 12716.9,\n                    \"SupplierCurrency\": \"EUR\"\n                },\n                \"SegmentId\": 4577398,\n                \"SegmentType\": 2,\n                \"Status\": \"OK\",\n                \"SupplierId\": 1123,\n                \"SupplierName\": \"Hotelbeds\",\n                \"SupplierOrderId\": \"071020240605208571\",\n                \"SupplierOrderReferenceId\": \"202-7390613\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"INR\",\n                            \"FinalPrice\": 12716.9,\n                            \"OriginalPriceInSupplierCurrency\": 138.02,\n                            \"SupplierCurrency\": \"EUR\"\n                        },\n                        \"DateFrom\": \"/Date(1728259200000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1731283200000+0000)/\",\n                \"CheckOut\": \"/Date(1731715200000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"Alt-Reinickendorf 4-5\",\n                    \"CityName\": \"Berlin\",\n                    \"CountryCode\": \"DE\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 4253288,\n                    \"HotelName\": \"ibis Berlin City Nord\",\n                    \"IsHotelInEU\": true,\n                    \"Phone\": null,\n                    \"StartRating\": \"2\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"13407\"\n                },\n                \"LeadPax\": 7233265,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , IN\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {\n                                        \"Code\": \"IN\"\n                                    }\n                                },\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7233266\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            },\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , IN\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {\n                                        \"Code\": \"IN\"\n                                    }\n                                },\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7233267\",\n                                \"PersonDetails\": {\n                                    \"Age\": 6,\n                                    \"Name\": {\n                                        \"GivenName\": \"Child\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 1\n                                }\n                            },\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , IN\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {\n                                        \"Code\": \"IN\"\n                                    }\n                                },\n                                \"Email\": {\n                                    \"Value\": \"tanay@patheya.tech\"\n                                },\n                                \"Id\": \"7233265\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"ROOM ONLY\",\n                        \"OriginalClass\": \"Room RUN OF HOUSE\",\n                        \"OriginalType\": \"Room RUN OF HOUSE\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Run of the House\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141747,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedById\": 141747,\n                \"BookingCompany\": \"HOTELBEDS DMCC Vat #100035906500003\",\n                \"BookingRemarks\": \"Children share the bed with parents 1. Car park YES (with additional debit notes) 17.00 EUR Per unit/night. Check-in hour 15:00 - 00:00. Deposit on arrival.\\r\\n .  Car park YES (With additional debit notes) 17.00 EUR Per unit/night.Check-in hour 15:00-00:00.Deposit on arrival.Children share the bed with parents 1.\",\n                \"ContractId\": 24854,\n                \"ContractName\": \"Hotelbeds Test Net (DEMO 4-Step)\",\n                \"OrderDate\": \"/Date(1728283877187+0000)/\",\n                \"OrderId\": 4546225,\n                \"Price\": {\n                    \"Currency\": \"INR\",\n                    \"FinalPrice\": 14982.57,\n                    \"SupplierCurrency\": \"EUR\"\n                },\n                \"SegmentId\": 4577408,\n                \"SegmentType\": 2,\n                \"Status\": \"OK\",\n                \"SupplierId\": 1123,\n                \"SupplierName\": \"Hotelbeds\",\n                \"SupplierOrderId\": \"071020240651138179\",\n                \"SupplierOrderReferenceId\": \"202-7390614\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"INR\",\n                            \"FinalPrice\": 14982.57,\n                            \"OriginalPriceInSupplierCurrency\": 162.61,\n                            \"SupplierCurrency\": \"EUR\"\n                        },\n                        \"DateFrom\": \"/Date(1728259200000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1731283200000+0000)/\",\n                \"CheckOut\": \"/Date(1731715200000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"Osloer Str. 116 A\",\n                    \"CityName\": \"Berlin\",\n                    \"CountryCode\": \"DE\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 7115356,\n                    \"HotelName\": \"Wyndham Garden Berlin Mitte\",\n                    \"IsHotelInEU\": true,\n                    \"Phone\": null,\n                    \"StartRating\": \"4\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"13359\"\n                },\n                \"LeadPax\": 7233286,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , IN\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {\n                                        \"Code\": \"IN\"\n                                    }\n                                },\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7233287\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            },\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , IN\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {\n                                        \"Code\": \"IN\"\n                                    }\n                                },\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7233288\",\n                                \"PersonDetails\": {\n                                    \"Age\": 6,\n                                    \"Name\": {\n                                        \"GivenName\": \"Child\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 1\n                                }\n                            },\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , IN\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {\n                                        \"Code\": \"IN\"\n                                    }\n                                },\n                                \"Email\": {\n                                    \"Value\": \"tanay@patheya.tech\"\n                                },\n                                \"Id\": \"7233286\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"ROOM ONLY\",\n                        \"OriginalClass\": \"Junior Suite\",\n                        \"OriginalType\": \"Junior Suite\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Junior Suite\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141747,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedById\": 141747,\n                \"ContractId\": 24853,\n                \"ContractName\": \"Hotelbeds Test Net (DEMO 3-Step)\",\n                \"OrderDate\": \"/Date(1728380985230+0000)/\",\n                \"OrderId\": 4546489,\n                \"Price\": {\n                    \"Currency\": \"AUD\",\n                    \"FinalPrice\": 175.6,\n                    \"SupplierCurrency\": \"EUR\"\n                },\n                \"SegmentId\": 4577674,\n                \"SegmentType\": 2,\n                \"Status\": \"ER\",\n                \"SupplierId\": 1123,\n                \"SupplierName\": \"Hotelbeds\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"AUD\",\n                            \"FinalPrice\": 175.6,\n                            \"OriginalPriceInSupplierCurrency\": 108.07,\n                            \"SupplierCurrency\": \"EUR\"\n                        },\n                        \"DateFrom\": \"/Date(1728345600000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1728518400000+0000)/\",\n                \"CheckOut\": \"/Date(1728604800000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"18 O'riordan St\",\n                    \"CityName\": \"Alexandria\",\n                    \"CountryCode\": \"AU\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 11236952,\n                    \"HotelName\": \"Veriu Green Square\",\n                    \"IsHotelInEU\": false,\n                    \"Phone\": null,\n                    \"StartRating\": \"4\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"2015\"\n                },\n                \"LeadPax\": 7233828,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , IN\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {\n                                        \"Code\": \"IN\"\n                                    }\n                                },\n                                \"Email\": {\n                                    \"Value\": \"tanay@patheya.tech\"\n                                },\n                                \"Id\": \"7233828\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"ROOM ONLY\",\n                        \"OriginalClass\": \"Comfy Queen\",\n                        \"OriginalType\": \"Comfy Queen\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Comfy Queen\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141747,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedById\": 141747,\n                \"BookingRemarks\": \"\\r\\nThis charge includes estimated amounts the travel service provider (i.e. hotel, car rental company) pays for their taxes, and/or taxes that we pay, to taxing authorities on your booking (including but not limited to sales, occupancy, and value added tax). This amount may also include any amounts charged to us for resort fees, cleaning fees, and other fees and/or a fee we, the hotel supplier and/or the site you booked on, retain as part of the compensation for our and/or their services, which varies based on factors such as location, the amount, and how you booked. For more details, please see the terms and conditions<br>\\r\\nNotice: this is a Package-Rate and should be sold with an auxiliary product\\r\\nChoices between multiple bed types for the same room are requests only and may not be honored at the hotel if availability does not permit.\\r\\nCheckin begins: 3:00 PM\\r\\nCheckin ends: 7:00 AM\\r\\nMinimal age: 21\\r\\nInstructions: <ul>  <li>Extra-person charges may apply and vary depending on property policy</li><li>Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges</li><li>Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed</li><li>This property accepts credit cards, debit cards, and cash</li><li>This property affirms that it follows the cleaning and disinfection practices of CleanStay (Hilton)</li>  </ul>\\r\\nSpecial Instructions: Front desk staff will greet guests on arrival.\\r\\nCheckout: 11:00 AM\\r\\nOptional fees: <ul> <li>Uncovered self parking fee: USD 15.00 per day (in/out privileges)</li><li>Pet fee: USD 75.00 per accommodation (varies based on length of stay)</li> <li>Service animals are exempt from fees</li></ul> <p>The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. </p>\\r\\nKnow before you go: <ul>  <li>The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. </li><li>Contactless check-in and contactless check-out are available.</li><li>This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).</li> </ul>\",\n                \"CancelDate\": \"/Date(1728385367790+0000)/\",\n                \"ContractId\": 24856,\n                \"ContractName\": \"Expedia Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1728385254417+0000)/\",\n                \"OrderId\": 4546498,\n                \"Price\": {\n                    \"Currency\": \"AUD\",\n                    \"FinalPrice\": 403.61,\n                    \"OriginalTax\": 33.83,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4577683,\n                \"SegmentType\": 2,\n                \"Status\": \"CX\",\n                \"SupplierId\": 1165,\n                \"SupplierName\": \"Expedia (EPS)\",\n                \"SupplierOrderId\": \"7779213745034\",\n                \"SupplierOrderReferenceId\": \"350167683866983\",\n                \"SupplierVoucherId\": \"081020241100514491\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"AUD\",\n                            \"FinalPrice\": 403.61,\n                            \"OriginalPriceInSupplierCurrency\": 272.83,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1728345600000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1728518400000+0000)/\",\n                \"CheckOut\": \"/Date(1728604800000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"4625 Dean Martin Drive\",\n                    \"CityName\": \"Las Vegas\",\n                    \"CountryCode\": \"US\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 9197551,\n                    \"HotelName\": \"Homewood Suites by Hilton Las Vegas City Center\",\n                    \"IsHotelInEU\": false,\n                    \"Phone\": null,\n                    \"StartRating\": \"3\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"89103\"\n                },\n                \"LeadPax\": 7233846,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Bed and Breakfast BB\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , IN\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {\n                                        \"Code\": \"IN\"\n                                    }\n                                },\n                                \"Email\": {\n                                    \"Value\": \"tanay@patheya.tech\"\n                                },\n                                \"Id\": \"7233846\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"Free breakfast\",\n                        \"OriginalClass\": \"Studio, 1 King Bed, Accessible, Non Smoking (Hearing)\",\n                        \"OriginalType\": \"1 King Bed\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Accessible Hearing Studio with 1 King Bed\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"FlightSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141750,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedById\": 141750,\n                \"ContractId\": 30210,\n                \"ContractName\": \"Mystifly Test Net (TV - new)\",\n                \"OrderDate\": \"/Date(1728385939217+0000)/\",\n                \"OrderId\": 4546503,\n                \"Price\": {\n                    \"Currency\": \"USD\",\n                    \"FinalPrice\": 106.49,\n                    \"OriginalTax\": 18.78,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4577688,\n                \"SegmentType\": 3,\n                \"Status\": \"TRQ\",\n                \"SupplierId\": 11,\n                \"SupplierName\": \"Mystifly\",\n                \"SupplierOrderId\": \"MF28406124\",\n                \"SupplierOrderReferenceId\": \"MF28406124\",\n                \"Flight\": {\n                    \"CancellationPolicies\": [\n                        {\n                            \"CancellationFee\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 106.49,\n                                \"OriginalPriceInSupplierCurrency\": 106.49,\n                                \"SupplierCurrency\": \"USD\"\n                            },\n                            \"DateFrom\": \"/Date(1728345600000+0000)/\",\n                            \"DateTo\": \"/Date(1734652800000+0000)/\"\n                        }\n                    ],\n                    \"LegList\": [\n                        {\n                            \"LegSeq\": 0,\n                            \"Segments\": [\n                                {\n                                    \"AircraftType\": \"Airbus A321-100/200\",\n                                    \"Airline\": \"6E\",\n                                    \"ArriveDate\": \"/Date(1734718800000+0000)/\",\n                                    \"DepartDate\": \"/Date(1734714300000+0000)/\",\n                                    \"DestinationCode\": \"HYD\",\n                                    \"Duration\": \"PT1H15M\",\n                                    \"FlightNumber\": \"5228\",\n                                    \"Id\": \"78758523-391f-4a69-ba03-aeb4f0d9f1eb\",\n                                    \"OperatedBy\": \"6E\",\n                                    \"OriginCode\": \"BOM\",\n                                    \"SegmentSeq\": 0\n                                },\n                                {\n                                    \"AircraftType\": \"Airbus A321-100/200\",\n                                    \"Airline\": \"6E\",\n                                    \"ArriveDate\": \"/Date(1734734400000+0000)/\",\n                                    \"DepartDate\": \"/Date(1734725700000+0000)/\",\n                                    \"DestinationCode\": \"DEL\",\n                                    \"Duration\": \"PT2H25M\",\n                                    \"FlightNumber\": \"5237\",\n                                    \"Id\": \"a3682315-676a-468f-9cde-52eef18d7a51\",\n                                    \"OperatedBy\": \"6E\",\n                                    \"OriginCode\": \"HYD\",\n                                    \"SegmentSeq\": 1\n                                }\n                            ]\n                        },\n                        {\n                            \"LegSeq\": 1,\n                            \"Segments\": [\n                                {\n                                    \"AircraftType\": \"Airbus A320-100/200\",\n                                    \"Airline\": \"6E\",\n                                    \"ArriveDate\": \"/Date(1734955200000+0000)/\",\n                                    \"DepartDate\": \"/Date(1734951300000+0000)/\",\n                                    \"DestinationCode\": \"GWL\",\n                                    \"Duration\": \"PT1H5M\",\n                                    \"FlightNumber\": \"2117\",\n                                    \"Id\": \"8554428a-fc2e-4a5f-9674-a6f7f74ee834\",\n                                    \"OperatedBy\": \"6E\",\n                                    \"OriginCode\": \"DEL\",\n                                    \"SegmentSeq\": 0\n                                },\n                                {\n                                    \"AircraftType\": \"Airbus A320-100/200\",\n                                    \"Airline\": \"6E\",\n                                    \"ArriveDate\": \"/Date(1734970500000+0000)/\",\n                                    \"DepartDate\": \"/Date(1734963900000+0000)/\",\n                                    \"DestinationCode\": \"BOM\",\n                                    \"Duration\": \"PT1H50M\",\n                                    \"FlightNumber\": \"5265\",\n                                    \"Id\": \"c3beef1d-ba29-4686-b383-0141a549bfd0\",\n                                    \"OperatedBy\": \"6E\",\n                                    \"OriginCode\": \"GWL\",\n                                    \"SegmentSeq\": 1\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"Passengers\": [\n                    {\n                        \"PassengerId\": 7233854,\n                        \"customer\": {\n                            \"Email\": {\n                                \"Value\": \"yosseff.davarashvili@gimmonix.com\"\n                            },\n                            \"Id\": \"7233854\",\n                            \"PersonDetails\": {\n                                \"Age\": 28,\n                                \"Name\": {\n                                    \"GivenName\": \"YOSSEF\",\n                                    \"NamePrefix\": \"MR\",\n                                    \"Surname\": \"TEST\"\n                                },\n                                \"Type\": 0\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"__type\": \"FlightSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141750,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedById\": 141750,\n                \"ContractId\": 30210,\n                \"ContractName\": \"Mystifly Test Net (TV - new)\",\n                \"OrderDate\": \"/Date(1728386143563+0000)/\",\n                \"OrderId\": 4546505,\n                \"Price\": {\n                    \"Currency\": \"USD\",\n                    \"FinalPrice\": 106.49,\n                    \"OriginalTax\": 18.78,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4577690,\n                \"SegmentType\": 3,\n                \"Status\": \"TRQ\",\n                \"SupplierId\": 11,\n                \"SupplierName\": \"Mystifly\",\n                \"SupplierOrderId\": \"MF28406224\",\n                \"SupplierOrderReferenceId\": \"MF28406224\",\n                \"Flight\": {\n                    \"CancellationPolicies\": [\n                        {\n                            \"CancellationFee\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 106.49,\n                                \"OriginalPriceInSupplierCurrency\": 106.49,\n                                \"SupplierCurrency\": \"USD\"\n                            },\n                            \"DateFrom\": \"/Date(1728345600000+0000)/\",\n                            \"DateTo\": \"/Date(1741824000000+0000)/\"\n                        }\n                    ],\n                    \"LegList\": [\n                        {\n                            \"LegSeq\": 0,\n                            \"Segments\": [\n                                {\n                                    \"AircraftType\": \"Airbus A321-100/200\",\n                                    \"Airline\": \"6E\",\n                                    \"ArriveDate\": \"/Date(1741849500000+0000)/\",\n                                    \"DepartDate\": \"/Date(1741844700000+0000)/\",\n                                    \"DestinationCode\": \"HYD\",\n                                    \"Duration\": \"PT1H20M\",\n                                    \"FlightNumber\": \"5012\",\n                                    \"Id\": \"83febeab-6ccf-446f-b8ce-6c91053386dd\",\n                                    \"OperatedBy\": \"6E\",\n                                    \"OriginCode\": \"BOM\",\n                                    \"SegmentSeq\": 0\n                                },\n                                {\n                                    \"AircraftType\": \"Airbus A321-100/200\",\n                                    \"Airline\": \"6E\",\n                                    \"ArriveDate\": \"/Date(1741864800000+0000)/\",\n                                    \"DepartDate\": \"/Date(1741856400000+0000)/\",\n                                    \"DestinationCode\": \"DEL\",\n                                    \"Duration\": \"PT2H20M\",\n                                    \"FlightNumber\": \"2051\",\n                                    \"Id\": \"2efdc36c-d105-4f95-9bf1-62fc8d9f1aee\",\n                                    \"OperatedBy\": \"6E\",\n                                    \"OriginCode\": \"HYD\",\n                                    \"SegmentSeq\": 1\n                                }\n                            ]\n                        },\n                        {\n                            \"LegSeq\": 1,\n                            \"Segments\": [\n                                {\n                                    \"AircraftType\": \"Airbus A320-100/200\",\n                                    \"Airline\": \"6E\",\n                                    \"ArriveDate\": \"/Date(1742126400000+0000)/\",\n                                    \"DepartDate\": \"/Date(1742122200000+0000)/\",\n                                    \"DestinationCode\": \"GWL\",\n                                    \"Duration\": \"PT1H10M\",\n                                    \"FlightNumber\": \"2117\",\n                                    \"Id\": \"5d15e8ad-2fe0-40ae-803c-36ee3e90a93c\",\n                                    \"OperatedBy\": \"6E\",\n                                    \"OriginCode\": \"DEL\",\n                                    \"SegmentSeq\": 0\n                                },\n                                {\n                                    \"AircraftType\": \"Airbus A320-100/200\",\n                                    \"Airline\": \"6E\",\n                                    \"ArriveDate\": \"/Date(1742142300000+0000)/\",\n                                    \"DepartDate\": \"/Date(1742135400000+0000)/\",\n                                    \"DestinationCode\": \"BOM\",\n                                    \"Duration\": \"PT1H55M\",\n                                    \"FlightNumber\": \"2085\",\n                                    \"Id\": \"93ca320a-8543-4635-8495-c4f1bcb31f94\",\n                                    \"OperatedBy\": \"6E\",\n                                    \"OriginCode\": \"GWL\",\n                                    \"SegmentSeq\": 1\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"Passengers\": [\n                    {\n                        \"PassengerId\": 7233857,\n                        \"customer\": {\n                            \"Email\": {\n                                \"Value\": \"yosseff.davarashvili@gimmonix.com\"\n                            },\n                            \"Id\": \"7233857\",\n                            \"PersonDetails\": {\n                                \"Age\": 28,\n                                \"Name\": {\n                                    \"GivenName\": \"YOSSEF\",\n                                    \"NamePrefix\": \"MR\",\n                                    \"Surname\": \"TEST\"\n                                },\n                                \"Type\": 0\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"__type\": \"FlightSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141750,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedById\": 141750,\n                \"ContractId\": 25886,\n                \"ContractName\": \"Amadeus Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1728386713747+0000)/\",\n                \"OrderId\": 4546507,\n                \"Price\": {\n                    \"Currency\": \"USD\",\n                    \"FinalPrice\": 208.1,\n                    \"OriginalTax\": 117.1,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4577692,\n                \"SegmentType\": 3,\n                \"Status\": \"MAN\",\n                \"SupplierId\": 40,\n                \"SupplierName\": \"Amadeus\",\n                \"SupplierOrderId\": \"K5RPSI\",\n                \"Flight\": {\n                    \"CancellationPolicies\": [\n                        {\n                            \"CancellationFee\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 208.1,\n                                \"OriginalPriceInSupplierCurrency\": 208.1,\n                                \"SupplierCurrency\": \"USD\"\n                            },\n                            \"DateFrom\": \"/Date(1728345600000+0000)/\"\n                        }\n                    ],\n                    \"LegList\": [\n                        {\n                            \"LegSeq\": 0,\n                            \"Segments\": [\n                                {\n                                    \"AircraftType\": \"320\",\n                                    \"Airline\": \"EI\",\n                                    \"ArriveDate\": \"/Date(1744149000000+0000)/\",\n                                    \"DepartDate\": \"/Date(1744145400000+0000)/\",\n                                    \"DestinationCode\": \"DUB\",\n                                    \"DestinationTerminal\": \"2\",\n                                    \"FlightNumber\": \"277\",\n                                    \"Id\": \"47194fd1-5100-4677-b451-a27f85cb4659\",\n                                    \"OriginCode\": \"BHX\",\n                                    \"SegmentSeq\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"LegSeq\": 1,\n                            \"Segments\": [\n                                {\n                                    \"AircraftType\": \"320\",\n                                    \"Airline\": \"EI\",\n                                    \"ArriveDate\": \"/Date(1744402800000+0000)/\",\n                                    \"DepartDate\": \"/Date(1744399200000+0000)/\",\n                                    \"DestinationCode\": \"BHX\",\n                                    \"FlightNumber\": \"276\",\n                                    \"Id\": \"d5aa1124-3713-4c44-a831-830a9495e3b6\",\n                                    \"OriginCode\": \"DUB\",\n                                    \"OriginTerminal\": \"2\",\n                                    \"SegmentSeq\": 0\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"Passengers\": [\n                    {\n                        \"PassengerId\": 7233860,\n                        \"customer\": {\n                            \"Email\": {\n                                \"Value\": \"yosseff.davarashvili@gimmonix.com\"\n                            },\n                            \"Id\": \"7233860\",\n                            \"PersonDetails\": {\n                                \"Age\": 28,\n                                \"Name\": {\n                                    \"GivenName\": \"YOSSEF\",\n                                    \"NamePrefix\": null,\n                                    \"Surname\": \"TEST\"\n                                },\n                                \"Type\": 0\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141747,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedById\": 141747,\n                \"CancelDate\": \"/Date(1728406809077+0000)/\",\n                \"ContractId\": 24861,\n                \"ContractName\": \"DidaTravel Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1728406155857+0000)/\",\n                \"OrderId\": 4546627,\n                \"Price\": {\n                    \"Currency\": \"AUD\",\n                    \"FinalPrice\": 161.23,\n                    \"OriginalTax\": 10.87,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4577812,\n                \"SegmentType\": 2,\n                \"Status\": \"CX\",\n                \"SupplierId\": 1156,\n                \"SupplierName\": \"DidaTravel\",\n                \"SupplierOrderId\": \"11641299318\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"AUD\",\n                            \"FinalPrice\": 161.23,\n                            \"OriginalPriceInSupplierCurrency\": 108.99,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1728691200000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1728950400000+0000)/\",\n                \"CheckOut\": \"/Date(1729036800000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"37 Rae Street Randwick\",\n                    \"CityName\": \"Sydney\",\n                    \"CountryCode\": \"AU\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 4456019,\n                    \"HotelName\": \"St Marks Randwick\",\n                    \"IsHotelInEU\": false,\n                    \"Phone\": null,\n                    \"StartRating\": \"3\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"2031\"\n                },\n                \"LeadPax\": 7234068,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , IN\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {\n                                        \"Code\": \"IN\"\n                                    }\n                                },\n                                \"Email\": {\n                                    \"Value\": \"tanay@patheya.tech\"\n                                },\n                                \"Id\": \"7234068\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"No Breakfast\",\n                        \"OriginalClass\": \"Double Deluxe, 1 Double Bed\",\n                        \"OriginalType\": \"Double Deluxe, 1 Double Bed\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Double Deluxe, 1 Double Bed\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141747,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedById\": 141747,\n                \"ContractId\": 24861,\n                \"ContractName\": \"DidaTravel Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1728407718540+0000)/\",\n                \"OrderId\": 4546636,\n                \"Price\": {\n                    \"Currency\": \"AUD\",\n                    \"FinalPrice\": 161.23,\n                    \"OriginalTax\": 10.87,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4577821,\n                \"SegmentType\": 2,\n                \"Status\": \"OK\",\n                \"SupplierId\": 1156,\n                \"SupplierName\": \"DidaTravel\",\n                \"SupplierOrderId\": \"11641317436\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"AUD\",\n                            \"FinalPrice\": 161.23,\n                            \"OriginalPriceInSupplierCurrency\": 108.99,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1728691200000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1728950400000+0000)/\",\n                \"CheckOut\": \"/Date(1729036800000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"37 Rae Street Randwick\",\n                    \"CityName\": \"Sydney\",\n                    \"CountryCode\": \"AU\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 4456019,\n                    \"HotelName\": \"St Marks Randwick\",\n                    \"IsHotelInEU\": false,\n                    \"Phone\": null,\n                    \"StartRating\": \"3\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"2031\"\n                },\n                \"LeadPax\": 7234094,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , IN\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {\n                                        \"Code\": \"IN\"\n                                    }\n                                },\n                                \"Email\": {\n                                    \"Value\": \"tanay@patheya.tech\"\n                                },\n                                \"Id\": \"7234094\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"No Breakfast\",\n                        \"OriginalClass\": \"Double Deluxe, 1 Double Bed\",\n                        \"OriginalType\": \"Double Deluxe, 1 Double Bed\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Double Deluxe, 1 Double Bed\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141747,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedById\": 141747,\n                \"CancelDate\": \"/Date(1728408852333+0000)/\",\n                \"ContractId\": 24861,\n                \"ContractName\": \"DidaTravel Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1728407978503+0000)/\",\n                \"OrderId\": 4546637,\n                \"Price\": {\n                    \"Currency\": \"AUD\",\n                    \"FinalPrice\": 161.23,\n                    \"OriginalTax\": 10.87,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4577822,\n                \"SegmentType\": 2,\n                \"Status\": \"CX\",\n                \"SupplierId\": 1156,\n                \"SupplierName\": \"DidaTravel\",\n                \"SupplierOrderId\": \"11641320467\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"AUD\",\n                            \"FinalPrice\": 161.23,\n                            \"OriginalPriceInSupplierCurrency\": 108.99,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1728691200000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1728950400000+0000)/\",\n                \"CheckOut\": \"/Date(1729036800000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"37 Rae Street Randwick\",\n                    \"CityName\": \"Sydney\",\n                    \"CountryCode\": \"AU\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 4456019,\n                    \"HotelName\": \"St Marks Randwick\",\n                    \"IsHotelInEU\": false,\n                    \"Phone\": null,\n                    \"StartRating\": \"3\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"2031\"\n                },\n                \"LeadPax\": 7234095,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , IN\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {\n                                        \"Code\": \"IN\"\n                                    }\n                                },\n                                \"Email\": {\n                                    \"Value\": \"tanay@patheya.tech\"\n                                },\n                                \"Id\": \"7234095\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"No Breakfast\",\n                        \"OriginalClass\": \"Double Deluxe, 1 Double Bed\",\n                        \"OriginalType\": \"Double Deluxe, 1 Double Bed\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Double Deluxe, 1 Double Bed\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141747,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedById\": 141747,\n                \"ContractId\": 24861,\n                \"ContractName\": \"DidaTravel Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1728414430317+0000)/\",\n                \"OrderId\": 4546654,\n                \"Price\": {\n                    \"Currency\": \"AUD\",\n                    \"FinalPrice\": 127.87,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4577839,\n                \"SegmentType\": 2,\n                \"Status\": \"OK\",\n                \"SupplierId\": 1156,\n                \"SupplierName\": \"DidaTravel\",\n                \"SupplierOrderId\": \"11641391492\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"AUD\",\n                            \"FinalPrice\": 127.87,\n                            \"OriginalPriceInSupplierCurrency\": 86.44,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1728345600000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1728950400000+0000)/\",\n                \"CheckOut\": \"/Date(1729036800000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"37 Rae Street Randwick\",\n                    \"CityName\": \"Sydney\",\n                    \"CountryCode\": \"AU\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 4456019,\n                    \"HotelName\": \"St Marks Randwick\",\n                    \"IsHotelInEU\": false,\n                    \"Phone\": null,\n                    \"StartRating\": \"3\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"2031\"\n                },\n                \"LeadPax\": 7234157,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , IN\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {\n                                        \"Code\": \"IN\"\n                                    }\n                                },\n                                \"Email\": {\n                                    \"Value\": \"tanay@patheya.tech\"\n                                },\n                                \"Id\": \"7234157\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"No Breakfast\",\n                        \"OriginalClass\": \"double deluxe(City view)\",\n                        \"OriginalType\": \"double deluxe(City view)\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Deluxe room\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141747,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedById\": 141747,\n                \"CancelDate\": \"/Date(1728469712557+0000)/\",\n                \"ContractId\": 24861,\n                \"ContractName\": \"DidaTravel Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1728414857513+0000)/\",\n                \"OrderId\": 4546655,\n                \"Price\": {\n                    \"Currency\": \"AUD\",\n                    \"FinalPrice\": 127.87,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4577840,\n                \"SegmentType\": 2,\n                \"Status\": \"CX\",\n                \"SupplierId\": 1156,\n                \"SupplierName\": \"DidaTravel\",\n                \"SupplierOrderId\": \"11641397439\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"AUD\",\n                            \"FinalPrice\": 127.87,\n                            \"OriginalPriceInSupplierCurrency\": 86.44,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1728345600000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1728950400000+0000)/\",\n                \"CheckOut\": \"/Date(1729036800000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"37 Rae Street Randwick\",\n                    \"CityName\": \"Sydney\",\n                    \"CountryCode\": \"AU\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 4456019,\n                    \"HotelName\": \"St Marks Randwick\",\n                    \"IsHotelInEU\": false,\n                    \"Phone\": null,\n                    \"StartRating\": \"3\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"2031\"\n                },\n                \"LeadPax\": 7234158,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , IN\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {\n                                        \"Code\": \"IN\"\n                                    }\n                                },\n                                \"Email\": {\n                                    \"Value\": \"tanay@patheya.tech\"\n                                },\n                                \"Id\": \"7234158\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"No Breakfast\",\n                        \"OriginalClass\": \"double deluxe(City view)\",\n                        \"OriginalType\": \"double deluxe(City view)\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Deluxe room\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141747,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedById\": 141747,\n                \"BookingRemarks\": \"\\r\\nThis charge includes estimated amounts the travel service provider (i.e. hotel, car rental company) pays for their taxes, and/or taxes that we pay, to taxing authorities on your booking (including but not limited to sales, occupancy, and value added tax). This amount may also include any amounts charged to us for resort fees, cleaning fees, and other fees and/or a fee we, the hotel supplier and/or the site you booked on, retain as part of the compensation for our and/or their services, which varies based on factors such as location, the amount, and how you booked. For more details, please see the terms and conditions<br>\\r\\nNotice: this is a Package-Rate and should be sold with an auxiliary product\\r\\nChoices between multiple bed types for the same room are requests only and may not be honored at the hotel if availability does not permit.\\r\\nCheckin begins: 2:00 PM\\r\\nCheckin ends: anytime\\r\\nMinimal age: 18\\r\\nInstructions: <ul>  <li>Extra-person charges may apply and vary depending on property policy</li><li>Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges</li><li>Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed</li><li>This property accepts credit cards; cash is not accepted</li><li>Cashless transactions are available</li><li>Safety features at this property include a fire extinguisher, a security system, and a first aid kit</li><li>Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property</li>  </ul>\\r\\nSpecial Instructions: Front desk staff will greet guests on arrival.\\r\\nCheckout: 11:00 AM\\r\\nMandatory fees: <p>You'll be asked to pay the following charges at the property. Fees may include applicable taxes:</p> <ul><li>Deposit: AUD 100 per night</li></ul> <p>We have included all charges provided to us by the property. </p>\\r\\nOptional fees: <ul> <li>Fee for full breakfast: approximately AUD 40 for adults and AUD 20 for children</li><li>Covered valet parking fee: AUD 65 per day (in/out privileges)</li><li>Nearby parking fee: AUD 45 per day (656 ft away)</li><li>Rollaway bed fee: AUD 75 per night</li><li>Credit card charges are subject to a surcharge of 1.25 percent </li></ul> <p>The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. </p>\\r\\nKnow before you go: <ul>  <li>Up to 2 children 11 years old and younger stay free when occupying the parent or guardian's room, using existing bedding. </li><li>The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. </li><li>Cashless payment methods are available for all transactions.</li><li>Contactless check-in and contactless check-out are available.</li> </ul>\",\n                \"CancelDate\": \"/Date(1728471898713+0000)/\",\n                \"ContractId\": 24856,\n                \"ContractName\": \"Expedia Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1728470621030+0000)/\",\n                \"OrderId\": 4546782,\n                \"Price\": {\n                    \"Currency\": \"AUD\",\n                    \"FinalPrice\": 476.4,\n                    \"OriginalTax\": 29.2,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4577967,\n                \"SegmentType\": 2,\n                \"Status\": \"CX\",\n                \"SupplierId\": 1165,\n                \"SupplierName\": \"Expedia (EPS)\",\n                \"SupplierOrderId\": \"7749912262429\",\n                \"SupplierOrderReferenceId\": \"361518700840165\",\n                \"SupplierVoucherId\": \"091020241043372952\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"AUD\",\n                            \"FinalPrice\": 476.4,\n                            \"OriginalPriceInSupplierCurrency\": 321.19,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1728777600000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1728950400000+0000)/\",\n                \"CheckOut\": \"/Date(1729036800000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"150 Day St\",\n                    \"CityName\": \"Sydney\",\n                    \"CountryCode\": \"AU\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 4012774,\n                    \"HotelName\": \"Parkroyal Darling Harbour Sydney\",\n                    \"IsHotelInEU\": false,\n                    \"Phone\": null,\n                    \"StartRating\": \"4\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"2000\"\n                },\n                \"LeadPax\": 7234446,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , IN\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {\n                                        \"Code\": \"IN\"\n                                    }\n                                },\n                                \"Email\": {\n                                    \"Value\": \"tanay@patheya.tech\"\n                                },\n                                \"Id\": \"7234446\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"\",\n                        \"OriginalClass\": \"Superior Twin Room\",\n                        \"OriginalType\": \"2 Queen Beds\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Superior Twin Room\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141747,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedById\": 141747,\n                \"BookingCompany\": \"TRAVELCUBE PACIFIC PTY. LTD Vat #52099122577\",\n                \"BookingRemarks\": \"Car park YES (with additional debit notes) 40.00 AUD Per unit/night. Check-in hour 15:00 - . Identification card at arrival.\",\n                \"CancelDate\": \"/Date(1728473929607+0000)/\",\n                \"ContractId\": 24853,\n                \"ContractName\": \"Hotelbeds Test Net (DEMO 3-Step)\",\n                \"OrderDate\": \"/Date(1728473776803+0000)/\",\n                \"OrderId\": 4546788,\n                \"Price\": {\n                    \"Currency\": \"AUD\",\n                    \"FinalPrice\": 180.83,\n                    \"SupplierCurrency\": \"EUR\"\n                },\n                \"SegmentId\": 4577973,\n                \"SegmentType\": 2,\n                \"Status\": \"CX\",\n                \"SupplierId\": 1123,\n                \"SupplierName\": \"Hotelbeds\",\n                \"SupplierOrderId\": \"091020241136127060\",\n                \"SupplierOrderReferenceId\": \"280-4046488\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"AUD\",\n                            \"FinalPrice\": 180.83,\n                            \"OriginalPriceInSupplierCurrency\": 111.1,\n                            \"SupplierCurrency\": \"EUR\"\n                        },\n                        \"DateFrom\": \"/Date(1728432000000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1728950400000+0000)/\",\n                \"CheckOut\": \"/Date(1729036800000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"17 Bourke Road\",\n                    \"CityName\": \"Sydney\",\n                    \"CountryCode\": \"AU\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 5873639,\n                    \"HotelName\": \"Adina Apartment Hotel Sydney Airport\",\n                    \"IsHotelInEU\": false,\n                    \"Phone\": null,\n                    \"StartRating\": \"4\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"2020\"\n                },\n                \"LeadPax\": 7234455,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , IN\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {\n                                        \"Code\": \"IN\"\n                                    }\n                                },\n                                \"Email\": {\n                                    \"Value\": \"tanay@patheya.tech\"\n                                },\n                                \"Id\": \"7234455\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"ROOM ONLY\",\n                        \"OriginalClass\": \"Studio Room\",\n                        \"OriginalType\": \"Studio Room\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Studio\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141747,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP \",\n                \"BookedById\": 141747,\n                \"BookingRemarks\": \"\\r\\nThis charge includes estimated amounts the travel service provider (i.e. hotel, car rental company) pays for their taxes, and/or taxes that we pay, to taxing authorities on your booking (including but not limited to sales, occupancy, and value added tax). This amount may also include any amounts charged to us for resort fees, cleaning fees, and other fees and/or a fee we, the hotel supplier and/or the site you booked on, retain as part of the compensation for our and/or their services, which varies based on factors such as location, the amount, and how you booked. For more details, please see the terms and conditions<br>\\r\\nNotice: this is a Package-Rate and should be sold with an auxiliary product\\r\\nChoices between multiple bed types for the same room are requests only and may not be honored at the hotel if availability does not permit.\\r\\nCheckin begins: 2:00 PM\\r\\nCheckin ends: anytime\\r\\nMinimal age: 18\\r\\nInstructions: <ul>  <li>Extra-person charges may apply and vary depending on property policy</li><li>Government-issued photo identification and a credit card may be required at check-in for incidental charges</li><li>Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed</li><li>The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation</li><li>This property accepts credit cards, debit cards, and cash</li><li>Cashless transactions are available</li><li>Safety features at this property include a fire extinguisher, a security system, a first aid kit, and window guards</li><li>Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property</li>  </ul>\\r\\nSpecial Instructions: Front desk staff will greet guests on arrival.\\r\\nCheckout: 11:00 AM\\r\\nMandatory fees: <p>You'll be asked to pay the following charges at the property. Fees may include applicable taxes:</p> <ul><li>Deposit: AUD 1 per accommodation, per stay</li></ul> <p>We have included all charges provided to us by the property. </p>\\r\\nOptional fees: <ul> <li>Fee for continental breakfast: approximately AUD 22.00 for adults and AUD 12.50 for children</li><li>Nearby parking fee: AUD 30 per day (33 ft away; open 8:00 AM to 11:00 PM)</li><li>Early check-in is available for a fee (subject to availability)</li><li>Late check-out is available for a fee (subject to availability)</li><li>Credit card charges are subject to a surcharge of 1.50 percent </li></ul> <p>The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. </p>\\r\\nKnow before you go: <ul>  <li>Cashless payment methods are available for all transactions.</li><li>Contactless check-out is available.</li><li>This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).</li> </ul>\",\n                \"CancelDate\": \"/Date(1728475774560+0000)/\",\n                \"ContractId\": 24856,\n                \"ContractName\": \"Expedia Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1728475475970+0000)/\",\n                \"OrderId\": 4546795,\n                \"Price\": {\n                    \"Currency\": \"AUD\",\n                    \"FinalPrice\": 268.37,\n                    \"OriginalTax\": 16.45,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4577980,\n                \"SegmentType\": 2,\n                \"Status\": \"CX\",\n                \"SupplierId\": 1165,\n                \"SupplierName\": \"Expedia (EPS)\",\n                \"SupplierOrderId\": \"7176412664646\",\n                \"SupplierOrderReferenceId\": \"208744993025680\",\n                \"SupplierVoucherId\": \"091020241204328730\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"AUD\",\n                            \"FinalPrice\": 268.37,\n                            \"OriginalPriceInSupplierCurrency\": 180.94,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1728777600000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1728950400000+0000)/\",\n                \"CheckOut\": \"/Date(1729036800000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"730 742 George Street\",\n                    \"CityName\": \"Haymarket\",\n                    \"CountryCode\": \"AU\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 4012834,\n                    \"HotelName\": \"The Capitol Hotel Sydney\",\n                    \"IsHotelInEU\": false,\n                    \"Phone\": null,\n                    \"StartRating\": \"4\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"2000\"\n                },\n                \"LeadPax\": 7234467,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , IN\",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {\n                                        \"Code\": \"IN\"\n                                    }\n                                },\n                                \"Email\": {\n                                    \"Value\": \"tanay@patheya.tech\"\n                                },\n                                \"Id\": \"7234467\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Tanay\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Customer\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"\",\n                        \"OriginalClass\": \"Room, 1 King Bed with Sofa bed\",\n                        \"OriginalType\": \"1 King Bed and 1 Double Sofa Bed\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"1 King Bed Room with Sofa Bed and Sofa Bed\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 142783,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP SmartBook API \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP SmartBook API \",\n                \"BookedById\": 142783,\n                \"BookingRemarks\": \"\\r\\nThis charge includes estimated amounts the travel service provider (i.e. hotel, car rental company) pays for their taxes, and/or taxes that we pay, to taxing authorities on your booking (including but not limited to sales, occupancy, and value added tax). This amount may also include any amounts charged to us for resort fees, cleaning fees, and other fees and/or a fee we, the hotel supplier and/or the site you booked on, retain as part of the compensation for our and/or their services, which varies based on factors such as location, the amount, and how you booked. For more details, please see the terms and conditions<br>\\r\\nNotice: this is a Package-Rate and should be sold with an auxiliary product\\r\\nChoices between multiple bed types for the same room are requests only and may not be honored at the hotel if availability does not permit.\\r\\nCheckin begins: 3:00 PM\\r\\nCheckin ends: midnight\\r\\nInstructions: <ul>  <li>Extra-person charges may apply and vary depending on property policy</li><li>Government-issued photo identification and a credit card may be required at check-in for incidental charges</li><li>Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed</li><li>This property accepts credit cards, debit cards, and cash</li>  </ul>\\r\\nSpecial Instructions: An adult age 18 or older must assume all liability for the booking. Front desk staff will greet guests on arrival.\\r\\nCheckout: 11:00 AM\\r\\nOptional fees: <ul> <li>Pet deposit: USD 30.00 per stay</li><li>Pet fee: USD 30 per pet, per night</li><li>Service animals are exempt from fees</li></ul> <p>The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. </p>\\r\\nKnow before you go: <ul>  <li>The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. </li><li>The property allows pets in specific rooms only and has other pet restrictions (surcharges apply and can be found in the Fees section). Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation. </li> <li>Contactless check-in and contactless check-out are available.</li> </ul>\",\n                \"ContractId\": 24856,\n                \"ContractName\": \"Expedia Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1728559499807+0000)/\",\n                \"OrderId\": 4547155,\n                \"Price\": {\n                    \"Currency\": \"USD\",\n                    \"FinalPrice\": 94.68,\n                    \"OriginalTax\": 15.48,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4578344,\n                \"SegmentType\": 2,\n                \"Status\": \"OK\",\n                \"SupplierId\": 1165,\n                \"SupplierName\": \"Expedia (EPS)\",\n                \"SupplierOrderId\": \"7750357558697\",\n                \"SupplierOrderReferenceId\": \"933608417234395\",\n                \"SupplierVoucherId\": \"101020241124566984\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"USD\",\n                            \"FinalPrice\": 94.68,\n                            \"OriginalPriceInSupplierCurrency\": 94.68,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1732665600000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1733045439000+0000)/\",\n                \"CheckOut\": \"/Date(1733131839000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"1425 Munras Ave\",\n                    \"CityName\": \"Monterey\",\n                    \"CountryCode\": \"US\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 4431797,\n                    \"HotelName\": \"Red Lion Hotel Monterey\",\n                    \"IsHotelInEU\": false,\n                    \"Phone\": null,\n                    \"StartRating\": \"3\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"93940\"\n                },\n                \"LeadPax\": 7235168,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7235169\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"ABCC\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Testt\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            },\n                            {\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7235168\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"ABC\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Test\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"\",\n                        \"OriginalClass\": \"Room, 1 King Bed\",\n                        \"OriginalType\": \"1 King Bed\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"1 King Bed Room\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 142783,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP SmartBook API \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP SmartBook API \",\n                \"BookedById\": 142783,\n                \"BookingRemarks\": \"\\r\\nThis charge includes estimated amounts the travel service provider (i.e. hotel, car rental company) pays for their taxes, and/or taxes that we pay, to taxing authorities on your booking (including but not limited to sales, occupancy, and value added tax). This amount may also include any amounts charged to us for resort fees, cleaning fees, and other fees and/or a fee we, the hotel supplier and/or the site you booked on, retain as part of the compensation for our and/or their services, which varies based on factors such as location, the amount, and how you booked. For more details, please see the terms and conditions<br>\\r\\nNotice: this is a Package-Rate and should be sold with an auxiliary product\\r\\nChoices between multiple bed types for the same room are requests only and may not be honored at the hotel if availability does not permit.\\r\\nCheckin begins: 3:00 PM\\r\\nCheckin ends: midnight\\r\\nInstructions: <ul>  <li>Extra-person charges may apply and vary depending on property policy</li><li>Government-issued photo identification and a credit card may be required at check-in for incidental charges</li><li>Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed</li><li>This property accepts credit cards, debit cards, and cash</li>  </ul>\\r\\nSpecial Instructions: An adult age 18 or older must assume all liability for the booking. Front desk staff will greet guests on arrival.\\r\\nCheckout: 11:00 AM\\r\\nOptional fees: <ul> <li>Pet deposit: USD 30.00 per stay</li><li>Pet fee: USD 30 per pet, per night</li><li>Service animals are exempt from fees</li></ul> <p>The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. </p>\\r\\nKnow before you go: <ul>  <li>The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. </li><li>The property allows pets in specific rooms only and has other pet restrictions (surcharges apply and can be found in the Fees section). Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation. </li> <li>Contactless check-in and contactless check-out are available.</li> </ul>\",\n                \"ContractId\": 24856,\n                \"ContractName\": \"Expedia Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1728559522207+0000)/\",\n                \"OrderId\": 4547156,\n                \"Price\": {\n                    \"Currency\": \"USD\",\n                    \"FinalPrice\": 94.68,\n                    \"OriginalTax\": 15.48,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4578345,\n                \"SegmentType\": 2,\n                \"Status\": \"OK\",\n                \"SupplierId\": 1165,\n                \"SupplierName\": \"Expedia (EPS)\",\n                \"SupplierOrderId\": \"7676876657574\",\n                \"SupplierOrderReferenceId\": \"142434144616826\",\n                \"SupplierVoucherId\": \"101020241125189032\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"USD\",\n                            \"FinalPrice\": 94.68,\n                            \"OriginalPriceInSupplierCurrency\": 94.68,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1732665600000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1733045439000+0000)/\",\n                \"CheckOut\": \"/Date(1733131839000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"1425 Munras Ave\",\n                    \"CityName\": \"Monterey\",\n                    \"CountryCode\": \"US\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 4431797,\n                    \"HotelName\": \"Red Lion Hotel Monterey\",\n                    \"IsHotelInEU\": false,\n                    \"Phone\": null,\n                    \"StartRating\": \"3\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"93940\"\n                },\n                \"LeadPax\": 7235170,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7235171\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"ABCC\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Testt\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            },\n                            {\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7235170\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"ABC\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Test\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"\",\n                        \"OriginalClass\": \"Room, 1 King Bed\",\n                        \"OriginalType\": \"1 King Bed\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"1 King Bed Room\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"FlightSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141750,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedById\": 141750,\n                \"ContractId\": 25886,\n                \"ContractName\": \"Amadeus Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1728810030960+0000)/\",\n                \"OrderId\": 4547463,\n                \"Price\": {\n                    \"Currency\": \"EUR\",\n                    \"FinalPrice\": 501.99,\n                    \"OriginalTax\": 333.4,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4578657,\n                \"SegmentType\": 3,\n                \"Status\": \"MAN\",\n                \"SupplierId\": 40,\n                \"SupplierName\": \"Amadeus\",\n                \"SupplierOrderId\": \"KXO2NW\",\n                \"Flight\": {\n                    \"CancellationPolicies\": [\n                        {\n                            \"CancellationFee\": {\n                                \"Currency\": \"EUR\",\n                                \"FinalPrice\": 501.99,\n                                \"OriginalPriceInSupplierCurrency\": 549.4,\n                                \"SupplierCurrency\": \"USD\"\n                            },\n                            \"DateFrom\": \"/Date(1728777600000+0000)/\"\n                        }\n                    ],\n                    \"LegList\": [\n                        {\n                            \"LegSeq\": 0,\n                            \"Segments\": [\n                                {\n                                    \"AircraftType\": \"7S8\",\n                                    \"Airline\": \"UX\",\n                                    \"ArriveDate\": \"/Date(1732714200000+0000)/\",\n                                    \"DepartDate\": \"/Date(1732704300000+0000)/\",\n                                    \"DestinationCode\": \"MAD\",\n                                    \"DestinationTerminal\": \"2\",\n                                    \"FlightNumber\": \"1516\",\n                                    \"Id\": \"22aa8d84-b09a-43d5-a33a-7098cca89871\",\n                                    \"OriginCode\": \"MUC\",\n                                    \"OriginTerminal\": \"1\",\n                                    \"SegmentSeq\": 0\n                                },\n                                {\n                                    \"AircraftType\": \"73H\",\n                                    \"Airline\": \"UX\",\n                                    \"ArriveDate\": \"/Date(1732728900000+0000)/\",\n                                    \"DepartDate\": \"/Date(1732719600000+0000)/\",\n                                    \"DestinationCode\": \"AMS\",\n                                    \"FlightNumber\": \"1093\",\n                                    \"Id\": \"4c600fa0-342e-4f34-9e00-93bc62f79bc2\",\n                                    \"OriginCode\": \"MAD\",\n                                    \"OriginTerminal\": \"2\",\n                                    \"SegmentSeq\": 1\n                                }\n                            ]\n                        },\n                        {\n                            \"LegSeq\": 1,\n                            \"Segments\": [\n                                {\n                                    \"AircraftType\": \"789\",\n                                    \"Airline\": \"UX\",\n                                    \"ArriveDate\": \"/Date(1732974000000+0000)/\",\n                                    \"DepartDate\": \"/Date(1732964400000+0000)/\",\n                                    \"DestinationCode\": \"MAD\",\n                                    \"DestinationTerminal\": \"2\",\n                                    \"FlightNumber\": \"1098\",\n                                    \"Id\": \"69d43e68-08bb-489d-86df-dc6ee41373fd\",\n                                    \"OriginCode\": \"AMS\",\n                                    \"SegmentSeq\": 0\n                                },\n                                {\n                                    \"AircraftType\": \"738\",\n                                    \"Airline\": \"UX\",\n                                    \"ArriveDate\": \"/Date(1733046300000+0000)/\",\n                                    \"DepartDate\": \"/Date(1733036700000+0000)/\",\n                                    \"DestinationCode\": \"MUC\",\n                                    \"DestinationTerminal\": \"1\",\n                                    \"FlightNumber\": \"1515\",\n                                    \"Id\": \"f59cc845-3e27-435a-a94b-fcb13d566276\",\n                                    \"OriginCode\": \"MAD\",\n                                    \"OriginTerminal\": \"2\",\n                                    \"SegmentSeq\": 1\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"Passengers\": [\n                    {\n                        \"PassengerId\": 7235857,\n                        \"customer\": {\n                            \"Email\": {\n                                \"Value\": null\n                            },\n                            \"Id\": \"7235857\",\n                            \"PersonDetails\": {\n                                \"Name\": {\n                                    \"GivenName\": \"RAYA\",\n                                    \"NamePrefix\": null,\n                                    \"Surname\": \"TEST\"\n                                },\n                                \"Type\": 0\n                            }\n                        }\n                    },\n                    {\n                        \"PassengerId\": 7235858,\n                        \"customer\": {\n                            \"Email\": {\n                                \"Value\": null\n                            },\n                            \"Id\": \"7235858\",\n                            \"PersonDetails\": {\n                                \"Name\": {\n                                    \"GivenName\": \"RAYA\",\n                                    \"NamePrefix\": null,\n                                    \"Surname\": \"TEST\"\n                                },\n                                \"Type\": 0\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141750,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedById\": 141750,\n                \"BookingCompany\": \"HOTELBEDS UK LTD Vat #GB234328478\",\n                \"BookingRemarks\": \"Car park YES (with additional debit notes). Electric vehicle charging station. Check-in hour 15:00 - 01:00. Deposit on arrival. Identification card at arrival. Single-Use Plastic Free. TWN-SU-WV: Children share the bed with parents 1.\\r\\n .  Car park YES (With additional debit notes).Check-in hour 15:00-01:00.Identification card at arrival.Deposit on arrival.Electric vehicle charging station.Single-Use Plastic Free.\",\n                \"ContractId\": 24853,\n                \"ContractName\": \"Hotelbeds Test Net (DEMO 3-Step)\",\n                \"OrderDate\": \"/Date(1728810038023+0000)/\",\n                \"OrderId\": 4547463,\n                \"Price\": {\n                    \"Currency\": \"EUR\",\n                    \"FinalPrice\": 102.48,\n                    \"SupplierCurrency\": \"EUR\"\n                },\n                \"SegmentId\": 4578658,\n                \"SegmentType\": 2,\n                \"Status\": \"OK\",\n                \"SupplierId\": 1123,\n                \"SupplierName\": \"Hotelbeds\",\n                \"SupplierOrderId\": \"131020240900384943\",\n                \"SupplierOrderReferenceId\": \"221-4840254\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"EUR\",\n                            \"FinalPrice\": 102.48,\n                            \"OriginalPriceInSupplierCurrency\": 102.48,\n                            \"SupplierCurrency\": \"EUR\"\n                        },\n                        \"DateFrom\": \"/Date(1731715200000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1732665600000+0000)/\",\n                \"CheckOut\": \"/Date(1732924800000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"Piet Heinkade 11\",\n                    \"CityName\": \"Amsterdam\",\n                    \"CountryCode\": \"NL\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 4457669,\n                    \"HotelName\": \"Mövenpick Hotel Amsterdam City Centre\",\n                    \"IsHotelInEU\": true,\n                    \"Phone\": null,\n                    \"StartRating\": \"4\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"1019 BR\"\n                },\n                \"LeadPax\": 7235855,\n                \"LocationId\": 6083510,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": \"Superior with view\",\n                        \"CustomerInfo\": [\n                            {\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7235856\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Raya\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Test\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            },\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , \",\n                                    \"CityName\": \"\",\n                                    \"CountryName\": {}\n                                },\n                                \"Email\": {\n                                    \"Value\": \"rayasep@test.co.il\"\n                                },\n                                \"Id\": \"7235855\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Raya\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Test\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"ROOM ONLY\",\n                        \"OriginalClass\": \"Superior Twin View\",\n                        \"OriginalType\": \"Superior Twin View\",\n                        \"Remarks\": null,\n                        \"RoomName\": null,\n                        \"Type\": \"Twin beds\"\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 142783,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP SmartBook API \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP SmartBook API \",\n                \"BookedById\": 142783,\n                \"ContractId\": 24861,\n                \"ContractName\": \"DidaTravel Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1728814016787+0000)/\",\n                \"OrderId\": 4547471,\n                \"Price\": {\n                    \"Currency\": \"USD\",\n                    \"FinalPrice\": 64.19,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4578666,\n                \"SegmentType\": 2,\n                \"Status\": \"OK\",\n                \"SupplierId\": 1156,\n                \"SupplierName\": \"DidaTravel\",\n                \"SupplierOrderId\": \"1169245944\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"USD\",\n                            \"FinalPrice\": 64.19,\n                            \"OriginalPriceInSupplierCurrency\": 64.19,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1732579200000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1733045439000+0000)/\",\n                \"CheckOut\": \"/Date(1733131839000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"1425 Munras Ave\",\n                    \"CityName\": \"Monterey\",\n                    \"CountryCode\": \"US\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 4431797,\n                    \"HotelName\": \"Red Lion Hotel Monterey\",\n                    \"IsHotelInEU\": false,\n                    \"Phone\": null,\n                    \"StartRating\": \"3\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"93940\"\n                },\n                \"LeadPax\": 7235877,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7235878\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"ABCC\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Testt\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            },\n                            {\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7235877\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"ABC\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Test\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"No Breakfast\",\n                        \"OriginalClass\": \"two queen beds\",\n                        \"OriginalType\": \"two queen beds\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"2 Queen Beds Room\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 142783,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP SmartBook API \",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP SmartBook API \",\n                \"BookedById\": 142783,\n                \"ContractId\": 24861,\n                \"ContractName\": \"DidaTravel Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1728814062197+0000)/\",\n                \"OrderId\": 4547472,\n                \"Price\": {\n                    \"Currency\": \"USD\",\n                    \"FinalPrice\": 71.39,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4578667,\n                \"SegmentType\": 2,\n                \"Status\": \"OK\",\n                \"SupplierId\": 1156,\n                \"SupplierName\": \"DidaTravel\",\n                \"SupplierOrderId\": \"1169246534\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"USD\",\n                            \"FinalPrice\": 71.39,\n                            \"OriginalPriceInSupplierCurrency\": 71.39,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1732579200000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1733045439000+0000)/\",\n                \"CheckOut\": \"/Date(1733131839000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"1425 Munras Ave\",\n                    \"CityName\": \"Monterey\",\n                    \"CountryCode\": \"US\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 4431797,\n                    \"HotelName\": \"Red Lion Hotel Monterey\",\n                    \"IsHotelInEU\": false,\n                    \"Phone\": null,\n                    \"StartRating\": \"3\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"93940\"\n                },\n                \"LeadPax\": 7235879,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7235880\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"ABCC\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Testt\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            },\n                            {\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7235879\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"ABC\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Test\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"No Breakfast\",\n                        \"OriginalClass\": \"king bed with pull-out sofa bed * opens to patio *\",\n                        \"OriginalType\": \"king bed with pull-out sofa bed * opens to patio *\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Room, 1 King Bed with Sofa Bed and Sofa Bed (Patio)\",\n                        \"Type\": null\n                    }\n                ]\n            },\n            {\n                \"__type\": \"FlightSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141750,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedById\": 141750,\n                \"ContractId\": 30210,\n                \"ContractName\": \"Mystifly Test Net (TV - new)\",\n                \"OrderDate\": \"/Date(1728822079177+0000)/\",\n                \"OrderId\": 4547496,\n                \"Price\": {\n                    \"Currency\": \"USD\",\n                    \"FinalPrice\": 265.8,\n                    \"OriginalTax\": 116.26,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4578691,\n                \"SegmentType\": 3,\n                \"Status\": \"ER\",\n                \"SupplierId\": 11,\n                \"SupplierName\": \"Mystifly\",\n                \"Flight\": {\n                    \"CancellationPolicies\": [\n                        {\n                            \"CancellationFee\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 265.8,\n                                \"OriginalPriceInSupplierCurrency\": 265.8,\n                                \"SupplierCurrency\": \"USD\"\n                            },\n                            \"DateFrom\": \"/Date(1728777600000+0000)/\",\n                            \"DateTo\": \"/Date(1742083200000+0000)/\"\n                        }\n                    ],\n                    \"LegList\": [\n                        {\n                            \"LegSeq\": 0,\n                            \"Segments\": [\n                                {\n                                    \"AircraftType\": \"--[N/A]--\",\n                                    \"Airline\": \"EI\",\n                                    \"ArriveDate\": \"/Date(1742111100000+0000)/\",\n                                    \"DepartDate\": \"/Date(1742107200000+0000)/\",\n                                    \"DestinationCode\": \"BHX\",\n                                    \"Duration\": \"PT1H5M\",\n                                    \"FlightNumber\": \"262\",\n                                    \"Id\": \"3fe74cf3-ab97-4bf8-ab74-07832b27e560\",\n                                    \"OperatedBy\": \"EI\",\n                                    \"OriginCode\": \"DUB\",\n                                    \"SegmentSeq\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"LegSeq\": 1,\n                            \"Segments\": [\n                                {\n                                    \"AircraftType\": \"--[N/A]--\",\n                                    \"Airline\": \"EI\",\n                                    \"ArriveDate\": \"/Date(1742376000000+0000)/\",\n                                    \"DepartDate\": \"/Date(1742372100000+0000)/\",\n                                    \"DestinationCode\": \"DUB\",\n                                    \"Duration\": \"PT1H5M\",\n                                    \"FlightNumber\": \"263\",\n                                    \"Id\": \"be1ac83c-22a5-47ed-b14b-7bfeb6c95e96\",\n                                    \"OperatedBy\": \"EI\",\n                                    \"OriginCode\": \"BHX\",\n                                    \"SegmentSeq\": 0\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"Passengers\": [\n                    {\n                        \"PassengerId\": 7235927,\n                        \"customer\": {\n                            \"Email\": {\n                                \"Value\": \"TestMail@gmail.com\"\n                            },\n                            \"Id\": \"7235927\",\n                            \"PersonDetails\": {\n                                \"Name\": {\n                                    \"GivenName\": \"TEST\",\n                                    \"NamePrefix\": \"MR\",\n                                    \"Surname\": \"TESTY\"\n                                },\n                                \"Type\": 0\n                            }\n                        }\n                    },\n                    {\n                        \"PassengerId\": 7235928,\n                        \"customer\": {\n                            \"Email\": {\n                                \"Value\": \"TestMail@gmail.com\"\n                            },\n                            \"Id\": \"7235928\",\n                            \"PersonDetails\": {\n                                \"Name\": {\n                                    \"GivenName\": \"TEST\",\n                                    \"NamePrefix\": \"MR\",\n                                    \"Surname\": \"TESTY\"\n                                },\n                                \"Type\": 0\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"__type\": \"FlightSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141750,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedById\": 141750,\n                \"ContractId\": 30210,\n                \"ContractName\": \"Mystifly Test Net (TV - new)\",\n                \"OrderDate\": \"/Date(1728822315110+0000)/\",\n                \"OrderId\": 4547497,\n                \"Price\": {\n                    \"Currency\": \"USD\",\n                    \"FinalPrice\": 265.8,\n                    \"OriginalTax\": 116.26,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4578692,\n                \"SegmentType\": 3,\n                \"Status\": \"MAN\",\n                \"SupplierId\": 11,\n                \"SupplierName\": \"Mystifly\",\n                \"Flight\": {\n                    \"CancellationPolicies\": [\n                        {\n                            \"CancellationFee\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 265.8,\n                                \"OriginalPriceInSupplierCurrency\": 265.8,\n                                \"SupplierCurrency\": \"USD\"\n                            },\n                            \"DateFrom\": \"/Date(1728777600000+0000)/\",\n                            \"DateTo\": \"/Date(1742083200000+0000)/\"\n                        }\n                    ],\n                    \"LegList\": [\n                        {\n                            \"LegSeq\": 0,\n                            \"Segments\": [\n                                {\n                                    \"AircraftType\": \"--[N/A]--\",\n                                    \"Airline\": \"EI\",\n                                    \"ArriveDate\": \"/Date(1742111100000+0000)/\",\n                                    \"DepartDate\": \"/Date(1742107200000+0000)/\",\n                                    \"DestinationCode\": \"BHX\",\n                                    \"Duration\": \"PT1H5M\",\n                                    \"FlightNumber\": \"262\",\n                                    \"Id\": \"ee5adbf7-50b8-4758-a769-9ce244e0fd6b\",\n                                    \"OperatedBy\": \"EI\",\n                                    \"OriginCode\": \"DUB\",\n                                    \"SegmentSeq\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"LegSeq\": 1,\n                            \"Segments\": [\n                                {\n                                    \"AircraftType\": \"--[N/A]--\",\n                                    \"Airline\": \"EI\",\n                                    \"ArriveDate\": \"/Date(1742376000000+0000)/\",\n                                    \"DepartDate\": \"/Date(1742372100000+0000)/\",\n                                    \"DestinationCode\": \"DUB\",\n                                    \"Duration\": \"PT1H5M\",\n                                    \"FlightNumber\": \"263\",\n                                    \"Id\": \"9d6a867d-8fe6-41e3-8ac0-5b3f3db2ac72\",\n                                    \"OperatedBy\": \"EI\",\n                                    \"OriginCode\": \"BHX\",\n                                    \"SegmentSeq\": 0\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"Passengers\": [\n                    {\n                        \"PassengerId\": 7235929,\n                        \"customer\": {\n                            \"Email\": {\n                                \"Value\": \"TestMail@gmail.com\"\n                            },\n                            \"Id\": \"7235929\",\n                            \"PersonDetails\": {\n                                \"Name\": {\n                                    \"GivenName\": \"TEST\",\n                                    \"NamePrefix\": \"MR\",\n                                    \"Surname\": \"TESTY\"\n                                },\n                                \"Type\": 0\n                            }\n                        }\n                    },\n                    {\n                        \"PassengerId\": 7235930,\n                        \"customer\": {\n                            \"Email\": {\n                                \"Value\": \"TestMail@gmail.com\"\n                            },\n                            \"Id\": \"7235930\",\n                            \"PersonDetails\": {\n                                \"Name\": {\n                                    \"GivenName\": \"TEST\",\n                                    \"NamePrefix\": \"MR\",\n                                    \"Surname\": \"TESTY\"\n                                },\n                                \"Type\": 0\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"__type\": \"FlightSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141750,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedById\": 141750,\n                \"ContractId\": 30210,\n                \"ContractName\": \"Mystifly Test Net (TV - new)\",\n                \"OrderDate\": \"/Date(1728822802160+0000)/\",\n                \"OrderId\": 4547499,\n                \"Price\": {\n                    \"Currency\": \"USD\",\n                    \"FinalPrice\": 265.8,\n                    \"OriginalTax\": 116.26,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4578694,\n                \"SegmentType\": 3,\n                \"Status\": \"MAN\",\n                \"SupplierId\": 11,\n                \"SupplierName\": \"Mystifly\",\n                \"Flight\": {\n                    \"CancellationPolicies\": [\n                        {\n                            \"CancellationFee\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 265.8,\n                                \"OriginalPriceInSupplierCurrency\": 265.8,\n                                \"SupplierCurrency\": \"USD\"\n                            },\n                            \"DateFrom\": \"/Date(1728777600000+0000)/\",\n                            \"DateTo\": \"/Date(1742083200000+0000)/\"\n                        }\n                    ],\n                    \"LegList\": [\n                        {\n                            \"LegSeq\": 0,\n                            \"Segments\": [\n                                {\n                                    \"AircraftType\": \"--[N/A]--\",\n                                    \"Airline\": \"EI\",\n                                    \"ArriveDate\": \"/Date(1742111100000+0000)/\",\n                                    \"DepartDate\": \"/Date(1742107200000+0000)/\",\n                                    \"DestinationCode\": \"BHX\",\n                                    \"Duration\": \"PT1H5M\",\n                                    \"FlightNumber\": \"262\",\n                                    \"Id\": \"884bf5c5-e3e7-4952-aca3-80908eef03f4\",\n                                    \"OperatedBy\": \"EI\",\n                                    \"OriginCode\": \"DUB\",\n                                    \"SegmentSeq\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"LegSeq\": 1,\n                            \"Segments\": [\n                                {\n                                    \"AircraftType\": \"--[N/A]--\",\n                                    \"Airline\": \"EI\",\n                                    \"ArriveDate\": \"/Date(1742376000000+0000)/\",\n                                    \"DepartDate\": \"/Date(1742372100000+0000)/\",\n                                    \"DestinationCode\": \"DUB\",\n                                    \"Duration\": \"PT1H5M\",\n                                    \"FlightNumber\": \"263\",\n                                    \"Id\": \"f5b0de82-d950-44e2-b843-8110cecb4782\",\n                                    \"OperatedBy\": \"EI\",\n                                    \"OriginCode\": \"BHX\",\n                                    \"SegmentSeq\": 0\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"Passengers\": [\n                    {\n                        \"PassengerId\": 7235932,\n                        \"customer\": {\n                            \"Email\": {\n                                \"Value\": \"TestMail@gmail.com\"\n                            },\n                            \"Id\": \"7235932\",\n                            \"PersonDetails\": {\n                                \"Name\": {\n                                    \"GivenName\": \"TEST\",\n                                    \"NamePrefix\": \"MR\",\n                                    \"Surname\": \"TESTY\"\n                                },\n                                \"Type\": 0\n                            }\n                        }\n                    },\n                    {\n                        \"PassengerId\": 7235933,\n                        \"customer\": {\n                            \"Email\": {\n                                \"Value\": \"TestMail@gmail.com\"\n                            },\n                            \"Id\": \"7235933\",\n                            \"PersonDetails\": {\n                                \"Name\": {\n                                    \"GivenName\": \"TEST\",\n                                    \"NamePrefix\": \"MR\",\n                                    \"Surname\": \"AAAAA\"\n                                },\n                                \"Type\": 0\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"__type\": \"FlightSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141750,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedById\": 141750,\n                \"ContractId\": 30210,\n                \"ContractName\": \"Mystifly Test Net (TV - new)\",\n                \"OrderDate\": \"/Date(1728823567797+0000)/\",\n                \"OrderId\": 4547501,\n                \"Price\": {\n                    \"Currency\": \"USD\",\n                    \"FinalPrice\": 265.8,\n                    \"OriginalTax\": 116.26,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4578696,\n                \"SegmentType\": 3,\n                \"Status\": \"TRQ\",\n                \"SupplierId\": 11,\n                \"SupplierName\": \"Mystifly\",\n                \"SupplierOrderId\": \"MF28446424\",\n                \"SupplierOrderReferenceId\": \"MF28446424\",\n                \"Flight\": {\n                    \"CancellationPolicies\": [\n                        {\n                            \"CancellationFee\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 265.8,\n                                \"OriginalPriceInSupplierCurrency\": 265.8,\n                                \"SupplierCurrency\": \"USD\"\n                            },\n                            \"DateFrom\": \"/Date(1728777600000+0000)/\",\n                            \"DateTo\": \"/Date(1742083200000+0000)/\"\n                        }\n                    ],\n                    \"LegList\": [\n                        {\n                            \"LegSeq\": 0,\n                            \"Segments\": [\n                                {\n                                    \"AircraftType\": \"--[N/A]--\",\n                                    \"Airline\": \"EI\",\n                                    \"ArriveDate\": \"/Date(1742111100000+0000)/\",\n                                    \"DepartDate\": \"/Date(1742107200000+0000)/\",\n                                    \"DestinationCode\": \"BHX\",\n                                    \"Duration\": \"PT1H5M\",\n                                    \"FlightNumber\": \"262\",\n                                    \"Id\": \"83e8dcaf-9975-4bdb-9c87-fb765d5a72d5\",\n                                    \"OperatedBy\": \"EI\",\n                                    \"OriginCode\": \"DUB\",\n                                    \"SegmentSeq\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"LegSeq\": 1,\n                            \"Segments\": [\n                                {\n                                    \"AircraftType\": \"--[N/A]--\",\n                                    \"Airline\": \"EI\",\n                                    \"ArriveDate\": \"/Date(1742376000000+0000)/\",\n                                    \"DepartDate\": \"/Date(1742372100000+0000)/\",\n                                    \"DestinationCode\": \"DUB\",\n                                    \"Duration\": \"PT1H5M\",\n                                    \"FlightNumber\": \"263\",\n                                    \"Id\": \"aeb49f9b-ff62-4e19-ab8e-c78eff71bc51\",\n                                    \"OperatedBy\": \"EI\",\n                                    \"OriginCode\": \"BHX\",\n                                    \"SegmentSeq\": 0\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"Passengers\": [\n                    {\n                        \"PassengerId\": 7235935,\n                        \"customer\": {\n                            \"Email\": {\n                                \"Value\": \"TestMail@gmail.com\"\n                            },\n                            \"Id\": \"7235935\",\n                            \"PersonDetails\": {\n                                \"Age\": 30,\n                                \"Name\": {\n                                    \"GivenName\": \"TEST\",\n                                    \"NamePrefix\": \"MR\",\n                                    \"Surname\": \"TESTY\"\n                                },\n                                \"Type\": 0\n                            }\n                        }\n                    },\n                    {\n                        \"PassengerId\": 7235936,\n                        \"customer\": {\n                            \"Email\": {\n                                \"Value\": \"TestMail@gmail.com\"\n                            },\n                            \"Id\": \"7235936\",\n                            \"PersonDetails\": {\n                                \"Age\": 30,\n                                \"Name\": {\n                                    \"GivenName\": \"TEST\",\n                                    \"NamePrefix\": \"MR\",\n                                    \"Surname\": \"AAAAA\"\n                                },\n                                \"Type\": 0\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141750,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedById\": 141750,\n                \"BookingCompany\": \"HOTELBEDS UK LTD Vat #GB234328478\",\n                \"BookingRemarks\": \"Car park YES (with additional debit notes). Check-in hour 16:00 - . Minimum check-in age 18.\\r\\n .  Car park YES (With additional debit notes).Check-in hour 16:00-.Minimum check-in age 18.\",\n                \"ContractId\": 24854,\n                \"ContractName\": \"Hotelbeds Test Net (DEMO 4-Step)\",\n                \"OrderDate\": \"/Date(1728823567953+0000)/\",\n                \"OrderId\": 4547501,\n                \"Price\": {\n                    \"Currency\": \"USD\",\n                    \"FinalPrice\": 119.57,\n                    \"SupplierCurrency\": \"EUR\"\n                },\n                \"SegmentId\": 4578697,\n                \"SegmentType\": 2,\n                \"Status\": \"OK\",\n                \"SupplierId\": 1123,\n                \"SupplierName\": \"Hotelbeds\",\n                \"SupplierOrderId\": \"131020241246080854\",\n                \"SupplierOrderReferenceId\": \"164-9266696\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"USD\",\n                            \"FinalPrice\": 119.57,\n                            \"OriginalPriceInSupplierCurrency\": 109.25,\n                            \"SupplierCurrency\": \"EUR\"\n                        },\n                        \"DateFrom\": \"/Date(1741132800000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1742083200000+0000)/\",\n                \"CheckOut\": \"/Date(1742342400000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"225 Hagley Road\",\n                    \"CityName\": \"Birmingham\",\n                    \"CountryCode\": \"GB\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 6225304,\n                    \"HotelName\": \"Birmingham Strathallan Hotel Bw Signature Collection\",\n                    \"IsHotelInEU\": false,\n                    \"Phone\": null,\n                    \"StartRating\": \"4\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"B16 9RY\"\n                },\n                \"LeadPax\": 7235937,\n                \"LocationId\": 3728152,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Room only RO\",\n                        \"Class\": \"Basic\",\n                        \"CustomerInfo\": [\n                            {\n                                \"Email\": {\n                                    \"Value\": \"testmail@gmail.com\"\n                                },\n                                \"Id\": \"7235938\",\n                                \"PersonDetails\": {\n                                    \"Age\": 30,\n                                    \"Name\": {\n                                        \"GivenName\": \"Test\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"aaaaa\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            },\n                            {\n                                \"Email\": {\n                                    \"Value\": \"testmail@gmail.com\"\n                                },\n                                \"Id\": \"7235937\",\n                                \"PersonDetails\": {\n                                    \"Age\": 30,\n                                    \"Name\": {\n                                        \"GivenName\": \"Test\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Testy\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"ROOM ONLY\",\n                        \"OriginalClass\": \"Room RUN OF HOUSE\",\n                        \"OriginalType\": \"Room RUN OF HOUSE\",\n                        \"Remarks\": null,\n                        \"RoomName\": null,\n                        \"Type\": \"Double/Twin\"\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"d4b0e3f2-047c-4c3a-b828-9dfe484670ec"}],"id":"cdfbf7d3-38a1-47d6-a570-ec6bc76569d9","description":"<p>This function gets a two dates and returns up to 100 orders make between these two dates and the segments details</p>\n<hr />\n<p><strong>Request Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>Username + Password</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>The date from which bookings will be returned.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>OrdersToSkip</td>\n<td>0 for the first request which returns up to 100 first orders in a list. If there are more, then there is a need to send the request again with value 100 (to skip first 100, which have already been returned in the first request)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>TypeOfService</td>\n<td>3</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>The date to which bookings will be returned.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>Response Parameters:</strong></p>\n<p>** Same as the GetOrder, but with multiple Orders.</p>\n","_postman_id":"cdfbf7d3-38a1-47d6-a570-ec6bc76569d9"},{"name":"Get Segment Fin Report","item":[{"name":"Get Segment Fin Report","id":"c4648d43-3b7f-40df-a136-d75bddb3cf75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"request\": {\r\n\t\t\"ClientIP\": null,\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASS\",\r\n\t\t\t\"UserName\": \"USER\"\r\n\t\t},\r\n\t\t\"SegmentId\": 4578697,\r\n\t\t\"ReturnSupplierCancellationFeeCost\": true\r\n\t\t,\r\n\t\t\"ReturnExchangeRate\": true\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetSegmentFinReport","urlObject":{"protocol":"https","path":["BookingServices","OrdersService.svc","json","GetSegmentFinReport"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"64f36161-eae3-4ee8-8e46-db7fa906125b","name":"Get Segment Fin Report","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"request\": {\r\n\t\t\"ClientIP\": null,\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASS\",\r\n\t\t\t\"UserName\": \"USER\"\r\n\t\t},\r\n\t\t\"SegmentId\": 4578697,\r\n\t\t\"ReturnSupplierCancellationFeeCost\": true\r\n\t\t,\r\n\t\t\"ReturnExchangeRate\": true\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetSegmentFinReport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001P"},{"key":"Date","value":"Mon, 14 Oct 2024 12:53:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"GetSegmentFinReportResult\": {\n        \"EndOfList\": true,\n        \"Errors\": null,\n        \"Segments\": [\n            {\n                \"CheckInDate\": \"/Date(1742083200000+0000)/\",\n                \"CreditCardChargeAmount\": null,\n                \"CreditCardChargeCurrency\": null,\n                \"Currency\": \"EUR\",\n                \"Discount\": 0,\n                \"IsActive\": true,\n                \"NodeFinanceses\": [\n                    {\n                        \"Node\": \"181 - Demo BI/Live Affiliate\",\n                        \"ParentNode\": \"[Supplier] Hotelbeds\",\n                        \"PaymentSum\": 109.25\n                    },\n                    {\n                        \"Node\": \"Demos & POCs\",\n                        \"ParentNode\": \"181 - Demo BI/Live Affiliate\",\n                        \"PaymentSum\": 109.25\n                    },\n                    {\n                        \"Node\": \"dynamic_pack_demo\",\n                        \"ParentNode\": \"Demos & POCs\",\n                        \"PaymentSum\": 109.25\n                    },\n                    {\n                        \"Node\": \"[Client]\",\n                        \"ParentNode\": \"dynamic_pack_demo\",\n                        \"PaymentSum\": 109.25\n                    }\n                ],\n                \"OrderDate\": \"/Date(1728823567953+0000)/\",\n                \"OrderId\": 4547501,\n                \"OrderStatus\": \"OK\",\n                \"PriceInSearchCurrency\": 119.57,\n                \"PriceInSupplierCurrency\": 109.25,\n                \"SearchCurrency\": \"USD\",\n                \"SearchToAffiliateRate\": 0.9137,\n                \"SegmentId\": 4578697,\n                \"Supplier\": \"Hotelbeds\",\n                \"SupplierCurrency\": \"EUR\",\n                \"SupplierId\": 1123,\n                \"SupplierToAffiliateRate\": 1,\n                \"VatAmountInSearchCurrency\": null,\n                \"VccDetails\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"c4648d43-3b7f-40df-a136-d75bddb3cf75"}],"id":"7350ff3b-8bf5-4550-8f08-a737dcca1d31","description":"<p>This function gets a segmentID and returns all the monetary calculations and considerations for this segmentID</p>\n<hr />\n<p><strong>Request Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>Username + password.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>The SegmentId of existing Flight booking.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ReturnSupplierCancellationFeeCost</td>\n<td>True / False.  <br />Defines if Suppliers cancellation fee cost will be returned.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ReturnExchangeRate</td>\n<td>True / False.  <br />Defines if exchange rates will be returned.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>Response Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EndOfList</td>\n<td>True / False.</td>\n</tr>\n<tr>\n<td>Errors</td>\n<td>Array of Errors.</td>\n</tr>\n<tr>\n<td><strong>Segments</strong></td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>CheckInDate</td>\n<td>Departure Date.</td>\n</tr>\n<tr>\n<td>CreditCardChargeAmount</td>\n<td>Credit-Card Charged amount.</td>\n</tr>\n<tr>\n<td>CreditCardChargeCurrency</td>\n<td>Credit-Card Charged amount currency.</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Search Currency.</td>\n</tr>\n<tr>\n<td>Discount</td>\n<td>Discount (If applicable.)</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>True / False.  <br />Booking active status.</td>\n</tr>\n<tr>\n<td><strong>NodeFinanceses</strong></td>\n<td>Node / ParentNode / PaymentSum.  <br />List of the financial breakdown of the Clients hirerchy.</td>\n</tr>\n<tr>\n<td>OrderDate</td>\n<td>The date which the Flight order as been booked.</td>\n</tr>\n<tr>\n<td>OrderId</td>\n<td>The Order Id in Gimmonix System.</td>\n</tr>\n<tr>\n<td>OrderStatus</td>\n<td>The orders status.</td>\n</tr>\n<tr>\n<td>PriceInSearchCurrency</td>\n<td>The price in Search Currency.</td>\n</tr>\n<tr>\n<td>PriceInSupplierCurrency</td>\n<td>The price in Supplier Currency.</td>\n</tr>\n<tr>\n<td>SearchCurrency</td>\n<td>Search Currency.</td>\n</tr>\n<tr>\n<td>SearchToAffiliateRate</td>\n<td>The exchange rate between the Search and Affiliate rate.</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>The Segment Id in Gimmonix System.</td>\n</tr>\n<tr>\n<td>Supplier</td>\n<td>The supplier whom the Flight booked from.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>The Suppliers Currency.</td>\n</tr>\n<tr>\n<td>SupplierId</td>\n<td>The supplierId whom the Flight booked from.</td>\n</tr>\n<tr>\n<td>SupplierToAffiliateRate</td>\n<td>Supplier to Client Exchange rate.</td>\n</tr>\n<tr>\n<td>SupplierToSearchRate</td>\n<td>Supplier to Search Exchange rate.</td>\n</tr>\n<tr>\n<td>VatAmountInSearchCurrency</td>\n<td>VAT Amount in search Currency.</td>\n</tr>\n<tr>\n<td>VccDetails</td>\n<td>VCC Details (If applicable.)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"7350ff3b-8bf5-4550-8f08-a737dcca1d31"},{"name":"Get Fin Report","item":[{"name":"Get Fin Report","id":"19a97d0a-5679-47f7-ad04-92b85b5c98a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"request\": {\r\n\t\t\"ClientIP\": null,\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASS\",\r\n\t\t\t\"UserName\": \"USER\"\r\n\t\t},\r\n\t\t\"FromDate\": \"/Date(1727787164000)/\",\r\n\t\t\"RecordsToSkip\": 0,\r\n\t\t\"ServiceType\": 3,\r\n\t\t\"ToDate\": \"/Date(1730292764000)/\",\r\n\t\t\"ReturnExchangeRate\": true\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetFinReport","urlObject":{"protocol":"https","path":["BookingServices","OrdersService.svc","json","GetFinReport"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"c8d44e76-e66e-4237-97c9-8ceaccf79983","name":"Get Fin Report","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"request\": {\r\n\t\t\"ClientIP\": null,\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASS\",\r\n\t\t\t\"UserName\": \"USER\"\r\n\t\t},\r\n\t\t\"FromDate\": \"/Date(1727787164000)/\",\r\n\t\t\"RecordsToSkip\": 0,\r\n\t\t\"ServiceType\": 3,\r\n\t\t\"ToDate\": \"/Date(1730292764000)/\",\r\n\t\t\"ReturnExchangeRate\": true\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetFinReport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001P"},{"key":"Date","value":"Mon, 14 Oct 2024 12:54:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"GetFinReportResult\": {\n        \"EndOfList\": true,\n        \"Errors\": null,\n        \"Segments\": [\n            {\n                \"CheckInDate\": \"/Date(1734652800000+0000)/\",\n                \"CreditCardChargeAmount\": null,\n                \"CreditCardChargeCurrency\": null,\n                \"Currency\": \"EUR\",\n                \"Discount\": 0,\n                \"IsActive\": true,\n                \"NodeFinanceses\": [\n                    {\n                        \"Node\": \"181 - Demo BI/Live Affiliate\",\n                        \"ParentNode\": \"[Supplier] Mystifly\",\n                        \"PaymentSum\": 96.95\n                    },\n                    {\n                        \"Node\": \"Demos & POCs\",\n                        \"ParentNode\": \"181 - Demo BI/Live Affiliate\",\n                        \"PaymentSum\": 96.95\n                    },\n                    {\n                        \"Node\": \"dynamic_pack_demo\",\n                        \"ParentNode\": \"Demos & POCs\",\n                        \"PaymentSum\": 96.95\n                    },\n                    {\n                        \"Node\": \"[Client]\",\n                        \"ParentNode\": \"dynamic_pack_demo\",\n                        \"PaymentSum\": 96.95\n                    }\n                ],\n                \"OrderDate\": \"/Date(1728385939217+0000)/\",\n                \"OrderId\": 4546503,\n                \"OrderStatus\": \"TRQ\",\n                \"PriceInSearchCurrency\": 106.49,\n                \"PriceInSupplierCurrency\": 106.49,\n                \"SearchCurrency\": \"USD\",\n                \"SearchToAffiliateRate\": 0.91043,\n                \"SegmentId\": 4577688,\n                \"Supplier\": \"Mystifly\",\n                \"SupplierCurrency\": \"USD\",\n                \"SupplierId\": 11,\n                \"SupplierToAffiliateRate\": 0.91041,\n                \"SupplierToSearchRate\": 1,\n                \"VatAmountInSearchCurrency\": null,\n                \"VccDetails\": null\n            },\n            {\n                \"CheckInDate\": \"/Date(1741824000000+0000)/\",\n                \"CreditCardChargeAmount\": null,\n                \"CreditCardChargeCurrency\": null,\n                \"Currency\": \"EUR\",\n                \"Discount\": 0,\n                \"IsActive\": true,\n                \"NodeFinanceses\": [\n                    {\n                        \"Node\": \"181 - Demo BI/Live Affiliate\",\n                        \"ParentNode\": \"[Supplier] Mystifly\",\n                        \"PaymentSum\": 96.95\n                    },\n                    {\n                        \"Node\": \"Demos & POCs\",\n                        \"ParentNode\": \"181 - Demo BI/Live Affiliate\",\n                        \"PaymentSum\": 96.95\n                    },\n                    {\n                        \"Node\": \"dynamic_pack_demo\",\n                        \"ParentNode\": \"Demos & POCs\",\n                        \"PaymentSum\": 96.95\n                    },\n                    {\n                        \"Node\": \"[Client]\",\n                        \"ParentNode\": \"dynamic_pack_demo\",\n                        \"PaymentSum\": 96.95\n                    }\n                ],\n                \"OrderDate\": \"/Date(1728386143563+0000)/\",\n                \"OrderId\": 4546505,\n                \"OrderStatus\": \"TRQ\",\n                \"PriceInSearchCurrency\": 106.49,\n                \"PriceInSupplierCurrency\": 106.49,\n                \"SearchCurrency\": \"USD\",\n                \"SearchToAffiliateRate\": 0.91043,\n                \"SegmentId\": 4577690,\n                \"Supplier\": \"Mystifly\",\n                \"SupplierCurrency\": \"USD\",\n                \"SupplierId\": 11,\n                \"SupplierToAffiliateRate\": 0.91041,\n                \"SupplierToSearchRate\": 1,\n                \"VatAmountInSearchCurrency\": null,\n                \"VccDetails\": null\n            },\n            {\n                \"CheckInDate\": \"/Date(1744070400000+0000)/\",\n                \"CreditCardChargeAmount\": null,\n                \"CreditCardChargeCurrency\": null,\n                \"Currency\": \"EUR\",\n                \"Discount\": 0,\n                \"IsActive\": true,\n                \"NodeFinanceses\": [\n                    {\n                        \"Node\": \"181 - Demo BI/Live Affiliate\",\n                        \"ParentNode\": \"[Supplier] Amadeus\",\n                        \"PaymentSum\": 189.46\n                    },\n                    {\n                        \"Node\": \"Demos & POCs\",\n                        \"ParentNode\": \"181 - Demo BI/Live Affiliate\",\n                        \"PaymentSum\": 189.46\n                    },\n                    {\n                        \"Node\": \"dynamic_pack_demo\",\n                        \"ParentNode\": \"Demos & POCs\",\n                        \"PaymentSum\": 189.46\n                    },\n                    {\n                        \"Node\": \"[Client]\",\n                        \"ParentNode\": \"dynamic_pack_demo\",\n                        \"PaymentSum\": 189.46\n                    }\n                ],\n                \"OrderDate\": \"/Date(1728386713747+0000)/\",\n                \"OrderId\": 4546507,\n                \"OrderStatus\": \"MAN\",\n                \"PriceInSearchCurrency\": 208.1,\n                \"PriceInSupplierCurrency\": 208.1,\n                \"SearchCurrency\": \"USD\",\n                \"SearchToAffiliateRate\": 0.91043,\n                \"SegmentId\": 4577692,\n                \"Supplier\": \"Amadeus\",\n                \"SupplierCurrency\": \"USD\",\n                \"SupplierId\": 40,\n                \"SupplierToAffiliateRate\": 0.91043,\n                \"SupplierToSearchRate\": 1,\n                \"VatAmountInSearchCurrency\": null,\n                \"VccDetails\": null\n            },\n            {\n                \"CheckInDate\": \"/Date(1732665600000+0000)/\",\n                \"CreditCardChargeAmount\": null,\n                \"CreditCardChargeCurrency\": null,\n                \"Currency\": \"EUR\",\n                \"Discount\": 0,\n                \"IsActive\": true,\n                \"NodeFinanceses\": [\n                    {\n                        \"Node\": \"181 - Demo BI/Live Affiliate\",\n                        \"ParentNode\": \"[Supplier] Amadeus\",\n                        \"PaymentSum\": 501.99\n                    },\n                    {\n                        \"Node\": \"Demos & POCs\",\n                        \"ParentNode\": \"181 - Demo BI/Live Affiliate\",\n                        \"PaymentSum\": 501.99\n                    },\n                    {\n                        \"Node\": \"dynamic_pack_demo\",\n                        \"ParentNode\": \"Demos & POCs\",\n                        \"PaymentSum\": 501.99\n                    },\n                    {\n                        \"Node\": \"[Client]\",\n                        \"ParentNode\": \"dynamic_pack_demo\",\n                        \"PaymentSum\": 501.99\n                    }\n                ],\n                \"OrderDate\": \"/Date(1728810030960+0000)/\",\n                \"OrderId\": 4547463,\n                \"OrderStatus\": \"MAN\",\n                \"PriceInSearchCurrency\": 501.99,\n                \"PriceInSupplierCurrency\": 549.4,\n                \"SearchCurrency\": \"EUR\",\n                \"SearchToAffiliateRate\": 1,\n                \"SegmentId\": 4578657,\n                \"Supplier\": \"Amadeus\",\n                \"SupplierCurrency\": \"USD\",\n                \"SupplierId\": 40,\n                \"SupplierToAffiliateRate\": 0.91371,\n                \"SupplierToSearchRate\": 0.913701,\n                \"VatAmountInSearchCurrency\": null,\n                \"VccDetails\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"19a97d0a-5679-47f7-ad04-92b85b5c98a8"}],"id":"5a6d4385-6c99-4b28-bc7a-a49150ca8adf","description":"<p>This function gets two dates and returns all the monetary calculations and considerations for number of segments between these dates.</p>\n<hr />\n<p><strong>Request Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>Username + Password</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>The date from which bookings will be returned.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>RecordsToSkip</td>\n<td>0 for the first request which returns up to 100 first orders in a list. If there are more, then there is a need to send the request again with value 100 (to skip first 100, which have already been returned in the first request)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ServiceType</td>\n<td>3</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>The date to which bookings will be returned.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ReturnExchangeRate</td>\n<td>True / False.  <br />Defines if Exchange Rates will be returned.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>Response Parameters:</strong></p>\n<p>** Same as Get Segment Fin Report, , but with multiple Segments.</p>\n","_postman_id":"5a6d4385-6c99-4b28-bc7a-a49150ca8adf"}],"id":"8092fc91-0837-432d-8a1f-b1f038e8462b","description":"<p>Order and financial services allow you to retrieve full information regarding both the orders and financial transactions taking place. These services are especially useful when dealing with synchronization to external accounting and back-office systems.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Request</strong></th>\n<th><strong>Explanation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Get Order</td>\n<td>This function gets a SegmentID and returns the segments details .</td>\n</tr>\n<tr>\n<td>Get Orders</td>\n<td>This function gets a two dates and returns up to 100 orders make between these two dates and the segments details .</td>\n</tr>\n<tr>\n<td>Get Segment Fin Report</td>\n<td>This function gets a segmentID and returns all the monetary calculations and considerations for this segmentID .</td>\n</tr>\n<tr>\n<td>Get Fin Report</td>\n<td>This function gets two dates and returns all the monetary calculations and considerations for number of segments between these dates .</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"8092fc91-0837-432d-8a1f-b1f038e8462b"},{"name":"Financial Reports - Hotels","item":[{"name":"GetOrder","item":[{"name":"GetOrder","id":"3ef35dd2-ec58-4136-b0fb-8e35abcddcaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"request\": {\n\t\t\"ClientIP\": null,\n\t\t\"Credentials\": {\n\t\t\t\"UserName\": \"XXXX\",\n\t\t\t\"Password\": \"XXX\"\n\t\t},\n\t\t\"SegmentId\": 4556313,\n\t\t\"ReturnSupplierCancellationFeeCost\": true,\n\t\t\"ReturnExchangeRate\": true\n\t}\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetOrder","urlObject":{"protocol":"https","path":["BookingServices","OrdersService.svc","json","GetOrder"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"dd541355-fe69-4793-98be-0e8fe3f3965c","name":"GetOrder","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"request\": {\n\t\t\"ClientIP\": null,\n\t\t\"Credentials\": {\n\t\t\t\"UserName\": \"XXXX\",\n\t\t\t\"Password\": \"XXX\"\n\t\t},\n\t\t\"SegmentId\": 4556313,\n\t\t\"ReturnSupplierCancellationFeeCost\": true,\n\t\t\"ReturnExchangeRate\": true\n\t}\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001P"},{"key":"Date","value":"Tue, 13 Aug 2024 14:39:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"GetOrderResult\": {\n        \"EndOfList\": true,\n        \"Errors\": null,\n        \"Segments\": [\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141751,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP SmartBook Demo\",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP SmartBook Demo\",\n                \"BookedById\": 141751,\n                \"BookingRemarks\": \"\\r\\nFeaturing a private entrance, this air-conditioned chalet comprises 1 living room, 2 separate bedrooms and 2 bathrooms with a shower and a hairdryer. The well-fitted kitchen features a stovetop, a refrigerator, kitchenware and a microwave. Boasting a terrace with garden views, this chalet also provides a seating area and a flat-screen TV. The unit offers 3 beds.\\r\\nYou may cancel free of charge until 1 day before arrival. You will be charged the total price of the reservation if you cancel within 1 day before arrival. If you don't show up, the no-show fee will be the same as the cancellation fee.\\r\\nNo prepayment is needed.\\r\\nGuests are required to show a photo identification and credit card upon check-in. Please note that all Special Requests are subject to availability and additional charges may apply. In response to Coronavirus (COVID-19), additional safety and sanitation measures are in effect at this property. Food & beverage services at this property may be limited or unavailable due to Coronavirus (COVID-19). Due to Coronavirus (COVID-19), this property is taking steps to help protect the safety of guests and staff. Certain services and amenities may be reduced or unavailable as a result. Please note that the swimming pool is open from the end of May until mid October. Please note that the shuttle service can be booked until 48 hours before arrival. It is subject to advanced payment and needs to be confirmed by the hotel. When booking 5 rooms or more, different policies and additional supplements may apply.\\r\\nChildren of any age are allowed. 1 child (up to and including 2 years old) stays for free when using available cots.\\t\\nUp to 4 children (up to and including 2 years old) stay for free when using existing beds.\\t\\nYou haven't added any extra beds.\\nThe maximum number of cots is 1.\\nThe maximum number of guests is 5.\\n\\r\\nWhen booking more than 2 rooms, different policies and additional supplements may apply. \\r\\nWiFi is available in public areas and is free of charge. \\r\\nFree private parking is possible on site (reservation is not needed). \\r\\nPets are allowed. Charges may be applicable. \\r\\nThe property reserves the right to pre-authorise credit cards prior to arrival.\\r\\n10 % VAT is included. € 3 City tax per person per night is excluded.\\r\\nCheckin Time: from 14:00\\r\\nReview Score: 7.8\\r\\nReview Score Word: Good\",\n                \"ContractId\": 24863,\n                \"ContractName\": \"Booking Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1722847744217+0000)/\",\n                \"OrderId\": 4525193,\n                \"Price\": {\n                    \"Currency\": \"EUR\",\n                    \"FinalPrice\": 99.36,\n                    \"OriginalTax\": 9.03,\n                    \"SupplierCurrency\": \"EUR\"\n                },\n                \"SegmentId\": 4556313,\n                \"SegmentType\": 2,\n                \"Status\": \"ER\",\n                \"SupplierId\": 1077,\n                \"SupplierName\": \"Booking\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"EUR\",\n                            \"FinalPrice\": 135.36,\n                            \"OriginalPriceInSupplierCurrency\": 135.36,\n                            \"SupplierCurrency\": \"EUR\"\n                        },\n                        \"DateFrom\": \"/Date(1733616000000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1733961600000+0000)/\",\n                \"CheckOut\": \"/Date(1734048000000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"Via Aurelia 831\",\n                    \"CityName\": \"Rome\",\n                    \"CountryCode\": \"IT\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 4158888,\n                    \"HotelName\": \"hu Roma Camping In Town\",\n                    \"IsHotelInEU\": true,\n                    \"Phone\": null,\n                    \"StartRating\": \"4\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"00165\"\n                },\n                \"LeadPax\": 7207297,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Bed and Breakfast BB\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Email\": {\n                                    \"Value\": null\n                                },\n                                \"Id\": \"7207298\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Yossef\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Test\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            },\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , Harutz 9\",\n                                    \"CityName\": \"Tel-Aviv\",\n                                    \"CountryName\": {\n                                        \"Code\": \"IL\"\n                                    },\n                                    \"PostalCode\": \"6706028\"\n                                },\n                                \"Email\": {\n                                    \"Value\": \"yosseff.davarashvili@gimmonix.com\"\n                                },\n                                \"Id\": \"7207297\",\n                                \"PersonDetails\": {\n                                    \"Name\": {\n                                        \"GivenName\": \"Yossef\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Test\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"Breakfast\",\n                        \"OriginalClass\": \"Superior Chalet - Booking.com rate\",\n                        \"OriginalType\": \"Superior Chalet - Booking.com rate\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Superior Chalet\",\n                        \"Type\": null\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"3ef35dd2-ec58-4136-b0fb-8e35abcddcaf"}],"id":"d726f197-1687-4f58-b511-43bae162e75f","description":"<p>This function gets a SegmentID and returns the segments details.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>UserName, Password  <br />Will be provided by Travolutionary support team upon set-up, or by creating a new user in the B2B/Back-office system.</td>\n</tr>\n<tr>\n<td>SegmentID</td>\n<td>The order segment identification which will be detailed</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"d726f197-1687-4f58-b511-43bae162e75f"},{"name":"GetOrders","item":[{"name":"GetOrders","id":"657d338a-4d7e-4303-ad35-dabb3978f0d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"request\": {\n    \"ClientIP\": null,\n    \"Credentials\": {\n\t\t\t\"UserName\": \"user-test\",\n\t\t\t\"Password\": \"pass-test\"\n    },\n    \"FromDate\": \"/Date(1690871757000)/\",\n    \"OrdersToSkip\": \"0\",\n         \"TypeOfService\": 2,\n            \"ToDate\": \"/Date(1791217357000)/\"\n    \n  }\n}"},"url":"https://services.carsolize.com/BookingServices/OrdersService.svc/json/GetOrders","urlObject":{"protocol":"https","path":["BookingServices","OrdersService.svc","json","GetOrders"],"host":["services","carsolize","com"],"query":[],"variable":[]}},"response":[{"id":"49060417-5a2c-40c7-bad0-481b618a84a0","name":"GerOrders","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"request\": {\n    \"ClientIP\": null,\n    \"Credentials\": {\n\t\t\t\"UserName\": \"user-test\",\n\t\t\t\"Password\": \"pass-test\"\n    },\n    \"FromDate\": \"/Date(1690871757000)/\",\n    \"OrdersToSkip\": \"0\",\n         \"TypeOfService\": 2,\n            \"ToDate\": \"/Date(1791217357000)/\"\n    \n  }\n}"},"url":"https://services.carsolize.com/BookingServices/OrdersService.svc/json/GetOrders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"prdvmssp0000TM"},{"key":"Date","value":"Mon, 06 Nov 2023 10:48:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"GetOrdersResult\": {\n        \"EndOfList\": false,\n        \"Errors\": null,\n        \"Segments\": [\n            {\n                \"__type\": \"HotelSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141843,\n                \"AgentName\": \"example\",\n                \"BookedBy\": \"example!\",\n                \"BookedById\": 141843,\n                \"BookingCompany\": \"Payment is guaranteed by: WebBeds FZ LLC, as per final booking form reference No: HTL-WBD-478584495\",\n                \"BookingRemarks\": \"\\r\\nNote available between 2024-01-01 00:00:00 - 2024-01-04 00:00:00 : All bookings totalling 8 rooms and more are considered as a group. Diffrent cancellation policies apply..\",\n                \"ContractId\": 8821,\n                \"ContractName\": \"name\",\n                \"OrderDate\": \"/Date(1699237404177+0000)/\",\n                \"OrderId\": 11527272,\n                \"Price\": {\n                    \"Currency\": \"USD\",\n                    \"FinalPrice\": 895.14,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 11622154,\n                \"SegmentType\": 2,\n                \"Status\": \"OK\",\n                \"SupplierId\": 1058,\n                \"SupplierName\": \"ASB\",\n                \"SupplierOrderId\": \"478584495\",\n                \"SupplierOrderReferenceId\": \"HTL-WBD-472584495\",\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"USD\",\n                            \"FinalPrice\": 895.14,\n                            \"OriginalPriceInSupplierCurrency\": 895.14,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1702339200000+0000)/\",\n                        \"DateTo\": \"/Date(253402214400000+0000)/\"\n                    }\n                ],\n                \"CheckIn\": \"/Date(1703980800000+0000)/\",\n                \"CheckOut\": \"/Date(1704326400000+0000)/\",\n                \"Hotel\": {\n                    \"Addrress\": \"7 Place De La Gare\",\n                    \"CityName\": \"Colmar\",\n                    \"CountryCode\": \"FR\",\n                    \"Email\": null,\n                    \"Fax\": null,\n                    \"HotelId\": 4009691,\n                    \"HotelName\": \"Grand Hôtel Bristol\",\n                    \"IsHotelInEU\": true,\n                    \"Phone\": null,\n                    \"StartRating\": \"4\",\n                    \"WebSiteUrl\": null,\n                    \"ZipCode\": \"68000\"\n                },\n                \"LeadPax\": 22518650,\n                \"LocationId\": 0,\n                \"Rooms\": [\n                    {\n                        \"Availability\": \"Available\",\n                        \"Basis\": \"Bed and Breakfast BB\",\n                        \"Class\": null,\n                        \"CustomerInfo\": [\n                            {\n                                \"Address\": {\n                                    \"AddressLine\": \" , Manhatten\",\n                                    \"CityName\": \"New York\",\n                                    \"CountryName\": {\n                                        \"Code\": \"  \"\n                                    },\n                                    \"PostalCode\": \"52521\"\n                                },\n                                \"Email\": {\n                                    \"Value\": \"yes@test.com\"\n                                },\n                                \"Id\": \"23153\",\n                                \"PersonDetails\": {\n                                    \"Age\": 30,\n                                    \"Name\": {\n                                        \"GivenName\": \"Ivana\",\n                                        \"NamePrefix\": \"Mr\",\n                                        \"Surname\": \"Cohen\"\n                                    },\n                                    \"Type\": 0\n                                }\n                            }\n                        ],\n                        \"OriginalBasis\": \"Breakfast\",\n                        \"OriginalClass\": \"Junior Suite - Triple room\",\n                        \"OriginalType\": \"Junior Suite - Triple room\",\n                        \"Remarks\": null,\n                        \"RoomName\": \"Junior suite\",\n                        \"Type\": null\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"657d338a-4d7e-4303-ad35-dabb3978f0d3"}],"id":"004eaea2-4bf4-49a6-a942-2a1355ebd4c0","description":"<p>This function gets two dates and returns up to 100 orders made between these 2 dates.<br />The response data is same as GetOrder function.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>UserName, Password  <br />Will be provided by Travolutionary support team upon set-up, or by creating a new user in the B2B/Back-office system.</td>\n</tr>\n<tr>\n<td>ServiceType</td>\n<td>Optional: Hotels, Cars, Flights  <br />If not mentioned, then the function returns all types of existing orders between the given From and To dates</td>\n</tr>\n<tr>\n<td>OrdersToSkip</td>\n<td>0 for the first request which returns up to 100 first orders in a list. If there are more, then there is a need to send the request again with value 100 (to skip first 100, which have already been returned in the first request)</td>\n</tr>\n<tr>\n<td>DateFilterType</td>\n<td>acceptable values are: OrderDate, StartDate, CancellationPolicyStartDate</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"004eaea2-4bf4-49a6-a942-2a1355ebd4c0"},{"name":"GetFinReport","item":[{"name":"GetFinReport","id":"a775bc86-c197-4b55-9913-ec8bf75a08fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"ClientIP\": null,\n        \"Credentials\": {\n            \"UserName\": \"user\",\n            \"Password\": \"pass\"\n        },\n        \"FromDate\": \"/Date(1692059886000)/\",\n        \"RecordsToSkip\": 0,\n        \"ServiceType\": 2,\n        \"ToDate\": \"/Date(1692146286000)/\",\n        \"ReturnExchangeRate\": true\n    }\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetFinReport","urlObject":{"protocol":"https","path":["BookingServices","OrdersService.svc","json","GetFinReport"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"13ea8b58-1e51-4c04-9e20-19f685078070","name":"GetFinReport","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"ClientIP\": null,\n        \"Credentials\": {\n            \"UserName\": \"user\",\n            \"Password\": \"pass\"\n        },\n        \"FromDate\": \"/Date(1692059886000)/\",\n        \"RecordsToSkip\": 0,\n        \"ServiceType\": 2,\n        \"ToDate\": \"/Date(1692146286000)/\",\n        \"ReturnExchangeRate\": true\n    }\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetFinReport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001D"},{"key":"Date","value":"Sun, 12 Nov 2023 11:04:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n\t\"GetFinReportResult\": {\n\t\t\"EndOfList\": false,\n\t\t\"Errors\": null,\n\t\t\"Segments\": [\n\t\t\t{\n\t\t\t\t\"CheckInDate\": \"\\/Date(1692057600000+0000)\\/\",\n\t\t\t\t\"CreditCardChargeAmount\": null,\n\t\t\t\t\"CreditCardChargeCurrency\": null,\n\t\t\t\t\"Currency\": \"SAR\",\n\t\t\t\t\"Discount\": 0,\n\t\t\t\t\"IsActive\": true,\n\t\t\t\t\"NodeFinanceses\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"Node\": \"Web\",\n\t\t\t\t\t\t\"ParentNode\": \"[Supplier] PPS\",\n\t\t\t\t\t\t\"PaymentSum\": 830.32\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"Node\": \"Production\",\n\t\t\t\t\t\t\"ParentNode\": \"Webb\",\n\t\t\t\t\t\t\"PaymentSum\": 830.32\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"OrderDate\": \"\\/Date(1692060028463+0000)\\/\",\n\t\t\t\t\"OrderId\": 11219384,\n\t\t\t\t\"OrderStatus\": \"OK\",\n\t\t\t\t\"PriceInSearchCurrency\": 910.2,\n\t\t\t\t\"PriceInSupplierCurrency\": 221.36,\n\t\t\t\t\"SearchCurrency\": \"SAR\",\n\t\t\t\t\"SearchToAffiliateRate\": 1,\n\t\t\t\t\"SegmentId\": 11312313,\n\t\t\t\t\"Supplier\": \"PPG\",\n\t\t\t\t\"SupplierCurrency\": \"USD\",\n\t\t\t\t\"SupplierToAffiliateRate\": 3.75099,\n\t\t\t\t\"SupplierToSearchRate\": 3.751,\n\t\t\t\t\"VatAmountInSearchCurrency\": null,\n\t\t\t\t\"VccDetails\": null\n\t\t\t}]\n\t}\n}"}],"_postman_id":"a775bc86-c197-4b55-9913-ec8bf75a08fe"}],"id":"3e86a786-7c6b-44d9-acb6-339fce6f3039","description":"<p>The GetFinReport function will retrieve all monetary calculations and consideration for a number of orders between dates, depending on your search query.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>UserName, Password  <br />Will be provided by Travolutionary support team upon set-up, or by creating a new user in the B2B/Back-office system.</td>\n</tr>\n<tr>\n<td>DateFilterType</td>\n<td>The date filter by which the function will respond with only the relevant orders. The filter values are:  <br />  <br />- CancellationPolicyStartDate  <br />  <br />- StartDate  <br />  <br />- OrderDate  <br />For filtering by the order's creation date, there is no need to request this field, but only setting the proper value for \"FromDate\" parameter</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>The date from which matches the FilterType.</td>\n</tr>\n<tr>\n<td>IncludeInactive</td>\n<td>Specify whether to include orders that their payment date is the future one.</td>\n</tr>\n<tr>\n<td>RecordsToSkip</td>\n<td>0 for the first request which returns up to 100 first orders in a list. If there are more, then there is a need to send the request again with value 100 (to skip first 100, which have already been returned in the first request)</td>\n</tr>\n<tr>\n<td>ServiceType</td>\n<td>Hotel, Flights, Cars, Transfers, Activities</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>The date up to which the orders will be detailed.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"3e86a786-7c6b-44d9-acb6-339fce6f3039"},{"name":"GetSegmentFinReport","item":[{"name":"GetSegmentFinReport","id":"02c8067f-7b9d-4268-bdd0-9ea7477337ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"request\": {\n\t\t\"ClientIP\": null,\n\t\t\"Credentials\": {\n\t\t\t\"UserName\": \"test\",\n\t\t\t\"Password\": \"test\"\n\t\t},\n\t\t\"SegmentId\": 11884703,\n\t\t\"ReturnSupplierCancellationFeeCost\": false\n\t\t,\n\t\t\"ReturnExchangeRate\": true\n\t}\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetSegmentFinReport","urlObject":{"protocol":"https","path":["BookingServices","OrdersService.svc","json","GetSegmentFinReport"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"0e99d475-f6db-48b0-8b4e-56e5b4cba158","name":"GetSegmentFinReport","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\t\"request\": {\n\t\t\t\"ClientIP\": \"\",\n      \"Credentials\": {\n      \t\"Password\": \"test\",\n       \t\"UserName\": \"test\"\n        },\n      \"SegmentId\": 11348060\n   }\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetSegmentFinReport"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"GetSegmentFinReportResult\": {\r\n\t\t\"EndOfList\": true,\r\n\t\t\"Errors\": null,\r\n\t\t\"Segments\": [\r\n\t\t\t{\r\n\t\t\t\t\"CheckInDate\": \"\\/Date(1718323200000+0000)\\/\",\r\n\t\t\t\t\"CreditCardChargeAmount\": null,\r\n\t\t\t\t\"CreditCardChargeCurrency\": null,\r\n\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\"Discount\": 0,\r\n\t\t\t\t\"IsActive\": false,\r\n\t\t\t\t\"NodeFinanceses\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"Node\": \"ClientNode\",\r\n\t\t\t\t\t\t\"ParentNode\": \"[Supplier] HyperGuest\",\r\n\t\t\t\t\t\t\"PaymentSum\": 456.99\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"Node\": \"HYPERGUEST\",\r\n\t\t\t\t\t\t\"ParentNode\": \"Client Node\",\r\n\t\t\t\t\t\t\"PaymentSum\": 456.99\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"Node\": \"hyperguest\",\r\n\t\t\t\t\t\t\"ParentNode\": \"HYPERGUEST\",\r\n\t\t\t\t\t\t\"PaymentSum\": 456.99\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"Node\": \"[Client]\",\r\n\t\t\t\t\t\t\"ParentNode\": \"hyperguest\",\r\n\t\t\t\t\t\t\"PaymentSum\": 456.99\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"OrderDate\": \"\\/Date(1706109208030+0000)\\/\",\r\n\t\t\t\t\"OrderId\": 11787642,\r\n\t\t\t\t\"OrderStatus\": \"CX\",\r\n\t\t\t\t\"PriceInSearchCurrency\": 7408.04,\r\n\t\t\t\t\"PriceInSupplierCurrency\": 508.74,\r\n\t\t\t\t\"SearchCurrency\": \"MXN\",\r\n\t\t\t\t\"SearchToAffiliateRate\": 0.06169,\r\n\t\t\t\t\"SegmentId\": 11884703,\r\n\t\t\t\t\"Supplier\": \"HyperGuest\",\r\n\t\t\t\t\"SupplierCurrency\": \"USD\",\r\n\t\t\t\t\"SupplierId\": 1204,\r\n\t\t\t\t\"SupplierToAffiliateRate\": 0.89828,\r\n\t\t\t\t\"SupplierToSearchRate\": 18.214112500000002,\r\n\t\t\t\t\"VatAmountInSearchCurrency\": null,\r\n\t\t\t\t\"VccDetails\": null\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n}"}],"_postman_id":"02c8067f-7b9d-4268-bdd0-9ea7477337ba"}],"id":"4a74e939-5e85-4e22-a208-9787dde93a34","description":"<p>The GetSegmentFinReport function will retrieve for you all monetary calculations and consideration for the specified SegmentID.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>UserName, Password  <br />Will be provided by Travolutionary support team upon set-up, or by creating a new user in the B2B/Back-office system.</td>\n</tr>\n<tr>\n<td>ReturnSupplierCancellationFeeCost</td>\n<td>Set this tag to 'true' if you wish to receive the Supplier Cancellation Fee for this segment.</td>\n</tr>\n<tr>\n<td>ReturnExchangeRate</td>\n<td>Set this tag to 'true' if you wish to receive the exchange rate used for converting supplier currency to the requested search currency</td>\n</tr>\n<tr>\n<td>SegmentID</td>\n<td>The order segment identification which will be detailed</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"4a74e939-5e85-4e22-a208-9787dde93a34"}],"id":"9c2d9586-1d6c-4812-8ad2-dbd4aeca5725","description":"<h1 id=\"financial-reports\">Financial Reports</h1>\n<p>Order and financial services allow you to retrieve full information regarding both the orders and financial transactions taking place. These services are especially useful when dealing with synchronization to external accounting and back-office systems.</p>\n<p><strong>Requests :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Orders &amp; Financial Reports</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>GetOrder</td>\n<td>This function gets a Segment id and returns the segments details.</td>\n</tr>\n<tr>\n<td>GetOrders</td>\n<td>This function gets two dates and returns up to 100 orders made between these 2 dates.</td>\n</tr>\n<tr>\n<td>GetSegmentFinReport</td>\n<td>The GetSegmentFinReport function will retrieve for you all monetary calculations and consideration for the specified SegmentID.</td>\n</tr>\n<tr>\n<td>GetFinReport</td>\n<td>The GetFinReport function will retrieve all monetary calculations and consideration for a number of orders between dates.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"9c2d9586-1d6c-4812-8ad2-dbd4aeca5725"}],"id":"635902f7-012d-420d-88cc-11c51e9dd406","description":"<p>The <strong>Dynamic Packaging</strong> service offers an advanced solution for concurrently searching flights and hotels, seamlessly integrating the capabilities of both Hotels and Flights APIs.</p>\n<p>When a search request for Dynamic Packaging is received, the system provides the most favorable rates based on the specified criteria, taking into account the client’s specific implementation and agreements with their providers.</p>\n<p>By default, the service suggests a package that includes the lowest-priced hotel and flight options available. Users can modify these default selections to customize the package according to the client’s specific requirements.</p>\n<h2 id=\"dynamic-packagin-api-flow-\">Dynamic Packagin API Flow :</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search Hotels and Flights</td>\n<td>This request is used to search for a Hotels and Flights based on the search criteria.</td>\n</tr>\n<tr>\n<td>Get Hotel Page</td>\n<td>This request is used to retrieve the Hotels options (Optional - Filtering options).</td>\n</tr>\n<tr>\n<td>Get Flights Page</td>\n<td>This request is used to retrieve the Flights options (Optional - Filtering options).</td>\n</tr>\n<tr>\n<td>Get Hotel Room Packages</td>\n<td>This request is used to get the available Rooms information for the specified Hotel.</td>\n</tr>\n<tr>\n<td>Validate Flight Route</td>\n<td>This request is used to validate a specific Flight Route. (Fare Info)</td>\n</tr>\n<tr>\n<td>Validate Hotel Room Package</td>\n<td>This request is used to validate a specific Hotel room. (Room information, Pricing and Cxl-Policy).</td>\n</tr>\n<tr>\n<td>Get Payment Info</td>\n<td>This request is used to get the applicable payment options for a specific dynamic package which picked.</td>\n</tr>\n<tr>\n<td>Book Hotel And Flight</td>\n<td>This request is used to book a combination of a Hotel &amp; Flight as a complete package.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"635902f7-012d-420d-88cc-11c51e9dd406"},{"name":"Ratefox API","item":[{"name":"Ratefox API","item":[{"name":"Ratefox API Request (SupplierId + SupplierHotelId)","id":"efb8c29b-a8fb-4948-ac6d-44014fabe24e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Credentials\": {\r\n\t\t\t\"UserName\": \"USER\",\r\n\t\t\t\"Password\": \"PASS\"\r\n\t\t},\r\n\t\t\"RequestType\": 21,\r\n\t\t\"TypeOfService\": 2,\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"HotelSmartBookRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"HotelId\": null,\r\n\t\t\t\"GimmonixHotelId\": 0,\r\n\t\t\t\"SupplierHotel\": {\r\n\t\t\t\t\"SupplierId\": 1165,\r\n\t\t\t\t\"SupplierHotelId\": \"893195\"\r\n\t\t\t},\r\n\t\t\t\"PointOfSale\": 0,\r\n\t\t\t\"CheckIn\": \"/Date(1733045439000)/\",\r\n\t\t\t\"CheckOut\": \"/Date(1733131839000)/\",\r\n\t\t\t\"Residency\": \"IL\",\r\n\t\t\t\"Price\": {\r\n\t\t\t\t\"BookingPrice\": 100,\r\n\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\"TotalTax\": {\r\n\t\t\t\t\t\"Amount\": 20,\r\n\t\t\t\t\t\"IsIncluded\": true,\r\n\t\t\t\t\t\"Currency\": null\r\n\t\t\t\t},\r\n\t\t\t\t\"TotalFee\": {\r\n\t\t\t\t\t\"Amount\": 0,\r\n\t\t\t\t\t\"IsIncluded\": false,\r\n\t\t\t\t\t\"Currency\": null\r\n\t\t\t\t},\r\n\t\t\t\t\"Commission\": {\r\n\t\t\t\t\t\"Amount\": 9,\r\n\t\t\t\t\t\"IsIncluded\": true,\r\n\t\t\t\t\t\"Currency\": null\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"RoomsRemarks\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"Key\": \"7e6f9032-fe51-4759-b88a-22c5c75a7070\",\r\n\t\t\t\t\t\"Value\": \"Test Room Remark\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"RefundableUntil\": \"/Date(1732777209000)/\",\r\n\t\t\t\"Rooms\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\"Id\": \"7e6f9032-fe51-4759-b88a-22c5c75a7070\",\r\n\t\t\t\t\t\"RoomBasis\": \"Room Only\",\r\n\t\t\t\t\t\"RoomName\": \"1 King Bed Room\",\r\n\t\t\t\t\t\"KidsAges\": []\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"WorkMode\": 1,\r\n\t\t\t\"LeadPassenger\": {\r\n\t\t\t\t\"Id\": \"7e6f9032-fe51-4759-b88a-22c5c75a825e\",\r\n\t\t\t\t\"Allocation\": \"7e6f9032-fe51-4759-b88a-22c5c75a7070\",\r\n\t\t\t\t\"Name\": {\r\n\t\t\t\t\t\"GivenName\": \"ABC\",\r\n\t\t\t\t\t\"NamePrefix\": \"Mr\",\r\n\t\t\t\t\t\"Surname\": \"Test\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Type\": 0\r\n\t\t\t},\r\n\t\t\t\"AdditionalPassengers\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"Id\": \"7e6f9032-fe51-4759-b88a-22c5c75a8200\",\r\n\t\t\t\t\t\"Allocation\": \"7e6f9032-fe51-4759-b88a-22c5c75a7070\",\r\n\t\t\t\t\t\"Type\": 0\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"LeadPaxRoomId\": \"7e6f9032-fe51-4759-b88a-22c5c75a7070\",\r\n\t\t\t\"Language\": \"en\"\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"http://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"http","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"cf3227d9-d864-4f3b-940d-f571a686f74f","name":"Ratefox API Request (SupplierId + SupplierHotelId)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Credentials\": {\r\n\t\t\t\"UserName\": \"USER\",\r\n\t\t\t\"Password\": \"PASS\"\r\n\t\t},\r\n\t\t\"RequestType\": 21,\r\n\t\t\"TypeOfService\": 2,\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"HotelSmartBookRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"HotelId\": null,\r\n\t\t\t\"GimmonixHotelId\": 0,\r\n\t\t\t\"SupplierHotel\": {\r\n\t\t\t\t\"SupplierId\": 1165,\r\n\t\t\t\t\"SupplierHotelId\": \"893195\"\r\n\t\t\t},\r\n\t\t\t\"PointOfSale\": 0,\r\n\t\t\t\"CheckIn\": \"/Date(1733045439000)/\",\r\n\t\t\t\"CheckOut\": \"/Date(1733131839000)/\",\r\n\t\t\t\"Residency\": \"IL\",\r\n\t\t\t\"Price\": {\r\n\t\t\t\t\"BookingPrice\": 100,\r\n\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\"TotalTax\": {\r\n\t\t\t\t\t\"Amount\": 20,\r\n\t\t\t\t\t\"IsIncluded\": true,\r\n\t\t\t\t\t\"Currency\": null\r\n\t\t\t\t},\r\n\t\t\t\t\"TotalFee\": {\r\n\t\t\t\t\t\"Amount\": 0,\r\n\t\t\t\t\t\"IsIncluded\": false,\r\n\t\t\t\t\t\"Currency\": null\r\n\t\t\t\t},\r\n\t\t\t\t\"Commission\": {\r\n\t\t\t\t\t\"Amount\": 9,\r\n\t\t\t\t\t\"IsIncluded\": true,\r\n\t\t\t\t\t\"Currency\": null\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"RoomsRemarks\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"Key\": \"7e6f9032-fe51-4759-b88a-22c5c75a7070\",\r\n\t\t\t\t\t\"Value\": \"Test Room Remark\"\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"RefundableUntil\": \"/Date(1732777209000)/\",\r\n\t\t\t\"Rooms\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\"Id\": \"7e6f9032-fe51-4759-b88a-22c5c75a7070\",\r\n\t\t\t\t\t\"RoomBasis\": \"Room Only\",\r\n\t\t\t\t\t\"RoomName\": \"1 King Bed Room\",\r\n\t\t\t\t\t\"KidsAges\": []\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"WorkMode\": 1,\r\n\t\t\t\"LeadPassenger\": {\r\n\t\t\t\t\"Id\": \"7e6f9032-fe51-4759-b88a-22c5c75a825e\",\r\n\t\t\t\t\"Allocation\": \"7e6f9032-fe51-4759-b88a-22c5c75a7070\",\r\n\t\t\t\t\"Name\": {\r\n\t\t\t\t\t\"GivenName\": \"ABC\",\r\n\t\t\t\t\t\"NamePrefix\": \"Mr\",\r\n\t\t\t\t\t\"Surname\": \"Test\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Type\": 0\r\n\t\t\t},\r\n\t\t\t\"AdditionalPassengers\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"Id\": \"7e6f9032-fe51-4759-b88a-22c5c75a8200\",\r\n\t\t\t\t\t\"Allocation\": \"7e6f9032-fe51-4759-b88a-22c5c75a7070\",\r\n\t\t\t\t\t\"Type\": 0\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"LeadPaxRoomId\": \"7e6f9032-fe51-4759-b88a-22c5c75a7070\",\r\n\t\t\t\"Language\": \"en\"\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"http://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001P"},{"key":"Date","value":"Sun, 13 Oct 2024 11:39:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"HotelSmartBookResponse\": {\n            \"GimmonixHotelId\": 4431797,\n            \"OrderId\": 4547487,\n            \"SupplierName\": \"DDT\",\n            \"ContractId\": 24861,\n            \"SupplierId\": 1156,\n            \"RequestPrice\": 91,\n            \"RequestedCurrency\": \"USD\",\n            \"FinalPrice\": 64.19,\n            \"Profit\": 15.87,\n            \"Revenue\": 26.81,\n            \"Segments\": [\n                {\n                    \"SegmentId\": 4578682,\n                    \"Status\": \"EV\",\n                    \"RoomName\": \"1 King Bed Room\",\n                    \"MealPlan\": \"Room only RO\",\n                    \"TotalPrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 64.19,\n                        \"FinalPriceInSupplierCurrency\": 64.19,\n                        \"OriginalPrice\": 64.19,\n                        \"OriginalPriceInSupplierCurrency\": 64.19,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"SupplierReservationDetails\": {\n                        \"BookingID\": null,\n                        \"BookingReference\": null,\n                        \"BookingRemarks\": [],\n                        \"SupplierVoucherId\": null\n                    }\n                }\n            ],\n            \"CancellationPolicies\": [\n                {\n                    \"CancellationFee\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 64.19,\n                        \"FinalPriceInSupplierCurrency\": 64.19,\n                        \"OriginalPrice\": 64.19,\n                        \"OriginalPriceInSupplierCurrency\": 64.19,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"DateFrom\": \"/Date(1732579200000+0000)/\",\n                    \"DateTo\": \"/Date(253402214400000+0000)/\"\n                }\n            ]\n        },\n        \"SessionID\": \"/181/142783/D20241013T113859/1c42f12dc80b4de2a33f71ee99da0817\"\n    }\n}"}],"_postman_id":"efb8c29b-a8fb-4948-ac6d-44014fabe24e"}],"id":"6fdcaf4c-c44e-47d2-8215-fb605ffad034","_postman_id":"6fdcaf4c-c44e-47d2-8215-fb605ffad034","description":""},{"name":"Ratefox - Prefetch Flow","item":[{"name":"Ratefox Prefetch API Request (Gimmonix HotelID)","id":"4ed77441-9247-4400-adfe-b23307a57647","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Credentials\": {\r\n\t\t\t\"UserName\": \"USER\",\r\n\t\t\t\"Password\": \"PASS\"\r\n\t\t},\r\n\t\t\"RequestType\": 29,\r\n\t\t\"TypeOfService\": 2,\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"HotelSmartBookPrefetchRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"HotelId\": null,\r\n\t\t\t\"GimmonixHotelId\": 0,\r\n\t\t\t\"SupplierHotel\": {\r\n\t\t\t\t\"SupplierId\": 1165,\r\n\t\t\t\t\"SupplierHotelId\": \"893195\"\r\n\t\t\t},\r\n\t\t\t\"PointOfSale\": 0,\r\n\t\t\t\"CheckIn\": \"/Date(1733045439000)/\",\r\n\t\t\t\"CheckOut\": \"/Date(1733131839000)/\",\r\n\t\t\t\"Residency\": \"IL\",\r\n\t\t\t\"Price\": {\r\n\t\t\t\t\"BookingPrice\": 150,\r\n\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\"TotalTax\": {\r\n\t\t\t\t\t\"Amount\": 0,\r\n\t\t\t\t\t\"IsIncluded\": false,\r\n\t\t\t\t\t\"Currency\": null\r\n\t\t\t\t},\r\n\t\t\t\t\"TotalFee\": {\r\n\t\t\t\t\t\"Amount\": 0,\r\n\t\t\t\t\t\"IsIncluded\": false,\r\n\t\t\t\t\t\"Currency\": null\r\n\t\t\t\t},\r\n\t\t\t\t\"Commission\": {\r\n\t\t\t\t\t\"Amount\": 9,\r\n\t\t\t\t\t\"IsIncluded\": true,\r\n\t\t\t\t\t\"Currency\": null\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"RefundableUntil\": \"/Date(1732777209000)/\",\r\n\t\t\t\"Rooms\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\"Id\": \"7e6f9032-fe51-4759-b88a-22c5c75a7070\",\r\n\t\t\t\t\t\"RoomBasis\": \"Room Only\",\r\n\t\t\t\t\t\"RoomName\": \"2 Queen Beds Room\",\r\n\t\t\t\t\t\"KidsAges\": []\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"WorkMode\": 1,\r\n\t\t\t\"Language\": \"en\"\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"http://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"http","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"f7f56fe5-4ad2-463c-9d27-b2c35aaffe9a","name":"Ratefox Prefetch API Request (Gimmonix HotelID)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Credentials\": {\r\n\t\t\t\"UserName\": \"USER\",\r\n\t\t\t\"Password\": \"PASS\"\r\n\t\t},\r\n\t\t\"RequestType\": 29,\r\n\t\t\"TypeOfService\": 2,\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"HotelSmartBookPrefetchRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"HotelId\": null,\r\n\t\t\t\"GimmonixHotelId\": 4431797,\r\n\t\t\t\"SupplierHotel\": null,\r\n\t\t\t\"PointOfSale\": 0,\r\n\t\t\t\"CheckIn\": \"/Date(1733045439000)/\",\r\n\t\t\t\"CheckOut\": \"/Date(1733131839000)/\",\r\n\t\t\t\"Residency\": \"IL\",\r\n\t\t\t\"Price\": {\r\n\t\t\t\t\"BookingPrice\": 150,\r\n\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\"TotalTax\": {\r\n\t\t\t\t\t\"Amount\": 0,\r\n\t\t\t\t\t\"IsIncluded\": false,\r\n\t\t\t\t\t\"Currency\": null\r\n\t\t\t\t},\r\n\t\t\t\t\"TotalFee\": {\r\n\t\t\t\t\t\"Amount\": 0,\r\n\t\t\t\t\t\"IsIncluded\": false,\r\n\t\t\t\t\t\"Currency\": null\r\n\t\t\t\t},\r\n\t\t\t\t\"Commission\": {\r\n\t\t\t\t\t\"Amount\": 9,\r\n\t\t\t\t\t\"IsIncluded\": true,\r\n\t\t\t\t\t\"Currency\": null\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"RefundableUntil\": \"/Date(1732777209000)/\",\r\n\t\t\t\"Rooms\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\"Id\": \"7e6f9032-fe51-4759-b88a-22c5c75a7070\",\r\n\t\t\t\t\t\"RoomBasis\": \"Room Only\",\r\n\t\t\t\t\t\"RoomName\": \"2 Queen Beds Room\",\r\n\t\t\t\t\t\"KidsAges\": []\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"WorkMode\": 1,\r\n\t\t\t\"Language\": \"en\"\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"http://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001O"},{"key":"Date","value":"Sun, 13 Oct 2024 11:41:51 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"HotelsSmartBookPrefetchResponse\": {\n            \"Success\": true\n        },\n        \"SessionID\": \"/181/142783/D20241013T114151/71f412effd4641fdb57780f869a4e1e1\"\n    }\n}"}],"_postman_id":"4ed77441-9247-4400-adfe-b23307a57647"},{"name":"Ratefox API Request","id":"33e2fbf8-f7fc-4a2c-bfec-c79316fb4c20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Credentials\": {\r\n\t\t\t\"UserName\": \"USER\",\r\n\t\t\t\"Password\": \"PASS\"\r\n\t\t},\r\n\t\t\"RequestType\": 21,\r\n\t\t\"TypeOfService\": 2,\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"HotelSmartBookRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"HotelId\": null,\r\n\t\t\t\"GimmonixHotelId\": 0,\r\n\t\t\t\"SupplierHotel\": {\r\n\t\t\t\t\"SupplierId\": 1165,\r\n\t\t\t\t\"SupplierHotelId\": \"893195\"\r\n\t\t\t},\r\n\t\t\t\"PointOfSale\": 0,\r\n\t\t\t\"CheckIn\": \"/Date(1733045439000)/\",\r\n\t\t\t\"CheckOut\": \"/Date(1733131839000)/\",\r\n\t\t\t\"Residency\": \"IL\",\r\n\t\t\t\"Price\": {\r\n\t\t\t\t\"BookingPrice\": 150,\r\n\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\"TotalTax\": {\r\n\t\t\t\t\t\"Amount\": 0,\r\n\t\t\t\t\t\"IsIncluded\": false,\r\n\t\t\t\t\t\"Currency\": null\r\n\t\t\t\t},\r\n\t\t\t\t\"TotalFee\": {\r\n\t\t\t\t\t\"Amount\": 0,\r\n\t\t\t\t\t\"IsIncluded\": false,\r\n\t\t\t\t\t\"Currency\": null\r\n\t\t\t\t},\r\n\t\t\t\t\"Commission\": {\r\n\t\t\t\t\t\"Amount\": 9,\r\n\t\t\t\t\t\"IsIncluded\": true,\r\n\t\t\t\t\t\"Currency\": null\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"RefundableUntil\": \"/Date(1732777209000)/\",\r\n\t\t\t\"Rooms\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\"Id\": \"7e6f9032-fe51-4759-b88a-22c5c75a7070\",\r\n\t\t\t\t\t\"RoomBasis\": \"Room Only\",\r\n\t\t\t\t\t\"RoomName\": \"2 Queen Beds Room\",\r\n\t\t\t\t\t\"KidsAges\": []\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"WorkMode\": 1,\r\n\t\t\t\"LeadPassenger\": {\r\n\t\t\t\t\"Id\": \"7e6f9032-fe51-4759-b88a-22c5c75a825e\",\r\n\t\t\t\t\"Allocation\": \"7e6f9032-fe51-4759-b88a-22c5c75a7070\",\r\n\t\t\t\t\"Name\": {\r\n\t\t\t\t\t\"GivenName\": \"ABC\",\r\n\t\t\t\t\t\"NamePrefix\": \"Mr\",\r\n\t\t\t\t\t\"Surname\": \"Test\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Type\": 0\r\n\t\t\t},\r\n\t\t\t\"AdditionalPassengers\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"Id\": \"7e6f9032-fe51-4759-b88a-22c5c75a8200\",\r\n\t\t\t\t\t\"Allocation\": \"7e6f9032-fe51-4759-b88a-22c5c75a7070\",\r\n\t\t\t\t\t\"Type\": 0\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"LeadPaxRoomId\": \"7e6f9032-fe51-4759-b88a-22c5c75a7070\",\r\n\t\t\t\"Language\": \"en\"\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"http://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"http","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"478420a6-08cd-45a3-8295-78772da86848","name":"Ratefox API Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Credentials\": {\r\n\t\t\t\"UserName\": \"USER\",\r\n\t\t\t\"Password\": \"PASS\"\r\n\t\t},\r\n\t\t\"RequestType\": 21,\r\n\t\t\"TypeOfService\": 2,\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"HotelSmartBookRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"HotelId\": null,\r\n\t\t\t\"GimmonixHotelId\": 4431797,\r\n\t\t\t\"SupplierHotel\": null,\r\n\t\t\t\"PointOfSale\": 0,\r\n\t\t\t\"CheckIn\": \"/Date(1733045439000)/\",\r\n\t\t\t\"CheckOut\": \"/Date(1733131839000)/\",\r\n\t\t\t\"Residency\": \"IL\",\r\n\t\t\t\"Price\": {\r\n\t\t\t\t\"BookingPrice\": 150,\r\n\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\"TotalTax\": {\r\n\t\t\t\t\t\"Amount\": 0,\r\n\t\t\t\t\t\"IsIncluded\": false,\r\n\t\t\t\t\t\"Currency\": null\r\n\t\t\t\t},\r\n\t\t\t\t\"TotalFee\": {\r\n\t\t\t\t\t\"Amount\": 0,\r\n\t\t\t\t\t\"IsIncluded\": false,\r\n\t\t\t\t\t\"Currency\": null\r\n\t\t\t\t},\r\n\t\t\t\t\"Commission\": {\r\n\t\t\t\t\t\"Amount\": 9,\r\n\t\t\t\t\t\"IsIncluded\": true,\r\n\t\t\t\t\t\"Currency\": null\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"RefundableUntil\": \"/Date(1732777209000)/\",\r\n\t\t\t\"Rooms\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"AdultsCount\": 2,\r\n\t\t\t\t\t\"Id\": \"7e6f9032-fe51-4759-b88a-22c5c75a7070\",\r\n\t\t\t\t\t\"RoomBasis\": \"Room Only\",\r\n\t\t\t\t\t\"RoomName\": \"2 Queen Beds Room\",\r\n\t\t\t\t\t\"KidsAges\": []\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"WorkMode\": 1,\r\n\t\t\t\"LeadPassenger\": {\r\n\t\t\t\t\"Id\": \"7e6f9032-fe51-4759-b88a-22c5c75a825e\",\r\n\t\t\t\t\"Allocation\": \"7e6f9032-fe51-4759-b88a-22c5c75a7070\",\r\n\t\t\t\t\"Name\": {\r\n\t\t\t\t\t\"GivenName\": \"ABC\",\r\n\t\t\t\t\t\"NamePrefix\": \"Mr\",\r\n\t\t\t\t\t\"Surname\": \"Test\"\r\n\t\t\t\t},\r\n\t\t\t\t\"Type\": 0\r\n\t\t\t},\r\n\t\t\t\"AdditionalPassengers\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"Id\": \"7e6f9032-fe51-4759-b88a-22c5c75a8200\",\r\n\t\t\t\t\t\"Allocation\": \"7e6f9032-fe51-4759-b88a-22c5c75a7070\",\r\n\t\t\t\t\t\"Type\": 0\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"LeadPaxRoomId\": \"7e6f9032-fe51-4759-b88a-22c5c75a7070\",\r\n\t\t\t\"Language\": \"en\"\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"http://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001P"},{"key":"Date","value":"Sun, 13 Oct 2024 11:42:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"HotelSmartBookResponse\": {\n            \"GimmonixHotelId\": 4431797,\n            \"OrderId\": 4547493,\n            \"SupplierName\": \"EPS\",\n            \"ContractId\": 24856,\n            \"SupplierId\": 1165,\n            \"RequestPrice\": 141,\n            \"RequestedCurrency\": \"USD\",\n            \"FinalPrice\": 103.78,\n            \"Profit\": 26.95,\n            \"Revenue\": 37.89,\n            \"Segments\": [\n                {\n                    \"SegmentId\": 4578688,\n                    \"Status\": \"EV\",\n                    \"RoomName\": \"Room, 2 Queen Beds (Pet Friendly)\",\n                    \"MealPlan\": \"Room only RO\",\n                    \"TotalPrice\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 103.78,\n                        \"FinalPriceInSupplierCurrency\": 103.78,\n                        \"FinalTax\": 16.58,\n                        \"OriginalPrice\": 103.78,\n                        \"OriginalPriceInSupplierCurrency\": 103.78,\n                        \"OriginalTax\": 16.58,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"SupplierReservationDetails\": {\n                        \"BookingID\": null,\n                        \"BookingReference\": null,\n                        \"BookingRemarks\": [],\n                        \"SupplierVoucherId\": null\n                    }\n                }\n            ],\n            \"CancellationPolicies\": [\n                {\n                    \"CancellationFee\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 103.78,\n                        \"FinalPriceInSupplierCurrency\": 103.78,\n                        \"FinalTax\": 16.58,\n                        \"OriginalPrice\": 103.78,\n                        \"OriginalPriceInSupplierCurrency\": 103.78,\n                        \"OriginalTax\": 16.58,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"DateFrom\": \"/Date(1732665600000+0000)/\",\n                    \"DateTo\": \"/Date(253402214400000+0000)/\"\n                }\n            ]\n        },\n        \"SessionID\": \"/181/142783/D20241013T114214/0891b397b9a04ff2abefa1e572ccfdbe\"\n    }\n}"}],"_postman_id":"33e2fbf8-f7fc-4a2c-bfec-c79316fb4c20"}],"id":"e2071346-d5a7-4e7a-83ab-b1fae2293133","description":"<h2 id=\"overview\">Overview</h2>\n<p>The Ratefox Prefetch Flow enables partners to shorten booking timeout periods by dividing the Ratefox flow into two distinct calls, as explained in the Implementation Guide. The Ratefox request involves two requests: Search and Book.</p>\n<p>Using the Prefetch Flow, partners can send a 'Prefetch request' to search for hotel and room options, identifying alternatives while the customer completes their booking information.</p>\n<p>When the book request for the Ratefox is initiated, the results are already processed, allowing the room to be booked more quickly.</p>\n<hr />\n<p>Ratefox <strong>Prefetch -</strong></p>\n<p><strong>Request Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Format</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserName</td>\n<td>Credentials - username</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>Credentials - password</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>HotelId</td>\n<td>HotelID of the wanted room option (Partner’s HotelID - required mapping).</td>\n<td>String</td>\n<td>Yes - if GimmonixHotelId or SupplierHotel not provided.</td>\n</tr>\n<tr>\n<td>GimmonixHotelId</td>\n<td>HotelID of the wanted room option (Gimmonix HotelID).</td>\n<td>String</td>\n<td>Yes - if HotelId or SupplierHotel not provided.</td>\n</tr>\n<tr>\n<td>SupplierHotel</td>\n<td>SupplierHotelId + SupplierId of the wanted room option (Suppliers HotelID).</td>\n<td>Array :  <br />\"SupplierHotel\": {  <br />\"SupplierId\": 13,  <br />\"SupplierHotelId\": \"578416\"  <br />},</td>\n<td>Yes if GimmonixHotelId or SupplierHotel not provided.</td>\n</tr>\n<tr>\n<td>PointOfSale</td>\n<td>Defines the Sales Enviroment.  <br />Possible values:  <br />Web-0,  <br />MobileApp-1,  <br />CUG-2,  <br />B2B-3</td>\n<td>int</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CheckIn</td>\n<td>Check-in date, (epoch time)</td>\n<td>Unix Epoch time.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CheckOut</td>\n<td>Check-out date, (epoch time)</td>\n<td>Unix Epoch time.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Residency</td>\n<td>The lead pax residency.</td>\n<td>ISO Country Code. Example: US, CZ, IL</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Price opening Element</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>BookingPrice</td>\n<td>The buying Price of the room.</td>\n<td>Double</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Currency - ISO Currency Codes.</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>TotalTax</td>\n<td>Total Taxes added to the buying Price.  <br />Amount - The amount of the Tax.  <br />IsIncluded - True / False (if the Tax included in the Price.)  <br />Currency - ISO Currency Codes.  <br />(If no Currency specified - Default = Currency)</td>\n<td>Array</td>\n<td></td>\n</tr>\n<tr>\n<td>TotalFee</td>\n<td>Total Fees added to the buying Price.  <br />Amount - The amount of the Fees.  <br />IsIncluded - True / False (if the Fees included in the Price.)  <br />Currency - ISO Currency Codes.  <br />(If no Currency specified - Default = Currency)</td>\n<td>Array</td>\n<td></td>\n</tr>\n<tr>\n<td>Commission</td>\n<td>Commision added to the buying Price.  <br />Amount - The amount of the Commision.  <br />IsIncluded - True / False (if the Commision included in the Price.)  <br />Currency - ISO Currency Codes.  <br />(If no Currency specified - Default = Currency)</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>RoomsRemarks</td>\n<td>Free text remarks to be sent to the supplier.  <br />Tag must be present in each room even if  <br />empty.  <br />NOTE: Only suppliers that support  <br />this feature will receive the remarks</td>\n<td>Array of \"Key\" : \"Value\".</td>\n<td></td>\n</tr>\n<tr>\n<td>RefundableUntil</td>\n<td>Refundability deadline (if Non-Refundable : forwarded the same date)</td>\n<td>Unix Epoch time.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Rooms</td>\n<td>Rooms element</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>AdultsCount</td>\n<td>Number of Adults in the room.</td>\n<td>int</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Room’s Id</td>\n<td>GUID</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>RoomBasis</td>\n<td>Room meal-plan (Room Only, Bed and Breakfast, Half Board, Full Board etc.)</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>RoomName</td>\n<td>The wanted room’s name</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>KidsAges</td>\n<td>Kids ages.</td>\n<td>Array of int</td>\n<td>If applicable</td>\n</tr>\n<tr>\n<td>WorkMode</td>\n<td>0 - Live1 - EV</td>\n<td>int</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Language</td>\n<td>Currently only : “en” is supported.</td>\n<td>ISO language code.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Errors</td>\n<td>Array of error codes and messages.</td>\n</tr>\n<tr>\n<td>Success</td>\n<td>Ture / False.</td>\n</tr>\n<tr>\n<td>SessionID</td>\n<td>SessionId, Informative only.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<hr />\n<p><strong>Ratefox Request -</strong></p>\n<p><strong>Request Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Format</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserName</td>\n<td>Credentials - username</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>Credentials - password</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>HotelId</td>\n<td>HotelID of the wanted room option (Partner’s HotelID - required mapping).</td>\n<td>String</td>\n<td>Yes - if GimmonixHotelId or SupplierHotel not provided.</td>\n</tr>\n<tr>\n<td>GimmonixHotelId</td>\n<td>HotelID of the wanted room option (Gimmonix HotelID).</td>\n<td>String</td>\n<td>Yes - if HotelId or SupplierHotel not provided.</td>\n</tr>\n<tr>\n<td>SupplierHotel</td>\n<td>HotelKey + SupplierID of the wanted room option (Suppliers HotelID).</td>\n<td>Array :  <br />\"SupplierHotel\": {  <br />\"SupplierId\": 13,  <br />\"SupplierHotelId\": \"578416\"  <br />},</td>\n<td>Yes if GimmonixHotelId or SupplierHotel not provided.</td>\n</tr>\n<tr>\n<td>PointOfSale</td>\n<td>Defines the Sales Enviroment.  <br />Possible values:  <br />Web-0,  <br />MobileApp-1,  <br />CUG-2,  <br />B2B-3</td>\n<td>int</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CheckIn</td>\n<td>Check-in date, (epoch time)</td>\n<td>Unix Epoch time.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CheckOut</td>\n<td>Check-out date, (epoch time)</td>\n<td>Unix Epoch time.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Residency</td>\n<td>The lead pax residency.</td>\n<td>ISO Country Code. Example: US, CZ, IL</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Price opening Element</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>BookingPrice</td>\n<td>The buying Price of the room.</td>\n<td>double</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Currency - ISO Currency Codes.</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>TotalTax</td>\n<td>Total Taxes added to the buying Price.  <br />Amount - The amount of the Tax.  <br />IsIncluded - True / False (if the Tax included in the Price.)  <br />Currency - ISO Currency Codes.  <br />(If no Currency specified - Default = Currency)</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>TotalFee</td>\n<td>Total Fees added to the buying Price.  <br />Amount - The amount of the Fees.  <br />IsIncluded - True / False (if the Fees included in the Price.)  <br />Currency - ISO Currency Codes.  <br />(If no Currency specified - Default = Currency)</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>RoomsRemarks</td>\n<td>Free text remarks to be sent to the supplier.  <br />Tag must be present in each room even if  <br />empty.  <br />NOTE: Only suppliers that support  <br />this feature will receive the remarks</td>\n<td>Array of \"Key\" : \"Value\".</td>\n<td></td>\n</tr>\n<tr>\n<td>RefundableUntil</td>\n<td>Refundability deadline (if Non-Refundable : forwarded the same date)</td>\n<td>Unix Epoch time.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Rooms</td>\n<td>Rooms element</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>AdultsCount</td>\n<td>Number of Adults in the room.</td>\n<td>int</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Room’s Id</td>\n<td>GUID</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>RoomBasis</td>\n<td>Room meal-plan (Room Only, Bed and Breakfast, Half Board, Full Board etc.)</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>RoomName</td>\n<td>The wanted room’s name</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>KidsAges</td>\n<td>Kids ages.</td>\n<td>Array of int</td>\n<td>If applicable</td>\n</tr>\n<tr>\n<td>WorkMode</td>\n<td>0 - Live1 - EV</td>\n<td>int</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>LeadPassenger</td>\n<td>LeadPassenger element</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>Id of the Pax</td>\n<td>GUID</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Allocation</td>\n<td>Allocation of the pax (Room Id)</td>\n<td>GUID</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>GivenName</td>\n<td>First Name Use English characters only, otherwise the booking might fail on the supplier side.</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>NamePrefix</td>\n<td>Mr./ Mrs./ Ms./ etc.</td>\n<td>PersonType</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Last Name Use English characters only, otherwise the booking might fail on the supplier side</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>0 - Adult  <br />1 - Child  <br />2 - Infant  <br />3 - Youth  <br />4 - Senior  <br />5 - Student  <br />6 - Military</td>\n<td>PersonType</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>AdditionalPassengers</td>\n<td>AdditionalPassengers element</td>\n<td></td>\n<td>If applicable</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>Id of the passenger.</td>\n<td>GUID</td>\n<td>If applicable</td>\n</tr>\n<tr>\n<td>Allocation</td>\n<td>Allocation of the pax (Room Id)</td>\n<td>GUID</td>\n<td>If applicable</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>0 - Adult  <br />1 - Child  <br />2 - Infant  <br />3 - Youth  <br />4 - Senior  <br />5 - Student  <br />6 - Military</td>\n<td>PersonType</td>\n<td>If applicable</td>\n</tr>\n<tr>\n<td>LeaPaxRoomId</td>\n<td>The Lead pax room Id</td>\n<td>GUID</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Language</td>\n<td>Currently only : “en” is supported.</td>\n<td>ISO language code.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Errors</td>\n<td>Array of error codes and messages.</td>\n</tr>\n<tr>\n<td>GimmonixHotelId</td>\n<td>Gimmonix HotelId which was booked.</td>\n</tr>\n<tr>\n<td>OrderId</td>\n<td>The OrderId which was created in Gimmonix.</td>\n</tr>\n<tr>\n<td>SupplierName</td>\n<td>Supplier Name of the reservation.</td>\n</tr>\n<tr>\n<td>ContractId</td>\n<td>ContactId of the booked supplier.</td>\n</tr>\n<tr>\n<td>SupplierId</td>\n<td>SupplierId of the booked supplier. For list of SupplierIds - Click here.</td>\n</tr>\n<tr>\n<td>RequestedPrice</td>\n<td>Requested room’s original Net price.</td>\n</tr>\n<tr>\n<td>RequestedCurrency</td>\n<td>Requested room’s original Currency.</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The room price which SmartBook booked.</td>\n</tr>\n<tr>\n<td>Profit</td>\n<td>The revenue generation occurred. Calculated as [Expected Profit - Actual Profit]  <br />(**Expected Profit - Default is 2$.)</td>\n</tr>\n<tr>\n<td>Revenue</td>\n<td>The delta profit generation occurred. Calculated as [RequestedPrice - FinalPrice]</td>\n</tr>\n<tr>\n<td>Segments</td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>The SegmentId which was created in Gimmonix.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>Booking Status. More information about statuses - Click here.</td>\n</tr>\n<tr>\n<td>RoomName</td>\n<td>The booked room’s name.</td>\n</tr>\n<tr>\n<td>MealPlan</td>\n<td>The booked room’s meal Plan.</td>\n</tr>\n<tr>\n<td>TotalPrice</td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Currency as requested.</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The room price which SmartBook booked.</td>\n</tr>\n<tr>\n<td>FinalPriceInSupplierCurrency</td>\n<td>The room price which SmartBook booked in suppliers currency.</td>\n</tr>\n<tr>\n<td>FinalTax</td>\n<td>The room Tax which SmartBook booked.</td>\n</tr>\n<tr>\n<td>OriginalPrice</td>\n<td>The room price which SmartBook booked.</td>\n</tr>\n<tr>\n<td>OriginalPriceInSupplierCurrency</td>\n<td>The room price which SmartBook booked in suppliers currency.</td>\n</tr>\n<tr>\n<td>OriginalTax</td>\n<td>The room Tax which SmartBook booked in suppliers currency.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>Currency as returned from supplier.</td>\n</tr>\n<tr>\n<td>SupplierReservationDetails</td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>BookingID</td>\n<td>Supplier’s booking ID.</td>\n</tr>\n<tr>\n<td>BookingReference</td>\n<td>Supplier’s booking reference.</td>\n</tr>\n<tr>\n<td>BookingRemarks</td>\n<td>Supplier’s booking remarks.</td>\n</tr>\n<tr>\n<td>SupplierVoucherId</td>\n<td>Supplier’s voucher Id.</td>\n</tr>\n<tr>\n<td>CancellationPolicies</td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>CancellationFee</td>\n<td></td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Currency of the cancellation policy (as requested).</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The charge amount in case of cancellation.</td>\n</tr>\n<tr>\n<td>FinalPriceInSupplierCurrency</td>\n<td>The charge amount in case of cancellation in suppliers currency.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>Currency as returned from supplier.</td>\n</tr>\n<tr>\n<td>DateFrom</td>\n<td>Epoch time, date when the cancellation policy kicks in.</td>\n</tr>\n<tr>\n<td>SessionID</td>\n<td>SessionId, Informative only.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e2071346-d5a7-4e7a-83ab-b1fae2293133"},{"name":"Ratefox - Financial Reports","item":[{"name":"GetSegmentSmartBookAPIData","item":[{"name":"GetSegmentSmartBookAPIData","id":"9906dc4f-3807-4d3a-83e5-da2b000e87cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"ClientIP\": \"\",\n        \"Credentials\": {\n            \"Password\": \"TEST\",\n            \"UserName\": \"TEST\"\n        },\n        \"SegmentId\": 3796923\n    }\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetSegmentSmartBookAPIData","urlObject":{"protocol":"https","path":["BookingServices","OrdersService.svc","json","GetSegmentSmartBookAPIData"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"80997413-2dac-41aa-a64e-c9cc0780ee4b","name":"GetSegmentSmartBookAPIData","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request\": {\n        \"ClientIP\": \"\",\n        \"Credentials\": {\n            \"Password\": \"TEST\",\n            \"UserName\": \"TEST\"\n        },\n        \"SegmentId\": 3796923\n    }\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetSegmentSmartBookAPIData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"testvmss000010"},{"key":"Date","value":"Sun, 14 Apr 2024 07:56:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"GetSegmentSmartBookAPIDataResult\": {\n        \"EndOfList\": true,\n        \"Errors\": [],\n        \"Segments\": [\n            {\n                \"SegmentId\": 3796923,\n                \"Status\": \"OK\",\n                \"HotelId\": 4307268,\n                \"CheckIn\": \"/Date(1720589402000+0000)/\",\n                \"CheckOut\": \"/Date(1720675802000+0000)/\",\n                \"RequestPrice\": 71.06,\n                \"FinalPrice\": 72.05,\n                \"Profit\": 3.57,\n                \"Currency\": \"USD\",\n                \"TotalPrice\": {\n                    \"FinalPrice\": 72.05,\n                    \"OriginalTax\": 15.8,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"Rooms\": [\n                    {\n                        \"RoomName\": \"Junior suite\",\n                        \"MealPlan\": \"Room only RO\"\n                    }\n                ],\n                \"ContractId\": 5373,\n                \"SupplierId\": 1079,\n                \"SupplierName\": \"GetARoom\",\n                \"SupplierReservationDetails\": {\n                    \"BookingID\": \"R123203381\",\n                    \"BookingReference\": \"bcd85726-644a-487b-9cb3-e3a5dcb39736\",\n                    \"BookingRemarks\": [\n                        \"\\r\\n\\r\\nEach room in this reservation is subject to the following cancellation policy: Cancellations before 07/06/2024, 10:00 AM (America/New York) are fully refundable. Bookings cancelled after 07/06/2024, 10:00 AM (America/New York) are subject to a fee of 1 night's room and tax. There is no refund for no-shows, early checkouts, or cancellations after 07/10/2024, 10:00 AM (America/New York).\"\n                    ],\n                    \"SupplierVoucherId\": null\n                },\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"USD\",\n                            \"FinalPrice\": 77,\n                            \"OriginalPriceInSupplierCurrency\": 77,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1720051200000+0000)/\"\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"9906dc4f-3807-4d3a-83e5-da2b000e87cd"}],"id":"c6a642c1-2978-4e95-a543-828396c3c5fb","description":"<p>The GetSegmentFinReport function will retrieve for you all monetary calculations and consideration for the specified SegmentID.</p>\n<p><strong>Request Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Explanation</th>\n<th><strong>Madatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>UserName &amp; Password  <br />Will be provided by Travolutionary support team upon set-up, or by creating a new user in the B2B/Back-office system.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>SegmentID</td>\n<td>The order segment identification which will be detailed</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Respose Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EndOfList</td>\n<td>True if all the data returnd.  <br />False - otherwise.</td>\n</tr>\n<tr>\n<td>Errors</td>\n<td>Error codes and messages list.</td>\n</tr>\n<tr>\n<td><strong>Segments</strong></td>\n<td><strong>Opening Element</strong></td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>Segment ID as created on Gimmonix.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>Booking status. See all the possible statuses list <a href=\"https://documentation.hsp.gimmonix.com/docs/orders-and-segments-statuses\">Here</a>.</td>\n</tr>\n<tr>\n<td>CheckIn</td>\n<td>The Check-In date in : Unix time format.</td>\n</tr>\n<tr>\n<td>CheckOut</td>\n<td>The Check-Out date in : Unix time format.</td>\n</tr>\n<tr>\n<td>RequestPrice</td>\n<td>Room's price as requested in the Smartbook API request.</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The room's price, the price it was booked at on Gimmonix.</td>\n</tr>\n<tr>\n<td>Profit</td>\n<td>Profit / Margin on the bookings.  <br />Calculated as :  <br />[Profit] = [RequestPrice] - [FinalPrice]</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Currency ISO Code of the Final Price.</td>\n</tr>\n<tr>\n<td>TotalPrice</td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The price it was booked at on Gimmonix, but in Supplier Currency.</td>\n</tr>\n<tr>\n<td>OriginalTax</td>\n<td>The taxes in Supplier Currency.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>Currency ISO Code of the Supplier prices.</td>\n</tr>\n<tr>\n<td><strong>Rooms</strong></td>\n<td><strong>Opening Element</strong></td>\n</tr>\n<tr>\n<td>RoomName</td>\n<td>The booked room's name.</td>\n</tr>\n<tr>\n<td>MealPlan</td>\n<td>The booked room's Meal-Plan.</td>\n</tr>\n<tr>\n<td>ContractId</td>\n<td>The contracts Id of the booked supplier.</td>\n</tr>\n<tr>\n<td>SupplierId</td>\n<td>The suppliers Id of the booked supplier.</td>\n</tr>\n<tr>\n<td>SupplierName</td>\n<td>The suppliers name of the booked supplier.</td>\n</tr>\n<tr>\n<td><strong>SupplierReservationDetails</strong></td>\n<td><strong>Opening Element</strong></td>\n</tr>\n<tr>\n<td>BookingID</td>\n<td>Supplier booking confirmation id for this booking.</td>\n</tr>\n<tr>\n<td>BookingReference</td>\n<td>Supplier booking reference for this booking.  <br />  <br /><strong>Note:</strong>  <br />This fields may not return in case the supplier returned single booking id/reference for this booking.</td>\n</tr>\n<tr>\n<td>BookingsRemarks</td>\n<td>Supplier booking remarks for this booking.</td>\n</tr>\n<tr>\n<td>SupplierVoucherId</td>\n<td>Supplier voucherId for this booking.</td>\n</tr>\n<tr>\n<td><strong>CancellationPolicies</strong></td>\n<td><strong>Opening Element</strong></td>\n</tr>\n<tr>\n<td>CanellationFee</td>\n<td></td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Currency ISO Code of the cxl-policy.</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The cxl-policies fee in the requested currency.</td>\n</tr>\n<tr>\n<td>OriginalPriceInSupplierCurrency</td>\n<td>The cxl-policies fee in suppliers currency.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>Currency ISO Code of the Supplier cxl-policy.</td>\n</tr>\n<tr>\n<td>DateFrom</td>\n<td>Date from which the cxl fee will affect. In : Unix time format.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"c6a642c1-2978-4e95-a543-828396c3c5fb"},{"name":"GetSmartBookAPIData","item":[{"name":"GetSmartBookAPIData","id":"b06bccc5-35d7-47d1-a8d0-710786a9bed3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"request\": {\n          \"ClientIP\": \"\",\n          \"Credentials\": {\n            \"Password\": \"TEST\",\n            \"UserName\": \"TEST\"\n          },\n          \"FromDate\": \"/Date(1704092064000)/\",\n          \"RecordsToSkip\": 0,\n          \"ToDate\": \"/Date(1709279672000)/\"\n        }\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetSmartBookAPIData","urlObject":{"protocol":"https","path":["BookingServices","OrdersService.svc","json","GetSmartBookAPIData"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"b55325af-5a46-43bb-8ffa-4ae2e57279ca","name":"GetSmartBookAPIData","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"request\": {\n          \"ClientIP\": \"\",\n          \"Credentials\": {\n            \"Password\": \"TEST\",\n            \"UserName\": \"TEST\"\n          },\n          \"FromDate\": \"/Date(1704092064000)/\",\n          \"RecordsToSkip\": 0,\n          \"ToDate\": \"/Date(1709279672000)/\"\n        }\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetSmartBookAPIData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"testvmss000010"},{"key":"Date","value":"Sun, 14 Apr 2024 07:57:51 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"GetSmartBookAPIDataResult\": {\n        \"EndOfList\": true,\n        \"Errors\": [],\n        \"Segments\": [\n            {\n                \"SegmentId\": 3786786,\n                \"Status\": \"EV\",\n                \"HotelId\": 4431797,\n                \"CheckIn\": \"/Date(1712361600000+0000)/\",\n                \"CheckOut\": \"/Date(1712620800000+0000)/\",\n                \"RequestPrice\": 350.71,\n                \"FinalPrice\": 346.2,\n                \"Profit\": 12.74,\n                \"Currency\": \"USD\",\n                \"TotalPrice\": {\n                    \"FinalPrice\": 346.2,\n                    \"OriginalTax\": 39.24,\n                    \"SupplierCurrency\": \"EUR\"\n                },\n                \"Rooms\": [\n                    {\n                        \"RoomName\": \"1 King Bed Room with Sofa Bed\",\n                        \"MealPlan\": \"Room only RO\"\n                    }\n                ],\n                \"ContractId\": 4331,\n                \"SupplierId\": 1127,\n                \"SupplierName\": \"Travellanda\",\n                \"SupplierReservationDetails\": {\n                    \"BookingID\": null,\n                    \"BookingReference\": null,\n                    \"BookingRemarks\": [\n                        \"\\r\\nIF YOU FAIL TO CHECK-IN FOR THIS RESERVATION, OR IF YOU CANCEL OR CHANGE THIS RESERVATION AFTER CXL DEADLINE, YOU MAY INCUR PENALTY CHARGES AT THE DISCRETION OF THE HOTEL OF UP TO 100% OF THE BOOKING VALUE, UNLESS OTHERWISE STATED..Bed types are not guaranteed:Room, 1 King Bed with Sofa bed - 1 King  KingBed and 1 Full  SofaBed (room for 2 adults .)\\r\\n**PACKAGE RATE**Free self parking, Free WiFi\\r\\nNote: Rates are valid only as part of a package.One or more travel related components (Air tickets, car rental and train tickets only) must be combined with the hotel rates as a package. Stand alone rates will at no time be visible to the final customer.Bed types are not guaranteed:Room, 1 King Bed with Sofa bed - 1 King  KingBed and 1 Full  SofaBed (room for 2 adults .)House RulesChildren welcomePets welcome (restrictions apply)No smokingKnow Before You Go:   The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. The property allows pets in specific rooms only and has other pet restrictions (surcharges apply and can be found in the Fees section). Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation.  Contactless check-in and contactless check-out are available. Fees:  Pet deposit: USD 30.00 per stayPet fee: USD 30 per pet, per nightService animals are exempt from fees The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. Checkin Instructions:   Extra-person charges may apply and vary depending on property policyGovernment-issued photo identification and a credit card may be required at check-in for incidental chargesSpecial requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteedThis property accepts credit cards, debit cards, and cashSafety features at this property include a carbon monoxide detector and a smoke detector  Special Checkin Instructions: An adult age 18 or older must assume all liability for the booking. Front desk staff will greet guests on arrival.Checkin Time: 3:00 PMCheckin End Time: midnightCheckout Time: 11:00 AMRoom Name: Room, 1 King Bed with Sofa bedRoom Description: 1 King Bed and 1 Double Sofa BedInternet - Free WiFi Entertainment - LCD television with digital channelsFood & Drink - Refrigerator and coffee/tea maker Sleep - Bed sheets Bathroom - Private bathroom, shower/tub combination, a hair dryer, and towelsPractical - Iron/ironing board and deskComfort - Air conditioningNon-SmokingConnecting/adjoining rooms can be requested, subject to availability\"\n                    ],\n                    \"SupplierVoucherId\": null\n                },\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"USD\",\n                            \"FinalPrice\": 380,\n                            \"OriginalPriceInSupplierCurrency\": 380,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(-2208988800000+0000)/\"\n                    }\n                ]\n            },\n            {\n                \"SegmentId\": 3786787,\n                \"Status\": \"EV\",\n                \"HotelId\": 4431797,\n                \"CheckIn\": \"/Date(1712361600000+0000)/\",\n                \"CheckOut\": \"/Date(1712620800000+0000)/\",\n                \"RequestPrice\": 350.71,\n                \"FinalPrice\": 349.63,\n                \"Profit\": 9.57,\n                \"Currency\": \"USD\",\n                \"TotalPrice\": {\n                    \"FinalPrice\": 349.63,\n                    \"OriginalTax\": 39.63,\n                    \"SupplierCurrency\": \"EUR\"\n                },\n                \"Rooms\": [\n                    {\n                        \"RoomName\": \"1 King Bed Room with Sofa Bed\",\n                        \"MealPlan\": \"Room only RO\"\n                    }\n                ],\n                \"ContractId\": 4331,\n                \"SupplierId\": 1127,\n                \"SupplierName\": \"Travellanda\",\n                \"SupplierReservationDetails\": {\n                    \"BookingID\": null,\n                    \"BookingReference\": null,\n                    \"BookingRemarks\": [\n                        \"\\r\\nPet deposit: 30 USD per guest per stay.\\r\\nPets: 30 USD per guest per stay.\"\n                    ],\n                    \"SupplierVoucherId\": null\n                },\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"USD\",\n                            \"FinalPrice\": 380,\n                            \"OriginalPriceInSupplierCurrency\": 380,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(-2208988800000+0000)/\"\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"b06bccc5-35d7-47d1-a8d0-710786a9bed3"}],"id":"f405a5fe-5eb0-4371-ab23-aaa3dfd2984d","description":"<p>The GetSmartBookData function will retrieve all monetary calculations and consideration for a number of SmartBook orders between dates, depending on your search query.</p>\n<p><strong>Request parameter :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>Will be provided by Travolutionary Support team upon set-up, or by creating a new user in the B2B/Backoffice system.  <br />- Password  <br />- UserName</td>\n<td>String</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>The date from which the orders will be detailed.</td>\n<td>System.DateTime</td>\n</tr>\n<tr>\n<td>RecordsToSkip</td>\n<td>Will skip the set number of orders from the starting date</td>\n<td>Int32</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>The date up to which the orders will be detailed.</td>\n<td>System.DateTime</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Respose Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EndOfList</td>\n<td>True if all the data returnd.  <br />False - otherwise.  <br />(Depending on the \"RecordToSkip\" field, if set to false, indicate the number of segments returned to retrieve the subsequent data.)</td>\n</tr>\n<tr>\n<td>Errors</td>\n<td>Error codes and messages list.</td>\n</tr>\n<tr>\n<td><strong>Segments</strong></td>\n<td><strong>Opening Element</strong></td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>Segment ID as created on Gimmonix.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>Booking status. See all the possible statuses list <a href=\"https://documentation.hsp.gimmonix.com/docs/orders-and-segments-statuses\">Here</a>.</td>\n</tr>\n<tr>\n<td>CheckIn</td>\n<td>The Check-In date in : Unix time format.</td>\n</tr>\n<tr>\n<td>CheckOut</td>\n<td>The Check-Out date in : Unix time format.</td>\n</tr>\n<tr>\n<td>RequestPrice</td>\n<td>Room's price as requested in the Smartbook API request.</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The room's price, the price it was booked at on Gimmonix.</td>\n</tr>\n<tr>\n<td>Profit</td>\n<td>Profit / Margin on the bookings.  <br />Calculated as :  <br />[Profit] = [RequestPrice] - [FinalPrice]</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Currency ISO Code of the Final Price.</td>\n</tr>\n<tr>\n<td>TotalPrice</td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The price it was booked at on Gimmonix, but in Supplier Currency.</td>\n</tr>\n<tr>\n<td>OriginalTax</td>\n<td>The taxes in Supplier Currency.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>Currency ISO Code of the Supplier prices.</td>\n</tr>\n<tr>\n<td><strong>Rooms</strong></td>\n<td><strong>Opening Element</strong></td>\n</tr>\n<tr>\n<td>RoomName</td>\n<td>The booked room's name.</td>\n</tr>\n<tr>\n<td>MealPlan</td>\n<td>The booked room's Meal-Plan.</td>\n</tr>\n<tr>\n<td>ContractId</td>\n<td>The contracts Id of the booked supplier.</td>\n</tr>\n<tr>\n<td>SupplierId</td>\n<td>The suppliers Id of the booked supplier.</td>\n</tr>\n<tr>\n<td>SupplierName</td>\n<td>The suppliers name of the booked supplier.</td>\n</tr>\n<tr>\n<td><strong>SupplierReservationDetails</strong></td>\n<td><strong>Opening Element</strong></td>\n</tr>\n<tr>\n<td>BookingID</td>\n<td>Supplier booking confirmation id for this booking.</td>\n</tr>\n<tr>\n<td>BookingReference</td>\n<td>Supplier booking reference for this booking.  <br />  <br /><strong>Note:</strong>  <br />This fields may not return in case the supplier returned single booking id/reference for this booking.</td>\n</tr>\n<tr>\n<td>BookingsRemarks</td>\n<td>Supplier booking remarks for this booking.</td>\n</tr>\n<tr>\n<td>SupplierVoucherId</td>\n<td>Supplier voucherId for this booking.</td>\n</tr>\n<tr>\n<td><strong>CancellationPolicies</strong></td>\n<td><strong>Opening Element</strong></td>\n</tr>\n<tr>\n<td>CanellationFee</td>\n<td></td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Currency ISO Code of the cxl-policy.</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The cxl-policies fee in the requested currency.</td>\n</tr>\n<tr>\n<td>OriginalPriceInSupplierCurrency</td>\n<td>The cxl-policies fee in suppliers currency.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>Currency ISO Code of the Supplier cxl-policy.</td>\n</tr>\n<tr>\n<td>DateFrom</td>\n<td>Date from which the cxl fee will affect. In : Unix time format.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"f405a5fe-5eb0-4371-ab23-aaa3dfd2984d"}],"id":"baa94a55-a19d-4d57-8159-e9d9208318f5","_postman_id":"baa94a55-a19d-4d57-8159-e9d9208318f5","description":""},{"name":"Post-Booking","item":[{"name":"Check Status","item":[{"name":"Check Status","id":"1f6c194d-0904-433a-97c2-cfafead00f76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Credentials\": {\r\n            \"UserName\": \"username\",\r\n            \"Password\": \"password\"\r\n        },\r\n        \"Request\": {\r\n            \"__type\": \"HotelBookInfoRequest\",\r\n            \"ClientIP\": null,\r\n            \"SegmentID\": \"4399477\"\r\n        },\r\n        \"RequestType\": 5,\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"d8166136-1a4b-4497-8403-0c982df0db4f","name":"Check Status","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Credentials\": {\r\n            \"UserName\": \"username\",\r\n            \"Password\": \"password\"\r\n        },\r\n        \"Request\": {\r\n            \"__type\": \"HotelBookInfoRequest\",\r\n            \"ClientIP\": null,\r\n            \"SegmentID\": \"4399477\"\r\n        },\r\n        \"RequestType\": 5,\r\n        \"TypeOfService\": 2\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001G"},{"key":"Date","value":"Wed, 15 Nov 2023 12:23:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"HotelBookInfoResponse\": {\n            \"Status\": \"OK\"\n        },\n        \"SessionID\": \"/22/128258/D20231115T122338/ef997ae59a44479f8fcbdd51145bba17\"\n    }\n}"}],"_postman_id":"1f6c194d-0904-433a-97c2-cfafead00f76"}],"id":"f1a717bd-8460-4dcd-a05e-1aaa8ef121ec","description":"<p>This function submits a request to retrieve the updated status and booking data.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SegmentID</td>\n<td>SegmentID that needs to be queried for an updated status.</td>\n</tr>\n<tr>\n<td>Credentials</td>\n<td>Credentials of the user to be used for the check status request</td>\n</tr>\n<tr>\n<td>Username</td>\n<td>Username which has sufficient permissions to perform a check status.  <br />  <br />Please note that a user can check status for his segments only, or segments that were made on his node, or segments that were made on his child nodes.  <br />  <br />root user (User which is located under the main node) can perform check status to any segment on the company.</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>password</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"f1a717bd-8460-4dcd-a05e-1aaa8ef121ec"},{"name":"Cancel Booking","item":[{"name":"Cancel Booking","id":"ffc9fe71-c241-43a7-b6a9-13a8868ead55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Credentials\": {\r\n            \"UserName\": \"username\",\r\n            \"Password\": \"password\"\r\n        },\r\n        \"Request\": {\r\n            \"__type\": \"HotelBookCancelRequest\",\r\n            \"ClientIP\": null,\r\n            \"SegmentID\": \"4399477\",\r\n            \"IncludePackageDetails\": false\r\n        },\r\n        \"RequestType\": 3,\r\n        \"TypeOfService\": 2\r\n    }\r\n}"},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"826e8547-adeb-4598-9678-e8525e4fd4b3","name":"Cancel Booking","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"rqst\": {\r\n        \"Credentials\": {\r\n            \"UserName\": \"username\",\r\n            \"Password\": \"password\"\r\n        },\r\n        \"Request\": {\r\n            \"__type\": \"HotelBookCancelRequest\",\r\n            \"ClientIP\": null,\r\n            \"SegmentID\": \"4399477\",\r\n            \"IncludePackageDetails\": false\r\n        },\r\n        \"RequestType\": 3,\r\n        \"TypeOfService\": 2\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"certvmss00001G"},{"key":"Date","value":"Wed, 15 Nov 2023 12:23:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"HotelBookCancelResponse\": {\n            \"BookCancelID\": \"841aa0084545058678e2\",\n            \"CancellationFee\": 0,\n            \"Currency\": \"USD\",\n            \"Status\": \"CX\"\n        },\n        \"SessionID\": \"/22/128258/D20231115T122356/f74fb09d04a746f5bb06c16f6634bea4\"\n    }\n}"}],"_postman_id":"ffc9fe71-c241-43a7-b6a9-13a8868ead55"}],"id":"325f951c-3eb3-4574-8dd0-0a292be8ef2d","description":"<p>This function submits a request to cancel any existing booking.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SegmentID</td>\n<td>SegmentID received in booking response</td>\n</tr>\n<tr>\n<td>Credentials</td>\n<td>Credentials of the user to be used for cancellation request</td>\n</tr>\n<tr>\n<td>Username</td>\n<td>Username which has sufficient permissions to perform a cancellation.  <br />  <br />Please note that a user can cancel his segments only, or segments that were made on his node, or segments that were made on his child nodes.  <br />  <br />root user (User which is located under the main node) can perform cancel to any segment on the company</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>The user's password</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"325f951c-3eb3-4574-8dd0-0a292be8ef2d"}],"id":"9d506969-765f-4836-9f4b-09767fe5872b","_postman_id":"9d506969-765f-4836-9f4b-09767fe5872b","description":""}],"id":"12a58c89-37fa-44f8-9043-6258b4003a36","description":"<h2 id=\"overview\">Overview</h2>\n<p>Ratefox empowers our partners to increase the booking profits by reducing the purchasing costs.</p>\n<p>This feature incorporates an advanced business logic layer aimed at improving search efficiency and maximizing profitability, providing users with a straightforward and expedient solution for optimizing revenue.</p>\n<hr />\n<p><strong>Request Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Format</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserName</td>\n<td>Credentials - username</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>Credentials - password</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>HotelId</td>\n<td>HotelID of the wanted room option (Partner’s HotelID - required mapping).</td>\n<td>String</td>\n<td>Yes - if GimmonixHotelId or SupplierHotel not provided.</td>\n</tr>\n<tr>\n<td>GimmonixHotelId</td>\n<td>HotelID of the wanted room option (Gimmonix HotelID).</td>\n<td>String</td>\n<td>Yes - if HotelId or SupplierHotel not provided.</td>\n</tr>\n<tr>\n<td>SupplierHotel</td>\n<td>SupplierHotelId + SupplierId of the wanted room option (Suppliers HotelID).</td>\n<td>Array :  <br />\"SupplierHotel\": {  <br />\"SupplierId\": 13,  <br />\"SupplierHotelId\": \"578416\"  <br />},</td>\n<td>Yes if GimmonixHotelId or SupplierHotel not provided.</td>\n</tr>\n<tr>\n<td>PointOfSale</td>\n<td>Defines the Sales Enviroment.  <br />Possible values:  <br />Web-0,  <br />MobileApp-1,  <br />CUG-2,  <br />B2B-3</td>\n<td>int</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CheckIn</td>\n<td>Check-in date, (epoch time)</td>\n<td>Unix Epoch time.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CheckOut</td>\n<td>Check-out date, (epoch time)</td>\n<td>Unix Epoch time.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Residency</td>\n<td>The lead pax residency.</td>\n<td>ISO Country Code. Example: US, CZ, IL</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Price opening Element</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>BookingPrice</td>\n<td>The buying Price of the room.</td>\n<td>double</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Currency - ISO Currency Codes.</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>TotalTax</td>\n<td>Total Taxes added to the buying Price.  <br /><strong>Amount -</strong> The amount of the Tax.  <br /><strong>IsIncluded -</strong> True / False (if the Tax included in the Price.)  <br /><strong>Currency -</strong> ISO Currency Codes.  <br />(If no Currency specified - Default = Currency)</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>TotalFee</td>\n<td>Total Fees added to the buying Price.  <br /><strong>Amount -</strong> The amount of the Fees.  <br /><strong>IsIncluded -</strong> True / False (if the Fees included in the Price.)  <br /><strong>Currency -</strong> ISO Currency Codes.  <br />(If no Currency specified - Default = Currency)</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Commission</td>\n<td>Commision added to the buying Price.  <br /><strong>Amount -</strong> The amount of the Commision.  <br /><strong>IsIncluded -</strong> True / False (if the Commision included in the Price.)  <br /><strong>Currency -</strong> ISO Currency Codes.  <br />(If no Currency specified - Default = Currency)</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>RoomsRemarks</td>\n<td>Free text remarks to be sent to the supplier.  <br />Tag must be present in each room even if  <br />empty.  <br /><strong>NOTE:</strong> Only suppliers that support  <br />this feature will receive the remarks</td>\n<td>Array of \"Key\" : \"Value\".</td>\n<td></td>\n</tr>\n<tr>\n<td>RefundableUntil</td>\n<td>Refundability deadline (if Non-Refundable : forwarded the same date)</td>\n<td>Unix Epoch time.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Rooms</td>\n<td>Rooms element</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>AdultsCount</td>\n<td>Number of Adults in the room.</td>\n<td>int</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Room’s Id</td>\n<td>GUID</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>RoomBasis</td>\n<td>Room meal-plan (Room Only, Bed and Breakfast, Half Board, Full Board or All Inclusive)</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>RoomName</td>\n<td>The wanted room’s name</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>KidsAges</td>\n<td>Kids ages.</td>\n<td>Array of int</td>\n<td>If applicable</td>\n</tr>\n<tr>\n<td>WorkMode</td>\n<td>0 - Live  <br />1 - EV</td>\n<td>int</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>LeadPassenger</td>\n<td>LeadPassenger element</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>Id of the Pax</td>\n<td>GUID</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Allocation</td>\n<td>Allocation of the pax (Room Id)</td>\n<td>GUID</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>GivenName</td>\n<td>First Name Use English characters only, otherwise the booking might fail on the supplier side.</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>NamePrefix</td>\n<td>Mr./ Mrs./ Ms./ etc.</td>\n<td>PersonType</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Last Name Use English characters only, otherwise the booking might fail on the supplier side</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>0 - Adult  <br />1 - Child  <br />2 - Infant  <br />3 - Youth  <br />4 - Senior  <br />5 - Student  <br />6 - Military</td>\n<td>PersonType</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>AdditionalPassengers</td>\n<td>AdditionalPassengers element</td>\n<td></td>\n<td>If applicable</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>Id of the passenger.</td>\n<td>GUID</td>\n<td>If applicable</td>\n</tr>\n<tr>\n<td>Allocation</td>\n<td>Allocation of the pax (Room Id)</td>\n<td>GUID</td>\n<td>If applicable</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>0 - Adult  <br />1 - Child  <br />2 - Infant  <br />3 - Youth  <br />4 - Senior  <br />5 - Student  <br />6 - Military</td>\n<td>PersonType</td>\n<td>If applicable</td>\n</tr>\n<tr>\n<td>LeaPaxRoomId</td>\n<td>The Lead pax room Id</td>\n<td>GUID</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Language</td>\n<td>Currently only : “en” is supported.</td>\n<td>ISO language code.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Errors</td>\n<td>Array of error codes and messages.</td>\n</tr>\n<tr>\n<td>GimmonixHotelId</td>\n<td>Gimmonix HotelId which was booked.</td>\n</tr>\n<tr>\n<td>OrderId</td>\n<td>The OrderId which was created in Gimmonix.</td>\n</tr>\n<tr>\n<td>SupplierName</td>\n<td>Supplier Name of the reservation.</td>\n</tr>\n<tr>\n<td>ContractId</td>\n<td>ContactId of the booked supplier.</td>\n</tr>\n<tr>\n<td>SupplierId</td>\n<td>SupplierId of the booked supplier. For list of SupplierIds - Click here.</td>\n</tr>\n<tr>\n<td>RequestedPrice</td>\n<td>Requested room’s original Net price.</td>\n</tr>\n<tr>\n<td>RequestedCurrency</td>\n<td>Requested room’s original Currency.</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The room price which SmartBook booked.</td>\n</tr>\n<tr>\n<td>Profit</td>\n<td>The revenue generation occurred. Calculated as [Expected Profit - Actual Profit]  <br />(**Expected Profit - Default is 2$.)</td>\n</tr>\n<tr>\n<td>Revenue</td>\n<td>The delta profit generation occurred. Calculated as [RequestedPrice - FinalPrice]</td>\n</tr>\n<tr>\n<td>Segments</td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>The SegmentId which was created in Gimmonix.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>Booking Status. More information about statuses - Click here.</td>\n</tr>\n<tr>\n<td>RoomName</td>\n<td>The booked room’s name.</td>\n</tr>\n<tr>\n<td>MealPlan</td>\n<td>The booked room’s meal Plan.</td>\n</tr>\n<tr>\n<td>TotalPrice</td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Currency as requested.</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The room price which SmartBook booked.</td>\n</tr>\n<tr>\n<td>FinalPriceInSupplierCurrency</td>\n<td>The room price which SmartBook booked in suppliers currency.</td>\n</tr>\n<tr>\n<td>FinalTax</td>\n<td>The room Tax which SmartBook booked.</td>\n</tr>\n<tr>\n<td>OriginalPrice</td>\n<td>The room price which SmartBook booked.</td>\n</tr>\n<tr>\n<td>OriginalPriceInSupplierCurrency</td>\n<td>The room price which SmartBook booked in suppliers currency.</td>\n</tr>\n<tr>\n<td>OriginalTax</td>\n<td>The room Tax which SmartBook booked in suppliers currency.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>Currency as returned from supplier.</td>\n</tr>\n<tr>\n<td>SupplierReservationDetails</td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>BookingID</td>\n<td>Supplier’s booking ID.</td>\n</tr>\n<tr>\n<td>BookingReference</td>\n<td>Supplier’s booking reference.</td>\n</tr>\n<tr>\n<td>BookingRemarks</td>\n<td>Supplier’s booking remarks.</td>\n</tr>\n<tr>\n<td>SupplierVoucherId</td>\n<td>Supplier’s voucher Id.</td>\n</tr>\n<tr>\n<td>CancellationPolicies</td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>CancellationFee</td>\n<td></td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Currency of the cancellation policy (as requested).</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The charge amount in case of cancellation.</td>\n</tr>\n<tr>\n<td>FinalPriceInSupplierCurrency</td>\n<td>The charge amount in case of cancellation in suppliers currency.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>Currency as returned from supplier.</td>\n</tr>\n<tr>\n<td>DateFrom</td>\n<td>Epoch time, date when the cancellation policy kicks in.</td>\n</tr>\n<tr>\n<td>SessionID</td>\n<td>SessionId, Informative only.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"12a58c89-37fa-44f8-9043-6258b4003a36"},{"name":"Cars","item":[{"name":"GetLocations","item":[{"name":"GetLocations","id":"ff1d7c72-b269-4aff-b33a-b2f3ad35da35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"},{"key":"SOAPAction","value":"http://tempuri.org/ILocationsServiceContract/GetAllCarLocations","type":"text"}],"body":{"mode":"raw","raw":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n    <s:Body>\r\n        <GetAllCarLocations xmlns=\"http://tempuri.org/\">\r\n            <request>London</request>\r\n            <limit>30</limit>\r\n        </GetAllCarLocations>\r\n    </s:Body>\r\n</s:Envelope>"},"url":"https://cert-services.travolutionary.com/bookingservices/dynamicdataservice.svc","urlObject":{"protocol":"https","path":["bookingservices","dynamicdataservice.svc"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"af950b93-10bf-41b1-9882-e97446cd38fa","name":"GetLocations","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"},{"key":"SOAPAction","value":"http://tempuri.org/ILocationsServiceContract/GetAllCarLocations","type":"text"}],"body":{"mode":"raw","raw":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n    <s:Body>\r\n        <GetAllCarLocations xmlns=\"http://tempuri.org/\">\r\n            <request>London</request>\r\n            <limit>30</limit>\r\n        </GetAllCarLocations>\r\n    </s:Body>\r\n</s:Envelope>"},"url":"https://cert-services.travolutionary.com/bookingservices/dynamicdataservice.svc"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"prdvmss0013JF"},{"key":"Date","value":"Sun, 10 Dec 2023 10:11:56 GMT"}],"cookie":[],"responseTime":null,"body":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\n    <s:Body>\n        <GetAllCarLocationsResponse xmlns=\"http://tempuri.org/\">\n            <GetAllCarLocationsResult xmlns:a=\"http://schemas.datacontract.org/2004/07/IsuBe.Services.Entities.Common\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:LocationView>\n                    <a:Code>GB</a:Code>\n                    <a:ID>604468</a:ID>\n                    <a:Name>London Waterloo Train Station, United Kingdom</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>GB</a:Code>\n                    <a:ID>592868</a:ID>\n                    <a:Name>London, Gatwick, United Kingdom LGW</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>GB</a:Code>\n                    <a:ID>592869</a:ID>\n                    <a:Name>London, City London, United Kingdom LCY</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>GB</a:Code>\n                    <a:ID>592871</a:ID>\n                    <a:Name>London, Stansted, United Kingdom STN</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>GB</a:Code>\n                    <a:ID>592872</a:ID>\n                    <a:Name>London, Luton, United Kingdom LTN</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>GB</a:Code>\n                    <a:ID>592874</a:ID>\n                    <a:Name>London, Heathrow, United Kingdom LHR</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>CA</a:Code>\n                    <a:ID>593388</a:ID>\n                    <a:Name>London, London, Canada YXU</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>ZA</a:Code>\n                    <a:ID>593196</a:ID>\n                    <a:Name>East London, East London, South Africa ELS</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>GB</a:Code>\n                    <a:ID>593827</a:ID>\n                    <a:Name>Southend, London Southend, United Kingdom SEN</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>US</a:Code>\n                    <a:ID>594534</a:ID>\n                    <a:Name>Groton, Groton New London, CT, United States GON</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>CA</a:Code>\n                    <a:ID>604463</a:ID>\n                    <a:Name>london ontario, Canada</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>GB</a:Code>\n                    <a:ID>604458</a:ID>\n                    <a:Name>London Battersea, United Kingdom</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>GB</a:Code>\n                    <a:ID>604461</a:ID>\n                    <a:Name>London Euston Train Station, United Kingdom</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>GB</a:Code>\n                    <a:ID>604462</a:ID>\n                    <a:Name>London Marriot Marble Arch, United Kingdom</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>GB</a:Code>\n                    <a:ID>604464</a:ID>\n                    <a:Name>London St Pancras Train Station, United Kingdom</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>GB</a:Code>\n                    <a:ID>604465</a:ID>\n                    <a:Name>London Tower Bridge Guoman Hotel, United Kingdom</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>CA</a:Code>\n                    <a:ID>604466</a:ID>\n                    <a:Name>London Train Station, Canada</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>GB</a:Code>\n                    <a:ID>604467</a:ID>\n                    <a:Name>London Victoria Coach and Train Station, United Kingdom</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>GB</a:Code>\n                    <a:ID>604469</a:ID>\n                    <a:Name>London Wembley, United Kingdom</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>GB</a:Code>\n                    <a:ID>604470</a:ID>\n                    <a:Name>London Westfield Shepherds Bush, United Kingdom</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>GB</a:Code>\n                    <a:ID>604457</a:ID>\n                    <a:Name>London, United Kingdom</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>GB</a:Code>\n                    <a:ID>604459</a:ID>\n                    <a:Name>London Croydon Car Hire, United Kingdom</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>GB</a:Code>\n                    <a:ID>604460</a:ID>\n                    <a:Name>London Enfield, United Kingdom</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>GB</a:Code>\n                    <a:ID>604471</a:ID>\n                    <a:Name>London Yeading, United Kingdom</a:Name>\n                </a:LocationView>\n                <a:LocationView>\n                    <a:Code>ZA</a:Code>\n                    <a:ID>602880</a:ID>\n                    <a:Name>East London Downtown, South Africa</a:Name>\n                </a:LocationView>\n            </GetAllCarLocationsResult>\n        </GetAllCarLocationsResponse>\n    </s:Body>\n</s:Envelope>"}],"_postman_id":"ff1d7c72-b269-4aff-b33a-b2f3ad35da35"}],"id":"e7d9f6bd-81b9-4d09-aa74-4dd3190389ca","description":"<p>This function provides you with auto-complete Locations Service, which allows you to populate location names based on a short string as a parameter (3 letters minimum).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request</td>\n<td>The location's name, it is recommended to enter the full city name, the minimum is 3 characters.</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Hotels / Flights / Cars / etc.</td>\n</tr>\n<tr>\n<td>Limit</td>\n<td>Limit number of results, the maximum value is 30</td>\n</tr>\n<tr>\n<td>IncludeGeoDataInfo</td>\n<td>Boolean, decides whether the location's geolocation will be provided as well.</td>\n</tr>\n</tbody>\n</table>\n</div><p>HEADERS :</p>\n<p>Content-Type : text/xml</p>\n<p>SOAPAction : <a href=\"http://tempuri.org/ILocationsServiceContract/GetAllCarLocations\">http://tempuri.org/ILocationsServiceContract/GetAllCarLocations</a></p>\n","_postman_id":"e7d9f6bd-81b9-4d09-aa74-4dd3190389ca"},{"name":"Search cars","item":[{"name":"Search","id":"6602f108-9db3-445f-ad26-33ba10385418","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\t\"Credentials\": {\r\n\t\t\t\"UserName\": \"XXXXX\",\r\n\t\t\t\"Password\": \"XXXXX\"\r\n\t\t},\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"CarsServiceSearchRequest\",\r\n\t\t\t\"ClientID\": \"00000000-0000-0000-0000-000000000000\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"Residency\": \"US\",\r\n\t\t  \"TimeoutSeconds\": 60,\r\n      \"DesiredResultCurrency\": \"USD\",\r\n\t\t\t\"DriversAge\": \"30\",\r\n\t\t\t\"DropOff\": {\r\n          \"Date\": \"/Date(1695203969000)/\",\r\n\t\t\t\t\t\"LocationKey\": 592843\r\n\t\t\t\t},\r\n\t\t\t\"PickUp\": {\r\n\t\t\t\t\t\"Date\": \"/Date(1694858369000)/\",\r\n\t\t\t\t\t\"LocationKey\": 592843\r\n\t},\r\n\t\t\t\t\"SupplierIds\": null\r\n\t\t},\r\n\t\t\"RequestType\": 1,\r\n\t\t\"TypeOfService\": 1\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/bookingservices/dynamicdataservice.svc","urlObject":{"protocol":"https","path":["bookingservices","dynamicdataservice.svc"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"48b42804-ba60-4873-a061-9645820724f4","name":"Search Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\t\"Credentials\": {\r\n\t\t\t\"UserName\": \"user\",\r\n\t\t\t\"Password\": \"pass\"\r\n\t\t},\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"CarsServiceSearchRequest\",\r\n\t\t\t\"ClientID\": \"c7c1e39c-ef01-4e32-9b20-8b6de161e325\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"Residency\": \"US\",\r\n\t\t  \"TimeoutSeconds\": 7,\r\n      \"DesiredResultCurrency\": \"USD\",\r\n\t\t\t\"DriversAge\": \"27\",\r\n\t\t\t\t\t\t\t\t   \"DropOff\": {\r\n\t\t\t\t\t\"Date\": \"{{CheckOut}}\",\r\n\t\t\t\t\t\"LocationKey\": 593212\r\n\t\t\t\t},\r\n\t\t\t\t\t   \"PickUp\": {\r\n\t\t\t\t\t\"Date\": \"{{CheckIn}}\",\r\n\t\t\t\t\t\"LocationKey\": 593212\r\n\t\t\t\t},\r\n\t\t\t\t\"SupplierIds\": null\r\n\t\t},\r\n\t\t\"RequestType\": 1,\r\n\t\t\"TypeOfService\": 1\r\n\t}\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"CarsSearchResponse\": {\n            \"Result\": [\n                {\n                    \"Acriss\": \"CDAE\",\n                    \"AirConditioning\": \"Yes\",\n                    \"AirportPickUpLocation\": \"N/A\",\n                    \"BrokerId\": 1067,\n                    \"BrokerName\": \"AEP\",\n                    \"CarHireCompany\": \"Europcar\",\n                    \"CarModel\": \"Citroen C4 electric\",\n                    \"Category\": \"Compact\",\n                    \"DriveType\": \"2WD\",\n                    \"FuelType\": \"Electric\",\n                    \"GPS\": \"No\",\n                    \"Id\": \"7000b51b-bf1d-46b7-8e76-c2ad6caa2afa\",\n                    \"IsAvailable\": \"Available\",\n                    \"IsUnlimitedMilageIncluded\": true,\n                    \"NumberOfBaggages\": \"1\",\n                    \"NumberOfDoors\": \"4\",\n                    \"NumberOfPassenges\": \"5\",\n                    \"NumberOfSuitcases\": \"1\",\n                    \"PackageName\": \"--[SILVER]--\",\n                    \"PicLargeURL\": \"https://www.globalmediaserver.com/images/cars/CitroenC4electric_4.jpg\",\n                    \"PicSmallURL\": \"https://www.globalmediaserver.com/images/cars/CitroenC4electric_4.jpg\",\n                    \"Price\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 307.33,\n                        \"FinalPriceInSupplierCurrency\": 513.78,\n                        \"OriginalPrice\": 307.33,\n                        \"OriginalPriceInSupplierCurrency\": 513.78,\n                        \"SupplierCurrency\": \"NZD\"\n                    },\n                    \"PromoCode\": \"N/A\",\n                    \"RepresentingCategory\": \"Compact\",\n                    \"TransmissionType\": \"Automatic\"\n                },\n                {\n                    \"Acriss\": \"CDAEZS\",\n                    \"AirConditioning\": \"Yes\",\n                    \"AirportPickUpLocation\": \"N/A\",\n                    \"BrokerId\": 1067,\n                    \"BrokerName\": \"AEP\",\n                    \"CarHireCompany\": \"Europcar\",\n                    \"CarModel\": \"Citroen C4 electric\",\n                    \"Category\": \"Compact\",\n                    \"DriveType\": \"2WD\",\n                    \"FuelType\": \"Electric\",\n                    \"GPS\": \"No\",\n                    \"Id\": \"db4f9a9f-3177-4f7a-8f28-49c4dc04d58e\",\n                    \"IsAvailable\": \"On request\",\n                    \"IsUnlimitedMilageIncluded\": true,\n                    \"NumberOfBaggages\": \"1\",\n                    \"NumberOfDoors\": \"4\",\n                    \"NumberOfPassenges\": \"5\",\n                    \"NumberOfSuitcases\": \"1\",\n                    \"PackageName\": \"--[SILVER]--\",\n                    \"PicLargeURL\": \"https://www.globalmediaserver.com/images/cars/CitroenC4electric_4.jpg\",\n                    \"PicSmallURL\": \"https://www.globalmediaserver.com/images/cars/CitroenC4electric_4.jpg\",\n                    \"Price\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 364.27,\n                        \"FinalPriceInSupplierCurrency\": 608.97,\n                        \"OriginalPrice\": 364.27,\n                        \"OriginalPriceInSupplierCurrency\": 608.97,\n                        \"SupplierCurrency\": \"NZD\"\n                    },\n                    \"PromoCode\": \"N/A\",\n                    \"RepresentingCategory\": \"Compact\",\n                    \"TransmissionType\": \"Automatic\"\n                }\n            ]\n        },\n        \"Errors\": [],\n        \"SessionID\": \"/284/138622/D20230816T100340/4f97e3729e4547a2b1eb52c1ee54251e\"\n    }\n}"}],"_postman_id":"6602f108-9db3-445f-ad26-33ba10385418"}],"id":"a8c5dea4-a879-4b67-8705-c99d6c197a3b","description":"<p>This function submits a query to all active suppliers, based on different parameters and search criteria (Pick up/ Drop off City, Currency, Country of Residency, Dates etc).</p>\n<p><em><strong>Request Parameters:</strong></em></p>\n<p>StartFragmentPlease note that depending on suppliers, there are several payment options and price options, hence some of the bookings require FULL booking price while some bookings are requiring only deposit. You should be able to calculate that by checking the difference between FinalPrice and PayOnArrival price.EndFragment  </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientIP</td>\n<td>Your IP</td>\n</tr>\n<tr>\n<td>DesiredResultCurrency</td>\n<td>Valid ISO-4217 three letters currency code which search results should be retrieved with.</td>\n</tr>\n<tr>\n<td>Residency</td>\n<td>Valid ISO 3166-1 alpha-2 two-letter country code of the passenger</td>\n</tr>\n<tr>\n<td>TimeoutSeconds</td>\n<td>Specify timeout in seconds which results should be retrrieved in. If not specified, the default setting that is set in the user level in the B2B/Back-office system will take place.</td>\n</tr>\n<tr>\n<td>ClientID</td>\n<td>Mandatory - Currently not being used. You should pass \"00000000-0000-0000-0000-000000000000\" in this field.</td>\n</tr>\n<tr>\n<td>ContractIds</td>\n<td>Search by contract id with hotel supplier. (Can be retrieved from B2b admin panel: \"Admin\" ==&gt; \"Contracts\")</td>\n</tr>\n<tr>\n<td>DriversAge</td>\n<td>Driver age</td>\n</tr>\n<tr>\n<td></td>\n<td>Element that specifies the drop off date &amp; location.</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>DateTime format. For example: 2017-05-27T10:00:00Z</td>\n</tr>\n<tr>\n<td>LocationKey</td>\n<td>Location id of the drop off station. For example: 593221 Madrid</td>\n</tr>\n<tr>\n<td></td>\n<td>Closer for the element.</td>\n</tr>\n<tr>\n<td></td>\n<td>Element that specifies the pick up date &amp; location.</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>DateTime format. For example: 2017-05-26T10:00:00Z. Please note that the PickUp date &amp; time should be prior to the specified DropOff</td>\n</tr>\n<tr>\n<td>LocationKey</td>\n<td>Location id of the pickup station. For example: 593221 Madrid</td>\n</tr>\n<tr>\n<td></td>\n<td>Closer for the element.</td>\n</tr>\n<tr>\n<td>SupplierIds</td>\n<td>For search from specific suppliers. Specify their ids</td>\n</tr>\n</tbody>\n</table>\n</div><p>**Response Parameters:<br />**</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Explanation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BrokerName</td>\n<td>Supplier Name brief</td>\n</tr>\n<tr>\n<td>CarHireCompany</td>\n<td>Name of the company, who actually supplies the chosen item to the supplier</td>\n</tr>\n<tr>\n<td>Category</td>\n<td>Not in use. Please rely on RepresentingCategory values</td>\n</tr>\n<tr>\n<td>DriveType</td>\n<td>2 or 4 wheel drive. Plerase see the available values at Static Values article</td>\n</tr>\n<tr>\n<td>NumberOfBaggages</td>\n<td>Refers to small briefcases</td>\n</tr>\n<tr>\n<td>NumberOfSuitcases</td>\n<td>Refers to large cases</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"a8c5dea4-a879-4b67-8705-c99d6c197a3b"},{"name":"GetDetails","item":[{"name":"Get Details","id":"a8fce9c5-fb24-452a-a13e-058fe6dae296","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"CarsSearchDetailsRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"CarID\": \"313d1f5f-5511-4ae9-8322-6cfa5ab94d7c\"\r\n\t\t},\r\n\t\t\"RequestType\": 9,\r\n\t\t\"SessionID\": \"/284/138622/D20230816T100340/4f97e3729e4547a2b1eb52c1ee54251e\",\r\n\t\t\"TypeOfService\": 1\r\n\t}\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/bookingservices/dynamicdataservice.svc","urlObject":{"protocol":"https","path":["bookingservices","dynamicdataservice.svc"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"9bad36ca-9fa1-4ada-87fc-0656e617122b","name":"Get Details Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"CarsSearchDetailsRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"CarID\": \"{{CarID}}\"\r\n\t\t},\r\n\t\t\"RequestType\": 9,\r\n\t\t\"SessionID\": \"{{CarsSession}}\",\r\n\t\t\"TypeOfService\": 1\r\n\t}\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/bookingservices/dynamicdataservice.svc"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"CarsSearchDetailsResponse\": {\n            \"Result\": {\n                \"CancellationPolicies\": [\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"USD\",\n                            \"FinalPrice\": 75,\n                            \"FinalPriceInSupplierCurrency\": 75,\n                            \"OriginalPrice\": 75,\n                            \"OriginalPriceInSupplierCurrency\": 75,\n                            \"SupplierCurrency\": \"USD\"\n                        },\n                        \"DateFrom\": \"/Date(1694476800000+0000)/\"\n                    },\n                    {\n                        \"CancellationFee\": {\n                            \"Currency\": \"USD\",\n                            \"FinalPrice\": 636.16,\n                            \"FinalPriceInSupplierCurrency\": 498.54,\n                            \"OriginalPrice\": 636.16,\n                            \"OriginalPriceInSupplierCurrency\": 498.54,\n                            \"SupplierCurrency\": \"GBP\"\n                        },\n                        \"DateFrom\": \"/Date(1694736000000+0000)/\"\n                    }\n                ],\n                \"CarId\": \"313d1f5f-5511-4ae9-8322-6cfa5ab94d7c\",\n                \"CarRentalTermsUrl\": \"http://www.autoeurope.com/site-terms.cfm 72013138\",\n                \"DropoffOffice\": [\n                    {\n                        \"Address\": \"*MUST HAVE FLIGHT INFO*\",\n                        \"Name\": \"FRANKFURT HHN HAHN AIRPORT\",\n                        \"OfficeId\": \"8eff7641-cf66-48f8-9627-0a08795d3bb2\",\n                        \"OpeningHours\": [\n                            \"* OPEN Mondays-Sundays 08:00 AM-midnight\"\n                        ]\n                    }\n                ],\n                \"Extras\": [\n                    {\n                        \"Charge\": {},\n                        \"Equipment\": {\n                            \"Description\": \"<p>  <b><u>Winter Equipment:</u> </b>If requesting any winter equipment it is mandatory  that snow tires are also requested. Snow tires are not standard equipment.</p>\",\n                            \"Title\": \"Winter package\"\n                        },\n                        \"Id\": \"db145dea-49f3-4f78-a507-0fcf47c05b8a\"\n                    },\n                    {\n                        \"Charge\": {},\n                        \"Equipment\": {\n                            \"Description\": \"<p>  Winterization Fee: Rentals commencing  Nov 01 -  Mar 31 winter tires included in  rates. Outside these dates they can be requested for a fee of EUR 17.00, per day (maximum EUR 125.00), VAT included, paid locally . </p>\",\n                            \"Title\": \"Winter package\"\n                        },\n                        \"Id\": \"1b614d55-8c1b-4d41-bff6-81c6329608a3\"\n                    },\n                    {\n                        \"Charge\": {},\n                        \"Equipment\": {\n                            \"Description\": \"<p>  <b><u>Ski Racks:</u></b> Approximately EUR 10.00, per day (maximum EUR 50.00), VAT included, paid locally . </p>\",\n                            \"Title\": \"Ski Rack\"\n                        },\n                        \"Id\": \"bc36f7de-b03c-41cf-bc03-f31ddda0a368\"\n                    },\n                    {\n                        \"Charge\": {},\n                        \"Equipment\": {\n                            \"Description\": \"<p>  <b><u>GPS:</u></b> ApproximatelyEUR 8.00, per day (maximum EUR 60.00), VAT included, paid locally . Replacement amountEUR 350.00, VAT included, paid locally . </p>\",\n                            \"Title\": \"GPS\"\n                        },\n                        \"Id\": \"54280fbb-ce6e-42c0-91c9-908c2c94b3ce\"\n                    },\n                    {\n                        \"Charge\": {},\n                        \"Equipment\": {\n                            \"Description\": \"<p>  <b><u>Safety Life Jacket: </u></b> Approximately EUR 3.15, per day, VAT included, paid locally . Replacement or damage  fee is EUR 50.00 . </p>\",\n                            \"Title\": \"Safety Equipment\"\n                        },\n                        \"Id\": \"40551c50-d3cb-4716-a9ff-3d25d8480800\"\n                    },\n                    {\n                        \"Charge\": {},\n                        \"Equipment\": {\n                            \"Description\": \"Child Seats: EUR 12.00, per day (maximum EUR 60.00), VAT included, paid locally . Available for children age 0 year up to age 12 only.\",\n                            \"Title\": \"Child Seat\"\n                        },\n                        \"Id\": \"bf804662-607b-4e05-a9f4-9179eea5ac30\"\n                    },\n                    {\n                        \"Charge\": {},\n                        \"Equipment\": {\n                            \"Description\": \"<p>  <b><u>Snow Chains:</u></b> On Request for select locations. Approximately EUR 15.00, per day (maximum EUR 90.00), VAT included, paid locally  . Replacement amount EUR 357.00, VAT included . </p>\",\n                            \"Title\": \"Snow Chains\"\n                        },\n                        \"Id\": \"980f5214-f99b-4759-98d2-9d5afbaabe90\"\n                    }\n                ],\n                \"PackageDetails\": [\n                    {\n                        \"Description\": \"* Pickup will be from FRANKFURT HHN HAHN AIRPORT, this is a Airport location. This location is at an airport. - * Dropoff will be at FRANKFURT HHN HAHN AIRPORT, this is a Airport location. This location is at an airport.\",\n                        \"Name\": \"Location info\"\n                    },\n                    {\n                        \"Description\": \"* Appropriate local sales taxes at the appropriate rate(s) in force.\",\n                        \"Name\": \"* Appropriate local sales taxes at the appropriate rate(s) in force.\"\n                    },\n                    {\n                        \"Description\": \"* Fire insurance.\",\n                        \"Name\": \"* Fire insurance.\"\n                    },\n                    {\n                        \"Description\": \"* Liability Insurance for injuries or damages to persons or things outside the vehicle.\",\n                        \"Name\": \"* Liability Insurance for injuries or damages to persons or things outside the vehicle.\"\n                    },\n                    {\n                        \"Description\": \"* Rental includes Theft Protection for the vehicle. Rental limits potential vehicle loss liability to an excess of approx.  EUR 1,150.00.\",\n                        \"Name\": \"* Rental includes Theft Protection for the vehicle. Rental limits potential vehicle loss liability to an excess of approx.  EUR 1,150.00.\"\n                    },\n                    {\n                        \"Description\": \"* Rental includes Collision Damage coverage. Rental limits potential vehicle damage liability to an excess of approx.  EUR 1,150.00.\",\n                        \"Name\": \"* Rental includes Collision Damage coverage. Rental limits potential vehicle damage liability to an excess of approx.  EUR 1,150.00.\"\n                    },\n                    {\n                        \"Description\": \"* The collision excess for drivers under the age of 23 is EUR 1200.00.\",\n                        \"Name\": \"* The collision excess for drivers under the age of 23 is EUR 1200.00.\"\n                    },\n                    {\n                        \"Description\": \"* Mandatory Winterization Fee for rentals commencing November 1st  through March 31st.\",\n                        \"Name\": \"* Mandatory Winterization Fee for rentals commencing November 1st  through March 31st.\"\n                    },\n                    {\n                        \"Description\": \"* The primary driver must present at least one valid credit card (not a debit card), issued in their name, upon pick up. The credit card is required as a security deposit and the amount will be held by the rental car company.\",\n                        \"Name\": \"* The primary driver must present at least one valid credit card (not a debit card), issued in their name, upon pick up. The credit card is required as a security deposit and the amount will be held by the rental car company.\"\n                    },\n                    {\n                        \"Description\": \"* Full Damage & Theft Protection. See PDF file for complete terms. .\",\n                        \"Name\": \"* Full Damage & Theft Protection. See PDF file for complete terms. .\"\n                    },\n                    {\n                        \"Description\": \"* Vehicle License Fee: Included in the rates.\",\n                        \"Name\": \"* Vehicle License Fee: Included in the rates.\"\n                    },\n                    {\n                        \"Description\": \"* Includes 300 Km per Day , any additional will be charged at 0.38 EUR/ Km plus VAT, paid locally.\",\n                        \"Name\": \"* Includes 300 Km per Day , any additional will be charged at 0.38 EUR/ Km plus VAT, paid locally.\"\n                    },\n                    {\n                        \"Description\": \"* Airport Surcharge of 24.90 % , will still apply to any local charges.\",\n                        \"Name\": \"* Airport Surcharge of 24.90 % , will still apply to any local charges.\"\n                    },\n                    {\n                        \"Description\": \"* Credit Card Block: EUR 300.00 will be blocked on the client's credit card at time of pick up.\",\n                        \"Name\": \"* Credit Card Block: EUR 300.00 will be blocked on the client's credit card at time of pick up.\"\n                    },\n                    {\n                        \"Description\": \"* Environmental Fee: Included .\",\n                        \"Name\": \"* Environmental Fee: Included .\"\n                    },\n                    {\n                        \"Description\": \"17.00 EUR Y per day (including tax) - WINTERIZATION FEES, paid locally\",\n                        \"Name\": \"WINTERIZATION FEES\"\n                    },\n                    {\n                        \"Description\": \"95.00 EUR N flat fee not including tax - CANCELLATION POLICY, is not paid locally\",\n                        \"Name\": \"CANCELLATION POLICY\"\n                    },\n                    {\n                        \"Description\": \"9.00 EUR Y per day (including tax) - ADDITIONAL DRIVER FEE, paid locally\",\n                        \"Name\": \"ADDITIONAL DRIVER FEE\"\n                    },\n                    {\n                        \"Description\": \"178.50 EUR Y flat fee not including tax - D.O.W. ISLANDS, paid locally\",\n                        \"Name\": \"D.O.W. ISLANDS\"\n                    },\n                    {\n                        \"Description\": \"30.00 EUR Y flat fee (including tax) - TRAFFIC VIOLATION FEE, paid locally\",\n                        \"Name\": \"TRAFFIC VIOLATION FEE\"\n                    },\n                    {\n                        \"Description\": \"7.50 EUR Y per day (including tax) - CROSS BORDER FEE, paid locally\",\n                        \"Name\": \"CROSS BORDER FEE\"\n                    },\n                    {\n                        \"Description\": \"Included in rate: Airport Surcharge EUR 84.44\",\n                        \"Name\": \"Airport Surcharge\"\n                    }\n                ],\n                \"PickupOffice\": [\n                    {\n                        \"Address\": \"*MUST HAVE FLIGHT INFO*\",\n                        \"Name\": \"FRANKFURT HHN HAHN AIRPORT\",\n                        \"OfficeId\": \"b41c871e-8bcf-470c-af0f-3f3fbad2b0fa\",\n                        \"OpeningHours\": [\n                            \"* OPEN Mondays-Sundays 08:00 AM-midnight\"\n                        ]\n                    }\n                ],\n                \"Terms\": [\n                    {\n                        \"Content\": [\n                            \"DriveAway  does not provide insurance. Coverage is provided by the rental company as indicated. Additional coverage may be available for purchase from the rental company.\",\n                            \"* DriveAway has no cancellation fee when DriveAway is advised 48 hours prior to the reserved rental start date. DriveAway does not charge any amendment fee up to 48 hours prior to rental start date however should a reservation be amended the client will have to pay the rate available at the time of change. No refund is possible for cancellations less than 48 hours prior to the reserved rental start date & time and for cancellations after the planned pick up date. DriveAway does not refund should the client show up to the counter without a valid driver's license. DriveAway does not refund should the client present an unacceptable credit card at the counter or a credit card with not enough credit for the deposit . DriveAway does not refund any unused days if the customer does not show up, shows up over 2 hours late without contacting DriveAway or returns the vehicle early. In case of a cancellation due to officially acknowledged Force Majeure DriveAway will charge an administration fee of GBP 25 only.\",\n                            \"* From 8 June 2015, clients with a UK license may be requested by the rental provider to provide a DVLA code to check driver's license record and a printed copy of the driving license record, downloadable via DVLA website 21 days prior to rental start.\",\n                            \"* Please ensure that you have available ID and a valid and full national driver's licence held for a minimum of 3 years (in case of a UK photo-card licence the card and paper counterpart).\",\n                            \"* Please note, regardless of the method of payment used to make this booking, you will be required at time of pick up by the local supplier to leave a security deposit for the vehicle. This takes the form of an amount being blocked on an international credit card in the name of the primary driver (cash deposits , maestro, switch, visa electron, prepaid credit cards  and all debit cards are not accepted). The blocked amount will be returned in full at the end of the rental provided the vehicle is returned in the same condition as rented.\",\n                            \"* International Drivers License is mandatory for holder of a non European drivers license.  The international drivers license must be presented with the valid home license.\",\n                            \"* Drop off charges, if applicable, are estimates only, and may change without notice.\",\n                            \"* DriveAway   highly advises client to check if car uses  DIESEL or UNLEADED PETROL at time of pick up .\",\n                            \"* All rentals are based on 24 hour periods with a 3 day minimum rental, a full day is charged for any portion of a day that the vehicle is used.\",\n                            \"* Any rental extension of 24 hours or more for a rental in progress will require the customer to return to any EUROPCAR LV  location in Germany to sign the contract for the extension and swipe their credit card. A copy of the extended voucher must be presented by the customer or the customer can request DriveAway  send it directly to the location.\",\n                            \"* Minimum driver age  21.\",\n                            \"* Optional items and Deliveries/Collections are on a request basis only, for an additional fee. Winter tires are not standard equipment and must be specially requested at an additional cost.\",\n                            \"* Cars are not permitted to travel into Eastern Europe or any African country (i.e. Morocco, Algeria, Tunisia, etc.).\",\n                            \"* Travel is not permitted to any islands.\",\n                            \"* Cars are not permitted to be taken on ferries or to island locations without prior authorization from DriveAway  .\",\n                            \"* Travel into Austria & Switzerland during winter months requires winter tires. Rentals commencing between Nov. 1 - Mar. 31 winter tires are included in the rate, outside these dates winter tires must be requested for an additional fee.\",\n                            \"* When travel is permitted outside the renting country it is the responsibility of the renter to make sure their vehicle complies with the local laws of the country in which they are travelling,this includes but is not limited to safety equipment, cross border documents, toll stickers, etc.\",\n                            \"* When traveling into Switzerland or Austria you must purchase a sticker (called a vignette) which allows you to use their highways.  Rental cars generally do not come equipped with a vignette for travel into other Countries.\",\n                            \"* German law dictates that motorists are obliged to have winter tires when driving on roads with snow, ice, slush and/or any accumulation that creates slick road conditions. DriveAway  strongly recommends that winter tires be requested for anadditional fee for rentals commencing between Nov. 1 - Apr. 15 in Germany (rentals commencing between Nov. 1 - Mar. 31 include the winter tire fee).Winter tires are extra equipment that must be requested, they are subject to availability and the fee is the responsibility of the renter\",\n                            \"* Credit Cards Accepted Locally: American Express, Diners, Mastercard & Visa. Must be in the primary driver's name.\",\n                            \"DriveAway is a product of Auto Europe. \\nAuto Europe LLC has arranged your rental with the car rental company shown on this booking confirmation. \\nAuto Europe LLC has acted as a booking agent in arranging the car rental between the rental company named on this booking confirmation and you. In the course of arranging this rental Auto Europe LLC has collected payment from you on behalf of the car\\nrental company. This booking confirmation is not a rental agreement and Auto Europe does not provide car rental. When you pick up the vehicle, all the required documents must be in the name of the primary driver as stated on this booking confirmation. You must be able to provide a physical version of your credit card, driver’s license, passport/national ID-card and for UK driving licence holders renting within the UK, you must be able to present a DVLA code along with proof of address in the form of a recent finance agreement, utility bill or bank statement from the last 3 months. You must sign a rental agreement provided by the rental company named on this booking confirmation which will be subject to local laws. Auto Europe cannot be held responsible if you do not meet the car rental company’s requirements to rent a vehicle, or if you do not have available all necessary documentation. As the rental agreement is between the renter and the car hire company, DriveAway  as a disclosed agent cannot be held liable for damages on or outside the rental vehicle due to a technical malfunction. Ensuring the safety and reliability of the rental vehicle is the sole responsibility of the car hire company. Additional fees may apply for rental service beyond hours of operation, such fees being levied by the rental company stated on this booking confirmation and under the terms and conditions of that rental company and in local currency. All rates are guaranteed in the currency stated above. All fees for services are billed by, and under a contract with, the rental company named above. Auto Europe LLC is an agent and cannot issue a V.A.T. invoice.\\nAuto Europe LLC, 43 Northport Drive, Portland, ME 04103 is a Limited Liability Company registered in Delaware, No. 3726730, USA.\"\n                        ],\n                        \"Title\": \"GENERAL TERMS\"\n                    },\n                    {\n                        \"Content\": [\n                            \"* OPEN Mondays-Sundays 08:00 AM-midnight\"\n                        ],\n                        \"Title\": \"HOURS OF OPERATION\"\n                    },\n                    {\n                        \"Content\": [\n                            \"* Insurance coverage for personal injuries to driver or passengers. Optional coverage may be offered locally for an additional fee.\",\n                            \"* Fuel. Client is advised to return the vehicle with a full fuel tank and to retain a copy of final receipt for their records.\",\n                            \"* Local toll, highway fees, or travel stickers which may be required by local authorities.\",\n                            \"* Traffic Violation Administration fee of EUR 30 per fine.\",\n                            \"* Cross border fee of EUR 17.85 if traveling outside of Germany. Travel must be noted at time of booking.\",\n                            \"* Cross border fee of EUR 7.50 per day, maximum of EUR 30 per rental if traveling outside of Germany. Travel must be noted at time of booking.\",\n                            \"* Environmental Fee of EUR 0.60-EUR 0.84 per day (depending on the car category).\"\n                        ],\n                        \"Title\": \"RENTAL DOES NOT INCLUDE\"\n                    },\n                    {\n                        \"Content\": [\n                            \"  After Hours Drop Box: Available. Customers must make arrangements  at time of pick up to use the drop box. \",\n                            \"  Roadside Assistance: 01491805022044\",\n                            \"  Rental Extension Procedure: Any rental extension of 24 hour(s)  or more for a rental in progress will require the customer to return to any Europcar  location in Germany to sign the contract for the extension and swipe their credit  card. A copy of the extended voucher must either be sent to the location by us,  or presented locally by the customer. \"\n                        ],\n                        \"Title\": \"Location information\"\n                    },\n                    {\n                        \"Content\": [\n                            \"  C.D.W. Deductible: EUR 1,150.00, VAT included. \",\n                            \"  C.D.W. deductible for young drivers: EUR 1,200.00, VAT included for drivers under the age of 23  . \",\n                            \"  Super CDW and Theft Insurance:   1 - 2 days: Approximately EUR 18.00, per day, VAT included, paid locally   3 - 4 days: Approximately EUR 16.00, per day, VAT included, paid locally   5 - 7 days: Approximately EUR 13.50, per day, VAT included, paid locally   8 - 14 days: Approximately EUR 12.50, per day, VAT included, paid locally   15 - 17   days: Approximately EUR 12.00, per day, VAT included, paid locally   18 - 20 days: Approximately EUR 10.00, per day, VAT included, paid locally   21 - 24 days Approximately EUR 8.50, per day, VAT included, paid locally   25 - 56   days: Approximately EUR 7.00, per day, VAT included, paid locally   Reduces the CDW and Theft deductible to  0.00 . \",\n                            \"  Super CDW and Theft Insurance:   1 - 2 days: Approximately EUR 12.00, per day, VAT included, paid locally   3 - 7 days: Approximately EUR 9.00, per day, VAT included, paid locally   8 - 14 days: Approximately EUR 7.00, per day, VAT included, paid locally   15 - 24 days: Approximately EUR 5.00, per day, VAT included, paid locally   25 - 56 days: Approximately EUR 3.00, per day, VAT included, paid locally   Reduces the CDW and Theft deductible to EUR 450.00, VAT included . \"\n                        ],\n                        \"Title\": \"Insurance (CDW)\"\n                    },\n                    {\n                        \"Content\": [\n                            \"  Theft Insurance Coverage: Included in all rates.  \",\n                            \"  Theft Insurance Deductible: EUR 1,150.00, VAT included. \",\n                            \"  Super CDW and Theft Insurance:   1 - 2 days: Approximately EUR 18.00, per day, VAT included, paid locally   3 - 4 days: Approximately EUR 16.00, per day, VAT included, paid locally   5 - 7 days: Approximately EUR 13.50, per day, VAT included, paid locally   8 - 14 days: Approximately EUR 12.50, per day, VAT included, paid locally   15 - 17   days: Approximately EUR 12.00, per day, VAT included, paid locally   18 - 20 days: Approximately EUR 10.00, per day, VAT included, paid locally   21 - 24 days Approximately EUR 8.50, per day, VAT included, paid locally   25 - 56   days: Approximately EUR 7.00, per day, VAT included, paid locally   Reduces the CDW and Theft deductible to  0.00 . \",\n                            \"  Super CDW and Theft Insurance:   1 - 2 days: Approximately EUR 12.00, per day, VAT included, paid locally   3 - 7 days: Approximately EUR 9.00, per day, VAT included, paid locally   8 - 14 days: Approximately EUR 7.00, per day, VAT included, paid locally   15 - 24 days: Approximately EUR 5.00, per day, VAT included, paid locally   25 - 56 days: Approximately EUR 3.00, per day, VAT included, paid locally   Reduces the CDW and Theft deductible to EUR 450.00, VAT included . \"\n                        ],\n                        \"Title\": \"Insurance (Theft)\"\n                    },\n                    {\n                        \"Content\": [\n                            \"  P.A.I Locally: EUR 10.00, per day, VAT included, paid locally. \",\n                            \"  Personal Accident Coverage:   - Approximately EUR 10,000.00 for death.   - Approximately EUR 20,000.00 for disability.   - Approximately EUR 500.00 for medical expenses. \"\n                        ],\n                        \"Title\": \"Insurance (PAI)\"\n                    },\n                    {\n                        \"Content\": [\n                            \"* Liability insurance: Included in all rates.Liability ins. coverage: Maximum of approx.EUR 8,000,000.00 for personal injury .Maximum of approxEUR 50,000,000.00 for property.\"\n                        ],\n                        \"Title\": \"Insurance (Liability)\"\n                    },\n                    {\n                        \"Content\": [\n                            \"  Fire Insurance: Included in all rates.   Fire Ins. Coverage: Unlimited \"\n                        ],\n                        \"Title\": \"Insurance (Fire)\"\n                    },\n                    {\n                        \"Content\": [\n                            \"  Maximum Age: None  \",\n                            \"  Minimum Age: 21 \",\n                            \"  Young Driver surcharge: Drivers age 21 -23 are required  to pay EUR 11.90, per day (maximum EUR 59.50), VAT included, paid locally. \"\n                        ],\n                        \"Title\": \"Age requirements\"\n                    },\n                    {\n                        \"Content\": [\n                            \"* Credit Cards Accepted Locally: American Express, Diners, Mastercard & Visa. Must be in the primary driver's name.\",\n                            \"  Cash Rentals: Not permitted \",\n                            \"* Credit Card Block: EUR 300.00 will be blocked on the client's credit card at time of pick up.\"\n                        ],\n                        \"Title\": \"Payment info and CC blocking info\"\n                    },\n                    {\n                        \"Content\": [\n                            \"* Vehicle License Fee: Included in the rates.\",\n                            \"  Winterization Fee: Rentals commencing  Nov 01 -  Mar 31 winter tires included in  rates. Outside these dates they can be requested for a fee of EUR 17.00, per day (maximum EUR 125.00), VAT included, paid locally . \",\n                            \"* Airport Surcharge of 24.90 % , will still apply to any local charges.\",\n                            \"  Young Driver surcharge: Drivers age 21 -23 are required  to pay EUR 11.90, per day (maximum EUR 59.50), VAT included, paid locally. \",\n                            \"* Environmental Fee: Included .\",\n                            \"  Additional Driver Fee: Each additional driver is EUR 9.00, per day (maximum EUR 79.90), VAT included, paid locally. \",\n                            \"  Traffic Administration Fee: Approximately EUR 30.00, VAT included, paid locally per fine. \"\n                        ],\n                        \"Title\": \"Local fees\"\n                    },\n                    {\n                        \"Content\": [\n                            \"  Winter Equipment: If requesting any winter equipment it is mandatory  that snow tires are also requested. Snow tires are not standard equipment.\",\n                            \"  Winterization Fee: Rentals commencing  Nov 01 -  Mar 31 winter tires included in  rates. Outside these dates they can be requested for a fee of EUR 17.00, per day (maximum EUR 125.00), VAT included, paid locally . \",\n                            \"  Ski Racks: Approximately EUR 10.00, per day (maximum EUR 50.00), VAT included, paid locally . \",\n                            \"  GPS: ApproximatelyEUR 8.00, per day (maximum EUR 60.00), VAT included, paid locally . Replacement amountEUR 350.00, VAT included, paid locally . \",\n                            \"  Safety Life Jacket:  Approximately EUR 3.15, per day, VAT included, paid locally . Replacement or damage  fee is EUR 50.00 . \",\n                            \"Child Seats: EUR 12.00, per day (maximum EUR 60.00), VAT included, paid locally . Available for children age 0 year up to age 12 only.\",\n                            \"  Snow Chains: On Request for select locations. Approximately EUR 15.00, per day (maximum EUR 90.00), VAT included, paid locally  . Replacement amount EUR 357.00, VAT included . \"\n                        ],\n                        \"Title\": \"Equipment\"\n                    },\n                    {\n                        \"Content\": [\n                            \"  Minimum Days Required: 1 \",\n                            \"  I.O.W. Fees:    Additional fees may apply locally. Fees will be advised at time of confirmation.\",\n                            \"  International One Way fees are to be paid locally. Do NOT include in the rate.  Put fee in Special Request area of the voucher (IOW XXX + VAT, paid locally).\"\n                        ],\n                        \"Title\": \"International one-ways\"\n                    },\n                    {\n                        \"Content\": [\n                            \"  D.O.W. Fees:   Additional fees may apply locally. These fees will be advised at time of confirmation.\",\n                            \"  Minimum Days Required: 1 \",\n                            \"  Island Domestic One Ways: &#160; To or from the island of&#160; &#160; Sylt (Westerland)&#160; will&#160; incur&#160; a&#160; fee&#160; of&#160; approx.&#160; EUR 178.50, per rental, paid locally&#160; .  &#160;  \"\n                        ],\n                        \"Title\": \"Domestic one-ways\"\n                    },\n                    {\n                        \"Content\": [\n                            \"  Travel East: Not Permitted&#160; . &#160; Please refer to Auto Europe USA  travel East rates.&#160;  \",\n                            \"  Travel to Africa: Not permitted.\",\n                            \"  Travel To Italy: Not permitted.&#160;  \",\n                            \"  Travel To Islands: Travel is permitted to United Kingdom , to to any other  island is not permitted. \",\n                            \"  Western Europe: Travel is permitted into all Western European countries.  All countries of travel must be noted at time of booking. \",\n                            \"  Cross Border Fee: EUR 7.50, per day (maximum EUR 30.00), VAT included, paid locally. All countries of travel must be noted at time of booking.\"\n                        ],\n                        \"Title\": \"Travel to other countries\"\n                    },\n                    {\n                        \"Content\": [\n                            \"  Auto Europe Delivery / Collection Guidelines: All deliveries are on  request &amp; the fee is determined at time of confirmation. They must meet the  delivery guidelines listed below. Allow 2-3 business days for a reply. Hotel deliveries  require the hotel name, address &amp; telephone number. Please document in \\\"special  request\\\" area of CHAOS.Driver ID's must be completed.All requests must be sent to  OP Calls. Collection requests, it is recommended that it is arranged locally by  the client, concierge, etc. See Supervisor for exceptions.If a supplier agrees to  collect a vehicle, any fuel used may be charged to the customer.   The following requirements must be met to request delivery or collection. Any vehicles  not listed are not permitted.   3-4 Days: All Full size, Vans and Luxury cars.   5-7 Days: Compact and Midsize cars with inclusive insurances only. All Full size,  Vans and Luxury cars.   8+ Days: All Economy, Compact, Midsize, Full, Van and Luxury cars regardless of  insurance coverage. \"\n                        ],\n                        \"Title\": \"Delivery/collection info\"\n                    },\n                    {\n                        \"Content\": [\n                            \"  International Drivers License: Mandatory for holder of a non European  Union license, and be presented in addition to home license.  \",\n                            \"  * From 8 June 2015, clients with a UK license may be requested by the rental provider  to provide a DVLA code to check driver's license record and a printed copy of the  driving license record, downloadable via DVLA website 72 hours prior to rental commencement.\",\n                            \"  Drivers License Requirements: Full License must be written in the  roman alphabet and held for at least 3 year/s. \"\n                        ],\n                        \"Title\": \"Driver's license requirements\"\n                    },\n                    {\n                        \"Content\": [\n                            \"   \",\n                            \"  Cancellation Policy:    - No Show fee of EUR 95.00   - If cancelled less than 48 hours prior to pick up EUR 50.00\"\n                        ],\n                        \"Title\": \"Cancellation policy\"\n                    },\n                    {\n                        \"Content\": [\n                            \"  International Drivers License: Mandatory for holder of a non European  Union license, and be presented in addition to home license.  \",\n                            \"* Vehicle License Fee: Included in the rates.\",\n                            \"  Winterization Fee: Rentals commencing  Nov 01 -  Mar 31 winter tires included in  rates. Outside these dates they can be requested for a fee of EUR 17.00, per day (maximum EUR 125.00), VAT included, paid locally . \",\n                            \"   \",\n                            \"  * From 8 June 2015, clients with a UK license may be requested by the rental provider  to provide a DVLA code to check driver's license record and a printed copy of the  driving license record, downloadable via DVLA website 72 hours prior to rental commencement.\",\n                            \"  ENVIRONMENTAL STICKER : German law requires all vehicles traveling  into a Green Zone currently Berlin, Cologne and Hanover. The color of sticker depends  on vehicle emissions. The restricted areas have signs indicating which color sticker  is permitted to enter the zone. . All vehicles rented in Germany are equipped  with this sticker.\",\n                            \"  Rental Extension Procedure: Any rental extension of 24 hour(s)  or more for a rental in progress will require the customer to return to any Europcar  location in Germany to sign the contract for the extension and swipe their credit  card. A copy of the extended voucher must either be sent to the location by us,  or presented locally by the customer. \",\n                            \"  Traffic Administration Fee: Approximately EUR 30.00, VAT included, paid locally per fine. \"\n                        ],\n                        \"Title\": \"Very important operator info\"\n                    },\n                    {\n                        \"Content\": [\n                            \"\",\n                            \"* Includes 300 Km per Day , any additional will be charged at 0.38 EUR/ Km plus VAT, paid locally.\",\n                            \"\",\n                            \"  Cancellation Policy:    - No Show fee of EUR 95.00   - If cancelled less than 48 hours prior to pick up EUR 50.00\",\n                            \"  Maximum Age: None  \",\n                            \"  Minimum Age: 21 \",\n                            \"  Young Driver surcharge: Drivers age 21 -23 are required  to pay EUR 11.90, per day (maximum EUR 59.50), VAT included, paid locally. \",\n                            \"  Rental Extension Procedure: Any rental extension of 24 hour(s)  or more for a rental in progress will require the customer to return to any Europcar  location in Germany to sign the contract for the extension and swipe their credit  card. A copy of the extended voucher must either be sent to the location by us,  or presented locally by the customer. \",\n                            \"* Environmental Fee: Included .\"\n                        ],\n                        \"Title\": \"Very important vehicle information\"\n                    },\n                    {\n                        \"Content\": [\n                            \"* Airport Surcharge of 24.90 % , will still apply to any local charges.\",\n                            \"  Additional Driver Fee: Each additional driver is EUR 9.00, per day (maximum EUR 79.90), VAT included, paid locally. \"\n                        ],\n                        \"Title\": \"very important location information\"\n                    },\n                    {\n                        \"Content\": [\n                            \"  Need Address Procedures: Allowed.   We can request any location that can be confirmed in the Greenway with Europcar.  Please check with your supervisor first! \"\n                        ],\n                        \"Title\": \"Need address information\"\n                    },\n                    {\n                        \"Content\": [\n                            \"  Refueling Charge: Vehicles are rented with a full tank of fuel and  must be returned with a full tank of fuel. If not a locally determined refueling  fee will apply.  \"\n                        ],\n                        \"Title\": \"Refueling charges\"\n                    }\n                ]\n            }\n        },\n        \"Errors\": []\n    }\n}"}],"_postman_id":"a8fce9c5-fb24-452a-a13e-058fe6dae296"}],"id":"f24bbfb2-48e1-452e-b296-64e90c92435d","description":"<p>Get car details, like available extras, cancellation policy, rental terms, and conditions. Unlike hotels, car details call facilitates all needed information to finish car booking .</p>\n<p>Unlike Hotels, you may retrieve cancellation policy details for car booking only via DetailsRequest.</p>\n<p><strong>Request Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CarID</td>\n<td>As received in the Search step</td>\n</tr>\n<tr>\n<td>SessionID</td>\n<td>As received in the Search step</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>**Response Parameters :<br />**</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CancellationPolicies</td>\n<td>There can be few cancel policies for the package</td>\n</tr>\n<tr>\n<td>CancellationPolicy</td>\n<td>Each element will address specific date range from-to</td>\n</tr>\n<tr>\n<td>CancellationFee</td>\n<td>Contains list of policies for the package</td>\n</tr>\n<tr>\n<td>Commission</td>\n<td>Commission for the user</td>\n</tr>\n<tr>\n<td>CommissionInSupplierCurrency</td>\n<td>Commission in supplier currency</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Searched currency</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>Cancellation fee</td>\n</tr>\n<tr>\n<td>FinalPriceInSupplierCurrency</td>\n<td>Supplier currency</td>\n</tr>\n<tr>\n<td>OriginalPrice</td>\n<td>Rate received prior to markup</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>The currency in which invoices are paid to supplier</td>\n</tr>\n<tr>\n<td>DateFrom</td>\n<td>Date and time the policy kicks in</td>\n</tr>\n<tr>\n<td>DateTo</td>\n<td>End date and time for the policy</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"f24bbfb2-48e1-452e-b296-64e90c92435d"},{"name":"GetPaymentPref & Cxl-Policy","item":[{"name":"Payment Preferences","id":"b6d17ab3-afe7-4eb0-b9a4-93af81ed8f51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"CarPaymentPreferencesRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"CarId\": \"313d1f5f-5511-4ae9-8322-6cfa5ab94d7c\",\r\n\t\t\t\"IncludeCancellationPolicy\": true\r\n\t\t},\r\n\t\t\"RequestType\": 10,\r\n\t\t\"SessionID\": \"/284/138622/D20230816T100340/4f97e3729e4547a2b1eb52c1ee54251e\",\r\n\t\t\"TypeOfService\": 1\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/bookingservices/dynamicdataservice.svc","urlObject":{"protocol":"https","path":["bookingservices","dynamicdataservice.svc"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"ff22d849-6f7e-474d-a51b-081cc10c5174","name":"Payment Preferences Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"CarPaymentPreferencesRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"CarId\": \"{{CarID}}\",\r\n\t\t\t\"IncludeCancellationPolicy\": true\r\n\t\t},\r\n\t\t\"RequestType\": 10,\r\n\t\t\"SessionID\": \"{{CarsSession}}\",\r\n\t\t\"TypeOfService\": 1\r\n\t}\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/bookingservices/dynamicdataservice.svc"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"CarCancellationPolicyResponse\": {\n            \"CancellationPolicies\": [\n                {\n                    \"CancellationFee\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 75,\n                        \"FinalPriceInSupplierCurrency\": 75,\n                        \"OriginalPrice\": 75,\n                        \"OriginalPriceInSupplierCurrency\": 75,\n                        \"SupplierCurrency\": \"USD\"\n                    },\n                    \"DateFrom\": \"/Date(1694476800000+0000)/\"\n                },\n                {\n                    \"CancellationFee\": {\n                        \"Currency\": \"USD\",\n                        \"FinalPrice\": 636.16,\n                        \"FinalPriceInSupplierCurrency\": 498.54,\n                        \"OriginalPrice\": 636.16,\n                        \"OriginalPriceInSupplierCurrency\": 498.54,\n                        \"SupplierCurrency\": \"GBP\"\n                    },\n                    \"DateFrom\": \"/Date(1694736000000+0000)/\"\n                }\n            ]\n        },\n        \"CarsGetPaymentPreferences\": {\n            \"ApplicablePreferences\": [\n                {\n                    \"AcceptedCreditCards\": null,\n                    \"Type\": 0\n                },\n                {\n                    \"AcceptedCreditCards\": [],\n                    \"Type\": 1\n                }\n            ]\n        },\n        \"Errors\": []\n    }\n}"}],"_postman_id":"b6d17ab3-afe7-4eb0-b9a4-93af81ed8f51"}],"id":"65b7662d-0271-4b78-9c4c-f29a7842d94c","description":"<p>Payment preferences specify which credit cards can be used, the conversion rates if applicable etc.</p>\n<p>You can get three possible Types of payment: CreditCardExternal, CreditCardInternal and PayUponArrival.</p>\n<p>PayUponArrival means the customer will pay at the moment of the car pickup. If a credit card is needed to secure the booking, it will show like with 2 other payment methods.</p>\n<p><strong>Request Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CarID</td>\n<td>As received in the Search step</td>\n</tr>\n<tr>\n<td>IncludeCancellationPolicy</td>\n<td>true/false</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Respose Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CarCancelationPolicyResponse</td>\n<td>If requested, will contain CXL details</td>\n</tr>\n<tr>\n<td>CarPaymentPreferences</td>\n<td></td>\n</tr>\n<tr>\n<td>ApplicablePreferences</td>\n<td></td>\n</tr>\n<tr>\n<td>PaymentPreference</td>\n<td>Contain payment methods available</td>\n</tr>\n<tr>\n<td>AcceptedCreditCards</td>\n<td>True/false</td>\n</tr>\n<tr>\n<td>CreditCardPaymentCommision</td>\n<td></td>\n</tr>\n<tr>\n<td>CardType</td>\n<td>Visa, Amex etc.</td>\n</tr>\n<tr>\n<td>Commission</td>\n<td>Additional charges that might be added to final price</td>\n</tr>\n<tr>\n<td>FlatFee</td>\n<td>Additional charges that might be added to final price</td>\n</tr>\n<tr>\n<td>ChargingCurrency</td>\n<td>Final currency in which a Credit card will be charged</td>\n</tr>\n<tr>\n<td>ConversionRate</td>\n<td>Conversion rate used between Sale price/rate and actual charge</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>If Cash – a booking can be completed without CreditCard  <br />CreditCardInternal - using a payment gateway  <br />CreditCardExternal - Card details go to supplier</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"65b7662d-0271-4b78-9c4c-f29a7842d94c"},{"name":"Book","item":[{"name":"Book - Cash","id":"12e7197b-debd-4096-98ae-df1680ccd956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"CarBookRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"CarId\": \"5d5c3be6-63f3-4b39-8a0f-bd0e0bdc1ab5\",\r\n\t\t\t\"BookingPrice\": 473.11,\r\n\t\t\t\"Customer\": {\r\n\t\t\t\t\"Address\": {\r\n\t\t\t\t\t\"AddressLine\": \"Harutz 9\",\r\n\t\t\t\t\t\"PostalCode\": \"123456\",\r\n\t\t\t\t\t\"CityName\": \"Tel-Aviv\",\r\n\t\t\t\t\t\"CountryName\": {\r\n\t\t\t\t\t\t\"Code\": \"IL\",\r\n\t\t\t\t\t\t\"Name\": \"Israel\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"PersonDetails\": {\r\n\t\t\t\t\t\t\"Name\": {\r\n\t\t\t\t\t\t\t\"GivenName\": \"TEST-USER\",\r\n\t\t\t\t\t\t\t\"NamePrefix\": \"Mr\",\r\n\t\t\t\t\t\t\t\"Surname\": \"TEST\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Type\": 0,\r\n\t\t\t\t\t\t\"Age\": 30,\r\n\t\t\t\t\t\t\"Telephone\": {\r\n\t\t\t\t\t\t\t\"PhoneNumber\": \"123456789\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Email\": {\r\n\t\t\t\t\t\t\t\"Value\": \"test-user@gimmonix.com\"\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"SelectedPaymentMethod\": 0\r\n\t\t},\r\n\t\t\"RequestType\": 2,\r\n\t\t\"SessionID\": \"/284/128396/D20230301T135214/368c205c103b4a3d885b5baba70d9260\",\r\n\t\t\"TypeOfService\": 1\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/bookingservices/dynamicdataservice.svc","urlObject":{"protocol":"https","path":["bookingservices","dynamicdataservice.svc"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"61ce7fdc-2d7b-4ef2-94d7-2a724b86fef7","name":"Book Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"CarBookRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"CarId\": \"5523c1fd-a137-434f-9876-29309a128a1b\",\r\n\t\t\t\t\t\t\"BookingPrice\": 0,\r\n\t\t\t\t\t\t\"Card\" : {\r\n\t\t\t\t\"AddressLine\" : \"something 1\",\r\n\t\t\t\t\"CVV\" : \"424\",\r\n\t\t\t\t\"CardNumber\" : \"4111111111111111\",\r\n\t\t\t\t\"CardType\" : 1,\r\n\t\t\t\t\"City\" : \"Tel Aviv\",\r\n\t\t\t\t\"Country\" : \"IL\",\r\n\t\t\t\t\"ExpireDate\" : \"\\/Date(1667253600000+0200)\\/\",\r\n\t\t\t\t\"HolderName\" : \"Some Kind\",\r\n\t\t\t\t\"Phone\" : \"034921421\",\r\n\t\t\t\t\"ZipCode\" : \"424324\"\r\n\t\t\t},\r\n\t\t\t\"Customer\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"Address\": {\r\n\t\t\t      \t\"AddressLine\" : \"something 1\",\r\n\t\t\t\t\t\t\t\"PostalCode\": \"4141415\",\r\n\t\t\t\t\t\t\t\"CityName\": \"SomeName\",\r\n\t\t\t\t\t\t\t\t\t\t\"CountryName\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"Code\": \"US\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"Name\": \"United States\"\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t \"Email\": {\"Value\": \"test@gmail.com\"},\r\n\t\t\t\t\t\"PersonDetails\": {\r\n\t\t\t\t\t\t\"Name\": {\r\n\t\t\t\t\t\t\t\"GivenName\": \"Renpaor\",\r\n\t\t\t\t\t\t\t\"NamePrefix\": \"Mr\",\r\n\t\t\t\t\t\t\t\"Surname\": \"Baoz\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Type\": 0,\r\n\t\t\t\t\t  \"Age\": 8,\r\n\t\t\t\t\t \"Telephone\": {\"PhoneNumber\": \"+1 786 581 41 46\"}\r\n\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"SelectedPaymentMethod\": 2\r\n\t\t},\r\n\t\t\"RequestType\": 2,\r\n\t\t\"SessionID\": \"{{CarsSession}}\",\r\n\t\t\"TypeOfService\": 1\r\n\t}\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/bookingservices/dynamicdataservice.svc"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"CarsOrderBookResponse\": {\n        \"CarSegments\": {\n            \"CarBookSegment\": {\n                \"BookingID\": \"23005769ZA3\",\n                \"BookingRemarks\": \"\",\n                \"OrderId\": 11241703,\n                \"SegmentId\": 11334811,\n                \"Status\": \"OK\",\n                \"TotalPrice\": {\n                    \"Currency\": \"ZAR\",\n                    \"FinalPrice\": 2435.97,\n                    \"FinalPriceInSupplierCurrency\": 2435.97,\n                    \"OriginalPrice\": 2435.97,\n                    \"OriginalPriceInSupplierCurrency\": 2435.97,\n                    \"PayOnArrivalFinal\": 120,\n                    \"PayOnArrivalOriginal\": 120,\n                    \"SupplierCurrency\": \"ZAR\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"12e7197b-debd-4096-98ae-df1680ccd956"},{"name":"Book - Credit Card","id":"4a68cea4-1a1a-452c-8a1a-082ad8ca6b45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\"rqst\": {\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"CarBookRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"CarId\": \"5523c1fd-a137-434f-9876-29309a128a1b\",\r\n\t\t\t\t\t\t\"BookingPrice\": 0,\r\n\t\t\t\t\t\t\"Card\" : {\r\n\t\t\t\t\"AddressLine\" : \"something 1\",\r\n\t\t\t\t\"CVV\" : \"424\",\r\n\t\t\t\t\"CardNumber\" : \"4111111111111111\",\r\n\t\t\t\t\"CardType\" : 1,\r\n\t\t\t\t\"City\" : \"Tel Aviv\",\r\n\t\t\t\t\"Country\" : \"IL\",\r\n\t\t\t\t\"ExpireDate\" : \"\\/Date(1667253600000+0200)\\/\",\r\n\t\t\t\t\"HolderName\" : \"Some Kind\",\r\n\t\t\t\t\"Phone\" : \"034921421\",\r\n\t\t\t\t\"ZipCode\" : \"424324\"\r\n\t\t\t},\r\n\t\t\t\"Customer\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"Address\": {\r\n\t\t\t      \t\"AddressLine\" : \"something 1\",\r\n\t\t\t\t\t\t\t\"PostalCode\": \"4141415\",\r\n\t\t\t\t\t\t\t\"CityName\": \"SomeName\",\r\n\t\t\t\t\t\t\t\t\t\t\"CountryName\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"Code\": \"US\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"Name\": \"United States\"\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t \"Email\": {\"Value\": \"test@gmail.com\"},\r\n\t\t\t\t\t\"PersonDetails\": {\r\n\t\t\t\t\t\t\"Name\": {\r\n\t\t\t\t\t\t\t\"GivenName\": \"Renpaor\",\r\n\t\t\t\t\t\t\t\"NamePrefix\": \"Mr\",\r\n\t\t\t\t\t\t\t\"Surname\": \"Baoz\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Type\": 0,\r\n\t\t\t\t\t  \"Age\": 8,\r\n\t\t\t\t\t \"Telephone\": {\"PhoneNumber\": \"+1 786 581 41 46\"}\r\n\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"SelectedPaymentMethod\": 2\r\n\t\t},\r\n\t\t\"RequestType\": 2,\r\n\t\t\"SessionID\": \"{{CarsSession}}\",\r\n\t\t\"TypeOfService\": 1\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/bookingservices/dynamicdataservice.svc","urlObject":{"protocol":"https","path":["bookingservices","dynamicdataservice.svc"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"ce0ce626-892a-499f-924c-75238991996d","name":"Book - Credit Card Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\"rqst\": {\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"CarBookRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"CarId\": \"5523c1fd-a137-434f-9876-29309a128a1b\",\r\n\t\t\t\t\t\t\"BookingPrice\": 0,\r\n\t\t\t\t\t\t\"Card\" : {\r\n\t\t\t\t\"AddressLine\" : \"something 1\",\r\n\t\t\t\t\"CVV\" : \"424\",\r\n\t\t\t\t\"CardNumber\" : \"4111111111111111\",\r\n\t\t\t\t\"CardType\" : 1,\r\n\t\t\t\t\"City\" : \"Tel Aviv\",\r\n\t\t\t\t\"Country\" : \"IL\",\r\n\t\t\t\t\"ExpireDate\" : \"\\/Date(1667253600000+0200)\\/\",\r\n\t\t\t\t\"HolderName\" : \"Some Kind\",\r\n\t\t\t\t\"Phone\" : \"034921421\",\r\n\t\t\t\t\"ZipCode\" : \"424324\"\r\n\t\t\t},\r\n\t\t\t\"Customer\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"Address\": {\r\n\t\t\t      \t\"AddressLine\" : \"something 1\",\r\n\t\t\t\t\t\t\t\"PostalCode\": \"4141415\",\r\n\t\t\t\t\t\t\t\"CityName\": \"SomeName\",\r\n\t\t\t\t\t\t\t\t\t\t\"CountryName\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"Code\": \"US\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"Name\": \"United States\"\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t \"Email\": {\"Value\": \"test@gmail.com\"},\r\n\t\t\t\t\t\"PersonDetails\": {\r\n\t\t\t\t\t\t\"Name\": {\r\n\t\t\t\t\t\t\t\"GivenName\": \"Renpaor\",\r\n\t\t\t\t\t\t\t\"NamePrefix\": \"Mr\",\r\n\t\t\t\t\t\t\t\"Surname\": \"Baoz\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Type\": 0,\r\n\t\t\t\t\t  \"Age\": 8,\r\n\t\t\t\t\t \"Telephone\": {\"PhoneNumber\": \"+1 786 581 41 46\"}\r\n\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"SelectedPaymentMethod\": 2\r\n\t\t},\r\n\t\t\"RequestType\": 2,\r\n\t\t\"SessionID\": \"{{CarsSession}}\",\r\n\t\t\"TypeOfService\": 1\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/bookingservices/dynamicdataservice.svc"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"CarsOrderBookResponse\": {\n        \"CarSegments\": {\n            \"CarBookSegment\": {\n                \"BookingID\": \"23005769ZA3\",\n                \"BookingRemarks\": \"\",\n                \"OrderId\": 11241703,\n                \"SegmentId\": 11334811,\n                \"Status\": \"OK\",\n                \"TotalPrice\": {\n                    \"Currency\": \"ZAR\",\n                    \"FinalPrice\": 2435.97,\n                    \"FinalPriceInSupplierCurrency\": 2435.97,\n                    \"OriginalPrice\": 2435.97,\n                    \"OriginalPriceInSupplierCurrency\": 2435.97,\n                    \"PayOnArrivalFinal\": 120,\n                    \"PayOnArrivalOriginal\": 120,\n                    \"SupplierCurrency\": \"ZAR\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"4a68cea4-1a1a-452c-8a1a-082ad8ca6b45"}],"id":"5fe92e32-5219-460c-94fe-8c038e20a1f5","description":"<p>This function submits a new booking request for the selected car and returns the booking reference and booking status.</p>\n<p>You can book only those items that were returned in the last search, in the same session.</p>\n<p>Our API requires full occupancy details, i.e. Passengers and CustomerInfo are required .</p>\n<blockquote>\n<p>🚧 The Book Request can be done with either Cash or Credit Card . </p>\n</blockquote>\n<p><strong>Request parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientIP</td>\n<td>Need to provide client IP</td>\n</tr>\n<tr>\n<td>BookingPrice</td>\n<td>Price the user charges the client</td>\n</tr>\n<tr>\n<td>CarID</td>\n<td>Car ID from search response</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td></td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Street &amp; number. Example: Hamasger 59</td>\n</tr>\n<tr>\n<td>CityName</td>\n<td>Example: Tel Aviv</td>\n</tr>\n<tr>\n<td>CountryName</td>\n<td></td>\n</tr>\n<tr>\n<td>Code</td>\n<td>Example: IL</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>Example: Israel</td>\n</tr>\n<tr>\n<td>PostalCode</td>\n<td>Zip Code</td>\n</tr>\n<tr>\n<td>StateProv</td>\n<td>For USA citizens</td>\n</tr>\n<tr>\n<td>Email</td>\n<td></td>\n</tr>\n<tr>\n<td>Value</td>\n<td>Email</td>\n</tr>\n<tr>\n<td>PersonDetails</td>\n<td></td>\n</tr>\n<tr>\n<td>Age</td>\n<td></td>\n</tr>\n<tr>\n<td>Name</td>\n<td></td>\n</tr>\n<tr>\n<td>GivenName</td>\n<td>First name</td>\n</tr>\n<tr>\n<td>NamePrefix</td>\n<td>Mr, Ms, Mrs, etc..</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Last name</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Adult, Child</td>\n</tr>\n<tr>\n<td>Telephone</td>\n<td>PhoneNumber</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td></td>\n</tr>\n<tr>\n<td>DropOffStationId</td>\n<td>Optional - \"OfficeId\" from \"CarsSearchDetailsResponse\"</td>\n</tr>\n<tr>\n<td>PickUpStationId</td>\n<td>Optional - \"OfficeId\" from \"CarsSearchDetailsResponse\"</td>\n</tr>\n<tr>\n<td>SelectedPaymentMethod</td>\n<td>One of the payment preferences from GetPaymentPreference response: Cash/ creditCardInternal/ CreditCardExternal. If left empty the booking will be made in cash if available.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CarBookSegments</td>\n<td>The response can have several segments</td>\n</tr>\n<tr>\n<td>BookingID</td>\n<td>Supplier ID for this booking</td>\n</tr>\n<tr>\n<td>BookingReference</td>\n<td>Supplier reference for this booking</td>\n</tr>\n<tr>\n<td>BookingRemarks</td>\n<td></td>\n</tr>\n<tr>\n<td>OrderId</td>\n<td>Carsolize Order ID</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>Carsolize Segment ID. To be used with status or cancel services</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>Booking status. See all the possible statuses list here</td>\n</tr>\n<tr>\n<td>TotalPrice</td>\n<td></td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Search currency</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>Sale price</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"5fe92e32-5219-460c-94fe-8c038e20a1f5"},{"name":"Post Booking","item":[{"name":"Check Status","item":[{"name":"Check Status","id":"cf0a3ef4-ae6a-4ef8-b1c4-38f5d756b969","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n<s:Body>\r\n<ServiceRequest xmlns=\"http://tempuri.org/\">\r\n<rqst xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n<Request xmlns=\"\" i:type=\"CarBookInfoRequest\">\r\n<ClientIP i:nil=\"true\"/>\r\n<SegmentID>46908</SegmentID>\r\n</Request>\r\n<RequestType xmlns=\"\">CheckBookingStatus</RequestType>\r\n<SessionID xmlns=\"\">/22/58/D20130925T102604/550257c1407b4df7bdf17e32168f81c2</SessionID>\r\n<TypeOfService xmlns=\"\">Cars</TypeOfService>\r\n</rqst>\r\n</ServiceRequest>\r\n</s:Body>\r\n</s:Envelope>","options":{"raw":{"language":"xml"}}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"dce0b395-c29f-4e3f-be36-79d5783a149a","name":"Check Status Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n<s:Body>\r\n<ServiceRequest xmlns=\"http://tempuri.org/\">\r\n<rqst xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n<Request xmlns=\"\" i:type=\"CarBookInfoRequest\">\r\n<ClientIP i:nil=\"true\"/>\r\n<SegmentID>46908</SegmentID>\r\n</Request>\r\n<RequestType xmlns=\"\">CheckBookingStatus</RequestType>\r\n<SessionID xmlns=\"\">/22/58/D20130925T102604/550257c1407b4df7bdf17e32168f81c2</SessionID>\r\n<TypeOfService xmlns=\"\">Cars</TypeOfService>\r\n</rqst>\r\n</ServiceRequest>\r\n</s:Body>\r\n</s:Envelope>","options":{"raw":{"language":"xml"}}}},"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","name":"Content-Type","value":"application/xml","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\n    <s:Body>\n        <ServiceRequest xmlns=\"http://tempuri.org/\">\n            <rqst xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <Request xmlns=\"\" i:type=\"CarBookInfoRequest\">\n                    <ClientIP i:nil=\"true\"/>\n                    <SegmentID>46908</SegmentID>\n                </Request>\n                <RequestType xmlns=\"\">CheckBookingStatus</RequestType>\n                <SessionID xmlns=\"\">/22/58/D20130925T102604/550257c1407b4df7bdf17e32168f81c2</SessionID>\n                <TypeOfService xmlns=\"\">Cars</TypeOfService>\n            </rqst>\n        </ServiceRequest>\n    </s:Body>\n</s:Envelope>"}],"_postman_id":"cf0a3ef4-ae6a-4ef8-b1c4-38f5d756b969"}],"id":"784a0b33-c060-46b9-b1d6-36b36c725f03","description":"<p>Bookings that were made on request need to be checked for confirmation/rejection by the supplier. This function queries for the updated booking status.</p>\n<p><strong>Request Parameters :</strong></p>\n<p>SegmentID - SegmentID received in booking response</p>\n","_postman_id":"784a0b33-c060-46b9-b1d6-36b36c725f03"},{"name":"Cancel","item":[{"name":"Cancel","id":"bd959e52-117e-4ceb-89d5-3984688c41e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n<s:Body>\r\n<ServiceRequest xmlns=\"http://tempuri.org/\">\r\n<rqst xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n<Request xmlns=\"\" i:type=\"ServiceBookCancelRequest\">\r\n<ClientIP i:nil=\"true\"/>\r\n<SegmentID>46908</SegmentID>\r\n</Request>\r\n<RequestType xmlns=\"\">CancelBooking</RequestType>\r\n<SessionID xmlns=\"\">/22/58/D20130925T102814/a4e357d885444ec8a5aa67e7b77d973e</SessionID>\r\n<TypeOfService xmlns=\"\">Cars</TypeOfService>\r\n</rqst>\r\n</ServiceRequest>\r\n</s:Body>\r\n</s:Envelope>","options":{"raw":{"language":"xml"}}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"d366704d-fb4f-4a65-b8dc-22fec16fae1f","name":"Cancel Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n<s:Body>\r\n<ServiceRequest xmlns=\"http://tempuri.org/\">\r\n<rqst xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n<Request xmlns=\"\" i:type=\"ServiceBookCancelRequest\">\r\n<ClientIP i:nil=\"true\"/>\r\n<SegmentID>46908</SegmentID>\r\n</Request>\r\n<RequestType xmlns=\"\">CancelBooking</RequestType>\r\n<SessionID xmlns=\"\">/22/58/D20130925T102814/a4e357d885444ec8a5aa67e7b77d973e</SessionID>\r\n<TypeOfService xmlns=\"\">Cars</TypeOfService>\r\n</rqst>\r\n</ServiceRequest>\r\n</s:Body>\r\n</s:Envelope>","options":{"raw":{"language":"xml"}}}},"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","name":"Content-Type","value":"application/xml","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\n    <s:Body>\n        <ServiceRequestResponse xmlns=\"http://tempuri.org/\">\n            <ServiceRequestResult xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <Errors xmlns=\"\"/>\n                <ServiceBookCancelResponse xmlns=\"\">\n                    <BookCancelID>XI-CB-16150655</BookCancelID>\n                    <CancellationComment>Booking has been cancelled successfully.</CancellationComment>\n                    <CancellationFee>0</CancellationFee>\n                    <Status>CX</Status>\n                </ServiceBookCancelResponse>\n            </ServiceRequestResult>\n        </ServiceRequestResponse>\n    </s:Body>\n</s:Envelope>"}],"_postman_id":"bd959e52-117e-4ceb-89d5-3984688c41e8"}],"id":"d7a7c3bd-da37-4ce0-8aae-d917e51e5804","description":"<p>This function submits a request to cancel any existing booking.  </p>\n<p><strong>Request Parameters :</strong></p>\n<p>| SegmentID | SegmentID received in booking response |</p>\n","_postman_id":"d7a7c3bd-da37-4ce0-8aae-d917e51e5804"},{"name":"Car Reprice","item":[{"name":"CarReprice","id":"d56de360-318f-48c9-9d79-72572458ea79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n<s:Body>\r\n<ServiceRequest xmlns=\"http://tempuri.org/\">\r\n<rqst xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n<Request xmlns=\"\" xmlns:a=\"http://schemas.datacontract.org/2004/07/IsuBe.Public.Enteties.Cars\" i:type=\"a:CarRepriceRequest\">\r\n<ClientIP i:nil=\"true\"/>\r\n<a:BrokerId>7</a:BrokerId>\r\n<a:CancellationPolicies i:nil=\"true\"/>\r\n<a:CarRepriceItem>\r\n<a:Acriss>EDAR</a:Acriss>\r\n<a:AirConditioning i:nil=\"true\"/>\r\n<a:AirportPickUpLocation i:nil=\"true\"/>\r\n<a:CarModel>Volkswagen Polo</a:CarModel>\r\n<a:Category i:nil=\"true\"/>\r\n<a:FuelType i:nil=\"true\"/>\r\n<a:GPS i:nil=\"true\"/>\r\n<a:NumberOfDoors i:nil=\"true\"/>\r\n<a:PackageName i:nil=\"true\"/>\r\n<a:RepresentingCategory i:nil=\"true\"/>\r\n<a:TransmissionType>Automatic</a:TransmissionType>\r\n</a:CarRepriceItem>\r\n<a:DropOffOfficeName i:nil=\"true\"/>\r\n<a:Id>3500c22e-76de-4a32-bc1a-85c7e2dcd3a7</a:Id>\r\n<a:PickUpOfficeName i:nil=\"true\"/>\r\n<a:SearchRequest>\r\n<ClientIP i:nil=\"true\"/>\r\n<DesiredResultCurrency>ILS</DesiredResultCurrency>\r\n<Residency>IL</Residency>\r\n<ClientID>00000000-0000-0000-0000-000000000000</ClientID>\r\n<ContractIds xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"/>\r\n<DriversAge>30</DriversAge>\r\n<DropOff>\r\n<Date>2015-02-17T00:00:00</Date>\r\n<LocationKey>593221</LocationKey>\r\n</DropOff>\r\n<PickUp>\r\n<Date>2015-02-10T00:00:00</Date>\r\n<LocationKey>593221</LocationKey>\r\n</PickUp>\r\n<SupplierIds xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"/>\r\n<TransmissionType>Automatic</TransmissionType>\r\n</a:SearchRequest>\r\n<a:TotalPrice>170.97</a:TotalPrice>\r\n</Request>\r\n<RequestType xmlns=\"\">RepriceItem</RequestType>\r\n<SessionID xmlns=\"\">/124/3396/D20150203T130628/1ecfb622e91b4a2cb165f8987bef989f</SessionID>\r\n<TypeOfService xmlns=\"\">Cars</TypeOfService>\r\n</rqst>\r\n</ServiceRequest>\r\n</s:Body>\r\n</s:Envelope>","options":{"raw":{"language":"xml"}}},"url":"https://cert-services.travolutionary.com/bookingservices/dynamicdataservice.svc","urlObject":{"protocol":"https","path":["bookingservices","dynamicdataservice.svc"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"510b433c-2d78-41d2-8f1f-36479dcd768d","name":"CarReprice Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n<s:Body>\r\n<ServiceRequest xmlns=\"http://tempuri.org/\">\r\n<rqst xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n<Request xmlns=\"\" xmlns:a=\"http://schemas.datacontract.org/2004/07/IsuBe.Public.Enteties.Cars\" i:type=\"a:CarRepriceRequest\">\r\n<ClientIP i:nil=\"true\"/>\r\n<a:BrokerId>7</a:BrokerId>\r\n<a:CancellationPolicies i:nil=\"true\"/>\r\n<a:CarRepriceItem>\r\n<a:Acriss>EDAR</a:Acriss>\r\n<a:AirConditioning i:nil=\"true\"/>\r\n<a:AirportPickUpLocation i:nil=\"true\"/>\r\n<a:CarModel>Volkswagen Polo</a:CarModel>\r\n<a:Category i:nil=\"true\"/>\r\n<a:FuelType i:nil=\"true\"/>\r\n<a:GPS i:nil=\"true\"/>\r\n<a:NumberOfDoors i:nil=\"true\"/>\r\n<a:PackageName i:nil=\"true\"/>\r\n<a:RepresentingCategory i:nil=\"true\"/>\r\n<a:TransmissionType>Automatic</a:TransmissionType>\r\n</a:CarRepriceItem>\r\n<a:DropOffOfficeName i:nil=\"true\"/>\r\n<a:Id>3500c22e-76de-4a32-bc1a-85c7e2dcd3a7</a:Id>\r\n<a:PickUpOfficeName i:nil=\"true\"/>\r\n<a:SearchRequest>\r\n<ClientIP i:nil=\"true\"/>\r\n<DesiredResultCurrency>ILS</DesiredResultCurrency>\r\n<Residency>IL</Residency>\r\n<ClientID>00000000-0000-0000-0000-000000000000</ClientID>\r\n<ContractIds xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"/>\r\n<DriversAge>30</DriversAge>\r\n<DropOff>\r\n<Date>2015-02-17T00:00:00</Date>\r\n<LocationKey>593221</LocationKey>\r\n</DropOff>\r\n<PickUp>\r\n<Date>2015-02-10T00:00:00</Date>\r\n<LocationKey>593221</LocationKey>\r\n</PickUp>\r\n<SupplierIds xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"/>\r\n<TransmissionType>Automatic</TransmissionType>\r\n</a:SearchRequest>\r\n<a:TotalPrice>170.97</a:TotalPrice>\r\n</Request>\r\n<RequestType xmlns=\"\">RepriceItem</RequestType>\r\n<SessionID xmlns=\"\">/124/3396/D20150203T130628/1ecfb622e91b4a2cb165f8987bef989f</SessionID>\r\n<TypeOfService xmlns=\"\">Cars</TypeOfService>\r\n</rqst>\r\n</ServiceRequest>\r\n</s:Body>\r\n</s:Envelope>","options":{"raw":{"language":"xml"}}},"url":"https://cert-services.travolutionary.com/bookingservices/dynamicdataservice.svc"},"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","name":"Content-Type","value":"application/xml","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\n    <s:Body>\n        <ServiceRequestResponse xmlns=\"http://tempuri.org/\">\n            <ServiceRequestResult xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <CarRepricePackageResponse xmlns=\"\" xmlns:a=\"http://schemas.datacontract.org/2004/07/IsuBe.Public.Enteties.Cars\">\n                    <a:CancellationPolicies>\n                        <CancellationPolicy>\n                            <CancellationFee>\n                                <Currency>CAD</Currency>\n                                <FinalPrice>36.45</FinalPrice>\n                                <FinalPriceInSupplierCurrency>25</FinalPriceInSupplierCurrency>\n                                <OriginalPrice>36.45</OriginalPrice>\n                                <OriginalPriceInSupplierCurrency>25</OriginalPriceInSupplierCurrency>\n                                <SupplierCurrency>EUR</SupplierCurrency>\n                            </CancellationFee>\n                            <DateFrom>2013-12-16T00:00:00</DateFrom>\n                            <Description>An additional non-refundable Administration Charge (Card processing fee) may apply in case of cancellation</Description>\n                        </CancellationPolicy>\n                        <CancellationPolicy>\n                            <CancellationFee>\n                                <Currency>CAD</Currency>\n                                <FinalPrice>463.22</FinalPrice>\n                                <FinalPriceInSupplierCurrency>435.37</FinalPriceInSupplierCurrency>\n                                <OriginalPrice>463.22</OriginalPrice>\n                                <OriginalPriceInSupplierCurrency>435.37</OriginalPriceInSupplierCurrency>\n                                <SupplierCurrency>USD</SupplierCurrency>\n                            </CancellationFee>\n                            <DateFrom>2013-12-21T00:00:00</DateFrom>\n                        </CancellationPolicy>\n                    </a:CancellationPolicies>\n                    <a:Match>true</a:Match>\n                    <a:Price>\n                        <Currency>CAD</Currency>\n                        <FinalPrice>463.22</FinalPrice>\n                        <FinalPriceInSupplierCurrency>435.37</FinalPriceInSupplierCurrency>\n                        <OriginalPrice>463.22</OriginalPrice>\n                        <OriginalPriceInSupplierCurrency>435.37</OriginalPriceInSupplierCurrency>\n                        <SupplierCurrency>USD</SupplierCurrency>\n                    </a:Price>\n                </CarRepricePackageResponse>\n                <Errors xmlns=\"\"/>\n            </ServiceRequestResult>\n        </ServiceRequestResponse>\n    </s:Body>\n</s:Envelope>"}],"_postman_id":"d56de360-318f-48c9-9d79-72572458ea79"}],"id":"9772428b-08b1-4bee-95ba-9a3fe0e60747","description":"<p>This function allows making a reservation of a car that was found in an expired session.</p>\n<p>The request requires same search request parameters and a few more parameters from the selected package: Desired Car ID, Cars details, new session id.</p>\n<p>The client may also include cancellation policy details of the desired item from the previous search results in his reprice request. Then the Reprice function will include cancellation policy details in its search criteria.</p>\n","_postman_id":"9772428b-08b1-4bee-95ba-9a3fe0e60747"}],"id":"8c80aa24-c395-4885-bedc-76a4df0c3f40","_postman_id":"8c80aa24-c395-4885-bedc-76a4df0c3f40","description":""}],"id":"ae7901d0-b5a1-4428-8d60-7c9d7f60b71d","description":"<p>Travolutionary suggests using a specific flow in order to search and book cars .<br />Using the recommended booking flow will decrease potential errors and increase your productivity.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request</th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>GetLocations</td>\n<td>Get a list of locations .</td>\n</tr>\n<tr>\n<td>Search</td>\n<td>Find cars in a specific locations .</td>\n</tr>\n<tr>\n<td>GetDetails</td>\n<td>Get full and updated info about a specific car .</td>\n</tr>\n<tr>\n<td>GetPaymentPref (Cxl-Policy)</td>\n<td>Get payment preferences &amp; Cxl-Policy</td>\n</tr>\n<tr>\n<td>Book</td>\n<td></td>\n</tr>\n<tr>\n<td>Cancel</td>\n<td>Cancels the booked car.</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"f64248d2-e288-4d08-b10f-46ea721dd937","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ac186984-49b6-475a-b7db-9be4fa0074d9","type":"text/javascript","exec":[""]}}],"_postman_id":"ae7901d0-b5a1-4428-8d60-7c9d7f60b71d"},{"name":"Flights","item":[{"name":"Search Flights","item":[{"name":"Search Flights","id":"0a9020d6-7061-4036-a507-75e39a427676","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASSWORD\",\r\n\t\t\t\"UserName\": \"USERNAME\"\r\n\t\t},\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"FlightSearchRequest:http://gimmonix/carsolize/public\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\"DaysAfter\": 0,\r\n\t\t\t\"DaysBefore\": 0,\r\n\t\t\t\"TimeoutSeconds\": 50,\r\n\t\t\t\"DesiredResultCurrency\": null,\r\n\t\t\t\"Residency\": \"IL\",\r\n\t\t\t\"DirectsFlights\": false,\r\n\t\t\t\"FlightClass\": 1,\r\n\t\t\t\"FlightConnectionType\": 3,\r\n\t\t\t\"FlightRoute\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"DepartDateTime\": \"\\/Date(1731221989000)\\/\",\r\n\t\t\t\t\t\"DestinationCode\": \"LAS\",\r\n\t\t\t\t\t\"DestinationNearbyCities\": false,\r\n\t\t\t\t\t\"DestinationType\": 0,\r\n\t\t\t\t\t\"OriginCode\": \"JFK\",\r\n\t\t\t\t\t\"OriginNearbyCities\": false,\r\n\t\t\t\t\t\"OriginType\": 0\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"DepartDateTime\": \"\\/Date(1731653989000)\\/\",\r\n\t\t\t\t\t\"DestinationCode\": \"JFK\",\r\n\t\t\t\t\t\"DestinationNearbyCities\": false,\r\n\t\t\t\t\t\"DestinationType\": 0,\r\n\t\t\t\t\t\"OriginCode\": \"LAS\",\r\n\t\t\t\t\t\"OriginNearbyCities\": false,\r\n\t\t\t\t\t\"OriginType\": 0\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"Passengers\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"Count\": 1,\r\n\t\t\t\t\t\"PassengerType\": 0\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"RefundableOnly\": false,\r\n\t\t\t\"ResponseLanguage\": null,\r\n\t\t\t\"SpecificCarriers\": [],\r\n\t\t\t\"UserId\": 0\r\n\t\t},\r\n\t\t\"RequestType\": 1,\r\n\t\t\"TypeOfService\": 3\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"b8a34b88-2ddc-475b-80e4-6e5880f64215","name":"Search Flights Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASSWORD\",\r\n\t\t\t\"UserName\": \"USERNAME\"\r\n\t\t},\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"FlightSearchRequest:http://gimmonix/carsolize/public\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\"DaysAfter\": 0,\r\n\t\t\t\"DaysBefore\": 0,\r\n\t\t\t\"TimeoutSeconds\": 50,\r\n\t\t\t\"DesiredResultCurrency\": null,\r\n\t\t\t\"Residency\": \"IL\",\r\n\t\t\t\"DirectsFlights\": false,\r\n\t\t\t\"FlightClass\": 1,\r\n\t\t\t\"FlightConnectionType\": 3,\r\n\t\t\t\"FlightRoute\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"DepartDateTime\": \"\\/Date(1731221989000)\\/\",\r\n\t\t\t\t\t\"DestinationCode\": \"LAS\",\r\n\t\t\t\t\t\"DestinationNearbyCities\": false,\r\n\t\t\t\t\t\"DestinationType\": 0,\r\n\t\t\t\t\t\"OriginCode\": \"JFK\",\r\n\t\t\t\t\t\"OriginNearbyCities\": false,\r\n\t\t\t\t\t\"OriginType\": 0\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"DepartDateTime\": \"\\/Date(1731653989000)\\/\",\r\n\t\t\t\t\t\"DestinationCode\": \"JFK\",\r\n\t\t\t\t\t\"DestinationNearbyCities\": false,\r\n\t\t\t\t\t\"DestinationType\": 0,\r\n\t\t\t\t\t\"OriginCode\": \"LAS\",\r\n\t\t\t\t\t\"OriginNearbyCities\": false,\r\n\t\t\t\t\t\"OriginType\": 0\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"Passengers\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"Count\": 1,\r\n\t\t\t\t\t\"PassengerType\": 0\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"RefundableOnly\": false,\r\n\t\t\t\"ResponseLanguage\": null,\r\n\t\t\t\"SpecificCarriers\": [],\r\n\t\t\t\"UserId\": 0\r\n\t\t},\r\n\t\t\"RequestType\": 1,\r\n\t\t\"TypeOfService\": 3\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"FlightSearchResponse\": {\n            \"AirportCodes\": [\n                {\n                    \"Key\": \"JFK\",\n                    \"Value\": \"New York, United States - John F Kennedy (JFK)\"\n                },\n                {\n                    \"Key\": \"LAS\",\n                    \"Value\": \"Las Vegas, United States - Mccarran Intl (LAS)\"\n                }\n            ],\n            \"Flights\": [\n                {\n                    \"Flights\": [\n                        {\n                            \"CancellationPolicies\": [\n                                {\n                                    \"CancellationFee\": {\n                                        \"Currency\": \"USD\",\n                                        \"FinalPrice\": 4758.24,\n                                        \"FinalPriceInSupplierCurrency\": 4758.24,\n                                        \"FinalTax\": 360.1,\n                                        \"OriginalPrice\": 4758.24,\n                                        \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                        \"OriginalTax\": 360.1,\n                                        \"SupplierCurrency\": \"USD\"\n                                    },\n                                    \"DateFrom\": \"/Date(1725926400000+0000)/\"\n                                }\n                            ],\n                            \"IsEticketable\": true,\n                            \"LegList\": [\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731228120000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731218400000+0000)/\",\n                                            \"DestinationCode\": \"LAS\",\n                                            \"DestinationTerminal\": \"3\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT5H42M\",\n                                            \"FlightNumber\": \"511\",\n                                            \"Id\": \"1f948cd7-4399-41d5-8e92-84a5af37f745\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"JFK\",\n                                            \"OriginTerminal\": \"5\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731739860000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731711540000+0000)/\",\n                                            \"DestinationCode\": \"JFK\",\n                                            \"DestinationTerminal\": \"5\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT4H52M\",\n                                            \"FlightNumber\": \"148\",\n                                            \"Id\": \"235bae7a-e4d3-48e2-b14f-21e90983b26e\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"LAS\",\n                                            \"OriginTerminal\": \"3\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"Price\": {\n                                \"Breakdown\": [\n                                    {\n                                        \"PassengersNumber\": 1,\n                                        \"PersonType\": 0,\n                                        \"Price\": {\n                                            \"Currency\": \"USD\",\n                                            \"FinalPrice\": 4758.24,\n                                            \"FinalPriceInSupplierCurrency\": 4758.24,\n                                            \"FinalTax\": 360.1,\n                                            \"OriginalPrice\": 4758.24,\n                                            \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                            \"OriginalTax\": 360.1,\n                                            \"SupplierCurrency\": \"USD\"\n                                        }\n                                    }\n                                ],\n                                \"TotalPrice\": {\n                                    \"Currency\": \"USD\",\n                                    \"FinalPrice\": 4758.24,\n                                    \"FinalPriceInSupplierCurrency\": 4758.24,\n                                    \"FinalTax\": 360.1,\n                                    \"OriginalPrice\": 4758.24,\n                                    \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                    \"OriginalTax\": 360.1,\n                                    \"SupplierCurrency\": \"USD\"\n                                }\n                            },\n                            \"Refundability\": 1,\n                            \"RouteId\": \"4bf420d7-eb92-41cf-847b-9f35bd6f289c\",\n                            \"SupplierName\": \"AMD\"\n                        }\n                    ]\n                },\n                {\n                    \"Flights\": [\n                        {\n                            \"CancellationPolicies\": [\n                                {\n                                    \"CancellationFee\": {\n                                        \"Currency\": \"USD\",\n                                        \"FinalPrice\": 4758.24,\n                                        \"FinalPriceInSupplierCurrency\": 4758.24,\n                                        \"FinalTax\": 360.1,\n                                        \"OriginalPrice\": 4758.24,\n                                        \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                        \"OriginalTax\": 360.1,\n                                        \"SupplierCurrency\": \"USD\"\n                                    },\n                                    \"DateFrom\": \"/Date(1725926400000+0000)/\"\n                                }\n                            ],\n                            \"IsEticketable\": true,\n                            \"LegList\": [\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731228120000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731218400000+0000)/\",\n                                            \"DestinationCode\": \"LAS\",\n                                            \"DestinationTerminal\": \"3\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT5H42M\",\n                                            \"FlightNumber\": \"511\",\n                                            \"Id\": \"1f948cd7-4399-41d5-8e92-84a5af37f745\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"JFK\",\n                                            \"OriginTerminal\": \"5\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731692100000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731663720000+0000)/\",\n                                            \"DestinationCode\": \"JFK\",\n                                            \"DestinationTerminal\": \"5\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT4H53M\",\n                                            \"FlightNumber\": \"348\",\n                                            \"Id\": \"5734ee7e-ddd3-4c3a-b321-efe5a3d27816\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"LAS\",\n                                            \"OriginTerminal\": \"3\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"Price\": {\n                                \"Breakdown\": [\n                                    {\n                                        \"PassengersNumber\": 1,\n                                        \"PersonType\": 0,\n                                        \"Price\": {\n                                            \"Currency\": \"USD\",\n                                            \"FinalPrice\": 4758.24,\n                                            \"FinalPriceInSupplierCurrency\": 4758.24,\n                                            \"FinalTax\": 360.1,\n                                            \"OriginalPrice\": 4758.24,\n                                            \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                            \"OriginalTax\": 360.1,\n                                            \"SupplierCurrency\": \"USD\"\n                                        }\n                                    }\n                                ],\n                                \"TotalPrice\": {\n                                    \"Currency\": \"USD\",\n                                    \"FinalPrice\": 4758.24,\n                                    \"FinalPriceInSupplierCurrency\": 4758.24,\n                                    \"FinalTax\": 360.1,\n                                    \"OriginalPrice\": 4758.24,\n                                    \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                    \"OriginalTax\": 360.1,\n                                    \"SupplierCurrency\": \"USD\"\n                                }\n                            },\n                            \"Refundability\": 1,\n                            \"RouteId\": \"c4619680-28ee-4b94-a422-e686a5ebbd0e\",\n                            \"SupplierName\": \"AMD\"\n                        }\n                    ]\n                },\n                {\n                    \"Flights\": [\n                        {\n                            \"CancellationPolicies\": [\n                                {\n                                    \"CancellationFee\": {\n                                        \"Currency\": \"USD\",\n                                        \"FinalPrice\": 4758.24,\n                                        \"FinalPriceInSupplierCurrency\": 4758.24,\n                                        \"FinalTax\": 360.1,\n                                        \"OriginalPrice\": 4758.24,\n                                        \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                        \"OriginalTax\": 360.1,\n                                        \"SupplierCurrency\": \"USD\"\n                                    },\n                                    \"DateFrom\": \"/Date(1725926400000+0000)/\"\n                                }\n                            ],\n                            \"IsEticketable\": true,\n                            \"LegList\": [\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731228120000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731218400000+0000)/\",\n                                            \"DestinationCode\": \"LAS\",\n                                            \"DestinationTerminal\": \"3\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT5H42M\",\n                                            \"FlightNumber\": \"511\",\n                                            \"Id\": \"1f948cd7-4399-41d5-8e92-84a5af37f745\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"JFK\",\n                                            \"OriginTerminal\": \"5\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731698940000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731670500000+0000)/\",\n                                            \"DestinationCode\": \"JFK\",\n                                            \"DestinationTerminal\": \"5\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT4H54M\",\n                                            \"FlightNumber\": \"448\",\n                                            \"Id\": \"de223094-4eba-4093-8bd9-121bd58ea50f\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"LAS\",\n                                            \"OriginTerminal\": \"3\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"Price\": {\n                                \"Breakdown\": [\n                                    {\n                                        \"PassengersNumber\": 1,\n                                        \"PersonType\": 0,\n                                        \"Price\": {\n                                            \"Currency\": \"USD\",\n                                            \"FinalPrice\": 4758.24,\n                                            \"FinalPriceInSupplierCurrency\": 4758.24,\n                                            \"FinalTax\": 360.1,\n                                            \"OriginalPrice\": 4758.24,\n                                            \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                            \"OriginalTax\": 360.1,\n                                            \"SupplierCurrency\": \"USD\"\n                                        }\n                                    }\n                                ],\n                                \"TotalPrice\": {\n                                    \"Currency\": \"USD\",\n                                    \"FinalPrice\": 4758.24,\n                                    \"FinalPriceInSupplierCurrency\": 4758.24,\n                                    \"FinalTax\": 360.1,\n                                    \"OriginalPrice\": 4758.24,\n                                    \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                    \"OriginalTax\": 360.1,\n                                    \"SupplierCurrency\": \"USD\"\n                                }\n                            },\n                            \"Refundability\": 1,\n                            \"RouteId\": \"155ae766-ecad-406a-b998-8ba130e1bfc7\",\n                            \"SupplierName\": \"AMD\"\n                        }\n                    ]\n                },\n                {\n                    \"Flights\": [\n                        {\n                            \"CancellationPolicies\": [\n                                {\n                                    \"CancellationFee\": {\n                                        \"Currency\": \"USD\",\n                                        \"FinalPrice\": 4758.24,\n                                        \"FinalPriceInSupplierCurrency\": 4758.24,\n                                        \"FinalTax\": 360.1,\n                                        \"OriginalPrice\": 4758.24,\n                                        \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                        \"OriginalTax\": 360.1,\n                                        \"SupplierCurrency\": \"USD\"\n                                    },\n                                    \"DateFrom\": \"/Date(1725926400000+0000)/\"\n                                }\n                            ],\n                            \"IsEticketable\": true,\n                            \"LegList\": [\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731228120000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731218400000+0000)/\",\n                                            \"DestinationCode\": \"LAS\",\n                                            \"DestinationTerminal\": \"3\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT5H42M\",\n                                            \"FlightNumber\": \"511\",\n                                            \"Id\": \"1f948cd7-4399-41d5-8e92-84a5af37f745\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"JFK\",\n                                            \"OriginTerminal\": \"5\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731743580000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731715140000+0000)/\",\n                                            \"DestinationCode\": \"JFK\",\n                                            \"DestinationTerminal\": \"5\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT4H54M\",\n                                            \"FlightNumber\": \"948\",\n                                            \"Id\": \"2e41407d-0db4-4109-aa15-ca0b1bc27521\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"LAS\",\n                                            \"OriginTerminal\": \"3\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"Price\": {\n                                \"Breakdown\": [\n                                    {\n                                        \"PassengersNumber\": 1,\n                                        \"PersonType\": 0,\n                                        \"Price\": {\n                                            \"Currency\": \"USD\",\n                                            \"FinalPrice\": 4758.24,\n                                            \"FinalPriceInSupplierCurrency\": 4758.24,\n                                            \"FinalTax\": 360.1,\n                                            \"OriginalPrice\": 4758.24,\n                                            \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                            \"OriginalTax\": 360.1,\n                                            \"SupplierCurrency\": \"USD\"\n                                        }\n                                    }\n                                ],\n                                \"TotalPrice\": {\n                                    \"Currency\": \"USD\",\n                                    \"FinalPrice\": 4758.24,\n                                    \"FinalPriceInSupplierCurrency\": 4758.24,\n                                    \"FinalTax\": 360.1,\n                                    \"OriginalPrice\": 4758.24,\n                                    \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                    \"OriginalTax\": 360.1,\n                                    \"SupplierCurrency\": \"USD\"\n                                }\n                            },\n                            \"Refundability\": 1,\n                            \"RouteId\": \"4d61887d-a7c3-4982-bb39-586ca802e391\",\n                            \"SupplierName\": \"AMD\"\n                        }\n                    ]\n                },\n                {\n                    \"Flights\": [\n                        {\n                            \"CancellationPolicies\": [\n                                {\n                                    \"CancellationFee\": {\n                                        \"Currency\": \"USD\",\n                                        \"FinalPrice\": 4758.24,\n                                        \"FinalPriceInSupplierCurrency\": 4758.24,\n                                        \"FinalTax\": 360.1,\n                                        \"OriginalPrice\": 4758.24,\n                                        \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                        \"OriginalTax\": 360.1,\n                                        \"SupplierCurrency\": \"USD\"\n                                    },\n                                    \"DateFrom\": \"/Date(1725926400000+0000)/\"\n                                }\n                            ],\n                            \"IsEticketable\": true,\n                            \"LegList\": [\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731234300000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731223800000+0000)/\",\n                                            \"DestinationCode\": \"LAS\",\n                                            \"DestinationTerminal\": \"3\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT5H55M\",\n                                            \"FlightNumber\": \"411\",\n                                            \"Id\": \"4f343261-a91c-43cc-9124-c72c1eda5b67\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"JFK\",\n                                            \"OriginTerminal\": \"5\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731739860000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731711540000+0000)/\",\n                                            \"DestinationCode\": \"JFK\",\n                                            \"DestinationTerminal\": \"5\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT4H52M\",\n                                            \"FlightNumber\": \"148\",\n                                            \"Id\": \"235bae7a-e4d3-48e2-b14f-21e90983b26e\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"LAS\",\n                                            \"OriginTerminal\": \"3\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"Price\": {\n                                \"Breakdown\": [\n                                    {\n                                        \"PassengersNumber\": 1,\n                                        \"PersonType\": 0,\n                                        \"Price\": {\n                                            \"Currency\": \"USD\",\n                                            \"FinalPrice\": 4758.24,\n                                            \"FinalPriceInSupplierCurrency\": 4758.24,\n                                            \"FinalTax\": 360.1,\n                                            \"OriginalPrice\": 4758.24,\n                                            \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                            \"OriginalTax\": 360.1,\n                                            \"SupplierCurrency\": \"USD\"\n                                        }\n                                    }\n                                ],\n                                \"TotalPrice\": {\n                                    \"Currency\": \"USD\",\n                                    \"FinalPrice\": 4758.24,\n                                    \"FinalPriceInSupplierCurrency\": 4758.24,\n                                    \"FinalTax\": 360.1,\n                                    \"OriginalPrice\": 4758.24,\n                                    \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                    \"OriginalTax\": 360.1,\n                                    \"SupplierCurrency\": \"USD\"\n                                }\n                            },\n                            \"Refundability\": 1,\n                            \"RouteId\": \"ca7f105f-e256-41a2-ab0f-8dd64edadd6b\",\n                            \"SupplierName\": \"AMD\"\n                        }\n                    ]\n                },\n                {\n                    \"Flights\": [\n                        {\n                            \"CancellationPolicies\": [\n                                {\n                                    \"CancellationFee\": {\n                                        \"Currency\": \"USD\",\n                                        \"FinalPrice\": 4758.24,\n                                        \"FinalPriceInSupplierCurrency\": 4758.24,\n                                        \"FinalTax\": 360.1,\n                                        \"OriginalPrice\": 4758.24,\n                                        \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                        \"OriginalTax\": 360.1,\n                                        \"SupplierCurrency\": \"USD\"\n                                    },\n                                    \"DateFrom\": \"/Date(1725926400000+0000)/\"\n                                }\n                            ],\n                            \"IsEticketable\": true,\n                            \"LegList\": [\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731234300000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731223800000+0000)/\",\n                                            \"DestinationCode\": \"LAS\",\n                                            \"DestinationTerminal\": \"3\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT5H55M\",\n                                            \"FlightNumber\": \"411\",\n                                            \"Id\": \"4f343261-a91c-43cc-9124-c72c1eda5b67\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"JFK\",\n                                            \"OriginTerminal\": \"5\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731692100000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731663720000+0000)/\",\n                                            \"DestinationCode\": \"JFK\",\n                                            \"DestinationTerminal\": \"5\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT4H53M\",\n                                            \"FlightNumber\": \"348\",\n                                            \"Id\": \"5734ee7e-ddd3-4c3a-b321-efe5a3d27816\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"LAS\",\n                                            \"OriginTerminal\": \"3\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"Price\": {\n                                \"Breakdown\": [\n                                    {\n                                        \"PassengersNumber\": 1,\n                                        \"PersonType\": 0,\n                                        \"Price\": {\n                                            \"Currency\": \"USD\",\n                                            \"FinalPrice\": 4758.24,\n                                            \"FinalPriceInSupplierCurrency\": 4758.24,\n                                            \"FinalTax\": 360.1,\n                                            \"OriginalPrice\": 4758.24,\n                                            \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                            \"OriginalTax\": 360.1,\n                                            \"SupplierCurrency\": \"USD\"\n                                        }\n                                    }\n                                ],\n                                \"TotalPrice\": {\n                                    \"Currency\": \"USD\",\n                                    \"FinalPrice\": 4758.24,\n                                    \"FinalPriceInSupplierCurrency\": 4758.24,\n                                    \"FinalTax\": 360.1,\n                                    \"OriginalPrice\": 4758.24,\n                                    \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                    \"OriginalTax\": 360.1,\n                                    \"SupplierCurrency\": \"USD\"\n                                }\n                            },\n                            \"Refundability\": 1,\n                            \"RouteId\": \"2810d223-fae7-4e82-b135-d1b60c722b72\",\n                            \"SupplierName\": \"AMD\"\n                        }\n                    ]\n                },\n                {\n                    \"Flights\": [\n                        {\n                            \"CancellationPolicies\": [\n                                {\n                                    \"CancellationFee\": {\n                                        \"Currency\": \"USD\",\n                                        \"FinalPrice\": 4758.24,\n                                        \"FinalPriceInSupplierCurrency\": 4758.24,\n                                        \"FinalTax\": 360.1,\n                                        \"OriginalPrice\": 4758.24,\n                                        \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                        \"OriginalTax\": 360.1,\n                                        \"SupplierCurrency\": \"USD\"\n                                    },\n                                    \"DateFrom\": \"/Date(1725926400000+0000)/\"\n                                }\n                            ],\n                            \"IsEticketable\": true,\n                            \"LegList\": [\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731234300000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731223800000+0000)/\",\n                                            \"DestinationCode\": \"LAS\",\n                                            \"DestinationTerminal\": \"3\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT5H55M\",\n                                            \"FlightNumber\": \"411\",\n                                            \"Id\": \"4f343261-a91c-43cc-9124-c72c1eda5b67\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"JFK\",\n                                            \"OriginTerminal\": \"5\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731698940000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731670500000+0000)/\",\n                                            \"DestinationCode\": \"JFK\",\n                                            \"DestinationTerminal\": \"5\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT4H54M\",\n                                            \"FlightNumber\": \"448\",\n                                            \"Id\": \"de223094-4eba-4093-8bd9-121bd58ea50f\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"LAS\",\n                                            \"OriginTerminal\": \"3\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"Price\": {\n                                \"Breakdown\": [\n                                    {\n                                        \"PassengersNumber\": 1,\n                                        \"PersonType\": 0,\n                                        \"Price\": {\n                                            \"Currency\": \"USD\",\n                                            \"FinalPrice\": 4758.24,\n                                            \"FinalPriceInSupplierCurrency\": 4758.24,\n                                            \"FinalTax\": 360.1,\n                                            \"OriginalPrice\": 4758.24,\n                                            \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                            \"OriginalTax\": 360.1,\n                                            \"SupplierCurrency\": \"USD\"\n                                        }\n                                    }\n                                ],\n                                \"TotalPrice\": {\n                                    \"Currency\": \"USD\",\n                                    \"FinalPrice\": 4758.24,\n                                    \"FinalPriceInSupplierCurrency\": 4758.24,\n                                    \"FinalTax\": 360.1,\n                                    \"OriginalPrice\": 4758.24,\n                                    \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                    \"OriginalTax\": 360.1,\n                                    \"SupplierCurrency\": \"USD\"\n                                }\n                            },\n                            \"Refundability\": 1,\n                            \"RouteId\": \"6330e22f-cbf6-4514-9db1-d9e979f8da56\",\n                            \"SupplierName\": \"AMD\"\n                        }\n                    ]\n                },\n                {\n                    \"Flights\": [\n                        {\n                            \"CancellationPolicies\": [\n                                {\n                                    \"CancellationFee\": {\n                                        \"Currency\": \"USD\",\n                                        \"FinalPrice\": 4758.24,\n                                        \"FinalPriceInSupplierCurrency\": 4758.24,\n                                        \"FinalTax\": 360.1,\n                                        \"OriginalPrice\": 4758.24,\n                                        \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                        \"OriginalTax\": 360.1,\n                                        \"SupplierCurrency\": \"USD\"\n                                    },\n                                    \"DateFrom\": \"/Date(1725926400000+0000)/\"\n                                }\n                            ],\n                            \"IsEticketable\": true,\n                            \"LegList\": [\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731234300000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731223800000+0000)/\",\n                                            \"DestinationCode\": \"LAS\",\n                                            \"DestinationTerminal\": \"3\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT5H55M\",\n                                            \"FlightNumber\": \"411\",\n                                            \"Id\": \"4f343261-a91c-43cc-9124-c72c1eda5b67\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"JFK\",\n                                            \"OriginTerminal\": \"5\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731743580000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731715140000+0000)/\",\n                                            \"DestinationCode\": \"JFK\",\n                                            \"DestinationTerminal\": \"5\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT4H54M\",\n                                            \"FlightNumber\": \"948\",\n                                            \"Id\": \"2e41407d-0db4-4109-aa15-ca0b1bc27521\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"LAS\",\n                                            \"OriginTerminal\": \"3\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"Price\": {\n                                \"Breakdown\": [\n                                    {\n                                        \"PassengersNumber\": 1,\n                                        \"PersonType\": 0,\n                                        \"Price\": {\n                                            \"Currency\": \"USD\",\n                                            \"FinalPrice\": 4758.24,\n                                            \"FinalPriceInSupplierCurrency\": 4758.24,\n                                            \"FinalTax\": 360.1,\n                                            \"OriginalPrice\": 4758.24,\n                                            \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                            \"OriginalTax\": 360.1,\n                                            \"SupplierCurrency\": \"USD\"\n                                        }\n                                    }\n                                ],\n                                \"TotalPrice\": {\n                                    \"Currency\": \"USD\",\n                                    \"FinalPrice\": 4758.24,\n                                    \"FinalPriceInSupplierCurrency\": 4758.24,\n                                    \"FinalTax\": 360.1,\n                                    \"OriginalPrice\": 4758.24,\n                                    \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                    \"OriginalTax\": 360.1,\n                                    \"SupplierCurrency\": \"USD\"\n                                }\n                            },\n                            \"Refundability\": 1,\n                            \"RouteId\": \"469e2f63-e075-4c24-874a-ee303ad8ae1f\",\n                            \"SupplierName\": \"AMD\"\n                        }\n                    ]\n                },\n                {\n                    \"Flights\": [\n                        {\n                            \"CancellationPolicies\": [\n                                {\n                                    \"CancellationFee\": {\n                                        \"Currency\": \"USD\",\n                                        \"FinalPrice\": 4758.24,\n                                        \"FinalPriceInSupplierCurrency\": 4758.24,\n                                        \"FinalTax\": 360.1,\n                                        \"OriginalPrice\": 4758.24,\n                                        \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                        \"OriginalTax\": 360.1,\n                                        \"SupplierCurrency\": \"USD\"\n                                    },\n                                    \"DateFrom\": \"/Date(1725926400000+0000)/\"\n                                }\n                            ],\n                            \"IsEticketable\": true,\n                            \"LegList\": [\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731275160000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731264300000+0000)/\",\n                                            \"DestinationCode\": \"LAS\",\n                                            \"DestinationTerminal\": \"3\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT6H1M\",\n                                            \"FlightNumber\": \"111\",\n                                            \"Id\": \"974afe40-5d05-43a1-87a5-78dbcb7ff685\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"JFK\",\n                                            \"OriginTerminal\": \"5\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731739860000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731711540000+0000)/\",\n                                            \"DestinationCode\": \"JFK\",\n                                            \"DestinationTerminal\": \"5\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT4H52M\",\n                                            \"FlightNumber\": \"148\",\n                                            \"Id\": \"235bae7a-e4d3-48e2-b14f-21e90983b26e\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"LAS\",\n                                            \"OriginTerminal\": \"3\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"Price\": {\n                                \"Breakdown\": [\n                                    {\n                                        \"PassengersNumber\": 1,\n                                        \"PersonType\": 0,\n                                        \"Price\": {\n                                            \"Currency\": \"USD\",\n                                            \"FinalPrice\": 4758.24,\n                                            \"FinalPriceInSupplierCurrency\": 4758.24,\n                                            \"FinalTax\": 360.1,\n                                            \"OriginalPrice\": 4758.24,\n                                            \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                            \"OriginalTax\": 360.1,\n                                            \"SupplierCurrency\": \"USD\"\n                                        }\n                                    }\n                                ],\n                                \"TotalPrice\": {\n                                    \"Currency\": \"USD\",\n                                    \"FinalPrice\": 4758.24,\n                                    \"FinalPriceInSupplierCurrency\": 4758.24,\n                                    \"FinalTax\": 360.1,\n                                    \"OriginalPrice\": 4758.24,\n                                    \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                    \"OriginalTax\": 360.1,\n                                    \"SupplierCurrency\": \"USD\"\n                                }\n                            },\n                            \"Refundability\": 1,\n                            \"RouteId\": \"0310dc2b-8be3-418a-8170-8b2730f3ff43\",\n                            \"SupplierName\": \"AMD\"\n                        }\n                    ]\n                },\n                {\n                    \"Flights\": [\n                        {\n                            \"CancellationPolicies\": [\n                                {\n                                    \"CancellationFee\": {\n                                        \"Currency\": \"USD\",\n                                        \"FinalPrice\": 4758.24,\n                                        \"FinalPriceInSupplierCurrency\": 4758.24,\n                                        \"FinalTax\": 360.1,\n                                        \"OriginalPrice\": 4758.24,\n                                        \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                        \"OriginalTax\": 360.1,\n                                        \"SupplierCurrency\": \"USD\"\n                                    },\n                                    \"DateFrom\": \"/Date(1725926400000+0000)/\"\n                                }\n                            ],\n                            \"IsEticketable\": true,\n                            \"LegList\": [\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731275160000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731264300000+0000)/\",\n                                            \"DestinationCode\": \"LAS\",\n                                            \"DestinationTerminal\": \"3\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT6H1M\",\n                                            \"FlightNumber\": \"111\",\n                                            \"Id\": \"974afe40-5d05-43a1-87a5-78dbcb7ff685\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"JFK\",\n                                            \"OriginTerminal\": \"5\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731692100000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731663720000+0000)/\",\n                                            \"DestinationCode\": \"JFK\",\n                                            \"DestinationTerminal\": \"5\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT4H53M\",\n                                            \"FlightNumber\": \"348\",\n                                            \"Id\": \"5734ee7e-ddd3-4c3a-b321-efe5a3d27816\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"LAS\",\n                                            \"OriginTerminal\": \"3\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"Price\": {\n                                \"Breakdown\": [\n                                    {\n                                        \"PassengersNumber\": 1,\n                                        \"PersonType\": 0,\n                                        \"Price\": {\n                                            \"Currency\": \"USD\",\n                                            \"FinalPrice\": 4758.24,\n                                            \"FinalPriceInSupplierCurrency\": 4758.24,\n                                            \"FinalTax\": 360.1,\n                                            \"OriginalPrice\": 4758.24,\n                                            \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                            \"OriginalTax\": 360.1,\n                                            \"SupplierCurrency\": \"USD\"\n                                        }\n                                    }\n                                ],\n                                \"TotalPrice\": {\n                                    \"Currency\": \"USD\",\n                                    \"FinalPrice\": 4758.24,\n                                    \"FinalPriceInSupplierCurrency\": 4758.24,\n                                    \"FinalTax\": 360.1,\n                                    \"OriginalPrice\": 4758.24,\n                                    \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                    \"OriginalTax\": 360.1,\n                                    \"SupplierCurrency\": \"USD\"\n                                }\n                            },\n                            \"Refundability\": 1,\n                            \"RouteId\": \"74a5b57a-2c55-480f-af2b-32387981d2c0\",\n                            \"SupplierName\": \"AMD\"\n                        }\n                    ]\n                },\n                {\n                    \"Flights\": [\n                        {\n                            \"CancellationPolicies\": [\n                                {\n                                    \"CancellationFee\": {\n                                        \"Currency\": \"USD\",\n                                        \"FinalPrice\": 4758.24,\n                                        \"FinalPriceInSupplierCurrency\": 4758.24,\n                                        \"FinalTax\": 360.1,\n                                        \"OriginalPrice\": 4758.24,\n                                        \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                        \"OriginalTax\": 360.1,\n                                        \"SupplierCurrency\": \"USD\"\n                                    },\n                                    \"DateFrom\": \"/Date(1725926400000+0000)/\"\n                                }\n                            ],\n                            \"IsEticketable\": true,\n                            \"LegList\": [\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731275160000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731264300000+0000)/\",\n                                            \"DestinationCode\": \"LAS\",\n                                            \"DestinationTerminal\": \"3\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT6H1M\",\n                                            \"FlightNumber\": \"111\",\n                                            \"Id\": \"974afe40-5d05-43a1-87a5-78dbcb7ff685\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"JFK\",\n                                            \"OriginTerminal\": \"5\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731698940000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731670500000+0000)/\",\n                                            \"DestinationCode\": \"JFK\",\n                                            \"DestinationTerminal\": \"5\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT4H54M\",\n                                            \"FlightNumber\": \"448\",\n                                            \"Id\": \"de223094-4eba-4093-8bd9-121bd58ea50f\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"LAS\",\n                                            \"OriginTerminal\": \"3\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"Price\": {\n                                \"Breakdown\": [\n                                    {\n                                        \"PassengersNumber\": 1,\n                                        \"PersonType\": 0,\n                                        \"Price\": {\n                                            \"Currency\": \"USD\",\n                                            \"FinalPrice\": 4758.24,\n                                            \"FinalPriceInSupplierCurrency\": 4758.24,\n                                            \"FinalTax\": 360.1,\n                                            \"OriginalPrice\": 4758.24,\n                                            \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                            \"OriginalTax\": 360.1,\n                                            \"SupplierCurrency\": \"USD\"\n                                        }\n                                    }\n                                ],\n                                \"TotalPrice\": {\n                                    \"Currency\": \"USD\",\n                                    \"FinalPrice\": 4758.24,\n                                    \"FinalPriceInSupplierCurrency\": 4758.24,\n                                    \"FinalTax\": 360.1,\n                                    \"OriginalPrice\": 4758.24,\n                                    \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                    \"OriginalTax\": 360.1,\n                                    \"SupplierCurrency\": \"USD\"\n                                }\n                            },\n                            \"Refundability\": 1,\n                            \"RouteId\": \"876dde32-ecf8-4a7a-a51b-e17c0da06598\",\n                            \"SupplierName\": \"AMD\"\n                        }\n                    ]\n                },\n                {\n                    \"Flights\": [\n                        {\n                            \"CancellationPolicies\": [\n                                {\n                                    \"CancellationFee\": {\n                                        \"Currency\": \"USD\",\n                                        \"FinalPrice\": 4758.24,\n                                        \"FinalPriceInSupplierCurrency\": 4758.24,\n                                        \"FinalTax\": 360.1,\n                                        \"OriginalPrice\": 4758.24,\n                                        \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                        \"OriginalTax\": 360.1,\n                                        \"SupplierCurrency\": \"USD\"\n                                    },\n                                    \"DateFrom\": \"/Date(1725926400000+0000)/\"\n                                }\n                            ],\n                            \"IsEticketable\": true,\n                            \"LegList\": [\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731275160000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731264300000+0000)/\",\n                                            \"DestinationCode\": \"LAS\",\n                                            \"DestinationTerminal\": \"3\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT6H1M\",\n                                            \"FlightNumber\": \"111\",\n                                            \"Id\": \"974afe40-5d05-43a1-87a5-78dbcb7ff685\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"JFK\",\n                                            \"OriginTerminal\": \"5\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731743580000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731715140000+0000)/\",\n                                            \"DestinationCode\": \"JFK\",\n                                            \"DestinationTerminal\": \"5\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT4H54M\",\n                                            \"FlightNumber\": \"948\",\n                                            \"Id\": \"2e41407d-0db4-4109-aa15-ca0b1bc27521\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"LAS\",\n                                            \"OriginTerminal\": \"3\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"Price\": {\n                                \"Breakdown\": [\n                                    {\n                                        \"PassengersNumber\": 1,\n                                        \"PersonType\": 0,\n                                        \"Price\": {\n                                            \"Currency\": \"USD\",\n                                            \"FinalPrice\": 4758.24,\n                                            \"FinalPriceInSupplierCurrency\": 4758.24,\n                                            \"FinalTax\": 360.1,\n                                            \"OriginalPrice\": 4758.24,\n                                            \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                            \"OriginalTax\": 360.1,\n                                            \"SupplierCurrency\": \"USD\"\n                                        }\n                                    }\n                                ],\n                                \"TotalPrice\": {\n                                    \"Currency\": \"USD\",\n                                    \"FinalPrice\": 4758.24,\n                                    \"FinalPriceInSupplierCurrency\": 4758.24,\n                                    \"FinalTax\": 360.1,\n                                    \"OriginalPrice\": 4758.24,\n                                    \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                    \"OriginalTax\": 360.1,\n                                    \"SupplierCurrency\": \"USD\"\n                                }\n                            },\n                            \"Refundability\": 1,\n                            \"RouteId\": \"fc5cf04b-3417-4231-983a-b14bd1115dd3\",\n                            \"SupplierName\": \"AMD\"\n                        }\n                    ]\n                },\n                {\n                    \"Flights\": [\n                        {\n                            \"CancellationPolicies\": [\n                                {\n                                    \"CancellationFee\": {\n                                        \"Currency\": \"USD\",\n                                        \"FinalPrice\": 4758.24,\n                                        \"FinalPriceInSupplierCurrency\": 4758.24,\n                                        \"FinalTax\": 360.1,\n                                        \"OriginalPrice\": 4758.24,\n                                        \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                        \"OriginalTax\": 360.1,\n                                        \"SupplierCurrency\": \"USD\"\n                                    },\n                                    \"DateFrom\": \"/Date(1725926400000+0000)/\"\n                                }\n                            ],\n                            \"IsEticketable\": true,\n                            \"LegList\": [\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731278940000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731267900000+0000)/\",\n                                            \"DestinationCode\": \"LAS\",\n                                            \"DestinationTerminal\": \"3\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT6H4M\",\n                                            \"FlightNumber\": \"711\",\n                                            \"Id\": \"a2471730-9806-4220-b71c-6e9c3b55ba70\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"JFK\",\n                                            \"OriginTerminal\": \"5\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731739860000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731711540000+0000)/\",\n                                            \"DestinationCode\": \"JFK\",\n                                            \"DestinationTerminal\": \"5\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT4H52M\",\n                                            \"FlightNumber\": \"148\",\n                                            \"Id\": \"235bae7a-e4d3-48e2-b14f-21e90983b26e\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"LAS\",\n                                            \"OriginTerminal\": \"3\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"Price\": {\n                                \"Breakdown\": [\n                                    {\n                                        \"PassengersNumber\": 1,\n                                        \"PersonType\": 0,\n                                        \"Price\": {\n                                            \"Currency\": \"USD\",\n                                            \"FinalPrice\": 4758.24,\n                                            \"FinalPriceInSupplierCurrency\": 4758.24,\n                                            \"FinalTax\": 360.1,\n                                            \"OriginalPrice\": 4758.24,\n                                            \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                            \"OriginalTax\": 360.1,\n                                            \"SupplierCurrency\": \"USD\"\n                                        }\n                                    }\n                                ],\n                                \"TotalPrice\": {\n                                    \"Currency\": \"USD\",\n                                    \"FinalPrice\": 4758.24,\n                                    \"FinalPriceInSupplierCurrency\": 4758.24,\n                                    \"FinalTax\": 360.1,\n                                    \"OriginalPrice\": 4758.24,\n                                    \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                    \"OriginalTax\": 360.1,\n                                    \"SupplierCurrency\": \"USD\"\n                                }\n                            },\n                            \"Refundability\": 1,\n                            \"RouteId\": \"46b26031-69c0-4082-88db-2c7e55b2ad79\",\n                            \"SupplierName\": \"AMD\"\n                        }\n                    ]\n                },\n                {\n                    \"Flights\": [\n                        {\n                            \"CancellationPolicies\": [\n                                {\n                                    \"CancellationFee\": {\n                                        \"Currency\": \"USD\",\n                                        \"FinalPrice\": 4758.24,\n                                        \"FinalPriceInSupplierCurrency\": 4758.24,\n                                        \"FinalTax\": 360.1,\n                                        \"OriginalPrice\": 4758.24,\n                                        \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                        \"OriginalTax\": 360.1,\n                                        \"SupplierCurrency\": \"USD\"\n                                    },\n                                    \"DateFrom\": \"/Date(1725926400000+0000)/\"\n                                }\n                            ],\n                            \"IsEticketable\": true,\n                            \"LegList\": [\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731278940000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731267900000+0000)/\",\n                                            \"DestinationCode\": \"LAS\",\n                                            \"DestinationTerminal\": \"3\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT6H4M\",\n                                            \"FlightNumber\": \"711\",\n                                            \"Id\": \"a2471730-9806-4220-b71c-6e9c3b55ba70\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"JFK\",\n                                            \"OriginTerminal\": \"5\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731692100000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731663720000+0000)/\",\n                                            \"DestinationCode\": \"JFK\",\n                                            \"DestinationTerminal\": \"5\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT4H53M\",\n                                            \"FlightNumber\": \"348\",\n                                            \"Id\": \"5734ee7e-ddd3-4c3a-b321-efe5a3d27816\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"LAS\",\n                                            \"OriginTerminal\": \"3\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"Price\": {\n                                \"Breakdown\": [\n                                    {\n                                        \"PassengersNumber\": 1,\n                                        \"PersonType\": 0,\n                                        \"Price\": {\n                                            \"Currency\": \"USD\",\n                                            \"FinalPrice\": 4758.24,\n                                            \"FinalPriceInSupplierCurrency\": 4758.24,\n                                            \"FinalTax\": 360.1,\n                                            \"OriginalPrice\": 4758.24,\n                                            \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                            \"OriginalTax\": 360.1,\n                                            \"SupplierCurrency\": \"USD\"\n                                        }\n                                    }\n                                ],\n                                \"TotalPrice\": {\n                                    \"Currency\": \"USD\",\n                                    \"FinalPrice\": 4758.24,\n                                    \"FinalPriceInSupplierCurrency\": 4758.24,\n                                    \"FinalTax\": 360.1,\n                                    \"OriginalPrice\": 4758.24,\n                                    \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                    \"OriginalTax\": 360.1,\n                                    \"SupplierCurrency\": \"USD\"\n                                }\n                            },\n                            \"Refundability\": 1,\n                            \"RouteId\": \"dc2bcc70-5393-49c7-a991-f460808bfbc6\",\n                            \"SupplierName\": \"AMD\"\n                        }\n                    ]\n                },\n                {\n                    \"Flights\": [\n                        {\n                            \"CancellationPolicies\": [\n                                {\n                                    \"CancellationFee\": {\n                                        \"Currency\": \"USD\",\n                                        \"FinalPrice\": 4758.24,\n                                        \"FinalPriceInSupplierCurrency\": 4758.24,\n                                        \"FinalTax\": 360.1,\n                                        \"OriginalPrice\": 4758.24,\n                                        \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                        \"OriginalTax\": 360.1,\n                                        \"SupplierCurrency\": \"USD\"\n                                    },\n                                    \"DateFrom\": \"/Date(1725926400000+0000)/\"\n                                }\n                            ],\n                            \"IsEticketable\": true,\n                            \"LegList\": [\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731278940000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731267900000+0000)/\",\n                                            \"DestinationCode\": \"LAS\",\n                                            \"DestinationTerminal\": \"3\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT6H4M\",\n                                            \"FlightNumber\": \"711\",\n                                            \"Id\": \"a2471730-9806-4220-b71c-6e9c3b55ba70\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"JFK\",\n                                            \"OriginTerminal\": \"5\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731698940000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731670500000+0000)/\",\n                                            \"DestinationCode\": \"JFK\",\n                                            \"DestinationTerminal\": \"5\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT4H54M\",\n                                            \"FlightNumber\": \"448\",\n                                            \"Id\": \"de223094-4eba-4093-8bd9-121bd58ea50f\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"LAS\",\n                                            \"OriginTerminal\": \"3\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"Price\": {\n                                \"Breakdown\": [\n                                    {\n                                        \"PassengersNumber\": 1,\n                                        \"PersonType\": 0,\n                                        \"Price\": {\n                                            \"Currency\": \"USD\",\n                                            \"FinalPrice\": 4758.24,\n                                            \"FinalPriceInSupplierCurrency\": 4758.24,\n                                            \"FinalTax\": 360.1,\n                                            \"OriginalPrice\": 4758.24,\n                                            \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                            \"OriginalTax\": 360.1,\n                                            \"SupplierCurrency\": \"USD\"\n                                        }\n                                    }\n                                ],\n                                \"TotalPrice\": {\n                                    \"Currency\": \"USD\",\n                                    \"FinalPrice\": 4758.24,\n                                    \"FinalPriceInSupplierCurrency\": 4758.24,\n                                    \"FinalTax\": 360.1,\n                                    \"OriginalPrice\": 4758.24,\n                                    \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                    \"OriginalTax\": 360.1,\n                                    \"SupplierCurrency\": \"USD\"\n                                }\n                            },\n                            \"Refundability\": 1,\n                            \"RouteId\": \"3d81dfe5-0517-49c2-96e3-27e814ed65c0\",\n                            \"SupplierName\": \"AMD\"\n                        }\n                    ]\n                },\n                {\n                    \"Flights\": [\n                        {\n                            \"CancellationPolicies\": [\n                                {\n                                    \"CancellationFee\": {\n                                        \"Currency\": \"USD\",\n                                        \"FinalPrice\": 4758.24,\n                                        \"FinalPriceInSupplierCurrency\": 4758.24,\n                                        \"FinalTax\": 360.1,\n                                        \"OriginalPrice\": 4758.24,\n                                        \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                        \"OriginalTax\": 360.1,\n                                        \"SupplierCurrency\": \"USD\"\n                                    },\n                                    \"DateFrom\": \"/Date(1725926400000+0000)/\"\n                                }\n                            ],\n                            \"IsEticketable\": true,\n                            \"LegList\": [\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731278940000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731267900000+0000)/\",\n                                            \"DestinationCode\": \"LAS\",\n                                            \"DestinationTerminal\": \"3\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT6H4M\",\n                                            \"FlightNumber\": \"711\",\n                                            \"Id\": \"a2471730-9806-4220-b71c-6e9c3b55ba70\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"JFK\",\n                                            \"OriginTerminal\": \"5\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Price\": null,\n                                    \"Segments\": [\n                                        {\n                                            \"AircraftType\": \"Airbus A318/319/320/321\",\n                                            \"Airline\": \"B6\",\n                                            \"ArriveDate\": \"/Date(1731743580000+0000)/\",\n                                            \"AvailableSeats\": \"7\",\n                                            \"DepartDate\": \"/Date(1731715140000+0000)/\",\n                                            \"DestinationCode\": \"JFK\",\n                                            \"DestinationTerminal\": \"5\",\n                                            \"Distance\": 0,\n                                            \"Duration\": \"PT4H54M\",\n                                            \"FlightNumber\": \"948\",\n                                            \"Id\": \"2e41407d-0db4-4109-aa15-ca0b1bc27521\",\n                                            \"OperatedBy\": \"B6\",\n                                            \"OriginCode\": \"LAS\",\n                                            \"OriginTerminal\": \"3\",\n                                            \"Price\": null,\n                                            \"RateInfo\": [\n                                                {\n                                                    \"FareBasisCode\": \"Y\",\n                                                    \"FareBasisFull\": \"YREFY5\",\n                                                    \"FareType\": \"Public\",\n                                                    \"PassengerType\": 0,\n                                                    \"TravelClass\": 1\n                                                }\n                                            ],\n                                            \"Transfer\": null\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"Price\": {\n                                \"Breakdown\": [\n                                    {\n                                        \"PassengersNumber\": 1,\n                                        \"PersonType\": 0,\n                                        \"Price\": {\n                                            \"Currency\": \"USD\",\n                                            \"FinalPrice\": 4758.24,\n                                            \"FinalPriceInSupplierCurrency\": 4758.24,\n                                            \"FinalTax\": 360.1,\n                                            \"OriginalPrice\": 4758.24,\n                                            \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                            \"OriginalTax\": 360.1,\n                                            \"SupplierCurrency\": \"USD\"\n                                        }\n                                    }\n                                ],\n                                \"TotalPrice\": {\n                                    \"Currency\": \"USD\",\n                                    \"FinalPrice\": 4758.24,\n                                    \"FinalPriceInSupplierCurrency\": 4758.24,\n                                    \"FinalTax\": 360.1,\n                                    \"OriginalPrice\": 4758.24,\n                                    \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                    \"OriginalTax\": 360.1,\n                                    \"SupplierCurrency\": \"USD\"\n                                }\n                            },\n                            \"Refundability\": 1,\n                            \"RouteId\": \"9fde6080-7a55-4ebb-bc60-37a7997e923c\",\n                            \"SupplierName\": \"AMD\"\n                        }\n                    ]\n                }\n            ]\n        },\n        \"SessionID\": \"/181/141750/D20240910T071228/9b01e324c9a94b32a6270c26b0b88afc\"\n    }\n}"}],"_postman_id":"0a9020d6-7061-4036-a507-75e39a427676"}],"id":"e63f3ad7-ac30-4df3-ab91-0a553d53887e","description":"<p>This function sends a request to all active suppliers using different parameters and search criteria, such as: destination city, currency, country of residency, travel dates, number of nights, rooms, and guests per room.<br />The response returns a list of flights and routes provided by the connected suppliers.</p>\n<hr />\n<p><strong>Request Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials Element</td>\n<td>Username and Password.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Currency ISO (Example: “USD”, “EUR”)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>DaysAfter</td>\n<td>Used for flexible dates.  <br />(Numbers of days to search after the chosen date. This value is sent to suppliers who support that functionality.)</td>\n<td></td>\n</tr>\n<tr>\n<td>DaysBefore</td>\n<td>Used for flexible dates.  <br />(Numbers of days to search before the chosen date. This value is sent to suppliers who support that functionality.)</td>\n<td></td>\n</tr>\n<tr>\n<td>DesiredResultCurrency</td>\n<td>null (Do not use this parameter)</td>\n<td></td>\n</tr>\n<tr>\n<td>Residency</td>\n<td>The lead pax residency, ISO Country Code (Example: US, CZ, IL).  <br />Required by some of the suppliers, as they have special/restricted rates according to the residency value passed</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>DirectsFlights</td>\n<td>True / False.  <br />Defines if the search will return only Direct flights or not.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>FlightClass</td>\n<td>Preferred flight class to request:  <br />0 - None.  <br />1 - Economy.  <br />2 - Premium Economy.  <br />3 - Business.  <br />4 - First.  <br />5 - Premium First.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>FlightConnectionType</td>\n<td>Number of connection allowed for the Flight:  <br />0 - TwoConn.  <br />1 - OneConn.  <br />2 - NonStop.  <br />3 - Direct.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><strong>FlightRoute - opening Element</strong></td>\n<td>Each Route represents a single flight. For a round trip, include this element twice (once for each direction).</td>\n<td></td>\n</tr>\n<tr>\n<td>DepartDateTime</td>\n<td>The Departure date.  <br />(Unix Epoch time ISO)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>DestinationCode</td>\n<td>IATA ISO code of the Destination.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>DestinationNearbyCities</td>\n<td>True / False  <br />Defines if search for destination nearby airports.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>DestinationType</td>\n<td>The type of the Destination:  <br />0 - Airport.  <br />1 - City.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>OriginCode</td>\n<td>IATA ISO code of the Departure country.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>OriginNearbyCities</td>\n<td>True / False  <br />Defines if search for depatrue country nearby airports.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>OriginType</td>\n<td>The type of the Destination:  <br />0 - Airport.  <br />1 - City.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><strong>Passengers - Opening Element</strong></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Count</td>\n<td>Number of passengers of the specified Passenger Type.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>PassengerType</td>\n<td>The type of the passenger:  <br />0 - Adult.  <br />1 - Child.  <br />2 - Infant.  <br />3 - Youth.  <br />4 - Senior.  <br />5 - Student.  <br />6 - Military.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>RefundableOnly</td>\n<td>True / False.  <br />Defines if the serach will return only Refundable flights.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ResponseLanguage</td>\n<td>Defines the langugae.</td>\n<td></td>\n</tr>\n<tr>\n<td>SpecificCarriers</td>\n<td>Search by specific carrier.</td>\n<td></td>\n</tr>\n<tr>\n<td>UserId</td>\n<td>0</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>RequestType</td>\n<td>1</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>TypeOfService</td>\n<td>3</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>Response Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Errors</td>\n<td>Array of Errors.</td>\n</tr>\n<tr>\n<td>AirportCodes</td>\n<td>A list of \"Key\": \"Value\" pairs of the searched Airports. (Informative)  <br />Example :  <br />{  <br />\"Key\": \"LAS\",  <br />\"Value\": \"Las Vegas, United States - Mccarran Intl (LAS)\"  <br />}</td>\n</tr>\n<tr>\n<td>Flights</td>\n<td>Opening Element For flights options.</td>\n</tr>\n<tr>\n<td><strong>CancellationPolicies  <br />(CancellationFee)</strong></td>\n<td>Cancellation fee element.  <br />It is important to mention that the fee is the package's original price, i.e. without any markups.</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>The currency of the Cancellation Policy.</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The Fee which will be paid in case of cancellation in Search currency.</td>\n</tr>\n<tr>\n<td>FinalPriceInSupplierCurrency</td>\n<td>The Fee which will be paid in case of cancellation in Suppliers currency.</td>\n</tr>\n<tr>\n<td>FinalTax</td>\n<td>The Final Tax in Search currency.</td>\n</tr>\n<tr>\n<td>OriginalPrice</td>\n<td>The original Price of the cancellation Fee in Search currency.</td>\n</tr>\n<tr>\n<td>OriginalPriceInSupplierCurrency</td>\n<td>The original Price of the cancellation Fee in Suppliers currency.</td>\n</tr>\n<tr>\n<td>OriginalTax</td>\n<td>The Final Tax in Suppliers currency.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>The Suppliers Currency.</td>\n</tr>\n<tr>\n<td>DateFrom</td>\n<td>Date and time the policy kicks in. Time is GMT.</td>\n</tr>\n<tr>\n<td>IsEticketable</td>\n<td>True / False.</td>\n</tr>\n<tr>\n<td><strong>LegList</strong></td>\n<td>List of Flights Legs.  <br />While a Direct Flight has 1 Leg per each direction. Flights with Stops can have multiple legs.</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Null - not in use.</td>\n</tr>\n<tr>\n<td><strong>Segments</strong></td>\n<td>Opening Element for Flights Segments.</td>\n</tr>\n<tr>\n<td>AircraftType</td>\n<td>The Aircraft type. (i.e. Boeing 737-800 / Airbus A321-100).</td>\n</tr>\n<tr>\n<td>Airline</td>\n<td>The Air-Line IATA Code.</td>\n</tr>\n<tr>\n<td>ArriveDate</td>\n<td>Arrival time in Unit Time Format.</td>\n</tr>\n<tr>\n<td>AvailableSeats</td>\n<td>Number of available seats in the Flight.</td>\n</tr>\n<tr>\n<td>DepartDate</td>\n<td>Departure time in Unit Time Format.</td>\n</tr>\n<tr>\n<td>DestinationCode</td>\n<td>The destination IATA ISO Code.</td>\n</tr>\n<tr>\n<td>DestinationTerminal</td>\n<td>The terminal of where the flight arrives within the Airport.</td>\n</tr>\n<tr>\n<td>Distance</td>\n<td>Not in use.</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td>The flight duration.</td>\n</tr>\n<tr>\n<td>FlightNumber</td>\n<td>The flights number.  <br />(Unique identifier assigned to a specific flight by the airline).</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Id of the Flight.</td>\n</tr>\n<tr>\n<td>OperatedBy</td>\n<td>The Air-Line which operates the Flgiht - IATA Code.</td>\n</tr>\n<tr>\n<td>OriginCode</td>\n<td>The Departure Airport - IATA ISO Code.</td>\n</tr>\n<tr>\n<td>OriginTerminal</td>\n<td>The terminal of where the flight departures within the Airport.</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Flight Price. (Can be null - look into the Price breakdowns)</td>\n</tr>\n<tr>\n<td><strong>RateInfo</strong></td>\n<td>Rate information, grouped by Passenger Type.</td>\n</tr>\n<tr>\n<td>FareBasisCode</td>\n<td>The Fare basis code.</td>\n</tr>\n<tr>\n<td>FareBasisFull</td>\n<td>The full Fare basis.</td>\n</tr>\n<tr>\n<td>FareType</td>\n<td><strong>Private -</strong> Private airfares were introduced as a way for airlines to sell excess inventory at a special price, available only with dedicated contracts.  <br />  <br /><strong>Public -</strong> Public airfares are available through the airline directly and are also sold through any travel agency—both traditional and online.</td>\n</tr>\n<tr>\n<td>PassengerType</td>\n<td>Type of the pax.</td>\n</tr>\n<tr>\n<td>TravelClass</td>\n<td>The Flights class.</td>\n</tr>\n<tr>\n<td>Transfer</td>\n<td>If null, there's no Transfer.  <br />If there's appliacble Trasnfer - the duration of the Transfer will be populated.</td>\n</tr>\n<tr>\n<td><strong>Price / Breakdown (Per Person Types)</strong></td>\n<td>opening Elemnt for Price breakdown.</td>\n</tr>\n<tr>\n<td>PassengersNumber</td>\n<td>Number of Pax took into consideration for the Price calculation and breakdown.</td>\n</tr>\n<tr>\n<td>PersonType</td>\n<td>Type of pax took into consideration for the Price calculation and breakdown.</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Search Currency.</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The Flights Price in search currency.</td>\n</tr>\n<tr>\n<td>FinalPriceInSupplierCurrency</td>\n<td>The Flights Price in Suppliers currency.</td>\n</tr>\n<tr>\n<td>FinalTax</td>\n<td>The Final Tax in search currency.</td>\n</tr>\n<tr>\n<td>OriginalPrice</td>\n<td>The Original Price in search currency.</td>\n</tr>\n<tr>\n<td>OriginalPriceInSupplierCurrency</td>\n<td>The Original Price in Suppliers currency.</td>\n</tr>\n<tr>\n<td>OriginalTax</td>\n<td>The Original Final Tax in search currency.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>Suppliers Currency.</td>\n</tr>\n<tr>\n<td><strong>Total Price (For all Pax)</strong></td>\n<td>Opening Element of the Total Price</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Search Currency.</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The Flights Price in search currency.</td>\n</tr>\n<tr>\n<td>FinalPriceInSupplierCurrency</td>\n<td>The Flights Price in Suppliers currency.</td>\n</tr>\n<tr>\n<td>FinalTax</td>\n<td>The Final Tax in search currency.</td>\n</tr>\n<tr>\n<td>OriginalPrice</td>\n<td>The Original Price in search currency.</td>\n</tr>\n<tr>\n<td>OriginalPriceInSupplierCurrency</td>\n<td>The Original Price in Suppliers currency.</td>\n</tr>\n<tr>\n<td>OriginalTax</td>\n<td>The Original Final Tax in search currency.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>Suppliers Currency.</td>\n</tr>\n<tr>\n<td>Refundability</td>\n<td>The refundability of the Flight:  <br />1 - Refundable.  <br />2 - Non-Refundable.</td>\n</tr>\n<tr>\n<td>RouteId</td>\n<td>The RouteId of the Flights.</td>\n</tr>\n<tr>\n<td>SupplierName</td>\n<td>Short name of the Flights Supplier.</td>\n</tr>\n<tr>\n<td>SessionID</td>\n<td>SessionID, will be used for the rest of the booking flow.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e63f3ad7-ac30-4df3-ab91-0a553d53887e"},{"name":"Fare Info","item":[{"name":"Fare Info","id":"dfdc5ddf-03a2-4d98-82b2-ec6220724bcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"FareInfoRequest:http://gimmonix/carsolize/public\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"RouteId\": \"4bf420d7-eb92-41cf-847b-9f35bd6f289c\"\r\n\t\t},\r\n\t\t\"RequestType\": 9,\r\n\t\t\"SessionID\": \"\\/181\\/141750\\/D20240910T071228\\/9b01e324c9a94b32a6270c26b0b88afc\",\r\n\t\t\"TypeOfService\": 3\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"314ee2dc-acd5-488a-93c3-297ff900fd3a","name":"Fare Info Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"FareInfoRequest:http://gimmonix/carsolize/public\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"RouteId\": \"4bf420d7-eb92-41cf-847b-9f35bd6f289c\"\r\n\t\t},\r\n\t\t\"RequestType\": 9,\r\n\t\t\"SessionID\": \"\\/181\\/141750\\/D20240910T071228\\/9b01e324c9a94b32a6270c26b0b88afc\",\r\n\t\t\"TypeOfService\": 3\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"ServiceRequestResult\": {\r\n\t\t\"Errors\": [],\r\n\t\t\"FlightsFareInfoResponse\": {\r\n\t\t\t\"Result\": {\r\n\t\t\t\t\"CancellationPolicies\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"CancellationFee\": {\r\n\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\"FinalPrice\": 4758.24,\r\n\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 4758.24,\r\n\t\t\t\t\t\t\t\"FinalTax\": 360.1,\r\n\t\t\t\t\t\t\t\"OriginalPrice\": 4758.24,\r\n\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 4758.24,\r\n\t\t\t\t\t\t\t\"OriginalTax\": 360.1,\r\n\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"DateFrom\": \"\\/Date(1725926400000+0000)\\/\"\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"FareRules\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"FareRules\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Category\": \"BO.BLACKOUTS\",\r\n\t\t\t\t\t\t\t\t\"Text\": \"BETWEEN JFK AND LAS FOR YREFY5 TYPE FARES\r\n  TRAVEL IS NOT PERMITTED 27JUN 24 THROUGH 03JUL 24.\r\n  TRAVEL IS NOT PERMITTED 06JUL 24 THROUGH 08JUL 24.\r\n  TRAVEL IS NOT PERMITTED 30AUG 24 THROUGH 02SEP 24.\r\n  TRAVEL IS NOT PERMITTED 20NOV 24 THROUGH 24NOV 24.\r\n  TRAVEL IS NOT PERMITTED 21NOV 24 THROUGH 02DEC 24.\r\n  TRAVEL IS NOT PERMITTED 19DEC 24 THROUGH 06JAN 25.\r\n  TO JFK -\r\n    TRAVEL IS NOT PERMITTED 05JAN 25 THROUGH 07JAN 25.\r\n  FROM JFK -\r\n    TRAVEL IS NOT PERMITTED 09JAN 25 THROUGH 11JAN 25.\r\n  TRAVEL IS NOT PERMITTED 13FEB 25 THROUGH 18FEB 25.\r\n  TRAVEL IS NOT PERMITTED 22FEB 25 THROUGH 24FEB 25.\r\n  TRAVEL IS NOT PERMITTED 10APR 25 THROUGH 12APR 25.\r\n  TRAVEL IS NOT PERMITTED 19APR 25 THROUGH 20APR 25.\r\n  TRAVEL IS NOT PERMITTED 22MAY 25 THROUGH 24MAY 25.\r\n  TRAVEL IS NOT PERMITTED 26MAY 25 THROUGH 27MAY 25.\r\n  TRAVEL IS NOT PERMITTED 27JUN 25 THROUGH 03JUL 25.\r\n  TRAVEL IS NOT PERMITTED 05JUL 25 THROUGH 07JUL 25.\r\n  TRAVEL IS NOT PERMITTED 29AUG 25 THROUGH 01SEP 25.\r\n  TRAVEL IS NOT PERMITTED 19NOV 25 THROUGH 23NOV 25.\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Category\": \"CD.CHILD DISCOUNTS\",\r\n\t\t\t\t\t\t\t\t\"Text\": \" \r\n  INFANT UNDER 2 WITHOUT A SEAT - NO CHARGE\r\n    MUST BE ACCOMPANIED ON ALL FLIGHTS IN SAME COMPARTMENT\r\n      BY ADULT 14 OR OLDER.\r\n  *** GENERAL RULE FOLLOWS ***\r\n  *** APPLY IF DISC PSGR DOES NOT QUALIFY FARE RULES ***\r\n  1ST INFANT UNDER 2 WITHOUT A SEAT - NO CHARGE\r\n    MUST BE ACCOMPANIED ON ALL FLIGHTS IN SAME COMPARTMENT\r\n      BY ADULT 14 OR OLDER.\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Category\": \"PE.PENALTIES\",\r\n\t\t\t\t\t\t\t\t\"Text\": \"FOR YREFY5 TYPE FARES\r\n  CANCELLATIONS\r\n    BEFORE DEPARTURE\r\n      CANCELLATIONS PERMITTED.\r\n         NOTE -\r\n          RESERVATIONS MADE ONE WEEK OR MORE PRIOR TO A\r\n          FLIGHTS SCHEDULED DEPARTURE MAY BE CANCELED\r\n          WITHOUT PENALTY UP TO 24 HOURS AFTER THE\r\n          RESERVATION IS MADE.\r\n          --------------------------------------------------\r\n          RESERVATIONS MADE ON JETBLUE.COM THRU JETBLUE\r\n          RESERVATIONS OR BY AN AGENCY THRU GDS MAY BE\r\n          CHANGED OR CXLD FOR A FULL REFUND WITHOUT\r\n          CHANGE\\/CXL FEE PRIOR TO SCHEDULED DEPARTURE.\r\n          CHANGES IN ITINERARY WHICH RESULT IN A DECREASE\r\n          IN FARE WILL BE REFUNDED TO ORIGINAL FORM OF\r\n          PAYMENT AND ANY INCREASE IN FARE MUST BE\r\n          COLLECTED AT TIME OF TICKET EXCHANGE.\r\n          --------------------------------------------------\r\n          REFUNDS ON REFUNDABLE TICKETS MUST BE PROCESSED\r\n          BACK TO THE ORIGINAL FORM OF PAYMENT BY THE\r\n          AGENCY THAT ISSUED THE TICKET. IF PAYMENT OR\r\n          PARTIAL PAYMENT WAS MADE USING A CREDIT CARD THE\r\n          REFUND MUST BE PROCESSED BACK TO THE SAME CREDIT\r\n          CARD. IF PAYMENT OR PARTIAL PAYMENT WAS MADE\r\n          USING TRAVEL BANK FUNDS\\/CREDITS THE REFUND MUST\r\n          BE PROCESSED BACK TO THE CUSTOMERS TRAVEL BANK\r\n          ACCOUNT. IF PAYMENT OR PARTIAL PAYMENT WAS MADE\r\n          USING AN MCO THE REFUND MUST BE PROCESSED BACK\r\n          TO A NEW MCO. IF PAYMENT OR PARTIAL PAYMENT WAS\r\n          MADE USING CASH OR CHECK THE REFUND MUST BE\r\n          PROCESSED BACK TO THE CUSTOMER IN THE FORM OF\r\n          CASH OR CHECK.\r\n    AFTER DEPARTURE\r\n      TICKET IS NON-REFUNDABLE.\r\n         NOTE -\r\n          RESERVATIONS MADE ON JETBLUE.COM OR THRU JETBLUE\r\n          RESERVATIONS THAT ARE NOT CHANGED OR CXLD PRIOR TO\r\n          SCHEDULED DEPARTURE WILL NOT BE REFUNDED BUT WILL\r\n          BE PLACED IN THE CUSTOMERS TRAVEL BANK ACCOUNT AS\r\n          A CREDIT FOR USE ON FUTURE TRAVEL. TRAVEL BANK\r\n          FUNDS\\/CREDITS ARE VALID FOR 1 YEAR FROM THE DATE\r\n          OF ISSUANCE AND ARE ONLY VALID FOR DIRECT BOOKINGS\r\n          WITH JETBLUE.\r\n          RESERVATIONS MADE BY AN AGENCY THRU THE GDS THAT\r\n          ARE NOT CHANGED OR CXLD PRIOR TO SCHEDULED\r\n          DEPARTURE WILL NOT BE REFUNDED BUT THE TICKET WILL\r\n          REMAIN IN OPEN STATUS FOR 1 YEAR FROM THE DATE OF\r\n          ISSUANCE AND MUST BE USED BY THE ORIGINAL\r\n          PASSENGER. THE AGENCY CAN ALSO REFUND THE VALUE OF\r\n          THE TICKET TO AN MCO FOR USE ON FUTURE TRAVEL AND\r\n          THE MCO IS FULLY TRANSFERABLE.\r\n  CHANGES\r\n    ANY TIME\r\n      CHANGES PERMITTED.\r\n         NOTE -\r\n          ALL NEW BOOKINGS ARE SUBJECT TO APPLICABLE FARE\r\n          RULES. PASSENGER MUST BE PRESENT IN BOARDING AREA\r\n          TEN-10-MINUTES PRIOR TO SCHEDULED DEPARTURE TIME\r\n          OR POSTED AIRCRAFT DEPARTURE TIME OR IT MAY RESULT\r\n          IN THE CANCELLATION OF THE PASSENGERS RESERVATION\r\n          AND FORFEITURE OF ANY PAYMENT.\r\n          --------------------------------------------------\r\n          PLEASE REVIEW CATEGORY 31 AND CATEGORY 33 FOR\r\n          FURTHER RESTRICTIONS. DUE TO AUTOMATED VOLUNTARY\r\n          CHANGE AND REFUND PROVISIONS DIFFERENCE COULD\r\n          EXIST BETWEEN MANUAL EXCHANGES AND REFUNDS IN\r\n          CATEGORY 16 AND SYSTEM GENERATED AUTOMATED\r\n          EXCHANGES AND REFUNDS IN CATEGORY 31 AND CATEGORY\r\n          33. THE MORE RESTRICTIVE AUTOMATED PROVISIONS\r\n          APPLY\r\n          --------------------------------------------------\r\n          SAME-DAY SWITCH ---\r\n          JETBLUE CUSTOMERS MAY MAKE A CONFIRMED SAME-DAY\r\n          SWITCH. NO FARE DIFFERENCE APPLIES. A SAME-DAY\r\n          SWITCH CAN ONLY BE MADE ON THE DAY OF TRAVEL\r\n          BEGINNING AT MIDNIGHT IN THE TIME ZONE OF YOUR\r\n          DEPARTING FLIGHT.\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Category\": \"CO.COMBINABILITY\",\r\n\t\t\t\t\t\t\t\t\"Text\": \"FOR ONE WAY FARES\r\n   ADD-ONS NOT PERMITTED.\r\n   FARES MAY BE COMBINED ON A HALF ROUND TRIP BASIS WITH ANY\r\n   FARE FOR ANY CARRIER IN ANY RULE AND TARIFF TO FORM\r\n   SINGLE\\/DOUBLE OPEN JAWS\\/2-COMPONENT ROUND TRIPS\\/MULTI-\r\n   COMPONENT CIRCLE TRIPS.\r\n   END-ON-END PERMITTED. VALIDATE ALL FARE COMPONENTS.\r\n   TRAVEL MUST BE VIA POINT OF COMBINATION.\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Category\": \"FL.FLT APPLICATION\",\r\n\t\t\t\t\t\t\t\t\"Text\": \" \r\n  THE FARE COMPONENT MUST NOT BE ON\r\n      ONE OR MORE OF THE FOLLOWING\r\n        B6 FLIGHTS 5700 THROUGH 5799 OPERATED BY BB.\r\n  AND\r\n  THE FARE COMPONENT MUST BE ON\r\n      ONE OR MORE OF THE FOLLOWING\r\n        B6 FLIGHTS 0001 THROUGH 3999 OPERATED BY B6.\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Category\": \"FL.FLT APPLICATION\",\r\n\t\t\t\t\t\t\t\t\"Text\": \" \r\n  THE FARE COMPONENT MUST NOT BE ON\r\n      ONE OR MORE OF THE FOLLOWING\r\n        B6 FLIGHTS 5700 THROUGH 5799 OPERATED BY BB.\r\n  AND\r\n  THE FARE COMPONENT MUST BE ON\r\n      ONE OR MORE OF THE FOLLOWING\r\n        B6 FLIGHTS 0001 THROUGH 3999 OPERATED BY B6.\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Category\": \"FL.FLT APPLICATION\",\r\n\t\t\t\t\t\t\t\t\"Text\": \" \r\n  THE FARE COMPONENT MUST NOT BE ON\r\n      ONE OR MORE OF THE FOLLOWING\r\n        B6 FLIGHTS 5700 THROUGH 5799 OPERATED BY BB.\r\n  AND\r\n  THE FARE COMPONENT MUST BE ON\r\n      ONE OR MORE OF THE FOLLOWING\r\n        B6 FLIGHTS 0001 THROUGH 3999 OPERATED BY B6.\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Category\": \"FL.FLT APPLICATION\",\r\n\t\t\t\t\t\t\t\t\"Text\": \" \r\n  THE FARE COMPONENT MUST NOT BE ON\r\n      ONE OR MORE OF THE FOLLOWING\r\n        B6 FLIGHTS 5700 THROUGH 5799 OPERATED BY BB.\r\n  AND\r\n  THE FARE COMPONENT MUST BE ON\r\n      ONE OR MORE OF THE FOLLOWING\r\n        B6 FLIGHTS 0001 THROUGH 3999 OPERATED BY B6.\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Category\": \"RU.RULE APPLICATION\",\r\n\t\t\t\t\t\t\t\t\"Text\": \"REFUNDABLE ECONOMY FARES\r\n APPLICATION\r\n   TYPES OF TRANSPORTATION\r\n     THIS RULE GOVERNS ONE-WAY FARES.\r\n CAPACITY LIMITATIONS\r\n   SEATS ARE LIMITED\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Category\": \"AP.ADVANCE RES\\/TKT\",\r\n\t\t\t\t\t\t\t\t\"Text\": \" \r\n  RESERVATIONS ARE REQUIRED FOR ALL SECTORS.\r\n  WAITLIST NOT PERMITTED.\r\n  WHEN RESERVATIONS ARE MADE AT LEAST 2 DAYS BEFORE\r\n  DEPARTURE TICKETING MUST BE COMPLETED BY MIDNIGHT 1 DAY\r\n  AFTER RESERVATIONS ARE MADE.\r\n  OR - RESERVATIONS ARE REQUIRED FOR ALL SECTORS.\r\n       WAITLIST NOT PERMITTED.\r\n       WHEN RESERVATIONS ARE MADE AT LEAST 1 DAY BEFORE\r\n       DEPARTURE TICKETING MUST BE COMPLETED BY MIDNIGHT ON\r\n       THE DAY RESERVATIONS ARE MADE.\r\n  OR - RESERVATIONS ARE REQUIRED FOR ALL SECTORS.\r\n       WAITLIST NOT PERMITTED.\r\n       WHEN RESERVATIONS ARE MADE AT LEAST 6 HOURS BEFORE\r\n       DEPARTURE TICKETING MUST BE COMPLETED AT LEAST 6\r\n       HOURS BEFORE DEPARTURE.\r\n  OR - RESERVATIONS FOR ALL SECTORS AND TICKETING ARE\r\n       REQUIRED AT LEAST 30 MINUTES BEFORE DEPARTURE.\r\n       RESERVATIONS AND TICKETING MUST BE COMPLETED AT THE\r\n       SAME TIME.\r\n       WAITLIST NOT PERMITTED.\r\n         NOTE -\r\n          DUE TO AUTOMATED TICKETING DEADLINE CONTROLS\r\n          DIFFERENCE COULD EXIST BETWEEN THE FARE RULE LAST\r\n          TICKETING DATE AND THE SYSTEM GENERATED TICKETING\r\n          DEADLINE MESSAGE. THE MORE RESTRICTIVE TICKETING\r\n          DEADLINE APPLIES\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"Category\": \"SO.STOPOVERS\",\r\n\t\t\t\t\t\t\t\t\"Text\": \" \r\n  NO STOPOVERS PERMITTED.\r\n     NO STOPOVER OCCURS IF PASSENGER TAKES NEXT AVAILABLE\r\n      FLIGHT WITHIN 5 HOURS.\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\"SegmentsIds\": [\r\n\t\t\t\t\t\t\t\"1f948cd7-4399-41d5-8e92-84a5af37f745\",\r\n\t\t\t\t\t\t\t\"235bae7a-e4d3-48e2-b14f-21e90983b26e\"\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"IsEticketable\": true,\r\n\t\t\t\t\"LegList\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AircraftType\": \"Airbus A318\\/319\\/320\\/321\",\r\n\t\t\t\t\t\t\t\t\"Airline\": \"B6\",\r\n\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1731228120000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\"AvailableSeats\": \"7\",\r\n\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1731218400000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\"DestinationCode\": \"LAS\",\r\n\t\t\t\t\t\t\t\t\"DestinationTerminal\": \"3\",\r\n\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\"Duration\": \"PT5H42M\",\r\n\t\t\t\t\t\t\t\t\"FlightNumber\": \"511\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"1f948cd7-4399-41d5-8e92-84a5af37f745\",\r\n\t\t\t\t\t\t\t\t\"OperatedBy\": \"B6\",\r\n\t\t\t\t\t\t\t\t\"OriginCode\": \"JFK\",\r\n\t\t\t\t\t\t\t\t\"OriginTerminal\": \"5\",\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"Y\",\r\n\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"YREFY5\",\r\n\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Public\",\r\n\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\"AircraftType\": \"Airbus A318\\/319\\/320\\/321\",\r\n\t\t\t\t\t\t\t\t\"Airline\": \"B6\",\r\n\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1731739860000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\"AvailableSeats\": \"7\",\r\n\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1731711540000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\"DestinationCode\": \"JFK\",\r\n\t\t\t\t\t\t\t\t\"DestinationTerminal\": \"5\",\r\n\t\t\t\t\t\t\t\t\"Distance\": 0,\r\n\t\t\t\t\t\t\t\t\"Duration\": \"PT4H52M\",\r\n\t\t\t\t\t\t\t\t\"FlightNumber\": \"148\",\r\n\t\t\t\t\t\t\t\t\"Id\": \"235bae7a-e4d3-48e2-b14f-21e90983b26e\",\r\n\t\t\t\t\t\t\t\t\"OperatedBy\": \"B6\",\r\n\t\t\t\t\t\t\t\t\"OriginCode\": \"LAS\",\r\n\t\t\t\t\t\t\t\t\"OriginTerminal\": \"3\",\r\n\t\t\t\t\t\t\t\t\"Price\": null,\r\n\t\t\t\t\t\t\t\t\"RateInfo\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"FareBasisCode\": \"Y\",\r\n\t\t\t\t\t\t\t\t\t\t\"FareBasisFull\": \"YREFY5\",\r\n\t\t\t\t\t\t\t\t\t\t\"FareType\": \"Public\",\r\n\t\t\t\t\t\t\t\t\t\t\"PassengerType\": 0,\r\n\t\t\t\t\t\t\t\t\t\t\"TravelClass\": 1\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\t\"Transfer\": null\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\"Breakdown\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"BaggagePiecesNumber\": \"0\",\r\n\t\t\t\t\t\t\t\"PassengersNumber\": 1,\r\n\t\t\t\t\t\t\t\"PersonType\": 0,\r\n\t\t\t\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\t\"FinalPrice\": 4758.24,\r\n\t\t\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 4758.24,\r\n\t\t\t\t\t\t\t\t\"FinalTax\": 360.1,\r\n\t\t\t\t\t\t\t\t\"OriginalPrice\": 4758.24,\r\n\t\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 4758.24,\r\n\t\t\t\t\t\t\t\t\"OriginalTax\": 360.1,\r\n\t\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t],\r\n\t\t\t\t\t\"TotalPrice\": {\r\n\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\"FinalPrice\": 4758.24,\r\n\t\t\t\t\t\t\"FinalPriceInSupplierCurrency\": 4758.24,\r\n\t\t\t\t\t\t\"FinalTax\": 360.1,\r\n\t\t\t\t\t\t\"OriginalPrice\": 4758.24,\r\n\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 4758.24,\r\n\t\t\t\t\t\t\"OriginalTax\": 360.1,\r\n\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"Refundability\": 1,\r\n\t\t\t\t\"RouteId\": \"4bf420d7-eb92-41cf-847b-9f35bd6f289c\",\r\n\t\t\t\t\"SupplierName\": \"AMD\"\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}"}],"_postman_id":"dfdc5ddf-03a2-4d98-82b2-ec6220724bcc"}],"id":"de569551-3985-40bd-ba9a-60bf22523a2f","description":"<p>This function retrieves the details of selected flight, the applicable fare rules, and the terms of the cancellation policy.</p>\n<hr />\n<p><strong>Request Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RouteId</td>\n<td>The RouteId of the Flight - as returned in the Search Response.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>RequestType</td>\n<td>9</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>SessionID</td>\n<td>SessionId of the search - as returned in the Search Response.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>TypeOfService</td>\n<td>3</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>Response Parameters: .</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Errors</td>\n<td>Array of Errors.</td>\n</tr>\n<tr>\n<td><strong>CancellationPolicies  <br />(CancellationFee)</strong></td>\n<td>Cancellation fee element.  <br />It is important to mention that the fee is the package's original price, i.e. without any markups.</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>The currency of the Cancellation Policy.</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The Fee which will be paid in case of cancellation in Search currency.</td>\n</tr>\n<tr>\n<td>FinalPriceInSupplierCurrency</td>\n<td>The Fee which will be paid in case of cancellation in Suppliers currency.</td>\n</tr>\n<tr>\n<td>FinalTax</td>\n<td>The Final Tax in Search currency.</td>\n</tr>\n<tr>\n<td>OriginalPrice</td>\n<td>The original Price of the cancellation Fee in Search currency.</td>\n</tr>\n<tr>\n<td>OriginalPriceInSupplierCurrency</td>\n<td>The original Price of the cancellation Fee in Suppliers currency.</td>\n</tr>\n<tr>\n<td>OriginalTax</td>\n<td>The Final Tax in Suppliers currency.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>The Suppliers Currency.</td>\n</tr>\n<tr>\n<td>DateFrom</td>\n<td>Date and time the policy kicks in. Time is GMT.</td>\n</tr>\n<tr>\n<td><strong>FareRules</strong></td>\n<td>List of Rules</td>\n</tr>\n<tr>\n<td>Category</td>\n<td>The Fare rule category / subject.</td>\n</tr>\n<tr>\n<td>Text</td>\n<td>Free text of the Fare rule.</td>\n</tr>\n<tr>\n<td>IsEticketable</td>\n<td>True / False.</td>\n</tr>\n<tr>\n<td><strong>LegList  <br />(Segments)</strong></td>\n<td>List of Flights Legs.  <br />While a Direct Flight has 1 Leg per each direction. Flights with Stops can have multiple legs.</td>\n</tr>\n<tr>\n<td>AircraftType</td>\n<td>The Aircraft type. (i.e. Boeing 737-800 / Airbus A321-100).</td>\n</tr>\n<tr>\n<td>Airline</td>\n<td>The Air-Line IATA Code.</td>\n</tr>\n<tr>\n<td>ArriveDate</td>\n<td>Arrival time in Unit Time Format.</td>\n</tr>\n<tr>\n<td>AvailableSeats</td>\n<td>Number of available seats in the Flight.</td>\n</tr>\n<tr>\n<td>DepartDate</td>\n<td>Departure time in Unit Time Format.</td>\n</tr>\n<tr>\n<td>DestinationCode</td>\n<td>The destination IATA ISO Code.</td>\n</tr>\n<tr>\n<td>DestinationTerminal</td>\n<td>The terminal of where the flight arrives within the Airport.</td>\n</tr>\n<tr>\n<td>Distance</td>\n<td>Not in use.</td>\n</tr>\n<tr>\n<td>Duration</td>\n<td>The flight duration.</td>\n</tr>\n<tr>\n<td>FlightNumber</td>\n<td>The flights number.  <br />(Unique identifier assigned to a specific flight by the airline).</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Id of the Flight.</td>\n</tr>\n<tr>\n<td>OperatedBy</td>\n<td>The Air-Line which operates the Flgiht - IATA Code.</td>\n</tr>\n<tr>\n<td>OriginCode</td>\n<td>The Departure Airport - IATA ISO Code.</td>\n</tr>\n<tr>\n<td>OriginTerminal</td>\n<td>The terminal of where the flight departures within the Airport.</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Flight Price. (Can be null - look into the Price breakdowns)</td>\n</tr>\n<tr>\n<td><strong>RateInfo</strong></td>\n<td>Rate information, grouped by Passenger Type.</td>\n</tr>\n<tr>\n<td>FareBasisCode</td>\n<td>The Fare basis code.</td>\n</tr>\n<tr>\n<td>FareBasisFull</td>\n<td>The full Fare basis.</td>\n</tr>\n<tr>\n<td>FareType</td>\n<td><strong>Private -</strong> Private airfares were introduced as a way for airlines to sell excess inventory at a special price, available only with dedicated contracts.  <br />  <br /><strong>Public -</strong> Public airfares are available through the airline directly and are also sold through any travel agency—both traditional and online.</td>\n</tr>\n<tr>\n<td>PassengerType</td>\n<td>Type of the pax.</td>\n</tr>\n<tr>\n<td>TravelClass</td>\n<td>The Flights class.</td>\n</tr>\n<tr>\n<td>Transfer</td>\n<td>If null, there's no Transfer.  <br />If there's appliacble Trasnfer - the duration of the Transfer will be populated.</td>\n</tr>\n<tr>\n<td><strong>Price / Breakdown (Per Person Types)</strong></td>\n<td>Opening Elemnt for Price breakdown.</td>\n</tr>\n<tr>\n<td>MaxBaggageWeight</td>\n<td>The Backages max weight (If applicable)</td>\n</tr>\n<tr>\n<td>BaggagePiecesNumber</td>\n<td>The number of Baggages allowed.</td>\n</tr>\n<tr>\n<td>PassengersNumber</td>\n<td>Number of Pax took into consideration for the Price calculation and breakdown.</td>\n</tr>\n<tr>\n<td>PersonType</td>\n<td>Type of pax took into consideration for the Price calculation and breakdown.</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Search Currency.</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The Flights Price in search currency.</td>\n</tr>\n<tr>\n<td>FinalPriceInSupplierCurrency</td>\n<td>The Flights Price in Suppliers currency.</td>\n</tr>\n<tr>\n<td>FinalTax</td>\n<td>The Final Tax in search currency.</td>\n</tr>\n<tr>\n<td>OriginalPrice</td>\n<td>The Original Price in search currency.</td>\n</tr>\n<tr>\n<td>OriginalPriceInSupplierCurrency</td>\n<td>The Original Price in Suppliers currency.</td>\n</tr>\n<tr>\n<td>OriginalTax</td>\n<td>The Original Final Tax in search currency.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>Suppliers Currency.</td>\n</tr>\n<tr>\n<td><strong>Total Price (For all Pax)</strong></td>\n<td>Opening Element of the Total Price.</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Search Currency.</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The Flights Price in search currency.</td>\n</tr>\n<tr>\n<td>FinalPriceInSupplierCurrency</td>\n<td>The Flights Price in Suppliers currency.</td>\n</tr>\n<tr>\n<td>FinalTax</td>\n<td>The Final Tax in search currency.</td>\n</tr>\n<tr>\n<td>OriginalPrice</td>\n<td>The Original Price in search currency.</td>\n</tr>\n<tr>\n<td>OriginalPriceInSupplierCurrency</td>\n<td>The Original Price in Suppliers currency.</td>\n</tr>\n<tr>\n<td>OriginalTax</td>\n<td>The Original Final Tax in search currency.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>Suppliers Currency.</td>\n</tr>\n<tr>\n<td>Refundability</td>\n<td>The refundability of the Flight:  <br />1 - Refundable.  <br />2 - Non-Refundable.</td>\n</tr>\n<tr>\n<td>RouteId</td>\n<td>The RouteId of the Flights.</td>\n</tr>\n<tr>\n<td>SupplierName</td>\n<td>Short name of the Flights Supplier.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"de569551-3985-40bd-ba9a-60bf22523a2f"},{"name":"Get Payment Preferences","item":[{"name":"Get Payment Preferences","id":"7610829a-9704-4db2-a1b6-68afabfc1504","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"FlightPaymentPreferencesRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"FlightId\": \"4bf420d7-eb92-41cf-847b-9f35bd6f289c\",\r\n\t\t\t\"SegmentId\": 0\r\n\t\t},\r\n\t\t\"RequestType\": 10,\r\n\t\t\"SessionID\": \"\\/181\\/141750\\/D20240910T071228\\/9b01e324c9a94b32a6270c26b0b88afc\",\r\n\t\t\"TypeOfService\": 3\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"db711317-e6ee-41c7-89aa-e55ceecdfd8e","name":"Get Payment Preferences","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"FlightPaymentPreferencesRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"FlightId\": \"4bf420d7-eb92-41cf-847b-9f35bd6f289c\",\r\n\t\t\t\"SegmentId\": 0\r\n\t\t},\r\n\t\t\"RequestType\": 10,\r\n\t\t\"SessionID\": \"\\/181\\/141750\\/D20240910T071228\\/9b01e324c9a94b32a6270c26b0b88afc\",\r\n\t\t\"TypeOfService\": 3\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"ServiceRequestResult\": {\r\n\t\t\"Errors\": [],\r\n\t\t\"FlightGetPaymentPreferences\": {\r\n\t\t\t\"ApplicablePreferences\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"AcceptedCreditCards\": null,\r\n\t\t\t\t\t\"Type\": 0\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"AcceptedCreditCards\": [],\r\n\t\t\t\t\t\"Type\": 1\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"BookIncludesTicketing\": false\r\n\t\t}\r\n\t}\r\n}"}],"_postman_id":"7610829a-9704-4db2-a1b6-68afabfc1504"}],"id":"481fedaa-c98c-46bb-8ea7-67155aa6c93b","description":"<p>This function retrieves the available payment options for a specific flight.</p>\n<p>Flight payment preferences can be called either <strong>during the booking process</strong>, <strong>or addressing your request to the existing order, by providing the Segment ID.</strong></p>\n<p>_** Note - **_<em>The response will now include a tag:</em> <code>_BookIncludesTicketing_</code> <em>(Boolean).</em></p>\n<p><em>This tag will indicate whether the booking action is going to try and ticket the fare at the same time, meaning that you there's no need to use Ticket Flight Request after the segment is created.</em></p>\n<hr />\n<p><strong>Request Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FlightId</td>\n<td>The RouteId of the Flight.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>The SegmentID (Internal Gimmonix Ref per Flight Booking)</td>\n<td>Yes - if no 'SessionID' provided.</td>\n</tr>\n<tr>\n<td>RequestType</td>\n<td>10</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>SessionID</td>\n<td>SessionId of the search - as returned in the Search Response.</td>\n<td>Yes - if no 'SegmentId' provided.</td>\n</tr>\n<tr>\n<td>TypeOfService</td>\n<td>3</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>Response Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Errors</td>\n<td>Array of Errors.</td>\n</tr>\n<tr>\n<td>ApplicablePreferences</td>\n<td>Opening Element.</td>\n</tr>\n<tr>\n<td>AcceptedCreditCards</td>\n<td>List of accepted credit cards which can be sent on booking request.</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Cash [0] – the booking can be completed without CreditCard  <br />  <br />CreditCardInternal [1] - relevant for net suppliers, the payment is processed via the client's payment gateway.  <br />  <br />CreditCardExternal [2] - Credit Card details are passed to the accommodation provider.</td>\n</tr>\n<tr>\n<td>BookIncludesTicketing</td>\n<td>This tag will indicate whether the booking action is going to try and ticket the fare at the same time, <strong>meaning that you there's no need to use FlightTicketingRequest after the segment is created.</strong>  <br />  <br />If you are using our payment gateway services to collect payment from the consumer, you'll need to specify the Card element in the booking request, otherwise, a ticket might be created, but no payment will be collected from the customer.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"481fedaa-c98c-46bb-8ea7-67155aa6c93b"},{"name":"Book Flight","item":[{"name":"Book Flight","id":"dedba82a-6684-4894-88f5-ae46ffb9b89d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"FlightBookRequest:http://gimmonix/carsolize/public\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"BookingPrice\": 0,\r\n\t\t\t\"LeadPaxId\": \"123\",\r\n\t\t\t\"OrderId\": 0,\r\n\t\t\t\"Passengers\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"Address\": {\r\n\t\t\t\t\t\t\"AddressLine\": \"Tlv 2\",\r\n\t\t\t\t\t\t\"CityName\": \"Tlv\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"Email\": {\r\n\t\t\t\t\t\t\"Value\": \"Testyc@gmail.com\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"Id\": \"123\",\r\n\t\t\t\t\t\t\"PersonDetails\": {\r\n\t\t\t\t\t\t\t\"BirthDate\": \"\\/Date(1735120084000)\\/\",\r\n\t\t\t\t\t\t\t\"Name\": {\r\n\t\t\t\t\t\t\t\t\"GivenName\": \"Testy\",\r\n\t\t\t\t\t\t\t\t\"NamePrefix\": \"Mr\",\r\n\t\t\t\t\t\t\t\t\"Surname\": \"Test\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"Type\": 0\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Telephone\": {\r\n\t\t\t\t\t\t\t\"PhoneNumber\": \"039666668\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"FrequentFlyerCarrier\": null,\r\n\t\t\t\t\t\t\"FrequentFlyerNumber\": null,\r\n\t\t\t\t\t\t\"MealPreference\": 0,\r\n\t\t\t\t\t\t\"PassportDetails\": {\r\n\t\t\t\t\t\t\t\"CountryCode\": \"IL\",\r\n\t\t\t\t\t\t\t\"ExpirationDate\": \"\\/Date(1857884389000)\\/\",\r\n\t\t\t\t\t\t\t\"PassportNumber\": \"123456789\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"SeatPreference\": 0\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"ProviderCode\": null,\r\n\t\t\t\"RoutePackageGuid\": \"4bf420d7-eb92-41cf-847b-9f35bd6f289c\",\r\n\t\t\t\"SelectedPaymentMethod\": 0\r\n\t\t},\r\n\t\t\t\"RequestType\": 2,\r\n\t\t\t\"SessionID\": \"\\/181\\/141750\\/D20240910T071228\\/9b01e324c9a94b32a6270c26b0b88afc\",\r\n\t\t\t\"TypeOfService\": 3\r\n\t\t}\r\n\t}\r\n","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"1ef5f957-ab8e-48f3-bdb4-ac9da1b235ff","name":"Book Flight","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"FlightBookRequest:http://gimmonix/carsolize/public\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"BookingPrice\": 0,\r\n\t\t\t\"LeadPaxId\": \"123\",\r\n\t\t\t\"OrderId\": 0,\r\n\t\t\t\"Passengers\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"Address\": {\r\n\t\t\t\t\t\t\"AddressLine\": \"Tlv 2\",\r\n\t\t\t\t\t\t\"CityName\": \"Tlv\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"Email\": {\r\n\t\t\t\t\t\t\"Value\": \"Testyc@gmail.com\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"Id\": \"123\",\r\n\t\t\t\t\t\t\"PersonDetails\": {\r\n\t\t\t\t\t\t\t\"BirthDate\": \"\\/Date(1735120084000)\\/\",\r\n\t\t\t\t\t\t\t\"Name\": {\r\n\t\t\t\t\t\t\t\t\"GivenName\": \"Testy\",\r\n\t\t\t\t\t\t\t\t\"NamePrefix\": \"Mr\",\r\n\t\t\t\t\t\t\t\t\"Surname\": \"Test\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"Type\": 0\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"Telephone\": {\r\n\t\t\t\t\t\t\t\"PhoneNumber\": \"039666668\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"FrequentFlyerCarrier\": null,\r\n\t\t\t\t\t\t\"FrequentFlyerNumber\": null,\r\n\t\t\t\t\t\t\"MealPreference\": 0,\r\n\t\t\t\t\t\t\"PassportDetails\": {\r\n\t\t\t\t\t\t\t\"CountryCode\": \"IL\",\r\n\t\t\t\t\t\t\t\"ExpirationDate\": \"\\/Date(1857884389000)\\/\",\r\n\t\t\t\t\t\t\t\"PassportNumber\": \"123456789\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"SeatPreference\": 0\r\n\t\t\t\t}\r\n\t\t\t],\r\n\t\t\t\"ProviderCode\": null,\r\n\t\t\t\"RoutePackageGuid\": \"4bf420d7-eb92-41cf-847b-9f35bd6f289c\",\r\n\t\t\t\"SelectedPaymentMethod\": 0\r\n\t\t},\r\n\t\t\t\"RequestType\": 2,\r\n\t\t\t\"SessionID\": \"\\/181\\/141750\\/D20240910T071228\\/9b01e324c9a94b32a6270c26b0b88afc\",\r\n\t\t\t\"TypeOfService\": 3\r\n\t\t}\r\n\t}\r\n","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"FlightOrderBookResponse\": {\n            \"Segments\": [\n                {\n                    \"BookingId\": \"KNFB4X\",\n                    \"BookingReference\": null,\n                    \"BookingStatus\": \"PNR\",\n                    \"LastTicketingDate\": \"/Date(1726012800000+0000)/\",\n                    \"OrderId\": 4531381,\n                    \"Remarks\": [],\n                    \"SegmentId\": 4562543\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"dedba82a-6684-4894-88f5-ae46ffb9b89d"}],"id":"8431e1fb-283b-4ae0-a27a-7a93208075e2","description":"<p>Books a flight, used to hold a seat on a flight, creating a booking or reservation in the airline's system for the chosen flight and passengers.</p>\n<blockquote>\n<p>** Note: **<br />If you include card details or a service fee in the booking request, the system will ignore them.<br />As no card details are needed to complete the booking - <strong>unless</strong> <strong>is set to true</strong> in the <strong>PaymentPreferences response</strong>. </p>\n</blockquote>\n<hr />\n<p><strong>Request Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BookingPrice</td>\n<td>The package price as was returned in the search response. You can pass '0' to allow the system to book the required package  <br />for its final price.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>LeadPaxId</td>\n<td>Unique ID of the lead pax. Should be generated on  <br />your side, preferably as Guid (not mandatory).</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>OrderId</td>\n<td>The id of an existing order, which you want to add the current flight booking to, as a new segment.  <br />The input is the ID of the order should be added. If you input a non-existing ID, an error will occur.  <br />If none - Pass as 0.</td>\n<td>Yes.  <br />Either 0 or an actual OrderID.</td>\n</tr>\n<tr>\n<td><strong>Passengers</strong></td>\n<td>Opening Element of the Pax</td>\n<td></td>\n</tr>\n<tr>\n<td><strong>Address</strong></td>\n<td>Opening Element of the Address (Use English characters only)</td>\n<td></td>\n</tr>\n<tr>\n<td>AddressLine</td>\n<td>The address line of the pax.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CityName</td>\n<td>The City name of the pax.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><strong>Email</strong></td>\n<td>Opening Element of the Email</td>\n<td></td>\n</tr>\n<tr>\n<td>Value</td>\n<td>The email of the Pax.</td>\n<td></td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The pax unique ID.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><strong>PersonDetails</strong></td>\n<td>Opening Element of the Person Details</td>\n<td></td>\n</tr>\n<tr>\n<td>BirthDate</td>\n<td>The pax birth-day in Unie Epoch Time.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><strong>Name</strong></td>\n<td>Opening Element of the pax Name (Use English characters only)</td>\n<td></td>\n</tr>\n<tr>\n<td>GivenName</td>\n<td>Pax first name.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>NamePrefix</td>\n<td>Mr./ Mrs./ Ms./ etc.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Pax last name.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Pax type :  <br />0 - Adult  <br />1 - Child  <br />2 - Infant  <br />3 - Youth  <br />4 - Senior  <br />5 - Student  <br />6 - Military</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><strong>Telephone</strong></td>\n<td>Opening Element of the pax <strong>Telephone</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>PhoneNumber</td>\n<td>Pax Phone number.</td>\n<td></td>\n</tr>\n<tr>\n<td>FrequentFlyerCarrier</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>FrequentFlyerNumber</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>MealPreference</td>\n<td>0 - Any.  <br />1 - Vegeterian.  <br />2 - GlutenFree.  <br />3 - Kosher.  <br />4 - LowCholesterol.  <br />5 - LowSalt.  <br />6 - LowProtein.  <br />7 - NonLactose.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><strong>PassportDetails</strong></td>\n<td>Opening Element of the pax <strong>Passport Details</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>CountryCode</td>\n<td>Country Code ISO of the Pax passport originator.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ExpirationDate</td>\n<td>Passports expiration date in Unix Epoch Time.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>PassportNumber</td>\n<td>Passports numbers.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>SeatPreference</td>\n<td>0 - Any.  <br />1 - Window.  <br />2 - Aisle.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ProviderCode</td>\n<td>null</td>\n<td></td>\n</tr>\n<tr>\n<td>RoutePackageGuid</td>\n<td>The RouteId of the selected Flight option.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>SelectedPaymentMethod</td>\n<td>0 - Cash  <br />1 - CreditCardInternal  <br />2 - CreditCardExternal</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>RequestType</td>\n<td>2</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>SessionID</td>\n<td>SessionId of the search - as returned in the Search Response.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>TypeOfService</td>\n<td>3</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"paying-with-credit-card\">Paying with Credit Card</h3>\n<p>When paying with Credit-Cart , Please add the following Element (Right below the BookingPrice) :<br /><strong>Request Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Card</td>\n<td>Opening Element.</td>\n<td></td>\n</tr>\n<tr>\n<td>AddressLine</td>\n<td>Card holder's address</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CVV</td>\n<td>Card verification value - 3/4 digits.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CardNumber</td>\n<td>Credit card's number</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>CardType</td>\n<td>1 - Visa  <br />2 - MasterCard  <br />3 - AmericanExpress  <br />4 - Diners  <br />5 - DiscoCardTypever  <br />6 - Eurocard  <br />7 - Maestro  <br />8 - JCB</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Card holder's city.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Card holder's State.</td>\n<td>Yes - only for countries which have states (i.e. US / CA / AU)</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>Card holder's country</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ExpireDate</td>\n<td>Credit card's rxpiration date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>HolderName</td>\n<td>Card holder's full name</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Card holder's phone number</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ZipCode</td>\n<td>Card holder's Zip Code</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>Reponse Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Errors</td>\n<td>Array of Errors.</td>\n</tr>\n<tr>\n<td><strong>Segments</strong></td>\n<td>Opening Element. (The response can have several segments )</td>\n</tr>\n<tr>\n<td>BookingId</td>\n<td>Supplier booking confirmation id for this booking.</td>\n</tr>\n<tr>\n<td>BookingReference</td>\n<td>Supplier booking reference for this booking.  <br />Note:  <br />This fields may not return in case the supplier returned single booking id/reference for this booking.</td>\n</tr>\n<tr>\n<td>BookingStatus</td>\n<td>The booking status.</td>\n</tr>\n<tr>\n<td>LastTicketingDate</td>\n<td>The last date where you can Ticket the Flight.</td>\n</tr>\n<tr>\n<td>OrderId</td>\n<td>Order ID as created on HSP.</td>\n</tr>\n<tr>\n<td>Remarks</td>\n<td>Any supplier remarks for this booking.</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>Segment ID as created on HSP.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"8431e1fb-283b-4ae0-a27a-7a93208075e2"},{"name":"Ticket Flight","item":[{"name":"Ticket Flight","id":"d775b019-b5d7-4dab-9045-9a363939ae8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASSWORD\",\r\n\t\t\t\"UserName\": \"USERNAME\"\r\n\t\t},\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"FlightTicketingRequest:http://schemas.datacontract.org/2004/07/IsuBe.Public.Enteties.Flights.Ticketing\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"BookingPrice\": null,\r\n\t\t\t\"SegmentID\": 4562543,\r\n\t\t\t\"SelectedPaymentMethod\": 0\r\n\t\t},\r\n\t\t\"RequestType\": 11,\r\n\t\t\"SessionID\": null,\r\n\t\t\"TypeOfService\": 3\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"94b188f8-683e-49eb-8ba9-150a6c035429","name":"Ticket Flight Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASSWORD\",\r\n\t\t\t\"UserName\": \"USERNAME\"\r\n\t\t},\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"FlightTicketingRequest:http://schemas.datacontract.org/2004/07/IsuBe.Public.Enteties.Flights.Ticketing\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"BookingPrice\": null,\r\n\t\t\t\"SegmentID\": 4562543,\r\n\t\t\t\"SelectedPaymentMethod\": 0\r\n\t\t},\r\n\t\t\"RequestType\": 11,\r\n\t\t\"SessionID\": null,\r\n\t\t\"TypeOfService\": 3\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ServiceRequestResult\": {\n        \"Errors\": [],\n        \"FlightTicketingResponse\": {\n            \"BookingStatus\": \"TKT\",\n            \"SegmentId\": 4562543\n        },\n        \"SessionID\": \"/181/141750/D20240910T071511/d8e683daabbe42308b447e33186a36a9\"\n    }\n}"}],"_postman_id":"d775b019-b5d7-4dab-9045-9a363939ae8a"}],"id":"d319e8da-3d26-4b8a-a61a-77f2de37e9be","description":"<p>Issue the flight ticket, used to finalize the booking and convert it into a confirmed purchase.</p>\n<p>This call can be initiated during the Booking session, or untill the 'LastTicketingDate' as returned in the Book response.</p>\n<hr />\n<p>** Note - **</p>\n<p>If the Flight - Get Payment Preferences response returned: <strong><code>BookIncludesTicketing = True</code></strong> .</p>\n<p>This tag will indicate <strong>whether the booking action is going to try and ticket the fare at the same time</strong>, meaning <strong>that you there's no need to use Ticket Flight Request after the segment is created.</strong></p>\n<hr />\n<p><strong>Request Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Credentials</strong></td>\n<td>Username and Password.</td>\n<td>Yes - If no SessionID Provided.</td>\n</tr>\n<tr>\n<td>BookingPrice</td>\n<td>The booking Price.</td>\n<td></td>\n</tr>\n<tr>\n<td>SegmentID</td>\n<td>The segmentID of existing Flights booking.</td>\n<td>Yes - If no SessionID Provided.</td>\n</tr>\n<tr>\n<td>SelectedPaymentMethod</td>\n<td>Cash [0] – the booking can be completed without CreditCard  <br />  <br />CreditCardInternal [1] - relevant for net suppliers, the payment is processed via the client's payment gateway.  <br />  <br />CreditCardExternal [2] - Credit Card details are passed to the accommodation provider.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>RequestType</td>\n<td>11</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>SessionID</td>\n<td>SessionId of the search - as returned in the Search Response.</td>\n<td>Yes - Credentials + SegmnetID provided.</td>\n</tr>\n<tr>\n<td>TypeOfService</td>\n<td>3</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>Response Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Errors</td>\n<td>Array of Errors.</td>\n</tr>\n<tr>\n<td>FlightTicketingResponse</td>\n<td>Opening Element.</td>\n</tr>\n<tr>\n<td>BookingStatus</td>\n<td>The updated Booking status.</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>Segment ID as created on HSP.</td>\n</tr>\n<tr>\n<td>SessionID</td>\n<td>SessionID of the operation.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"d319e8da-3d26-4b8a-a61a-77f2de37e9be"},{"name":"Post Booking Requests","item":[{"name":"Flight Check Status","item":[{"name":"Flight - Check Status","id":"b23fa534-f497-4f5a-9993-8b8ae3fb203d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASSWORD\",\r\n\t\t\t\"UserName\": \"USERNAME\"\r\n\t\t},\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"ServiceBookInfoRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"SegmentID\": 4562543\r\n\t\t},\r\n\t\t\"RequestType\": 5,\r\n\t\t\"TypeOfService\": 3\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"15da316a-8857-45f1-87ec-91ae807dcdfd","name":"Flight - Check Status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASSWORD\",\r\n\t\t\t\"UserName\": \"USERNAME\"\r\n\t\t},\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"ServiceBookInfoRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"SegmentID\": 4562543\r\n\t\t},\r\n\t\t\"RequestType\": 5,\r\n\t\t\"TypeOfService\": 3\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"ServiceRequestResult\": {\r\n\t\t\"Errors\": [],\r\n\t\t\"FlightsRetrievePnrResponse\": {\r\n\t\t\t\"BookingId\": \"KNFB4X\",\r\n\t\t\t\"BookingReference\": null,\r\n\t\t\t\"BookingStatus\": \"TKT\",\r\n\t\t\t\"LastTicketingDate\": null,\r\n\t\t\t\"OrderId\": 4531381,\r\n\t\t\t\"Remarks\": null,\r\n\t\t\t\"SegmentId\": 4562543,\r\n\t\t\t\"FlightRoute\": null,\r\n\t\t\t\"Passengers\": null\r\n\t\t},\r\n\t\t\"SessionID\": \"\\/181\\/141750\\/D20240910T072213\\/bb885f8e90814093b018f4c65a29264a\"\r\n\t}\r\n}"}],"_postman_id":"b23fa534-f497-4f5a-9993-8b8ae3fb203d"}],"id":"78f465b2-4477-49b3-bc2c-173b7d3f552f","description":"<p>This function submits a Check-Status request to the supplier to retrieve the updates status.</p>\n<p>(Not all flight suppliers support the Check-Status operation).</p>\n<hr />\n<p><strong>Request Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>Username + Password.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>SegmentID</td>\n<td>The segmentID for cancellation.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>RequestType</td>\n<td>5</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>TypeOfService</td>\n<td>3</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>Reponse Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Errors</td>\n<td>Array of Errors.</td>\n</tr>\n<tr>\n<td><strong>FlightsRetrievePnrResponse</strong></td>\n<td>Opening Element.</td>\n</tr>\n<tr>\n<td>BookingId</td>\n<td>Supplier booking confirmation id for this booking.</td>\n</tr>\n<tr>\n<td>BookingReference</td>\n<td>Supplier booking reference for this booking.  <br />Note:  <br />This fields may not return in case the supplier returned single booking id/reference for this booking.</td>\n</tr>\n<tr>\n<td>BookingStatus</td>\n<td>The booking status.</td>\n</tr>\n<tr>\n<td>LastTicketingDate</td>\n<td>null.</td>\n</tr>\n<tr>\n<td>OrderId</td>\n<td>Order ID as created on HSP.</td>\n</tr>\n<tr>\n<td>Remarks</td>\n<td>Any supplier remarks for this booking.</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>Segment ID as created on HSP.</td>\n</tr>\n<tr>\n<td>FlightRoute</td>\n<td>null</td>\n</tr>\n<tr>\n<td>Passengers</td>\n<td>null</td>\n</tr>\n<tr>\n<td>SessionID</td>\n<td>SessionID of the operation.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"78f465b2-4477-49b3-bc2c-173b7d3f552f"},{"name":"Cancel Flight","item":[{"name":"Cancel Flight","id":"b9c902e5-2965-4f25-89a0-9783edc006d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASSWORD\",\r\n\t\t\t\"UserName\": \"USERNAME\"\r\n\t\t},\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"ServiceBookCancelRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"SegmentID\": 4562543\r\n\t\t},\r\n\t\t\"RequestType\": 3,\r\n\t\t\"TypeOfService\": 3\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest","urlObject":{"protocol":"https","path":["BookingServices","DynamicDataService.svc","json","ServiceRequest"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"c77a2718-24ee-4381-9e51-40a70979732b","name":"Cancel Flight","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"rqst\": {\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASSWORD\",\r\n\t\t\t\"UserName\": \"USERNAME\"\r\n\t\t},\r\n\t\t\"Request\": {\r\n\t\t\t\"__type\": \"ServiceBookCancelRequest\",\r\n\t\t\t\"ClientIP\": null,\r\n\t\t\t\"SegmentID\": 4562543\r\n\t\t},\r\n\t\t\"RequestType\": 3,\r\n\t\t\"TypeOfService\": 3\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/DynamicDataService.svc/json/ServiceRequest"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"ServiceRequestResult\": {\r\n\t\t\"Errors\": [],\r\n\t\t\"FlightCancelPnrResponse\": {\r\n\t\t\t\"BookCancelID\": null,\r\n\t\t\t\"CancellationComment\": null,\r\n\t\t\t\"CancellationFee\": 0,\r\n\t\t\t\"CancellationFeeNet\": null,\r\n\t\t\t\"Currency\": null,\r\n\t\t\t\"Status\": \"CRQ\"\r\n\t\t},\r\n\t\t\"SessionID\": \"\\/181\\/141750\\/D20240910T072342\\/d8b480ca63424315868ace62a517601b\"\r\n\t}\r\n}"}],"_postman_id":"b9c902e5-2965-4f25-89a0-9783edc006d2"}],"id":"2e0ae1d7-e39a-44d2-89b0-efc8eabf961f","description":"<p>Submits a Flight Cancellation request to the supplier.</p>\n<hr />\n<p><strong>Request Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>Username + Password.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>SegmentID</td>\n<td>The segmentID for cancellation.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>RequestType</td>\n<td>3</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>TypeOfService</td>\n<td>3</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>Response Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Errors</td>\n<td>Array of Errors.</td>\n</tr>\n<tr>\n<td>FlightCancelPnrResponse</td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>BookCancelID</td>\n<td>The cancellation ID (If applicable.)</td>\n</tr>\n<tr>\n<td>CancellationComment</td>\n<td>The cancellation comments (If applicable.)</td>\n</tr>\n<tr>\n<td>CancellationFee</td>\n<td>The cancellation Fee (If applicable.)</td>\n</tr>\n<tr>\n<td>CancellationFeeNet</td>\n<td>The cancellation Net Fee (If applicable.)</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>The cancellation Fee currency.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>The new / Updated Status of the Segment.</td>\n</tr>\n<tr>\n<td>SessionID</td>\n<td>SessionID of the operation.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"2e0ae1d7-e39a-44d2-89b0-efc8eabf961f"}],"id":"01fa9cf4-35b4-45b4-96bb-674ab4df62b0","_postman_id":"01fa9cf4-35b4-45b4-96bb-674ab4df62b0","description":""},{"name":"Flights - Financial Reports","item":[{"name":"Get Order","item":[{"name":"Get Order","id":"4c58f1c5-b816-4c97-9b89-571d6ae4bdf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"request\": {\r\n\t\t\"ClientIP\": null,\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASSWORD\",\r\n\t\t\t\"UserName\": \"USERNAME\"\r\n\t\t},\r\n\t\t\"SegmentId\": 4562233,\r\n\t\t\"ReturnSupplierCancellationFeeCost\": true,\r\n\t\t\"ReturnExchangeRate\": true\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetOrder","urlObject":{"protocol":"https","path":["BookingServices","OrdersService.svc","json","GetOrder"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"281ff3de-d912-4b44-b15a-f93eb2b7bac5","name":"Get Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"request\": {\r\n\t\t\"ClientIP\": null,\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASSWORD\",\r\n\t\t\t\"UserName\": \"USERNAME\"\r\n\t\t},\r\n\t\t\"SegmentId\": 4562233,\r\n\t\t\"ReturnSupplierCancellationFeeCost\": true,\r\n\t\t\"ReturnExchangeRate\": true\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetOrder"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"GetOrderResult\": {\r\n\t\t\"EndOfList\": true,\r\n\t\t\"Errors\": null,\r\n\t\t\"Segments\": [\r\n\t\t\t{\r\n\t\t\t\t\"__type\": \"FlightSegment:#IsuBe.Public.Enteties.Orders\",\r\n\t\t\t\t\"AgentId\": 141750,\r\n\t\t\t\t\"AgentName\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\r\n\t\t\t\t\"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\r\n\t\t\t\t\"BookedById\": 141750,\r\n\t\t\t\t\"CancelDate\": \"\\/Date(1725805052783+0000)\\/\",\r\n\t\t\t\t\"ContractId\": 25886,\r\n\t\t\t\t\"ContractName\": \"Amadeus Test Net (DEMO)\",\r\n\t\t\t\t\"OrderDate\": \"\\/Date(1725804546627+0000)\\/\",\r\n\t\t\t\t\"OrderId\": 4531071,\r\n\t\t\t\t\"Price\": {\r\n\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\"FinalPrice\": 4758.24,\r\n\t\t\t\t\t\"OriginalTax\": 360.1,\r\n\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t},\r\n\t\t\t\t\"SegmentId\": 4562233,\r\n\t\t\t\t\"SegmentType\": 3,\r\n\t\t\t\t\"Status\": \"CRQ\",\r\n\t\t\t\t\"SupplierId\": 40,\r\n\t\t\t\t\"SupplierName\": \"Amadeus\",\r\n\t\t\t\t\"SupplierOrderId\": \"KDPEE8\",\r\n\t\t\t\t\"Flight\": {\r\n\t\t\t\t\t\"CancellationPolicies\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"CancellationFee\": {\r\n\t\t\t\t\t\t\t\t\"Currency\": \"USD\",\r\n\t\t\t\t\t\t\t\t\"FinalPrice\": 4758.24,\r\n\t\t\t\t\t\t\t\t\"OriginalPriceInSupplierCurrency\": 4758.24,\r\n\t\t\t\t\t\t\t\t\"SupplierCurrency\": \"USD\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"DateFrom\": \"\\/Date(1725753600000+0000)\\/\"\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t],\r\n\t\t\t\t\t\"LegList\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"LegSeq\": 0,\r\n\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\"AircraftType\": \"320\",\r\n\t\t\t\t\t\t\t\t\t\"Airline\": \"B6\",\r\n\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1729065240000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1729036740000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"JFK\",\r\n\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": \"5\",\r\n\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"948\",\r\n\t\t\t\t\t\t\t\t\t\"Id\": \"326c7f43-02c0-4ac3-a1f0-30106869a75e\",\r\n\t\t\t\t\t\t\t\t\t\"OriginCode\": \"LAS\",\r\n\t\t\t\t\t\t\t\t\t\"OriginTerminal\": \"3\",\r\n\t\t\t\t\t\t\t\t\t\"SegmentSeq\": 0\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"LegSeq\": 1,\r\n\t\t\t\t\t\t\t\"Segments\": [\r\n\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\"AircraftType\": \"32S\",\r\n\t\t\t\t\t\t\t\t\t\"Airline\": \"B6\",\r\n\t\t\t\t\t\t\t\t\t\"ArriveDate\": \"\\/Date(1729153920000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\"DepartDate\": \"\\/Date(1729145700000+0000)\\/\",\r\n\t\t\t\t\t\t\t\t\t\"DestinationCode\": \"LAS\",\r\n\t\t\t\t\t\t\t\t\t\"DestinationTerminal\": \"3\",\r\n\t\t\t\t\t\t\t\t\t\"FlightNumber\": \"411\",\r\n\t\t\t\t\t\t\t\t\t\"Id\": \"a1493a32-bc7a-4223-b024-9e8539038ddd\",\r\n\t\t\t\t\t\t\t\t\t\"OriginCode\": \"JFK\",\r\n\t\t\t\t\t\t\t\t\t\"OriginTerminal\": \"5\",\r\n\t\t\t\t\t\t\t\t\t\"SegmentSeq\": 0\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t},\r\n\t\t\t\t\"Passengers\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"PassengerId\": 7220690,\r\n\t\t\t\t\t\t\"customer\": {\r\n\t\t\t\t\t\t\t\"Email\": {\r\n\t\t\t\t\t\t\t\t\"Value\": \"Testyc@gmail.com\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"Id\": \"7220690\",\r\n\t\t\t\t\t\t\t\"PersonDetails\": {\r\n\t\t\t\t\t\t\t\t\"Name\": {\r\n\t\t\t\t\t\t\t\t\t\"GivenName\": \"TESTY\",\r\n\t\t\t\t\t\t\t\t\t\"NamePrefix\": null,\r\n\t\t\t\t\t\t\t\t\t\"Surname\": \"TESTC\"\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"Type\": 0\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t]\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n}"}],"_postman_id":"4c58f1c5-b816-4c97-9b89-571d6ae4bdf8"}],"id":"525818ef-f9dc-455b-bca1-cd6bf7ce3fd4","description":"<p>This function gets a SegmentID and returns the segments details .</p>\n<hr />\n<p><strong>Request Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Explanation</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>Username + Password</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>SegmentID of existing Flight booknig.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ReturnSupplierCancellationFeeCost</td>\n<td>True / False</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ReturnExchangeRate</td>\n<td>True / False</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>Response Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th>Explanation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EndOfList</td>\n<td>True / False.</td>\n</tr>\n<tr>\n<td>Errors</td>\n<td>Array of Errors.</td>\n</tr>\n<tr>\n<td><strong>Segments</strong></td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>__type</td>\n<td>Type of service (FlightSegment)</td>\n</tr>\n<tr>\n<td>AgentName</td>\n<td>The User/Agent which booked this Flight.</td>\n</tr>\n<tr>\n<td>BookedBy</td>\n<td>The User/Agent which booked this Flight.</td>\n</tr>\n<tr>\n<td>BookedById</td>\n<td>The User/Agent ID which booked this Flight.</td>\n</tr>\n<tr>\n<td>CancelDate</td>\n<td>Cancellation Date.</td>\n</tr>\n<tr>\n<td>ContractId</td>\n<td>The ContractId of the booked Flight.</td>\n</tr>\n<tr>\n<td>ContractName</td>\n<td>The Contract Name of the booked Flight.</td>\n</tr>\n<tr>\n<td>OrderDate</td>\n<td>The date of the Order.</td>\n</tr>\n<tr>\n<td>OrderId</td>\n<td>The OrderId as created in Gimmonix system.</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Search Currency.</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>Final Price in Search Currency.</td>\n</tr>\n<tr>\n<td>OriginalTax</td>\n<td>The original Tax which applied.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>Suppliers Currency.</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>The OrderId as created in Gimmonix system.</td>\n</tr>\n<tr>\n<td>SegmentType</td>\n<td>3 (Flights)</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>The Segments status.</td>\n</tr>\n<tr>\n<td>SupplierId</td>\n<td>The Suppliers Id.</td>\n</tr>\n<tr>\n<td>SupplierName</td>\n<td>The Suppliers Name</td>\n</tr>\n<tr>\n<td>SupplierOrderId</td>\n<td>The Suppliers Order Id.</td>\n</tr>\n<tr>\n<td><strong>Flight</strong></td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td><strong>CancellationPolicies  <br />(CancellationFee)</strong></td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Search Currency.</td>\n</tr>\n<tr>\n<td>FinalPrice</td>\n<td>The Cancellation Fee in Search currency.</td>\n</tr>\n<tr>\n<td>OriginalPriceInSupplierCurrency</td>\n<td>The Cancellation Fee in Suppliers currency.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>Suppliers currency.</td>\n</tr>\n<tr>\n<td>DateFrom</td>\n<td>The date from which the cancellation fee will be applied.</td>\n</tr>\n<tr>\n<td><strong>LegList</strong></td>\n<td>List of the Legs booked. (This element can contain couple of Legs - depands on your booked Flight.)</td>\n</tr>\n<tr>\n<td>LegSeq</td>\n<td>Leg Sequence.</td>\n</tr>\n<tr>\n<td>AircraftType</td>\n<td>The Aircraft type. (i.e. Boeing 737-800 / Airbus A321-100).</td>\n</tr>\n<tr>\n<td>Airline</td>\n<td>The Air-Line IATA Code.</td>\n</tr>\n<tr>\n<td>ArriveDate</td>\n<td>Arrival time in Unit Time Format.</td>\n</tr>\n<tr>\n<td>DepartDate</td>\n<td>Departure time in Unit Time Format.</td>\n</tr>\n<tr>\n<td>DestinationCode</td>\n<td>The destination IATA ISO Code.</td>\n</tr>\n<tr>\n<td>DestinationTerminal</td>\n<td>The terminal of where the flight arrives within the Airport.</td>\n</tr>\n<tr>\n<td>FlightNumber</td>\n<td>The flights number.  <br />(Unique identifier assigned to a specific flight by the airline).</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>The Id of the Flight.</td>\n</tr>\n<tr>\n<td>OriginCode</td>\n<td>The Departure Airport - IATA ISO Code.</td>\n</tr>\n<tr>\n<td>OriginTerminal</td>\n<td>The terminal of where the flight departures within the Airport.</td>\n</tr>\n<tr>\n<td>SegmentSeq</td>\n<td>0</td>\n</tr>\n<tr>\n<td><strong>Passengers</strong></td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>PassengerId</td>\n<td>The pax's Id.</td>\n</tr>\n<tr>\n<td><strong>customer</strong></td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td><strong>Email</strong></td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>Value</td>\n<td>The pax email value</td>\n</tr>\n<tr>\n<td><strong>Name</strong></td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>GivenName</td>\n<td>Pax first name.</td>\n</tr>\n<tr>\n<td>NamePrefix</td>\n<td>Mr./ Mrs./ Ms./ etc.</td>\n</tr>\n<tr>\n<td>Surname</td>\n<td>Pax last name.</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Pax type :  <br />0 - Adult  <br />1 - Child  <br />2 - Infant  <br />3 - Youth  <br />4 - Senior  <br />5 - Student  <br />6 - Military</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"525818ef-f9dc-455b-bca1-cd6bf7ce3fd4"},{"name":"Get Orders","item":[{"name":"Get Orders","id":"f9da0afc-e629-4495-976b-bdc077457d6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"request\": {\r\n\t\t\"ClientIP\": null,\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASSWORD\",\r\n\t\t\t\"UserName\": \"USERNAME\"\r\n\t\t},\r\n\t\t\"FromDate\": \"/Date(1722495589000)/\",\r\n\t\t\"OrdersToSkip\": \"0\",\r\n\t\t\"TypeOfService\": 3,\r\n\t\t\"ToDate\": \"/Date(1733036389000)/\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetOrders","urlObject":{"protocol":"https","path":["BookingServices","OrdersService.svc","json","GetOrders"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"d9dc15fd-d815-41e9-a7d0-dbec5751713d","name":"Get Orders Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"request\": {\r\n\t\t\"ClientIP\": null,\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASSWORD\",\r\n\t\t\t\"UserName\": \"USERNAME\"\r\n\t\t},\r\n\t\t\"FromDate\": \"/Date(1722495589000)/\",\r\n\t\t\"OrdersToSkip\": \"0\",\r\n\t\t\"TypeOfService\": 3,\r\n\t\t\"ToDate\": \"/Date(1733036389000)/\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetOrders"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"GetOrdersResult\": {\n        \"EndOfList\": true,\n        \"Errors\": null,\n        \"Segments\": [\n            {\n                \"__type\": \"FlightSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141750,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedById\": 141750,\n                \"CancelDate\": \"/Date(1725805052783+0000)/\",\n                \"ContractId\": 25886,\n                \"ContractName\": \"Amadeus Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1725804546627+0000)/\",\n                \"OrderId\": 4531071,\n                \"Price\": {\n                    \"Currency\": \"USD\",\n                    \"FinalPrice\": 4758.24,\n                    \"OriginalTax\": 360.1,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4562233,\n                \"SegmentType\": 3,\n                \"Status\": \"CRQ\",\n                \"SupplierId\": 40,\n                \"SupplierName\": \"Amadeus\",\n                \"SupplierOrderId\": \"KDPEE8\",\n                \"Flight\": {\n                    \"CancellationPolicies\": [\n                        {\n                            \"CancellationFee\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 4758.24,\n                                \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                \"SupplierCurrency\": \"USD\"\n                            },\n                            \"DateFrom\": \"/Date(1725753600000+0000)/\"\n                        }\n                    ],\n                    \"LegList\": [\n                        {\n                            \"LegSeq\": 0,\n                            \"Segments\": [\n                                {\n                                    \"AircraftType\": \"320\",\n                                    \"Airline\": \"B6\",\n                                    \"ArriveDate\": \"/Date(1729065240000+0000)/\",\n                                    \"DepartDate\": \"/Date(1729036740000+0000)/\",\n                                    \"DestinationCode\": \"JFK\",\n                                    \"DestinationTerminal\": \"5\",\n                                    \"FlightNumber\": \"948\",\n                                    \"Id\": \"326c7f43-02c0-4ac3-a1f0-30106869a75e\",\n                                    \"OriginCode\": \"LAS\",\n                                    \"OriginTerminal\": \"3\",\n                                    \"SegmentSeq\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"LegSeq\": 1,\n                            \"Segments\": [\n                                {\n                                    \"AircraftType\": \"32S\",\n                                    \"Airline\": \"B6\",\n                                    \"ArriveDate\": \"/Date(1729153920000+0000)/\",\n                                    \"DepartDate\": \"/Date(1729145700000+0000)/\",\n                                    \"DestinationCode\": \"LAS\",\n                                    \"DestinationTerminal\": \"3\",\n                                    \"FlightNumber\": \"411\",\n                                    \"Id\": \"a1493a32-bc7a-4223-b024-9e8539038ddd\",\n                                    \"OriginCode\": \"JFK\",\n                                    \"OriginTerminal\": \"5\",\n                                    \"SegmentSeq\": 0\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"Passengers\": [\n                    {\n                        \"PassengerId\": 7220690,\n                        \"customer\": {\n                            \"Email\": {\n                                \"Value\": \"Testyc@gmail.com\"\n                            },\n                            \"Id\": \"7220690\",\n                            \"PersonDetails\": {\n                                \"Name\": {\n                                    \"GivenName\": \"TESTY\",\n                                    \"NamePrefix\": null,\n                                    \"Surname\": \"TESTC\"\n                                },\n                                \"Type\": 0\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"__type\": \"FlightSegment:#IsuBe.Public.Enteties.Orders\",\n                \"AgentId\": 141750,\n                \"AgentName\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedBy\": \"Demos & POCs\\\\Gimmonix HSP Dynamic Packaging\",\n                \"BookedById\": 141750,\n                \"CancelDate\": \"/Date(1725953023390+0000)/\",\n                \"ContractId\": 25886,\n                \"ContractName\": \"Amadeus Test Net (DEMO)\",\n                \"OrderDate\": \"/Date(1725952480550+0000)/\",\n                \"OrderId\": 4531381,\n                \"Price\": {\n                    \"Currency\": \"USD\",\n                    \"FinalPrice\": 4758.24,\n                    \"OriginalTax\": 360.1,\n                    \"SupplierCurrency\": \"USD\"\n                },\n                \"SegmentId\": 4562543,\n                \"SegmentType\": 3,\n                \"Status\": \"CRQ\",\n                \"SupplierId\": 40,\n                \"SupplierName\": \"Amadeus\",\n                \"SupplierOrderId\": \"KNFB4X\",\n                \"Flight\": {\n                    \"CancellationPolicies\": [\n                        {\n                            \"CancellationFee\": {\n                                \"Currency\": \"USD\",\n                                \"FinalPrice\": 4758.24,\n                                \"OriginalPriceInSupplierCurrency\": 4758.24,\n                                \"SupplierCurrency\": \"USD\"\n                            },\n                            \"DateFrom\": \"/Date(1725926400000+0000)/\"\n                        }\n                    ],\n                    \"LegList\": [\n                        {\n                            \"LegSeq\": 0,\n                            \"Segments\": [\n                                {\n                                    \"AircraftType\": \"Airbus A318/319/320/321\",\n                                    \"Airline\": \"B6\",\n                                    \"ArriveDate\": \"/Date(1731228120000+0000)/\",\n                                    \"DepartDate\": \"/Date(1731218400000+0000)/\",\n                                    \"DestinationCode\": \"LAS\",\n                                    \"DestinationTerminal\": \"3\",\n                                    \"FlightNumber\": \"511\",\n                                    \"Id\": \"1f948cd7-4399-41d5-8e92-84a5af37f745\",\n                                    \"OriginCode\": \"JFK\",\n                                    \"OriginTerminal\": \"5\",\n                                    \"SegmentSeq\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"LegSeq\": 1,\n                            \"Segments\": [\n                                {\n                                    \"AircraftType\": \"Airbus A318/319/320/321\",\n                                    \"Airline\": \"B6\",\n                                    \"ArriveDate\": \"/Date(1731739860000+0000)/\",\n                                    \"DepartDate\": \"/Date(1731711540000+0000)/\",\n                                    \"DestinationCode\": \"JFK\",\n                                    \"DestinationTerminal\": \"5\",\n                                    \"FlightNumber\": \"148\",\n                                    \"Id\": \"235bae7a-e4d3-48e2-b14f-21e90983b26e\",\n                                    \"OriginCode\": \"LAS\",\n                                    \"OriginTerminal\": \"3\",\n                                    \"SegmentSeq\": 0\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"Passengers\": [\n                    {\n                        \"PassengerId\": 7221474,\n                        \"customer\": {\n                            \"Email\": {\n                                \"Value\": \"Testyc@gmail.com\"\n                            },\n                            \"Id\": \"7221474\",\n                            \"PersonDetails\": {\n                                \"Name\": {\n                                    \"GivenName\": \"TESTY\",\n                                    \"NamePrefix\": null,\n                                    \"Surname\": \"TEST\"\n                                },\n                                \"Type\": 0\n                            }\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"f9da0afc-e629-4495-976b-bdc077457d6d"}],"id":"5cee88b3-8b32-4fd7-8c2a-282ed7b747f0","description":"<p>This function gets a two dates and returns up to 100 orders make between these two dates and the segments details</p>\n<hr />\n<p><strong>Request Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>Username + Password</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>The date from which bookings will be returned.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>OrdersToSkip</td>\n<td>0 for the first request which returns up to 100 first orders in a list. If there are more, then there is a need to send the request again with value 100 (to skip first 100, which have already been returned in the first request)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>TypeOfService</td>\n<td>3</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>The date to which bookings will be returned.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>Response Parameters:</strong></p>\n<p>** Same as the GetOrder, but with multiple Orders.</p>\n","_postman_id":"5cee88b3-8b32-4fd7-8c2a-282ed7b747f0"},{"name":"Get Segment Fin Report","item":[{"name":"Get Segment Fin Report","id":"af14060e-d577-4b7f-989d-afad1f8f321e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"request\": {\r\n\t\t\"ClientIP\": null,\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASSWORD\",\r\n\t\t\t\"UserName\": \"USERNAME\"\r\n\t\t},\r\n\t\t\"SegmentId\": 4562233,\r\n\t\t\"ReturnSupplierCancellationFeeCost\": true\r\n\t\t,\r\n\t\t\"ReturnExchangeRate\": true\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetSegmentFinReport","urlObject":{"protocol":"https","path":["BookingServices","OrdersService.svc","json","GetSegmentFinReport"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"9185eb01-734d-49c5-8ac3-f6296e6b9e84","name":"Get Segment Fin Report Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"request\": {\r\n\t\t\"ClientIP\": null,\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASSWORD\",\r\n\t\t\t\"UserName\": \"USERNAME\"\r\n\t\t},\r\n\t\t\"SegmentId\": 4562233,\r\n\t\t\"ReturnSupplierCancellationFeeCost\": true\r\n\t\t,\r\n\t\t\"ReturnExchangeRate\": true\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetSegmentFinReport"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"GetSegmentFinReportResult\": {\n        \"EndOfList\": true,\n        \"Errors\": null,\n        \"Segments\": [\n            {\n                \"CheckInDate\": \"/Date(1728950400000+0000)/\",\n                \"CreditCardChargeAmount\": null,\n                \"CreditCardChargeCurrency\": null,\n                \"Currency\": \"EUR\",\n                \"Discount\": 0,\n                \"IsActive\": true,\n                \"NodeFinanceses\": [\n                    {\n                        \"Node\": \"181 - Demo BI/Live Affiliate\",\n                        \"ParentNode\": \"[Supplier] Amadeus\",\n                        \"PaymentSum\": 4290.51\n                    },\n                    {\n                        \"Node\": \"Demos & POCs\",\n                        \"ParentNode\": \"181 - Demo BI/Live Affiliate\",\n                        \"PaymentSum\": 4290.51\n                    },\n                    {\n                        \"Node\": \"dynamic_pack_demo\",\n                        \"ParentNode\": \"Demos & POCs\",\n                        \"PaymentSum\": 4290.51\n                    },\n                    {\n                        \"Node\": \"[Client]\",\n                        \"ParentNode\": \"dynamic_pack_demo\",\n                        \"PaymentSum\": 4290.51\n                    }\n                ],\n                \"OrderDate\": \"/Date(1725804546627+0000)/\",\n                \"OrderId\": 4531071,\n                \"OrderStatus\": \"CRQ\",\n                \"PriceInSearchCurrency\": 4758.24,\n                \"PriceInSupplierCurrency\": 4758.2400000000007,\n                \"SearchCurrency\": \"USD\",\n                \"SearchToAffiliateRate\": 0.9017,\n                \"SegmentId\": 4562233,\n                \"Supplier\": \"Amadeus\",\n                \"SupplierCurrency\": \"USD\",\n                \"SupplierId\": 40,\n                \"SupplierToAffiliateRate\": 0.9017,\n                \"SupplierToSearchRate\": 1,\n                \"VatAmountInSearchCurrency\": null,\n                \"VccDetails\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"af14060e-d577-4b7f-989d-afad1f8f321e"}],"id":"8710046c-175d-4207-9095-fbedf7e551c0","description":"<p>This function gets a segmentID and returns all the monetary calculations and considerations for this segmentID</p>\n<hr />\n<p><strong>Request Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>Username + password.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>The SegmentId of existing Flight booking.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ReturnSupplierCancellationFeeCost</td>\n<td>True / False.  <br />Defines if Suppliers cancellation fee cost will be returned.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ReturnExchangeRate</td>\n<td>True / False.  <br />Defines if exchange rates will be returned.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>Response Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EndOfList</td>\n<td>True / False.</td>\n</tr>\n<tr>\n<td>Errors</td>\n<td>Array of Errors.</td>\n</tr>\n<tr>\n<td><strong>Segments</strong></td>\n<td>Opening Element</td>\n</tr>\n<tr>\n<td>CheckInDate</td>\n<td>Departure Date.</td>\n</tr>\n<tr>\n<td>CreditCardChargeAmount</td>\n<td>Credit-Card Charged amount.</td>\n</tr>\n<tr>\n<td>CreditCardChargeCurrency</td>\n<td>Credit-Card Charged amount currency.</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Search Currency.</td>\n</tr>\n<tr>\n<td>Discount</td>\n<td>Discount (If applicable.)</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>True / False.  <br />Booking active status.</td>\n</tr>\n<tr>\n<td><strong>NodeFinanceses</strong></td>\n<td>Node / ParentNode / PaymentSum.  <br />List of the financial breakdown of the Clients hirerchy.</td>\n</tr>\n<tr>\n<td>OrderDate</td>\n<td>The date which the Flight order as been booked.</td>\n</tr>\n<tr>\n<td>OrderId</td>\n<td>The Order Id in Gimmonix System.</td>\n</tr>\n<tr>\n<td>OrderStatus</td>\n<td>The orders status.</td>\n</tr>\n<tr>\n<td>PriceInSearchCurrency</td>\n<td>The price in Search Currency.</td>\n</tr>\n<tr>\n<td>PriceInSupplierCurrency</td>\n<td>The price in Supplier Currency.</td>\n</tr>\n<tr>\n<td>SearchCurrency</td>\n<td>Search Currency.</td>\n</tr>\n<tr>\n<td>SearchToAffiliateRate</td>\n<td>The exchange rate between the Search and Affiliate rate.</td>\n</tr>\n<tr>\n<td>SegmentId</td>\n<td>The Segment Id in Gimmonix System.</td>\n</tr>\n<tr>\n<td>Supplier</td>\n<td>The supplier whom the Flight booked from.</td>\n</tr>\n<tr>\n<td>SupplierCurrency</td>\n<td>The Suppliers Currency.</td>\n</tr>\n<tr>\n<td>SupplierId</td>\n<td>The supplierId whom the Flight booked from.</td>\n</tr>\n<tr>\n<td>SupplierToAffiliateRate</td>\n<td>Supplier to Client Exchange rate.</td>\n</tr>\n<tr>\n<td>SupplierToSearchRate</td>\n<td>Supplier to Search Exchange rate.</td>\n</tr>\n<tr>\n<td>VatAmountInSearchCurrency</td>\n<td>VAT Amount in search Currency.</td>\n</tr>\n<tr>\n<td>VccDetails</td>\n<td>VCC Details (If applicable.)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"8710046c-175d-4207-9095-fbedf7e551c0"},{"name":"Get Fin Report","item":[{"name":"Get Fin Report","id":"8ebaf744-29a1-49df-b480-4c501940e787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"request\": {\r\n\t\t\"ClientIP\": null,\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASSWORD\",\r\n\t\t\t\"UserName\": \"USERNAME\"\r\n\t\t},\r\n\t\t\"FromDate\": \"/Date(1722495589000)/\",\r\n\t\t\"RecordsToSkip\": 0,\r\n\t\t\"ServiceType\": 3,\r\n\t\t\"ToDate\": \"/Date(1733036389000)/\",\r\n\t\t\"ReturnExchangeRate\": true\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetFinReport","urlObject":{"protocol":"https","path":["BookingServices","OrdersService.svc","json","GetFinReport"],"host":["cert-services","travolutionary","com"],"query":[],"variable":[]}},"response":[{"id":"b03cb4f9-93f7-4c4f-a033-5c3b710a8afe","name":"Get Fin Report Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"request\": {\r\n\t\t\"ClientIP\": null,\r\n\t\t\"Credentials\": {\r\n\t\t\t\"Password\": \"PASSWORD\",\r\n\t\t\t\"UserName\": \"USERNAME\"\r\n\t\t},\r\n\t\t\"FromDate\": \"/Date(1722495589000)/\",\r\n\t\t\"RecordsToSkip\": 0,\r\n\t\t\"ServiceType\": 3,\r\n\t\t\"ToDate\": \"/Date(1733036389000)/\",\r\n\t\t\"ReturnExchangeRate\": true\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cert-services.travolutionary.com/BookingServices/OrdersService.svc/json/GetFinReport"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"GetFinReportResult\": {\r\n\t\t\"EndOfList\": true,\r\n\t\t\"Errors\": null,\r\n\t\t\"Segments\": [\r\n\t\t\t{\r\n\t\t\t\t\"CheckInDate\": \"\\/Date(1728950400000+0000)\\/\",\r\n\t\t\t\t\"CreditCardChargeAmount\": null,\r\n\t\t\t\t\"CreditCardChargeCurrency\": null,\r\n\t\t\t\t\"Currency\": \"EUR\",\r\n\t\t\t\t\"Discount\": 0,\r\n\t\t\t\t\"IsActive\": true,\r\n\t\t\t\t\"NodeFinanceses\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"Node\": \"181 - Demo BI\\/Live Affiliate\",\r\n\t\t\t\t\t\t\"ParentNode\": \"[Supplier] Amadeus\",\r\n\t\t\t\t\t\t\"PaymentSum\": 4290.51\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"Node\": \"Demos & POCs\",\r\n\t\t\t\t\t\t\"ParentNode\": \"181 - Demo BI\\/Live Affiliate\",\r\n\t\t\t\t\t\t\"PaymentSum\": 4290.51\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"Node\": \"dynamic_pack_demo\",\r\n\t\t\t\t\t\t\"ParentNode\": \"Demos & POCs\",\r\n\t\t\t\t\t\t\"PaymentSum\": 4290.51\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"Node\": \"[Client]\",\r\n\t\t\t\t\t\t\"ParentNode\": \"dynamic_pack_demo\",\r\n\t\t\t\t\t\t\"PaymentSum\": 4290.51\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"OrderDate\": \"\\/Date(1725804546627+0000)\\/\",\r\n\t\t\t\t\"OrderId\": 4531071,\r\n\t\t\t\t\"OrderStatus\": \"CRQ\",\r\n\t\t\t\t\"PriceInSearchCurrency\": 4758.24,\r\n\t\t\t\t\"PriceInSupplierCurrency\": 4758.2400000000007,\r\n\t\t\t\t\"SearchCurrency\": \"USD\",\r\n\t\t\t\t\"SearchToAffiliateRate\": 0.9017,\r\n\t\t\t\t\"SegmentId\": 4562233,\r\n\t\t\t\t\"Supplier\": \"Amadeus\",\r\n\t\t\t\t\"SupplierCurrency\": \"USD\",\r\n\t\t\t\t\"SupplierId\": 40,\r\n\t\t\t\t\"SupplierToAffiliateRate\": 0.9017,\r\n\t\t\t\t\"SupplierToSearchRate\": 1,\r\n\t\t\t\t\"VatAmountInSearchCurrency\": null,\r\n\t\t\t\t\"VccDetails\": null\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\t\"CheckInDate\": \"\\/Date(1731196800000+0000)\\/\",\r\n\t\t\t\t\"CreditCardChargeAmount\": null,\r\n\t\t\t\t\"CreditCardChargeCurrency\": null,\r\n\t\t\t\t\"Currency\": \"EUR\",\r\n\t\t\t\t\"Discount\": 0,\r\n\t\t\t\t\"IsActive\": true,\r\n\t\t\t\t\"NodeFinanceses\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"Node\": \"181 - Demo BI\\/Live Affiliate\",\r\n\t\t\t\t\t\t\"ParentNode\": \"[Supplier] Amadeus\",\r\n\t\t\t\t\t\t\"PaymentSum\": 4311.78\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"Node\": \"Demos & POCs\",\r\n\t\t\t\t\t\t\"ParentNode\": \"181 - Demo BI\\/Live Affiliate\",\r\n\t\t\t\t\t\t\"PaymentSum\": 4311.78\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"Node\": \"dynamic_pack_demo\",\r\n\t\t\t\t\t\t\"ParentNode\": \"Demos & POCs\",\r\n\t\t\t\t\t\t\"PaymentSum\": 4311.78\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"Node\": \"[Client]\",\r\n\t\t\t\t\t\t\"ParentNode\": \"dynamic_pack_demo\",\r\n\t\t\t\t\t\t\"PaymentSum\": 4311.78\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"OrderDate\": \"\\/Date(1725952480550+0000)\\/\",\r\n\t\t\t\t\"OrderId\": 4531381,\r\n\t\t\t\t\"OrderStatus\": \"CRQ\",\r\n\t\t\t\t\"PriceInSearchCurrency\": 4758.24,\r\n\t\t\t\t\"PriceInSupplierCurrency\": 4758.2400000000007,\r\n\t\t\t\t\"SearchCurrency\": \"USD\",\r\n\t\t\t\t\"SearchToAffiliateRate\": 0.90617,\r\n\t\t\t\t\"SegmentId\": 4562543,\r\n\t\t\t\t\"Supplier\": \"Amadeus\",\r\n\t\t\t\t\"SupplierCurrency\": \"USD\",\r\n\t\t\t\t\"SupplierId\": 40,\r\n\t\t\t\t\"SupplierToAffiliateRate\": 0.90617,\r\n\t\t\t\t\"SupplierToSearchRate\": 1,\r\n\t\t\t\t\"VatAmountInSearchCurrency\": null,\r\n\t\t\t\t\"VccDetails\": null\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n}"}],"_postman_id":"8ebaf744-29a1-49df-b480-4c501940e787"}],"id":"73bd65c8-10d5-4955-8bde-2a118214fab6","description":"<p>This function gets two dates and returns all the monetary calculations and considerations for number of segments between these dates.</p>\n<hr />\n<p><strong>Request Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Explanation</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>Username + Password</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>The date from which bookings will be returned.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>RecordsToSkip</td>\n<td>0 for the first request which returns up to 100 first orders in a list. If there are more, then there is a need to send the request again with value 100 (to skip first 100, which have already been returned in the first request)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ServiceType</td>\n<td>3</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>The date to which bookings will be returned.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ReturnExchangeRate</td>\n<td>True / False.  <br />Defines if Exchange Rates will be returned.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>Response Parameters:</strong></p>\n<p>** Same as Get Segment Fin Report, , but with multiple Segments.</p>\n","_postman_id":"73bd65c8-10d5-4955-8bde-2a118214fab6"}],"id":"d3083d07-f238-4326-8b7b-21d766694f75","description":"<p>Order and financial services allow you to retrieve full information regarding both the orders and financial transactions taking place. These services are especially useful when dealing with synchronization to external accounting and back-office systems.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Request</strong></th>\n<th><strong>Explanation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Get Order</td>\n<td>This function gets a SegmentID and returns the segments details .</td>\n</tr>\n<tr>\n<td>Get Orders</td>\n<td>This function gets a two dates and returns up to 100 orders make between these two dates and the segments details .</td>\n</tr>\n<tr>\n<td>Get Segment Fin Report</td>\n<td>This function gets a segmentID and returns all the monetary calculations and considerations for this segmentID .</td>\n</tr>\n<tr>\n<td>Get Fin Report</td>\n<td>This function gets two dates and returns all the monetary calculations and considerations for number of segments between these dates .</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"d3083d07-f238-4326-8b7b-21d766694f75"}],"id":"26dcc713-b1c9-42cc-8372-b857d2096130","description":"<p>The Hotels Sales Platform using the following flow in order to search and book Flights.<br />Using the recommended booking flow will decrease potential errors and increase your productivity.</p>\n<p><strong>Requests:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Requet</th>\n<th>Explanation</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search Flights</td>\n<td>Search for Flights based on different parameters and criteria.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Fare Info</td>\n<td>Get full updated information about a Flight (Fare rules, Cxl-Policy, pricing etc).</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Get Payment Preferences</td>\n<td>Get the full payment preferences &amp; option for a Flight.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Book Flight</td>\n<td>Book a Flight.  <br />(Used to reserve a seat on a flight, essentially creating a booking or a reservation in the airline's system for the selected flight and passengers.)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Ticket Flight</td>\n<td>Ticket the Flight.  <br />(Used to finalize the booking and issue the actual flight ticket. This is when the booking turns into a confirmed purchase.)</td>\n<td>When 'Get Payment Preferences' Response returns the : '<code>BookIncludesTicketing</code>' = <code>False</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"26dcc713-b1c9-42cc-8372-b857d2096130"},{"name":"Mapping.Works Lite - Hotel Level Content API","item":[{"name":"API Login","item":[{"name":"API Logic Request","id":"902aa677-b44c-4b84-8ea7-a19370393619","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"Username\",\r\n  \"password\": \"Password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://live.mapping.works/Mapping/ApiLogin","urlObject":{"protocol":"https","path":["Mapping","ApiLogin"],"host":["live","mapping","works"],"query":[],"variable":[]}},"response":[{"id":"8d1c744d-5b52-481c-9702-b3d147d209cb","name":"API Logic Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"Username\",\r\n  \"password\": \"Password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://live.mapping.works/Mapping/ApiLogin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"146"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 20 Jan 2025 14:56:35 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":".AspNet.TwoFactorCookie=; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT"},{"key":"Set-Cookie","value":".AspNet.ExternalCookie=; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT"},{"key":"Set-Cookie","value":".AspNet.ApplicationCookie.0808b096721557db688224f6a3a8b103bd4966977bff615e58e2980efcfc7b7b=Qg_RuaNqA-v3ouOpNyj_I-8foewZa1nO089etHRZhP9uxKJLk_hkMboRdsQU_3J1mnr1feLxzFMI39NNq9NbHub6HmPduuJ3bc8wI_iH5FzME8v7U9EMYb8k_xl6PIWyVAjnbqzLMA7aK_VEEFNJEscZaDfwCHaOrx1gC1fwqNVDYvbOqZZkJfarfkJNHfdBpEsPcbS1AxOmee-wjiP25ys6p-iT_Lw7KBtCT8KCtBMLlBlHy8hBtbQMTHn9YS5pwQOaGlIhP17olTRPL6X7buMnAu7tWwPBKAfErXdLNBNJDrfrpBspnHRQ3QHc-vNl4lujFnw3nhlK9FpIRwOfmXg4ytgWmHArqmvfeuywds0hUM_p_vmNxkfTUNHdQZGZMPihuGzQ4JRIBHXfBSlLKB2UQzmOxdb4UkBDB78yipieGwxN-KXGURLRsmrOpvFUPsqHP6LPWExdrzecw_qD0xGAkv_SQWMilWe5ArPqr61ygUwacxC9liX8NvpCKMUS49TnJfwGl0kYKhH1aGwbatvNHaqJ0UnUSv8R17OuRDOQ0zR3; path=/; secure; HttpOnly"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"signInStatus\": \"Success.\"\n}"}],"_postman_id":"902aa677-b44c-4b84-8ea7-a19370393619"}],"id":"2b038a1a-3c49-4fe6-9327-82e41181cb08","description":"<p>The Mapping REST API is protected by the same restrictions which are provided via the Mapping works standard web interface. This means that you must log in before using the Mapping.Works API. Any authentication that works against the Mapping.Works website will work against the REST API. Our API is using the cookie-based(session) authentication. This is how cookie-based authentication works at a high level:</p>\n<ol>\n<li><p>The client creates a new session for the user, via the Mapping.Works REST API .</p>\n</li>\n<li><p>Mapping.Works returns a session object, which has information about the session including the session cookie. The client stores this session object.</p>\n</li>\n<li><p>The client can now set the cookie in the header for all subsequent requests to the Mapping.Works REST API. After a successful login, the http 200 OK response message will be returned. In case of an error 401 Unauthorized with the error message is returned.</p>\n</li>\n</ol>\n","_postman_id":"2b038a1a-3c49-4fe6-9327-82e41181cb08"},{"name":"Start Mapping","item":[{"name":"Start Mapping Request","id":"28b26609-e5f2-4577-98e8-e758d33bab90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"fb6b6832-5b06-465d-9aab-7a82ee7ccb85","name":"Start Mapping Response","originalRequest":{"method":"POST","header":[],"url":"https://live.mapping.works/Mapping/StartMapping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"155"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 20 Jan 2025 14:51:30 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"error\": null,\n    \"errorCode\": null\n}"}],"_postman_id":"28b26609-e5f2-4577-98e8-e758d33bab90"}],"id":"c6da19fa-54a5-4f3d-8cf8-4c9fe7e1b6f1","description":"<h2 id=\"start-the-mapping-process\">Start the mapping process</h2>\n<p>The system will automatically map the uploaded files. The internal mapping process is executed daily on those files that were uploaded in the last 24 hours. Alternatively, a “StartMapping” API provides the option of starting the mapping immediately if at all required. In addition, the “StartMapping” API allow an OTA to begin a mapping without the need to provide additional data from the client side.In that case, the mapping will be based on the last known client’s inventory file, custom suppliers and selected list of suppliers.</p>\n<p>In case of an error, the following unique error codes will be returned in the format Exxxx:</p>\n<ul>\n<li><p>1001 - Internal server error.</p>\n</li>\n<li><p>1200 - No agency inventory found.</p>\n</li>\n<li><p>1201 - Mapping is currently running.</p>\n</li>\n</ul>\n","_postman_id":"c6da19fa-54a5-4f3d-8cf8-4c9fe7e1b6f1"},{"name":"Latest Mapping","item":[{"name":"Latest Mapping Request","id":"fc2ac7a3-4d60-4f4a-ada0-4f9afa33fe40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://live.mapping.works/Mapping/LatestMapping","urlObject":{"protocol":"https","path":["Mapping","LatestMapping"],"host":["live","mapping","works"],"query":[],"variable":[]}},"response":[{"id":"0c394f45-5818-48ce-87fe-c155a4e4458c","name":"Latest Mapping Response","originalRequest":{"method":"GET","header":[],"url":"https://live.mapping.works/Mapping/LatestMapping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"506"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 20 Jan 2025 14:52:03 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"cycleId\": \"063ea3ac-da3d-4708-b00b-b983b5a2f143\",\n    \"status\": \"Completed\",\n    \"startDate\": null,\n    \"endDate\": \"2024-10-15T06:56:50.795699\",\n    \"resultUrl\": \"http://templates-server.azurewebsites.net/en-US/Mapping.SuccessEmail/DownloadResultsFile?filePath=Customers%5c83590b28-df5f-433e-9ba0-69194c02b16b%5c27321a8d-99bc-4c57-b2e2-1c4fc9f3a31f%5c89b714f0-1e44-4b97-8fd0-5eae8dedff59%5c063ea3ac-da3d-4708-b00b-b983b5a2f143%5cResult.zip\",\n    \"opportunitiesUrl\": \"\",\n    \"resultJsonUrl\": \"http://templates-server.azurewebsites.net/en-US/Mapping.SuccessEmail/DownloadResultsFile?filePath=Customers%5c83590b28-df5f-433e-9ba0-69194c02b16b%5c27321a8d-99bc-4c57-b2e2-1c4fc9f3a31f%5c89b714f0-1e44-4b97-8fd0-5eae8dedff59%5c063ea3ac-da3d-4708-b00b-b983b5a2f143%5cresult.json.zip\",\n    \"opportunitiesJsonUrl\": \"\",\n    \"errorCode\": null\n}"}],"_postman_id":"fc2ac7a3-4d60-4f4a-ada0-4f9afa33fe40"}],"id":"f3aa7c67-2b13-412f-bf47-25c362fc4f7e","description":"<h2 id=\"get-the-latest-mapping-details\">Get the latest mapping details</h2>\n<p>An email notification with download of the mapping results will be sent to the customer after the mapping process is complete. In addition to the automated email, an API endpoint for getting details regarding the latest mapping cycle exists.If the latest mapping cycle was successful, the cycle details will contain download urls for the result files. The system also provide information on status of latest mapping. See more details below on the mapping statuses.</p>\n<p>In case of an error, the following unique error codes will be returned in the format Exxxx:</p>\n<ul>\n<li><p>1001 - Internal server error.</p>\n</li>\n<li><p>1100 - No mapping cycles found.</p>\n</li>\n</ul>\n","_postman_id":"f3aa7c67-2b13-412f-bf47-25c362fc4f7e"},{"name":"Get Descriptions","item":[{"name":"Get Descriptions Request","id":"a5d4bfdb-9508-4dce-82e1-470e30a57872","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://live.mapping.works/Mapping/Descriptions?language=en","urlObject":{"protocol":"https","path":["Mapping","Descriptions"],"host":["live","mapping","works"],"query":[{"description":{"content":"<p>Any ISO language code. If not found, english default will be returned.</p>\n","type":"text/plain"},"key":"language","value":"en"}],"variable":[]}},"response":[{"id":"40dd8804-44c8-4d66-bf05-b47a4195dbc7","name":"Get Descriptions Response","originalRequest":{"method":"GET","header":[],"url":"https://live.mapping.works/Mapping/Descriptions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"266"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 20 Jan 2025 14:52:46 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"downloadUrl\": \"live.mapping.works/Download/DownloadResultsFile?filePath=315/OTA/0c19211c-2368-4967-8ddd-d459bf27a7c2/D_en.zip&sectionName=StaticDataFiles\",\n    \"error\": null\n}"}],"_postman_id":"a5d4bfdb-9508-4dce-82e1-470e30a57872"}],"id":"236d5a11-3ab3-4815-91c4-85eb32c9073e","description":"<h2 id=\"get-the-latest-hotel-descriptions\">Get the latest hotel descriptions</h2>\n","_postman_id":"236d5a11-3ab3-4815-91c4-85eb32c9073e"},{"name":"Get Facilities","item":[{"name":"Get Facilities Request","id":"b2d450dc-503f-4eae-b08e-a515ca84cd03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"962ab6f8-174b-4a57-80ed-1502d1031f94","name":"Get Facilities Response","originalRequest":{"method":"GET","header":[],"url":"https://live.mapping.works/Mapping/Facilities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"263"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 20 Jan 2025 14:53:26 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"downloadUrl\": \"live.mapping.works/Download/DownloadResultsFile?filePath=315/OTA/0c19211c-2368-4967-8ddd-d459bf27a7c2/F.zip&sectionName=StaticDataFiles\",\n    \"error\": null\n}"}],"_postman_id":"b2d450dc-503f-4eae-b08e-a515ca84cd03"}],"id":"08198415-406a-4365-a8fe-b3f6a986cf8b","description":"<h2 id=\"get-the-latest-hotel-facilities\">Get the latest hotel facilities</h2>\n","_postman_id":"08198415-406a-4365-a8fe-b3f6a986cf8b"},{"name":"Get Photos","item":[{"name":"Get Photos Request","id":"a9542638-072a-41a0-85b7-ae8986732fd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"407da7fd-78c6-4fd3-9c52-8424cf613c15","name":"Get Photos Response","originalRequest":{"method":"GET","header":[],"url":"https://live.mapping.works/Mapping/Photos"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"263"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 20 Jan 2025 14:53:48 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"downloadUrl\": \"live.mapping.works/Download/DownloadResultsFile?filePath=315/OTA/0c19211c-2368-4967-8ddd-d459bf27a7c2/I.zip&sectionName=StaticDataFiles\",\n    \"error\": null\n}"}],"_postman_id":"a9542638-072a-41a0-85b7-ae8986732fd7"}],"id":"db824986-b33f-4b6f-a6fe-6565e9b478dc","description":"<h2 id=\"get-the-latest-hotel-photos\">Get the latest hotel photos</h2>\n","_postman_id":"db824986-b33f-4b6f-a6fe-6565e9b478dc"},{"name":"Get Hotel Names","item":[{"name":"Get Hotel Names Request","id":"ef845615-aa0f-4510-84eb-13b4032468af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://live.mapping.works/Mapping/Names?language=ar","urlObject":{"protocol":"https","path":["Mapping","Names"],"host":["live","mapping","works"],"query":[{"key":"language","value":"ar"}],"variable":[]}},"response":[{"id":"796376b8-e937-4f29-aec0-e0d043b832f2","name":"Get Hotel Names Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://live.mapping.works/Mapping/Names?language=ar","protocol":"https","host":["live","mapping","works"],"path":["Mapping","Names"],"query":[{"key":"language","value":"ar"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[{"key":"Content-Length","value":"61"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 09 Sep 2025 06:58:11 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n\t\"downloadUrl\": \"live.mapping.works/Download/DownloadResultsFile?filePath=334/full/csv/LD_ar.zip&sectionName=StaticDataFiles\",\n\t\"error\": null\n}"}],"_postman_id":"ef845615-aa0f-4510-84eb-13b4032468af"}],"id":"01a12375-6154-44ec-bd0c-055a3949c0eb","description":"<h2 id=\"get-the-latest-hotel-names-in-different-languages\">Get the latest hotel names in different languages.</h2>\n","_postman_id":"01a12375-6154-44ec-bd0c-055a3949c0eb"}],"id":"0739fe28-3af7-4042-a50b-bee0e4001eae","description":"<h4 id=\"mappingworks-lite---static-hotel-content\">Mapping.Works Lite - Static Hotel Content</h4>\n<p><strong>Setup</strong><br />Before running the API it requires to setup the the Hotel Content in Mapping.Works Lite UI, to select Active Suppliers</p>\n<p>*<em>Description *</em><br />The mapping API provides ability to download Hotels content automatically without the need to use the UI of the Mapping.Works lite, once account is initially setup.</p>\n","_postman_id":"0739fe28-3af7-4042-a50b-bee0e4001eae"},{"name":"Mapping API","item":[{"name":"Room Mapping","item":[{"name":"Mapping API","item":[{"name":"Mapping API","id":"c6ca3c5f-7e96-4370-8968-7032ccca986d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"7671ae5e-9f4e-4a71-8242-c7691a9275a5","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"Language\": \"en\",\r\n\t\"GimmonixHotelId\": 4597931,\r\n\t\"SupplierHotelKeys\": [\r\n\t\t{\r\n\t\t\t\"SupplierId\": 1165,\r\n\t\t\t\"HotelKey\": \"29337985\"\r\n\t\t}\r\n\t],\r\n\t\"Rates\": [\r\n\t\t{\r\n\t\t\t\"OfferRateId\": \"201951775\",\r\n\t\t\t\"SupplierId\": 1165,\r\n\t\t\t\"RatePrice\": 0,\r\n\t\t\t\"RoomKey\": \"201951775\",\r\n\t\t\t\"RoomName\": \"Executive Room with Double or Twin Bed\",\r\n\t\t\t\"roomView\": \"Pool\",\r\n\t\t\t\"isSmoking\":\"false\"\r\n\t\t\t\r\n\t\t}\r\n\t]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://rm-api-live.gimmonix.com/prod/roommappingservice/api/RoomMapping","urlObject":{"protocol":"https","path":["prod","roommappingservice","api","RoomMapping"],"host":["rm-api-live","gimmonix","com"],"query":[],"variable":[]}},"response":[{"id":"b3178474-f0cb-494a-a66c-53353935f35c","name":"Mapping API Response","originalRequest":{"method":"POST","header":[{"key":"accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"7671ae5e-9f4e-4a71-8242-c7691a9275a5","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"Language\": \"en\",\r\n\t\"GimmonixHotelId\": 4597931,\r\n\t\"SupplierHotelKeys\": [\r\n\t\t{\r\n\t\t\t\"SupplierId\": 1165,\r\n\t\t\t\"HotelKey\": \"29337985\"\r\n\t\t}\r\n\t],\r\n\t\"Rates\": [\r\n\t\t{\r\n\t\t\t\"OfferRateId\": \"201951775\",\r\n\t\t\t\"SupplierId\": 1165,\r\n\t\t\t\"RatePrice\": 0,\r\n\t\t\t\"RoomKey\": \"201951775\",\r\n\t\t\t\"RoomName\": \"Executive Room with Double or Twin Bed\",\r\n\t\t\t\"roomView\": \"Pool\",\r\n\t\t\t\"isSmoking\":\"false\"\r\n\t\t\t\r\n\t\t}\r\n\t]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://rm-api-live.gimmonix.com/prod/roommappingservice/api/RoomMapping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 25 Aug 2024 17:57:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Kestrel"},{"key":"Content-Length","value":"3891"},{"key":"Strict-Transport-Security","value":"max-age=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"hotelRooms\": [\n        {\n            \"gimmonixRoomId\": \"4597931-176\",\n            \"gimmonixRoomName\": \"Executive Room with Double or Twin Bed and Pool View\",\n            \"roomNameTranslations\": [],\n            \"roomMaxOccupancy\": 2,\n            \"roomSizeSqm\": 60,\n            \"isSmoking\": false,\n            \"roomType\": [\n                \"ROOM\"\n            ],\n            \"roomClass\": [\n                \"EXECUTIVE\"\n            ],\n            \"roomView\": [\n                \"POOL\"\n            ],\n            \"balcony\": [\n                \"BALCONY\"\n            ],\n            \"roomDescriptions\": [\n                {\n                    \"language\": \"en\",\n                    \"line\": 0,\n                    \"paragraph\": \"<p><strong>1 King Bed or 2 Twin Beds</strong></p><p>646-sq-foot soundproofed room, balcony with pool views </p><br/><p><b>Internet</b> - Free WiFi </p><p><b>Entertainment</b> - LCD television with cable channels</p><p><b>Food & Drink</b> - Refrigerator, coffee/tea maker,  24-hour room service, and free bottled water</p><p><b>Sleep</b> - Premium bedding, a pillow menu, blackout drapes/curtains, turndown service, and bed sheets </p><p><b>Bathroom</b> - Private bathroom, bathrobes, and a separate bathtub and shower with a rainfall showerhead</p><p><b>Practical</b> - Safe, desk, and phone; free cribs/infant beds available on request</p><p><b>Comfort</b> - Fresh bed sheets (on request), air conditioning, and daily housekeeping</p><p><b>Eco-friendly</b> - Eco-friendly cleaning supplies, energy-saving switches, and LED light bulbs</p><p><b>Need to Know</b> - Housekeeping on request, no rollaway/extra beds available</p><p>Non-Smoking</p><p>Connecting/adjoining rooms can be requested, subject to availability </p>\"\n                }\n            ],\n            \"perks\": [\n                {\n                    \"value\": \"Non-Smoking\"\n                },\n                {\n                    \"value\": \"TV\"\n                },\n                {\n                    \"value\": \"Turndown service\"\n                },\n                {\n                    \"value\": \"Premium bedding\"\n                },\n                {\n                    \"value\": \"Pillow menu\"\n                },\n                {\n                    \"value\": \"Soundproofed rooms\"\n                },\n                {\n                    \"value\": \"SHEETS\"\n                },\n                {\n                    \"value\": \"Blackout drapes/curtains\"\n                },\n                {\n                    \"value\": \"REFRIGERATOR\"\n                },\n                {\n                    \"value\": \"BATHTUB\"\n                },\n                {\n                    \"value\": \"WARDROBE\"\n                },\n                {\n                    \"value\": \"COFFEE\"\n                },\n                {\n                    \"value\": \"Daily housekeeping\"\n                },\n                {\n                    \"value\": \"WIFI\"\n                },\n                {\n                    \"value\": \"Bidet\"\n                },\n                {\n                    \"value\": \"Number of beds - 1\"\n                },\n                {\n                    \"value\": \"PHONE\"\n                },\n                {\n                    \"value\": \"DESK\"\n                },\n                {\n                    \"value\": \"No rollaway/extra beds\"\n                },\n                {\n                    \"value\": \"Balcony\"\n                },\n                {\n                    \"value\": \"TOWELS\"\n                },\n                {\n                    \"value\": \"Energy-saving switches\"\n                },\n                {\n                    \"value\": \"Eco-friendly cleaning products provided\"\n                },\n                {\n                    \"value\": \"Bedsheets provided\"\n                },\n                {\n                    \"value\": \"LED light bulbs\"\n                },\n                {\n                    \"value\": \"Soap\"\n                },\n                {\n                    \"value\": \"Connecting/adjoining rooms available\"\n                },\n                {\n                    \"value\": \"Toothbrush and toothpaste available\"\n                },\n                {\n                    \"value\": \"TOILET\"\n                },\n                {\n                    \"value\": \"Shampoo\"\n                },\n                {\n                    \"value\": \"SLIPPERS\"\n                },\n                {\n                    \"value\": \"Private bathroom\"\n                },\n                {\n                    \"value\": \"Bathrobes\"\n                },\n                {\n                    \"value\": \"Hair dryer\"\n                },\n                {\n                    \"value\": \"Air conditioning\"\n                },\n                {\n                    \"value\": \"Housekeeping on request\"\n                },\n                {\n                    \"value\": \"Rainfall showerhead\"\n                },\n                {\n                    \"value\": \"In-room safe\"\n                },\n                {\n                    \"value\": \"Room service (24 hours)\"\n                },\n                {\n                    \"value\": \"Free bottled water\"\n                },\n                {\n                    \"value\": \"Free cribs/infant beds\"\n                }\n            ],\n            \"bedTypes\": [\n                \"DOUBLE OR TWIN\"\n            ],\n            \"images\": [\n                {\n                    \"imageUrl\": \"https://i.travelapi.com/lodging/19000000/18280000/18279400/18279351/49ddaf48_z.jpg\",\n                    \"imageDescription\": \"Room\"\n                },\n                {\n                    \"imageUrl\": \"https://i.travelapi.com/lodging/19000000/18280000/18279400/18279351/8077e5b0_z.jpg\",\n                    \"imageDescription\": \"Room\"\n                },\n                {\n                    \"imageUrl\": \"https://i.travelapi.com/lodging/19000000/18280000/18279400/18279351/dbd60f12_z.jpg\",\n                    \"imageDescription\": \"Room\"\n                },\n                {\n                    \"imageUrl\": \"https://i.travelapi.com/lodging/19000000/18280000/18279400/18279351/917dcf0c_z.jpg\",\n                    \"imageDescription\": \"Room\"\n                },\n                {\n                    \"imageUrl\": \"https://i.travelapi.com/lodging/19000000/18280000/18279400/18279351/1e90f720_z.jpg\",\n                    \"imageDescription\": \"Bathroom\"\n                },\n                {\n                    \"imageUrl\": \"https://i.travelapi.com/lodging/19000000/18280000/18279400/18279351/41fcb1b5_z.jpg\",\n                    \"imageDescription\": \"Bathroom\"\n                },\n                {\n                    \"imageUrl\": \"https://i.travelapi.com/lodging/19000000/18280000/18279400/18279351/c4831034_z.jpg\",\n                    \"imageDescription\": \"Room\"\n                },\n                {\n                    \"imageUrl\": \"https://i.travelapi.com/lodging/19000000/18280000/18279400/18279351/395da600_z.jpg\",\n                    \"imageDescription\": \"Bathroom\"\n                },\n                {\n                    \"imageUrl\": \"https://i.travelapi.com/lodging/19000000/18280000/18279400/18279351/c8b1b5d9_z.jpg\",\n                    \"imageDescription\": \"Infinity pool\"\n                },\n                {\n                    \"imageUrl\": \"https://i.travelapi.com/lodging/19000000/18280000/18279400/18279351/7ec2aa23_z.jpg\",\n                    \"imageDescription\": \"Balcony view\"\n                }\n            ],\n            \"mappedRooms\": [\n                {\n                    \"offerRateId\": \"201951775\",\n                    \"roomKey\": \"201951775\",\n                    \"riskScore\": 0\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"c6ca3c5f-7e96-4370-8968-7032ccca986d"}],"id":"dfa6011e-cfd7-4a41-ae70-469d87be505a","description":"<p><strong>Allows enriching room content in order to enable end clients to gain a better understanding of what each room has to offer.</strong></p>\n<p><em><strong>Notes :</strong></em></p>\n<p>(1) Please use 7671ae5e-9f4e-4a71-8242-c7691a9275a5 as a sample API Key to test out Room Mapping Endpoint.</p>\n<p>(2) To identify the requested property, either gimmonix HotelId or supplier Hotel Keys are required.</p>\n<p>(3) At least 1 rate must be provided for mapping in the array of Rates field. Each rate must include at least one of RoomKey/RoomName/RateDescription.</p>\n<p><strong>Request Partameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th><strong>Explanation</strong></th>\n<th>Type</th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Language</td>\n<td>Defines the Room Names.  <br />Supported langugaes :  <br />- Hebrew : \"he\"  <br />- Arabic : \"ar-sa\"  <br />- Spanish : \"es\"  <br />- Russian : \"ru\"  <br />- German : \"de\"  <br />- Chinesse : \"zh\"  <br />- French : \"fr\"  <br />- Portuguese : \"pt\"  <br />- Turkish : \"tr\"  <br />- Polish : \"pl\"  <br />- Korean : \"ko\"  <br />- Japanesse : \"je\"  <br />- Hindi : \"hi\"</td>\n<td>string</td>\n<td>No  <br />(Default = English)</td>\n</tr>\n<tr>\n<td>gimmonixHotelId</td>\n<td>The Gimmonix hotel Id. Please refer Gimmonix Hotel Supported Supplier Keys for more details</td>\n<td>int32</td>\n<td>Yes - if no 'supplierHotelKeys' provided.</td>\n</tr>\n<tr>\n<td>supplierHotelKeys</td>\n<td>array of objects</td>\n<td></td>\n<td>Yes - if no 'gimmonixHotelId' provided.</td>\n</tr>\n<tr>\n<td>supplierId</td>\n<td>Gimmonix supplier Id. Please refer Gimmonix Hotel Supported Supplier Keys for more details</td>\n<td>int32</td>\n<td>Yes - if no 'gimmonixHotelId' provided.</td>\n</tr>\n<tr>\n<td>hotelKey</td>\n<td>The id of the hotel from the supplier</td>\n<td>string</td>\n<td>Yes - if no 'gimmonixHotelId' provided.</td>\n</tr>\n<tr>\n<td>supplierHotelKeys</td>\n<td>Closing</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>offerRateId</td>\n<td>The client internal offer rate id. This unique id is used to correlate rates from request and response.</td>\n<td>string</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>roomName</td>\n<td>The supplier room name. There are cases that the room name can be a short description of the room. Note: This parameter is required when rateDescription and roomKey are missing.</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>rateDescription</td>\n<td>The rate that arrived from the supplier. This is not the room name. Note: This parameter is required when roomName and roomKey are missing.</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>roomKey</td>\n<td>The supplier unique room key.</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>supplierId</td>\n<td>Gimmonix supplier Id.</td>\n<td>int32</td>\n<td></td>\n</tr>\n<tr>\n<td>supplierRateId</td>\n<td>Supplier rate id as arrived from the supplier.</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>ratePrice</td>\n<td>Full price from the supplier before markups including tax.</td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td>roomDescription</td>\n<td>The supplier long room description. Usually, the room description will be a paragraph.</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>roomMaxOccupancy</td>\n<td>The maximum number of people who can sleep in a room as arrived from the supplier.</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>roomSize</td>\n<td>The size of the room including units</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>roomType</td>\n<td>The room type as arrived from the supplier. Possible values are Room, Suite, Studio.</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>roomView</td>\n<td>The room view as arrived from the supplier.</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>isSmoking</td>\n<td>An indication from the supplier whether smoking is possible in the room or not</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>balcony</td>\n<td>The type of the balcony as arrived from the supplier</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>numberOfBedrooms</td>\n<td>The number of bedrooms as arrived from the supplier</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>numberOfBathrooms</td>\n<td>The number of bathrooms as arrived from the supplier</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>numberOfBeds</td>\n<td>The number of beds as arrived from the supplier</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>bedType</td>\n<td></td>\n<td>array of strings</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>gimmonixRoomId</td>\n<td>Gimmonix Room ID.</td>\n</tr>\n<tr>\n<td>gimmonixRoomName</td>\n<td>Gimmonix Room Name.</td>\n</tr>\n<tr>\n<td>roomMaxOccupancy</td>\n<td>Max Occupancy allowed in the room.</td>\n</tr>\n<tr>\n<td>roomSizeSqm</td>\n<td>Room size in Sqm</td>\n</tr>\n<tr>\n<td>isSmoking</td>\n<td>true/false</td>\n</tr>\n<tr>\n<td>roomType</td>\n<td>Array of the Room types.</td>\n</tr>\n<tr>\n<td>roomClass</td>\n<td>Array of the Room Classes.</td>\n</tr>\n<tr>\n<td>roomView</td>\n<td>Array of the Room views</td>\n</tr>\n<tr>\n<td>balcony</td>\n<td>Array of the Balconies types.</td>\n</tr>\n<tr>\n<td>roomDescriptions</td>\n<td>Room Description</td>\n</tr>\n<tr>\n<td>language</td>\n<td>language of the description.</td>\n</tr>\n<tr>\n<td>line</td>\n<td>Line</td>\n</tr>\n<tr>\n<td>paragraph</td>\n<td>The actual room description.</td>\n</tr>\n<tr>\n<td>perks</td>\n<td>Array of room perks.</td>\n</tr>\n<tr>\n<td>bedTypes</td>\n<td>Array of bed types.</td>\n</tr>\n<tr>\n<td>images</td>\n<td>Array of room images.</td>\n</tr>\n<tr>\n<td>mappedRooms</td>\n<td>Gimmonix mapped rooms.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"dfa6011e-cfd7-4a41-ae70-469d87be505a"}],"id":"b1b7fc60-9432-43fa-9265-b723c5c7d3fb","_postman_id":"b1b7fc60-9432-43fa-9265-b723c5c7d3fb","description":""},{"name":"Hotel Mapping","item":[{"name":"Authentication","item":[{"name":"ApiLogin","id":"c6b9f77a-a9f4-4ddf-972d-9896f5880f69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"APIdemo\",\n  \"password\": \"APIdemo\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://live.mapping.works/Mapping/ApiLogin","description":"<p>The Mapping REST API is protected by the same restrictions which are provided via the Mapping works standard web interface. This means that you must log in before using the Mapping.Works API.\nAny authentication that works against the Mapping.Works website will work against the REST API. Our API is using the cookie-based(session) authentication.\nThis is how cookie-based authentication works at a high level:</p>\n<ol>\n<li>The client creates a new session for the user, via the Mapping.Works REST API .</li>\n<li>Mapping.Works returns a session object, which has information about the session including the session cookie. The client stores this session object.</li>\n<li>The client can now set the cookie in the header for all subsequent requests to the Mapping.Works REST API.\nAfter a successful login, the http 200 OK response message will be returned. In case of an error 401 Unauthorized with the error message is returned.</li>\n</ol>\n","urlObject":{"protocol":"https","path":["Mapping","ApiLogin"],"host":["live","mapping","works"],"query":[],"variable":[]}},"response":[{"id":"0e688992-87fe-4d25-9d06-e8434ece1368","name":"ApiLogin response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"APIdemo\",\n  \"password\": \"APIdemo\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://live.mapping.works/Mapping/ApiLogin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"146"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 15 May 2024 13:58:47 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":".AspNet.TwoFactorCookie=; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT"},{"key":"Set-Cookie","value":".AspNet.ExternalCookie=; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT"},{"key":"Set-Cookie","value":".AspNet.ApplicationCookie.0808b096721557db688224f6a3a8b103bd4966977bff615e58e2980efcfc7b7b=fBQ6iq9iPYeukKbcWMsvYWDZbJlVYvNd1-Mx-zH6190k1-MNWSX78y41WquIviSN65Q7eaDwTeH41Rvqy7iqmWZ0YTLKPMuKIslIc6u5jezbulyFk8I_pIhxeeHYIpSO3DXMT-AnZITuqUObQNRW3VV_oGAI-P867lVrpQbk9-q2w-j-0fhmAZ-p_Y3x_PfJE_Ji3JPGw9WsH7UM2SPQGzuJwZU8MStYHN-tRN-pYnOKXKs8xxsu3p-wwkqI1_fHJOcvsEgjwPJRjFxdHYlNr7ZrArt-RyqrGWK3W6GT7tfWzl27cm_Yt-39xR1kijdMnoA-4syGzfLYMuX_v0XDSORtd8fz9Ciricn-PYsiNCH3_D_hwPn4KLQMcGXFXlaBZc73BlMN-LgpvVVondfxtAhF7AYs1kv003b79s2bYSvoFEAkJHgJ4DkH03ZrHm2zMrtpqba17muEf-nuggOj7t2tuHG5Td2VWzJltGakkxuoIZTtgFLwrOKEo9HNP6yUERJDHQ; path=/; secure; HttpOnly"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"signInStatus\": \"Success.\"\n}"}],"_postman_id":"c6b9f77a-a9f4-4ddf-972d-9896f5880f69"}],"id":"fe0546f5-4843-4891-bce3-e9aadc9730ca","description":"<p>The Mapping REST API is protected by the same restrictions which are provided via the Mapping works standard web interface.</p>\n<p><strong>This means that you must log in before using the Mapping.Works API.</strong></p>\n<p>Any authentication that works against the Mapping.Works website will work against the REST API.</p>\n<p>Our API is using the cookie-based(session) authentication.</p>\n<p><strong>This is how cookie-based authentication works at a high level:</strong></p>\n<ol>\n<li><p>The client creates a new session for the user, via the Mapping.Works REST API .</p>\n</li>\n<li><p>Mapping.Works returns a session object, which has information about the session including the session cookie. The client stores this session object.</p>\n</li>\n<li><p>The client can now set the cookie in the header for all subsequent requests to the Mapping.Works REST API. After a successful login, the http 200 OK response message will be returned. In case of an error 401 Unauthorized with the error message is returned.</p>\n</li>\n</ol>\n<p><strong>Request Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>Username used for Mappnig.Works login</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Password used for Mappnig.Works login</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"fe0546f5-4843-4891-bce3-e9aadc9730ca"},{"name":"Hotel Mapping","item":[{"name":"LoadInventory","item":[{"name":"LoadInventory","id":"4fec6403-0b70-430d-90e4-f2740e120602","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"file","file":{}},"url":"https://live.mapping.works/Mapping/LoadInventory?supplierName=<string>","description":"<h2 id=\"upload-ota-or-custom-supplier-inventory\">Upload OTA or custom supplier inventory</h2>\n<p>The inventory file or custom suppliers data file is passed to the RESTful Web API as an octet-stream inside the HTTP POST request.</p>\n<p>Supported file formats are:</p>\n<ol>\n<li>Json - The file will contain an array of predefined <code>HotelDetails</code> objects (See below).</li>\n<li>csv/xls/xlsx - This option requires an initial setup process of the OTA inventory file.The system expect the same file format which was provided in the setup process.The header (field names) should be identical to the one provided in the initial setup process.</li>\n</ol>\n<p>In case of an error, the following unique error codes will be returned in the format Exxxx:</p>\n<ul>\n<li>1001 - Internal server error</li>\n<li>1010 - Setup error - no suppliers associated</li>\n<li>1011 - Setup error - no initial CSV file uploaded</li>\n<li>1012 - LoadInventory is not supported for users in mapping works lite mode</li>\n<li>1013 - Uploading OTA inventory is not supported for agencies with Travolutionary IDs mode. Please provide a supplierName to upload custom supplier inventory</li>\n<li>1014 - Size of your file exceeds 100MB. To ensure successful loading, please convert your file to CSV format and upload again.</li>\n<li>1020 - Upload failed</li>\n<li>1021 - Invalid file extension</li>\n<li>1022 - Wrong file format</li>\n<li>1023 - Failed to upload Excel file. Please try uploading this file in CSV format.</li>\n<li>1030 - Unrecognized custom supplier name</li>\n<li>777  - Uploaded file is the same as existing file. Please use \"run mapping\" functionality</li>\n</ul>\n<h3 id=\"hoteldetails\">HotelDetails</h3>\n<hr />\n<p>Represents hotel details.</p>\n<hr />\n<p><strong>HotelDetails attributes:</strong></p>\n<ul>\n<li>HotelId <code>(String)</code></li>\n<li>HotelName(required) <code>(String)</code></li>\n<li>Address <code>(String)</code></li>\n<li>CityName <code>(String)</code></li>\n<li>Zip <code>(String)</code></li>\n<li>CountryCode(ISO) (*) <code>(String)</code></li>\n<li>CountryName (*) <code>(String)</code></li>\n<li>State <code>(String)</code></li>\n<li>Phone <code>(String)</code></li>\n<li>Fax <code>(String)</code></li>\n<li>Email <code>(String)</code></li>\n<li>Website <code>(String)</code></li>\n<li>StarRating <code>(String)</code></li>\n<li>Chain <code>(String)</code></li>\n<li>CrossReference <code>(Dictionary of SupplierID(**) and key)</code></li>\n<li>RoomCount <code>(Integer)</code></li>\n<li>Latitude <code>(Number)</code></li>\n<li>Longitude <code>(Number)</code></li>\n</ul>\n<p><strong>*Please note that either Country code or country Name are mandatory.</strong></p>\n<p><strong>** See the index of supplier ids here: <a href=\"http://mapping.works/Suppliers.csv\">Supplier ids</a></strong></p>\n<h2 id=\"example-request-json---ota-inventory-uploading\">Example Request (JSON) - OTA Inventory Uploading</h2>\n<p>Sample of how to load the <strong>OTA inventory</strong> automatically using the API (JSON format):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://mapping-wl.azurewebsites.net/mapping/LoadInventory HTTP/1.1\nAccept: application/json\nContent-Type: multipart/form-data; boundary=\"Upload----02/11/2018 19:23:33\"\nHost: mapping-wl.azurewebsites.net\nCookie: __ControllerTempData=AA; __RequestVerificationToken=pt\nContent-Length: 994805\nConnection: Keep-Alive\n\n--Upload----02/11/2018 19:23:33\nContent-Type: application/octet-stream\nContent-Disposition: form-data; name=Hotels; filename=\"Sample - OTA Inventory.json\"; filename*=utf-8''Sample%20-%20OTA%20Inventory.json\n\n[{\n    \"HotelId\" : \"US2838\",\n    \"Zip\" : null,\n    \"CountryCode\" : \"us\",\n    \"State\" : \"tx\",\n    \"Phone\" : \"1-512-452-3300\",\n    \"Fax\" : \"1-512-452-3124\",\n    \"Email\" : \"\",\n    \"Website\" :\"http://hamptoninn.hilton.com/en/hotels/texas/hampton-inn/index.html\",       \n    \"StarRating\" : \"3\",\n    \"Chain\" : \"\",\n    \"CrossReference\" : null,\n    \"RoomCount\" : null,\n    \"Latitude\" : 30.3374,\n    \"Longitude\" : -97.7003,\n    \"HotelName\" : \"Hampton Inn Austin North at I 35 Hwy 183\",\n    \"Address\" : \"7619 I 35 North TX 78752 USA\",\n    \"CityName\" : \"Austin \",\n    \"CountryName\" : null\n}, {\n    \"HotelId\" : \"US2839\",\n    \"Zip\" : null,\n    \"CountryCode\" : \"us\",\n    \"State\" : \"tx\",\n    \"Phone\" : \"1-512-249-0045\",\n    \"Fax\" : \"1-512-249-5792\",\n    \"Email\" : \"\",\n    \"Website\" : \"http://hamptoninn3.hilton.com/en/hotels/texas/hampton-inn/index.html\",\n    \"StarRating\" : \"3\",\n    \"Chain\" : \"\",\n    \"CrossReference\" : null,\n    \"RoomCount\" : null,\n    \"Latitude\" : 30.4636,\n    \"Longitude\" : -97.8012,\n    \"HotelName\" : \"Hampton Inn Suites Austin Cedar Park Lakeline\",\n    \"Address\" : \"10811 Pecan Park Boulevard TX 78750 USA\",\n    \"CityName\" : \"Austin \",\n    \"CountryName\" : null\n}, {\n    \"HotelId\" : \"US2846\",\n    \"Zip\" : null,\n    \"CountryCode\" : \"us\",\n    \"State\" : \"tx\",\n    \"Phone\" : \"1-512-482-8000\",\n    \"Fax\" : \"1-512-469-0078\",\n    \"Email\" : \"\",\n    \"Website\" : \"http://www3.hilton.com/en/hotels/texas/hilton-austin-AUSCVHH/index.html\",\n    \"StarRating\" : \"4\",\n    \"Chain\" : \"\",\n    \"CrossReference\" : null,\n    \"RoomCount\" : null,\n    \"Latitude\" : 30.264994,\n    \"Longitude\" : -97.738803,\n    \"HotelName\" : \"Hilton Austin \",\n    \"Address\" : \"500 East 4th Street TX 78701 USA\",\n    \"CityName\" : \"Austin \",\n    \"CountryName\" : null\n    }\n]\n\n--Upload----02/11/2018 19:23:33--\n</code></pre><h2 id=\"example-request-csv\">Example Request (CSV)</h2>\n<p>Sample of how to load the <strong>OTA inventory</strong> automatically using the API  (CSV format):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://mapping-wl.azurewebsites.net/mapping/LoadInventory HTTP/1.1\nAccept: application/json\nContent-Type: multipart/form-data; boundary=\"Upload----02/11/2018 19:23:33\"\nHost: mapping-wl.azurewebsites.net\nCookie: __ControllerTempData=AA; __RequestVerificationToken=pt\nContent-Length: 994805\nConnection: Keep-Alive\n\n--Upload----02/11/2018 19:23:33\nContent-Type: application/octet-stream\nContent-Disposition: form-data; name=Hotels; filename=\"OTA - Inventory 2.csv\"; filename*=utf-8''OTA%20-%20Inventory%202.csv\n            \nSupplier Primary Reference;Hotel Name;AddressLine;City;Zip Code;Country ISO;Phone_1;Fax;Email;Phone_2\nMA362;Mercure Bristol Holland House Hotel and Spa;Redcliffe Hill;BRISTOL;BS1 6SQ;GB;0117 9689900 ;;H6698-re@accor.com;\nHO171;Crowne Plaza London Ealing;Western Avenue, Hanger Lane;LONDON;W5 1HG;GB;0871 942 9114;;reservations@cp-londonealing.co.uk ;\n\n--Upload----02/11/2018 19:23:33--\n</code></pre>","urlObject":{"protocol":"https","path":["Mapping","LoadInventory"],"host":["live","mapping","works"],"query":[{"description":{"content":"<p>Optional parameter for uploading custom supplier data by OTAs. This is the name of the custom supplier as created in the Mapping.Works website (Case insensitive).</p>\n","type":"text/plain"},"key":"supplierName","value":"<string>"}],"variable":[]}},"response":[{"id":"a803f30a-0d33-48c6-a341-9fb0e8db5672","name":"LoadInventory response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) OTA inventory or OTA custom supplier inventory file","key":"Hotels","value":"<string>","type":"text"}]},"url":{"raw":"https://live.mapping.works/Mapping/LoadInventory?supplierName=<string>","protocol":"https","host":["live","mapping","works"],"path":["Mapping","LoadInventory"],"query":[{"key":"supplierName","value":"<string>","description":"Optional parameter for uploading custom supplier data by OTAs. This is the name of the custom supplier as created in the Mapping.Works website (Case insensitive)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"isSuccess\": \"<boolean>\",\n  \"error\": \"<string>\",\n  \"errorCode\": \"<string>\"\n}"}],"_postman_id":"4fec6403-0b70-430d-90e4-f2740e120602"}],"id":"05658a9c-935d-4ab5-b119-1d3146d96d03","description":"<h2 id=\"upload-ota-or-custom-supplier-inventory\">Upload OTA or custom supplier inventory</h2>\n<p>The inventory file or custom suppliers data file is passed to the RESTful Web API as an octet-stream inside the HTTP POST request.</p>\n<p>Supported file formats are:</p>\n<ol>\n<li><p>Json - The file will contain an array of predefined <code>HotelDetails</code> objects (See below).</p>\n</li>\n<li><p>csv/xls/xlsx - This option requires an initial setup process of the OTA inventory file.The system expect the same file format which was provided in the setup process.The header (field names) should be identical to the one provided in the initial setup process.</p>\n</li>\n</ol>\n<p>In case of an error, the following unique error codes will be returned in the format Exxxx:</p>\n<ul>\n<li><p>1001 - Internal server error</p>\n</li>\n<li><p>1010 - Setup error - no suppliers associated</p>\n</li>\n<li><p>1011 - Setup error - no initial CSV file uploaded</p>\n</li>\n<li><p>1012 - LoadInventory is not supported for users in mapping works lite mode</p>\n</li>\n<li><p>1013 - Uploading OTA inventory is not supported for agencies with Travolutionary IDs mode. Please provide a supplierName to upload custom supplier inventory</p>\n</li>\n<li><p>1014 - Size of your file exceeds 100MB. To ensure successful loading, please convert your file to CSV format and upload again.</p>\n</li>\n<li><p>1020 - Upload failed</p>\n</li>\n<li><p>1021 - Invalid file extension</p>\n</li>\n<li><p>1022 - Wrong file format</p>\n</li>\n<li><p>1023 - Failed to upload Excel file. Please try uploading this file in CSV format.</p>\n</li>\n<li><p>1030 - Unrecognized custom supplier name</p>\n</li>\n<li><p>777 - Uploaded file is the same as existing file. Please use \"run mapping\" functionality</p>\n</li>\n</ul>\n<h3 id=\"hoteldetails\">HotelDetails</h3>\n<hr />\n<p>Represents hotel details.</p>\n<hr />\n<p><strong>HotelDetails attributes:</strong></p>\n<ul>\n<li><p>HotelId <code>(String)</code></p>\n</li>\n<li><p>HotelName(required) <code>(String)</code></p>\n</li>\n<li><p>Address <code>(String)</code></p>\n</li>\n<li><p>CityName <code>(String)</code></p>\n</li>\n<li><p>Zip <code>(String)</code></p>\n</li>\n<li><p>CountryCode(ISO) (*) <code>(String)</code></p>\n</li>\n<li><p>CountryName (*) <code>(String)</code></p>\n</li>\n<li><p>State <code>(String)</code></p>\n</li>\n<li><p>Phone <code>(String)</code></p>\n</li>\n<li><p>Fax <code>(String)</code></p>\n</li>\n<li><p>Email <code>(String)</code></p>\n</li>\n<li><p>Website <code>(String)</code></p>\n</li>\n<li><p>StarRating <code>(String)</code></p>\n</li>\n<li><p>Chain <code>(String)</code></p>\n</li>\n<li><p>CrossReference <code>(Dictionary of SupplierID(**) and key)</code></p>\n</li>\n<li><p>RoomCount <code>(Integer)</code></p>\n</li>\n<li><p>Latitude <code>(Number)</code></p>\n</li>\n<li><p>Longitude <code>(Number)</code></p>\n</li>\n</ul>\n<p><strong>*Please note that either Country code or country Name are mandatory.</strong></p>\n<h2 id=\"example-request-json---ota-inventory-uploading\">Example Request (JSON) - OTA Inventory Uploading</h2>\n<p>Sample of how to load the <strong>OTA inventory</strong> automatically using the API (JSON format):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://mapping-wl.azurewebsites.net/mapping/LoadInventory HTTP/1.1\nAccept: application/json\nContent-Type: multipart/form-data; boundary=\"Upload----02/11/2018 19:23:33\"\nHost: mapping-wl.azurewebsites.net\nCookie: __ControllerTempData=AA; __RequestVerificationToken=pt\nContent-Length: 994805\nConnection: Keep-Alive\n--Upload----02/11/2018 19:23:33\nContent-Type: application/octet-stream\nContent-Disposition: form-data; name=Hotels; filename=\"Sample - OTA Inventory.json\"; filename*=utf-8''Sample - OTA Inventory.json\n[{\n    \"HotelId\" : \"US2838\",\n    \"Zip\" : null,\n    \"CountryCode\" : \"us\",\n    \"State\" : \"tx\",\n    \"Phone\" : \"1-512-452-3300\",\n    \"Fax\" : \"1-512-452-3124\",\n    \"Email\" : \"\",\n    \"Website\" :\"http://hamptoninn.hilton.com/en/hotels/texas/hampton-inn/index.html\",       \n    \"StarRating\" : \"3\",\n    \"Chain\" : \"\",\n    \"CrossReference\" : null,\n    \"RoomCount\" : null,\n    \"Latitude\" : 30.3374,\n    \"Longitude\" : -97.7003,\n    \"HotelName\" : \"Hampton Inn Austin North at I 35 Hwy 183\",\n    \"Address\" : \"7619 I 35 North TX 78752 USA\",\n    \"CityName\" : \"Austin \",\n    \"CountryName\" : null\n}, {\n    \"HotelId\" : \"US2839\",\n    \"Zip\" : null,\n    \"CountryCode\" : \"us\",\n    \"State\" : \"tx\",\n    \"Phone\" : \"1-512-249-0045\",\n    \"Fax\" : \"1-512-249-5792\",\n    \"Email\" : \"\",\n    \"Website\" : \"http://hamptoninn3.hilton.com/en/hotels/texas/hampton-inn/index.html\",\n    \"StarRating\" : \"3\",\n    \"Chain\" : \"\",\n    \"CrossReference\" : null,\n    \"RoomCount\" : null,\n    \"Latitude\" : 30.4636,\n    \"Longitude\" : -97.8012,\n    \"HotelName\" : \"Hampton Inn Suites Austin Cedar Park Lakeline\",\n    \"Address\" : \"10811 Pecan Park Boulevard TX 78750 USA\",\n    \"CityName\" : \"Austin \",\n    \"CountryName\" : null\n}, {\n    \"HotelId\" : \"US2846\",\n    \"Zip\" : null,\n    \"CountryCode\" : \"us\",\n    \"State\" : \"tx\",\n    \"Phone\" : \"1-512-482-8000\",\n    \"Fax\" : \"1-512-469-0078\",\n    \"Email\" : \"\",\n    \"Website\" : \"http://www3.hilton.com/en/hotels/texas/hilton-austin-AUSCVHH/index.html\",\n    \"StarRating\" : \"4\",\n    \"Chain\" : \"\",\n    \"CrossReference\" : null,\n    \"RoomCount\" : null,\n    \"Latitude\" : 30.264994,\n    \"Longitude\" : -97.738803,\n    \"HotelName\" : \"Hilton Austin \",\n    \"Address\" : \"500 East 4th Street TX 78701 USA\",\n    \"CityName\" : \"Austin \",\n    \"CountryName\" : null\n    }\n]\n--Upload----02/11/2018 19:23:33--\n\n</code></pre><h2 id=\"example-request-csv\">Example Request (CSV)</h2>\n<p>Sample of how to load the <strong>OTA inventory</strong> automatically using the API (CSV format):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://mapping-wl.azurewebsites.net/mapping/LoadInventory HTTP/1.1\nAccept: application/json\nContent-Type: multipart/form-data; boundary=\"Upload----02/11/2018 19:23:33\"\nHost: mapping-wl.azurewebsites.net\nCookie: __ControllerTempData=AA; __RequestVerificationToken=pt\nContent-Length: 994805\nConnection: Keep-Alive\n--Upload----02/11/2018 19:23:33\nContent-Type: application/octet-stream\nContent-Disposition: form-data; name=Hotels; filename=\"OTA - Inventory 2.csv\"; filename*=utf-8''OTA - Inventory 2.csv\n            \nSupplier Primary Reference;Hotel Name;AddressLine;City;Zip Code;Country ISO;Phone_1;Fax;Email;Phone_2\nMA362;Mercure Bristol Holland House Hotel and Spa;Redcliffe Hill;BRISTOL;BS1 6SQ;GB;0117 9689900 ;;H6698-re@accor.com;\nHO171;Crowne Plaza London Ealing;Western Avenue, Hanger Lane;LONDON;W5 1HG;GB;0871 942 9114;;reservations@cp-londonealing.co.uk ;\n--Upload----02/11/2018 19:23:33--\n\n</code></pre>","_postman_id":"05658a9c-935d-4ab5-b119-1d3146d96d03"},{"name":"StartMapping","item":[{"name":"StartMapping","id":"15c4bff5-394f-4c27-a9c7-b887a3abd457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://live.mapping.works/Mapping/StartMapping","description":"<h2 id=\"start-the-mapping-process\">Start the mapping process</h2>\n<p>The system will automatically map the uploaded files.\nThe internal mapping process is executed daily on those files that were uploaded in the last 24 hours.\nAlternatively, a “StartMapping” API provides the option of starting the mapping immediately if at all required.\nIn addition, the “StartMapping” API allow an OTA to begin a mapping without the need to provide additional data from the client side.In that case, the mapping will be based on the last known client’s inventory file, custom suppliers and selected list of suppliers.</p>\n<p>In case of an error, the following unique error codes will be returned in the format Exxxx:</p>\n<ul>\n<li>1001 - Internal server error.</li>\n<li>1200 - No agency inventory found.</li>\n<li>1201 - Mapping is currently running.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["Mapping","StartMapping"],"host":["live","mapping","works"],"query":[],"variable":[]}},"response":[{"id":"d3347fde-c8a8-4ebe-bae7-a6e45438149e","name":"StartMapping response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://live.mapping.works/Mapping/StartMapping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"isSuccess\": \"<boolean>\",\n  \"error\": \"<string>\",\n  \"errorCode\": \"<string>\"\n}"}],"_postman_id":"15c4bff5-394f-4c27-a9c7-b887a3abd457"}],"id":"c61a22e4-b3fd-4aa0-bc7c-eca05b882b73","description":"<h2 id=\"start-the-mapping-process\">Start the mapping process</h2>\n<p>The system will automatically map the uploaded files.<br />The internal mapping process is executed daily on those files that were uploaded in the last 24 hours.<br />Alternatively, a “StartMapping” API provides the option of starting the mapping immediately if at all required.<br />In addition, the “StartMapping” API allow an OTA to begin a mapping without the need to provide additional data from the client side.In that case, the mapping will be based on the last known client’s inventory file, custom suppliers and selected list of suppliers.</p>\n<p>In case of an error, the following unique error codes will be returned in the format Exxxx:</p>\n<ul>\n<li><p>1001 - Internal server error.</p>\n</li>\n<li><p>1200 - No agency inventory found.</p>\n</li>\n<li><p>1201 - Mapping is currently running.</p>\n</li>\n</ul>\n","_postman_id":"c61a22e4-b3fd-4aa0-bc7c-eca05b882b73"},{"name":"LatestMapping","item":[{"name":"LatestMapping","id":"5c8db65b-c2f1-45ba-875f-7949aa6fa6f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://live.mapping.works/Mapping/LatestMapping","description":"<h2 id=\"get-the-latest-mapping-details\">Get the latest mapping details</h2>\n<p>An email notification with download of the mapping results will be sent to the customer after the mapping process is complete. \nIn addition to the automated email, an API endpoint for getting details regarding the latest mapping cycle exists.If the latest mapping cycle was successful, the cycle details will contain download urls for the result files.\nThe system also provide information on status of latest mapping. See more details below on the mapping statuses. </p>\n<p>In case of an error, the following unique error codes will be returned in the format Exxxx:</p>\n<ul>\n<li>1001 - Internal server error.</li>\n<li>1100 - No mapping cycles found.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["Mapping","LatestMapping"],"host":["live","mapping","works"],"query":[],"variable":[]}},"response":[{"id":"789854b8-fa39-45c6-a346-0312fc9bb425","name":"LatestMapping response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://live.mapping.works/Mapping/LatestMapping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"cycleId\": \"a4f3d931-cd14-4898-9d92-329f1cfd6b99\",\n\t\"status\": \"Completed\",\n\t\"startDate\": null,\n\t\"endDate\": \"2024-05-01T14:02:22.8320941\",\n\t\"resultUrl\": \"http://templates-server.azurewebsites.net/en-US/Mapping.SuccessEmail/DownloadResultsFile?filePath=Customers%5c83590b28-df5f-433e-9ba0-69194c02b16b%5c27321a8d-99bc-4c57-b2e2-1c4fc9f3a31f%5ca83388b3-b4aa-4fbe-806c-2c0c80113c2b%5ca4f3d931-cd14-4898-9d92-329f1cfd6b99%5cResult.zip\",\n\t\"opportunitiesUrl\": \"\",\n\t\"resultJsonUrl\": \"http://templates-server.azurewebsites.net/en-US/Mapping.SuccessEmail/DownloadResultsFile?filePath=Customers%5c83590b28-df5f-433e-9ba0-69194c02b16b%5c27321a8d-99bc-4c57-b2e2-1c4fc9f3a31f%5ca83388b3-b4aa-4fbe-806c-2c0c80113c2b%5ca4f3d931-cd14-4898-9d92-329f1cfd6b99%5cresult.json.zip\",\n\t\"opportunitiesJsonUrl\": \"\",\n\t\"errorCode\": null\n}"}],"_postman_id":"5c8db65b-c2f1-45ba-875f-7949aa6fa6f7"}],"id":"ea983aea-e597-42f2-91cd-c0431cbae575","description":"<h2 id=\"get-the-latest-mapping-details\">Get the latest mapping details</h2>\n<p>An email notification with download of the mapping results will be sent to the customer after the mapping process is complete.<br />In addition to the automated email, an API endpoint for getting details regarding the latest mapping cycle exists.If the latest mapping cycle was successful, the cycle details will contain download urls for the result files.<br />The system also provide information on status of latest mapping. See more details below on the mapping statuses.</p>\n<p>In case of an error, the following unique error codes will be returned in the format Exxxx:</p>\n<ul>\n<li><p>1001 - Internal server error.</p>\n</li>\n<li><p>1100 - No mapping cycles found.</p>\n</li>\n</ul>\n","_postman_id":"ea983aea-e597-42f2-91cd-c0431cbae575"}],"id":"23ccde96-b3e2-4be3-8a45-c38dcef40c5c","_postman_id":"23ccde96-b3e2-4be3-8a45-c38dcef40c5c","description":""},{"name":"Hotel Content","item":[{"name":"Descriptions","item":[{"name":"Descriptions","id":"e763de3f-1f4d-4da0-a64c-32d708f9eea4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://live.mapping.works/Mapping/Descriptions","description":"<h2 id=\"get-the-latest-hotel-descriptions\">Get the latest hotel descriptions</h2>\n","urlObject":{"protocol":"https","path":["Mapping","Descriptions"],"host":["live","mapping","works"],"query":[],"variable":[]}},"response":[{"id":"945963ee-0f48-4772-b936-21e07c7e924c","name":"Descriptions response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://live.mapping.works/Mapping/Descriptions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"downloadUrl\": \"live.mapping.works/Download/DownloadResultsFile?filePath=271/full/csv/D_en.zip&sectionName=StaticDataFiles\",\n\t\"error\": null\n}"}],"_postman_id":"e763de3f-1f4d-4da0-a64c-32d708f9eea4"}],"id":"9bed1a49-5d74-40e6-bd5e-a58cd12dfcfa","description":"<h2 id=\"get-the-latest-hotel-descriptions\">Get the latest hotel descriptions</h2>\n<p><strong>Request Parameter:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>language</td>\n<td>Any ISO language code. If not found, english default will be returned.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"9bed1a49-5d74-40e6-bd5e-a58cd12dfcfa"},{"name":"Facilities","item":[{"name":"Facilities","id":"35aa352a-34a7-4f6f-bc2b-f78cd0c69296","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://live.mapping.works/Mapping/Facilities","description":"<h2 id=\"get-the-latest-hotel-facilities\">Get the latest hotel facilities</h2>\n","urlObject":{"protocol":"https","path":["Mapping","Facilities"],"host":["live","mapping","works"],"query":[],"variable":[]}},"response":[{"id":"d6773028-a92d-4e44-8b16-0347ccd0decc","name":"Facilities response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://live.mapping.works/Mapping/Facilities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"downloadUrl\": \"live.mapping.works/Download/DownloadResultsFile?filePath=271/full/csv/F.zip&sectionName=StaticDataFiles\",\n\t\"error\": null\n}"}],"_postman_id":"35aa352a-34a7-4f6f-bc2b-f78cd0c69296"}],"id":"ea553304-977b-4066-80c6-1ea7e1a64e12","description":"<h2 id=\"get-the-latest-hotel-facilities\">Get the latest hotel facilities</h2>\n","_postman_id":"ea553304-977b-4066-80c6-1ea7e1a64e12"},{"name":"Photos","item":[{"name":"Photos","id":"16c284e9-9027-492a-bbf7-fff83369aba4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://live.mapping.works/Mapping/Photos","description":"<h2 id=\"get-the-latest-hotel-photos\">Get the latest hotel photos</h2>\n","urlObject":{"protocol":"https","path":["Mapping","Photos"],"host":["live","mapping","works"],"query":[],"variable":[]}},"response":[{"id":"cc51301c-5d18-4956-aea4-866802b24b62","name":"Photos response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://live.mapping.works/Mapping/Photos"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"downloadUrl\": \"live.mapping.works/Download/DownloadResultsFile?filePath=280/full/csv/I.zip&sectionName=StaticDataFiles\",\n\t\"error\": null\n}"}],"_postman_id":"16c284e9-9027-492a-bbf7-fff83369aba4"}],"id":"59f49f3b-47d3-4c8e-ab43-70141c908768","description":"<h2 id=\"get-the-latest-hotel-photos\">Get the latest hotel photos</h2>\n","_postman_id":"59f49f3b-47d3-4c8e-ab43-70141c908768"}],"id":"ddc5fc81-a29c-41ac-8a4d-22c092bdeda6","_postman_id":"ddc5fc81-a29c-41ac-8a4d-22c092bdeda6","description":""},{"name":"Get/Set Suppliers","item":[{"name":"GetConnectedSuppliers","item":[{"name":"Mapping Get Connected Suppliers","id":"ca80ad35-d7de-4335-b67d-110cdfc2e7cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://live.mapping.works/Mapping/GetConnectedSuppliers","urlObject":{"protocol":"https","path":["Mapping","GetConnectedSuppliers"],"host":["live","mapping","works"],"query":[],"variable":[]}},"response":[{"id":"f56bc965-dbc4-4863-b94e-9910550d213e","name":"Get Connected Suppliers response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://live.mapping.works/Mapping/GetConnectedSuppliers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1502"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 16 May 2024 11:47:08 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"supplierId\": 8,\n        \"supplierName\": \"Go Global\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 23,\n        \"supplierName\": \"BedToYou\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 26,\n        \"supplierName\": \"Hotusa\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 29,\n        \"supplierName\": \"TotalStay\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 30,\n        \"supplierName\": \"Travelport\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 34,\n        \"supplierName\": \"STGlobe\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 36,\n        \"supplierName\": \"Stuba\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 37,\n        \"supplierName\": \"Bonotel\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 38,\n        \"supplierName\": \"Miki\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 40,\n        \"supplierName\": \"Amadeus\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 48,\n        \"supplierName\": \"AsaLondon\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 51,\n        \"supplierName\": \"Expedia\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1058,\n        \"supplierName\": \"DOTW\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1059,\n        \"supplierName\": \"SideTours\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1060,\n        \"supplierName\": \"AbreuOnline\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1063,\n        \"supplierName\": \"TowersAIC\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1071,\n        \"supplierName\": \"Priceline\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1073,\n        \"supplierName\": \"SunHotels\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1074,\n        \"supplierName\": \"Veturis\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1077,\n        \"supplierName\": \"Booking\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1079,\n        \"supplierName\": \"GetARoom\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1086,\n        \"supplierName\": \"MTS\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1088,\n        \"supplierName\": \"HRS\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1095,\n        \"supplierName\": \"Quantum\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1099,\n        \"supplierName\": \"WelcomeBeds\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1106,\n        \"supplierName\": \"ACTours\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1107,\n        \"supplierName\": \"Travalco\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1113,\n        \"supplierName\": \"Tour D’Afrique\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1114,\n        \"supplierName\": \"TBOHolidays\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1115,\n        \"supplierName\": \"Olympia Europe\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1120,\n        \"supplierName\": \"Hotelston \",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1121,\n        \"supplierName\": \"MarkInternational\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1122,\n        \"supplierName\": \"LotsOFHotels\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1123,\n        \"supplierName\": \"HotelBedsV2\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1124,\n        \"supplierName\": \"HotelsPro\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1126,\n        \"supplierName\": \"B2btravel\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1127,\n        \"supplierName\": \"Travellanda\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1128,\n        \"supplierName\": \"RateHawk\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1129,\n        \"supplierName\": \"RTS\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1130,\n        \"supplierName\": \"HotelDo\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1132,\n        \"supplierName\": \"JumboTours\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1135,\n        \"supplierName\": \"Nextel\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1136,\n        \"supplierName\": \"GRNConnect\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1139,\n        \"supplierName\": \"IBCHotels\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1140,\n        \"supplierName\": \"Infinitehotel\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1141,\n        \"supplierName\": \"MethaBook\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1142,\n        \"supplierName\": \"World2Meet\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1143,\n        \"supplierName\": \"TeamAmerica\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1146,\n        \"supplierName\": \"Yalago\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1149,\n        \"supplierName\": \"Darina\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1151,\n        \"supplierName\": \"Travstore\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1152,\n        \"supplierName\": \"AvraTours\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1154,\n        \"supplierName\": \"RoomerTravel\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1155,\n        \"supplierName\": \"Agoda\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1156,\n        \"supplierName\": \"DidaTravel\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1158,\n        \"supplierName\": \"Smyrooms\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1159,\n        \"supplierName\": \"SalTours\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1160,\n        \"supplierName\": \"Travco\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1161,\n        \"supplierName\": \"FastPayHotels\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1162,\n        \"supplierName\": \"GoldHorizons\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1163,\n        \"supplierName\": \"Discova\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1165,\n        \"supplierName\": \"Expedia Rapid\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1166,\n        \"supplierName\": \"ExpediaSite\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1167,\n        \"supplierName\": \"Bronevik\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1171,\n        \"supplierName\": \"Despagar\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1172,\n        \"supplierName\": \"Nuitee\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1176,\n        \"supplierName\": \"AmericanToursInternational\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1177,\n        \"supplierName\": \"Innstant\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1186,\n        \"supplierName\": \"KaluahTours\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1189,\n        \"supplierName\": \"Bookohotel\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1191,\n        \"supplierName\": \"Ocean\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1192,\n        \"supplierName\": \"WorldwideHotelLink\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1193,\n        \"supplierName\": \"HotelPlanner\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1195,\n        \"supplierName\": \"PrimeTravel\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1196,\n        \"supplierName\": \"HotelHub\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1197,\n        \"supplierName\": \"IBSSoftware\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1199,\n        \"supplierName\": \"LCI\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1202,\n        \"supplierName\": \"FastPayHotels Direct\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1203,\n        \"supplierName\": \"AfricaStay\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 1205,\n        \"supplierName\": \"PriceTravel\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2201,\n        \"supplierName\": \"BahiaPrincipes\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2202,\n        \"supplierName\": \"Sirenis\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2203,\n        \"supplierName\": \"BeLive\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2204,\n        \"supplierName\": \"RIU\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2205,\n        \"supplierName\": \"Excellence\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2206,\n        \"supplierName\": \"VivaWyndham\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2207,\n        \"supplierName\": \"ValentinImperial\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2208,\n        \"supplierName\": \"AMResorts\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2209,\n        \"supplierName\": \"HavenRivieraCancun\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2211,\n        \"supplierName\": \"Majestic\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2301,\n        \"supplierName\": \"ACCOR\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2302,\n        \"supplierName\": \"NAVH\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2303,\n        \"supplierName\": \"HILTON\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2304,\n        \"supplierName\": \"BESTWESTERN\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2305,\n        \"supplierName\": \"MARRIOTT\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2306,\n        \"supplierName\": \"Wyndham\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2503,\n        \"supplierName\": \"ArabianAdventures\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2507,\n        \"supplierName\": \"Hoteltrader\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2511,\n        \"supplierName\": \"AbbeyTours\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2512,\n        \"supplierName\": \"Jonview\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2516,\n        \"supplierName\": \"Ressolutions\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2517,\n        \"supplierName\": \"VerticalBooking\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 2518,\n        \"supplierName\": \"AbbeyToursIreland\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 3004,\n        \"supplierName\": \"DestinationItalia\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 5001,\n        \"supplierName\": \"TrustYou\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 5002,\n        \"supplierName\": \"ICEPortal\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 5006,\n        \"supplierName\": \"PTC\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 5007,\n        \"supplierName\": \"Guestincoming\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 5008,\n        \"supplierName\": \"MajesticUSA\",\n        \"isActive\": false\n    },\n    {\n        \"supplierId\": 5014,\n        \"supplierName\": \"Omnibees\",\n        \"isActive\": false\n    }\n]"}],"_postman_id":"ca80ad35-d7de-4335-b67d-110cdfc2e7cb"}],"id":"74333c45-d37a-4ad1-9c33-c93935092f82","_postman_id":"74333c45-d37a-4ad1-9c33-c93935092f82","description":""},{"name":"SetActiveSuppliers","item":[{"name":"Mapping Set Active Suppliers","id":"f96783f3-663b-463a-b62f-0674ae632029","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  \"<supplierID>\",\n  \"<supplierID>\"\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://live.mapping.works/Mapping/SetActiveSuppliers","urlObject":{"protocol":"https","path":["Mapping","SetActiveSuppliers"],"host":["live","mapping","works"],"query":[],"variable":[]}},"response":[{"id":"7cdc20b9-0721-4994-8b3c-e6f3cdbafadd","name":"SetActiveSuppliers response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  \"<integer>\",\n  \"<integer>\"\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://live.mapping.works/Mapping/SetActiveSuppliers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"f96783f3-663b-463a-b62f-0674ae632029"}],"id":"95b46ac7-9f3e-44d1-83b1-856d79d13c13","_postman_id":"95b46ac7-9f3e-44d1-83b1-856d79d13c13","description":""}],"id":"50af58ca-e1ef-4019-913a-2790bd6a16d9","_postman_id":"50af58ca-e1ef-4019-913a-2790bd6a16d9","description":""}],"id":"0f8dbdc3-5da5-466d-83a4-b5829ca2d234","description":"<h2 id=\"setup\">Setup</h2>\n<p>Initial setup and any changes to the OTA setup should be done via the GUI setup screen.This includes the selection of Mapping.Works available suppliers and custom suppliers.</p>\n<h2 id=\"description\">Description</h2>\n<p>The Gimmonix automated mapping API provides the ability to upload a file for mapping automatically without the need to use the GUI of the Mapping.Works website, once account is initially setup. OTA clients can provide custom suppliers data the same way they provide their own data.</p>\n","_postman_id":"0f8dbdc3-5da5-466d-83a4-b5829ca2d234"},{"name":"Instant Mappin API","item":[{"name":"Login","item":[{"name":"Login Request","id":"8ee70a38-7e86-4d8f-ad4f-5b9202bb7f07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Username\": \"APIDemo\",\r\n    \"Password\": \"APIDemo\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://live.mapping.works/Account/ApiLogin","urlObject":{"protocol":"https","path":["Account","ApiLogin"],"host":["live","mapping","works"],"query":[],"variable":[]}},"response":[{"id":"9cbd2b05-14de-4bc4-abfe-fe1719c613db","name":"Login Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Username\": \"APIDemo\",\r\n    \"Password\": \"APIDemo\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://live.mapping.works/Account/ApiLogin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"146"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 09 Jun 2024 11:36:16 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":".AspNet.TwoFactorCookie=; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT"},{"key":"Set-Cookie","value":".AspNet.ExternalCookie=; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT"},{"key":"Set-Cookie","value":".AspNet.ApplicationCookie.0808b096721557db688224f6a3a8b103bd4966977bff615e58e2980efcfc7b7b=E0-MC02c1w_ULfVKHUM-szmnlx7zuXCJWbn-00--RlOmLclwP21GW752hmyMaFsLdFxSHXQTZkSwQ3VZUlfjrYBfsukOLWCj14H4orXDz8mqfTmUCrblrrCeFb2Rof4UewMzxRaooLyuKlxn03lr1NdHU5gV7uoyLpxo22RhIPjr3SuoiqW5fCwMggAjkSdbqPkyy9vMnEWdb61J6idPXPXSPrJ9r01sIqPmTU3r1lmoZnYH4kQaTf6BI8aDny0uQCZ0270xTTXpLzeeHp2sJGxP6n9uWBHLZfoyDGChRTbbOF-ZbdRRUTunUCfnEHPFF6vgUGcicgssKVV9P4lMYdkMN2O3MEruQufQzwH0bg_IT80BPC21S0BQ7frFcKw37NUyTum1tz1N-oXM8_FIUPY6ruPAiFQkKWWCLiIfES4IfWODvoAgbn1cBjr1-p7nX5593oOUO1ODURFCTZMwAa7CnQxxlE4n_2vc4fkhJgK804xGUMOjXG6qt1aC-9jUDTTC5ajqAQ06lzoPvvafHAG6PGbQAsamVXfgfUE27PwbjNW5vyRcsBzLvQEjpKIKJSQ7Xw; path=/; secure; HttpOnly"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"signInStatus\": \"Success.\"\n}"}],"_postman_id":"8ee70a38-7e86-4d8f-ad4f-5b9202bb7f07"}],"id":"a8e0f470-418e-4447-9598-7e6e4e98c5d6","description":"<p>Authentication call used to login.</p>\n<p><strong>This is how cookie-based authentication works at a high level:</strong></p>\n<ul>\n<li><p>The client creates a new session for the user, via the Mapping.Works REST API .</p>\n</li>\n<li><p>Mapping.Works returns a session object, which has information about the session including the session cookie. The client stores this session object.</p>\n</li>\n<li><p>The client can now set the cookie in the header for all subsequent requests to the Mapping.Works REST API. After a successful login, the http 200 OK response message will be returned. In case of an error 401 Unauthorized with the error message is returned.</p>\n</li>\n</ul>\n<p>Request Parameters :</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>Username used for Mappnig.Works login</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Password used for Mappnig.Works login</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Parameters :</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>signInStatus</td>\n<td>Success - succsseful login.  <br />Fail - unsuccsseful login.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"a8e0f470-418e-4447-9598-7e6e4e98c5d6"},{"name":"Map","item":[{"name":"Map Request","id":"07f44c4b-be86-47e6-90d1-eea63ca072db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{  \r\n  \"HotelId\": \"12588888\",\r\n  \"HotelName\": \"Sunrise Romance Resort Sahl Hasheesh Adults Only\",\r\n  \"Address\": \"Sahl Hasheesh\",\r\n  \"CityName\": \"Hurghada\",\r\n  \"Zip\": \"00000\",\r\n  \"CountryCode\": \"eg\",\r\n  \"CountryName\": null,\r\n  \"State\": null,\r\n  \"Phone\": \"971 0 123 6666\",\r\n  \"Fax\": \"971 0 123 6666\",\r\n  \"Email\": null,\r\n  \"Website\": \"http://www.hilton.com\",\r\n  \"StarRating\": null,\r\n  \"Chain\": null,\r\n  \"CrossReference\": null,\r\n  \"RoomCount\":null ,\r\n  \"Latitude\": 27.0489,\r\n  \"Longitude\": 33.8931\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://live.mapping.works/mapping/map","urlObject":{"protocol":"https","path":["mapping","map"],"host":["live","mapping","works"],"query":[],"variable":[]}},"response":[{"id":"a182a477-3cbc-42b3-b20d-38ef095190cb","name":"Map Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{  \r\n  \"HotelId\": \"12588888\",\r\n  \"HotelName\": \"Sunrise Romance Resort Sahl Hasheesh Adults Only\",\r\n  \"Address\": \"Sahl Hasheesh\",\r\n  \"CityName\": \"Hurghada\",\r\n  \"Zip\": \"00000\",\r\n  \"CountryCode\": \"eg\",\r\n  \"CountryName\": null,\r\n  \"State\": null,\r\n  \"Phone\": \"971 0 123 6666\",\r\n  \"Fax\": \"971 0 123 6666\",\r\n  \"Email\": null,\r\n  \"Website\": \"http://www.hilton.com\",\r\n  \"StarRating\": null,\r\n  \"Chain\": null,\r\n  \"CrossReference\": null,\r\n  \"RoomCount\":null ,\r\n  \"Latitude\": 27.0489,\r\n  \"Longitude\": 33.8931\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://live.mapping.works/mapping/map"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"495"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 09 Jun 2024 11:37:31 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"matches\": [\n        {\n            \"hotelId\": 4642047,\n            \"sourceKey\": \"12588888\",\n            \"hotelName\": \"KaiSol Romance Resort Sahl Hasheesh Adults Only\",\n            \"address\": \"Sahl Hasheesh\",\n            \"phone\": \"201273299991\",\n            \"cityName\": \"Hurghada\",\n            \"countryCode\": \"EG\",\n            \"state\": null,\n            \"zipCode\": null,\n            \"starRating\": null,\n            \"lat\": null,\n            \"lng\": null,\n            \"roomCount\": null,\n            \"fax\": null,\n            \"email\": null,\n            \"webSite\": null,\n            \"hotelScore\": 84,\n            \"matchCategory\": \"Confident\",\n            \"supplierKeys\": [\n                {\n                    \"supplierName\": \"Expedia Rapid\",\n                    \"key\": \"24124758\",\n                    \"matchCategory\": \"Confident\"\n                },\n                {\n                    \"supplierName\": \"Agoda\",\n                    \"key\": \"31437756\",\n                    \"matchCategory\": \"Confident\"\n                },\n                {\n                    \"supplierName\": \"Agoda\",\n                    \"key\": \"32646166\",\n                    \"matchCategory\": \"Confident\"\n                },\n                {\n                    \"supplierName\": \"HotelBedsV2\",\n                    \"key\": \"140171\",\n                    \"matchCategory\": \"Confident\"\n                },\n                {\n                    \"supplierName\": \"Amadeus\",\n                    \"key\": \"WVHRG902\",\n                    \"matchCategory\": \"Confident\"\n                }\n            ]\n        }\n    ],\n    \"errors\": null\n}"}],"_postman_id":"07f44c4b-be86-47e6-90d1-eea63ca072db"}],"id":"9a5dd1e5-2b76-4b62-a1d7-953910dbc0a4","description":"<p>The Map request, gets a single Hotels details, and returns the Mapping information.<br />Along with Gimmonix HotelId and your connected suppliers cross-mapping Ids.</p>\n<p><em>**** Note**</em> <em>- While there's only few Mandatory parameters - please specify as much data as possible to ensure accurate mapping.</em></p>\n<p><strong>Request Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HotelId</td>\n<td>Property ID</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>HotelName</td>\n<td>Properties Name</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Properties Address</td>\n<td></td>\n</tr>\n<tr>\n<td>CityName</td>\n<td>Properties City Name</td>\n<td></td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Properties Zip Code</td>\n<td></td>\n</tr>\n<tr>\n<td>CountryCode</td>\n<td>Properties ISO2/ISO3 Country Code.</td>\n<td>Yes - if no CountryName specified.</td>\n</tr>\n<tr>\n<td>CountryName</td>\n<td>Properties Country name.</td>\n<td>Yes - if no CountryCode specified.</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Properties state (ISO2), state code</td>\n<td></td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Properties phone number.</td>\n<td></td>\n</tr>\n<tr>\n<td>Fax</td>\n<td>Properties Fax number.</td>\n<td></td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Properties Email address.</td>\n<td></td>\n</tr>\n<tr>\n<td>Website</td>\n<td>Properties website.</td>\n<td></td>\n</tr>\n<tr>\n<td>StarRating</td>\n<td>Properties Star-Rating</td>\n<td></td>\n</tr>\n<tr>\n<td>Chain</td>\n<td>Hotel chain name or 2 character code.</td>\n<td></td>\n</tr>\n<tr>\n<td>CrossReference</td>\n<td>Hotel Code in other systems (i.e. your Hotel Code in the Expedia file)</td>\n<td></td>\n</tr>\n<tr>\n<td>RoomCount</td>\n<td>Number of rooms in the property.</td>\n<td></td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td>Properties Geo-Location.</td>\n<td></td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td>Properties Geo-Location.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>matches</td>\n<td>opening Element</td>\n</tr>\n<tr>\n<td>hotelId</td>\n<td>Properties HotelId (Gimmonix Id).</td>\n</tr>\n<tr>\n<td>sourceKey</td>\n<td>Properties HotelId (As Client requested).</td>\n</tr>\n<tr>\n<td>hotelName</td>\n<td>Properties Name.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Properties Address.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>Properties Phone number.</td>\n</tr>\n<tr>\n<td>cityName</td>\n<td>Properties city name.</td>\n</tr>\n<tr>\n<td>countryCode</td>\n<td>Properties country code.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>Properties state (for applicable destinations)</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>Properties zip code.</td>\n</tr>\n<tr>\n<td>starRating</td>\n<td>Properties star rating.</td>\n</tr>\n<tr>\n<td>lat</td>\n<td>Properties GeoCodes.</td>\n</tr>\n<tr>\n<td>lng</td>\n<td>Properties GeoCodes.</td>\n</tr>\n<tr>\n<td>roomCount</td>\n<td>Properties rooms count.</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>Properties fax number.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Properties email address.</td>\n</tr>\n<tr>\n<td>webSite</td>\n<td>Properties website.</td>\n</tr>\n<tr>\n<td>hotelScore</td>\n<td>Properties score.</td>\n</tr>\n<tr>\n<td>matchCategory</td>\n<td>Confident - mapped.</td>\n</tr>\n<tr>\n<td>supplierKeys</td>\n<td>Opening Elemnt</td>\n</tr>\n<tr>\n<td>supplierName</td>\n<td>Supplier name.</td>\n</tr>\n<tr>\n<td>key</td>\n<td>Suppliers key.</td>\n</tr>\n<tr>\n<td>matchCategory</td>\n<td>Confident - mapped.</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>List of errors occured.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"9a5dd1e5-2b76-4b62-a1d7-953910dbc0a4"},{"name":"Map Hotels","item":[{"name":"Map Hotels Request","id":"4d622e8e-c97b-4985-adfc-427849174aa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[ {  \r\n  \"HotelId\": \"66565\",\r\n  \"HotelName\": \"Ibis Amsterdam Airport\",\r\n  \"Address\": \"Schipholweg 181\",\r\n  \"CityName\": \"Amsterdam\",\r\n  \"Zip\": \"1234\",\r\n  \"CountryCode\": null,\r\n  \"CountryName\": \"Netherlands\",\r\n  \"State\": null,\r\n  \"Phone\": \"971 0 123 6666\",\r\n  \"Fax\": \"971 0 123 6666\",\r\n  \"Email\": null,\r\n  \"Website\": \"http://www.hilton.com\",\r\n  \"StarRating\": null,\r\n  \"Chain\": null,\r\n  \"CrossReference\": null,\r\n  \"RoomCount\":null ,\r\n  \"Latitude\": 40,\r\n  \"Longitude\": 1\r\n},\r\n{  \r\n  \"HotelId\": \"12588888\",\r\n  \"HotelName\": \"Sunrise Romance Resort Sahl Hasheesh Adults Only\",\r\n  \"Address\": \"Sahl Hasheesh\",\r\n  \"CityName\": \"Hurghada\",\r\n  \"Zip\": \"00000\",\r\n  \"CountryCode\": \"eg\",\r\n  \"CountryName\": null,\r\n  \"State\": null,\r\n  \"Phone\": \"971 0 123 6666\",\r\n  \"Fax\": \"971 0 123 6666\",\r\n  \"Email\": null,\r\n  \"Website\": \"http://www.hilton.com\",\r\n  \"StarRating\": null,\r\n  \"Chain\": null,\r\n  \"CrossReference\": null,\r\n  \"RoomCount\":null ,\r\n  \"Latitude\": 27.0489,\r\n  \"Longitude\": 33.8931\r\n} ]","options":{"raw":{"language":"json"}}},"url":"https://live.mapping.works/mapping/maphotels","urlObject":{"protocol":"https","path":["mapping","maphotels"],"host":["live","mapping","works"],"query":[],"variable":[]}},"response":[{"id":"96ed6774-b1b1-4ec8-a980-22ed6d03e5cf","name":"Map Hotels Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[ {  \r\n  \"HotelId\": \"66565\",\r\n  \"HotelName\": \"Ibis Amsterdam Airport\",\r\n  \"Address\": \"Schipholweg 181\",\r\n  \"CityName\": \"Amsterdam\",\r\n  \"Zip\": \"1234\",\r\n  \"CountryCode\": null,\r\n  \"CountryName\": \"Netherlands\",\r\n  \"State\": null,\r\n  \"Phone\": \"971 0 123 6666\",\r\n  \"Fax\": \"971 0 123 6666\",\r\n  \"Email\": null,\r\n  \"Website\": \"http://www.hilton.com\",\r\n  \"StarRating\": null,\r\n  \"Chain\": null,\r\n  \"CrossReference\": null,\r\n  \"RoomCount\":null ,\r\n  \"Latitude\": 40,\r\n  \"Longitude\": 1\r\n},\r\n{  \r\n  \"HotelId\": \"12588888\",\r\n  \"HotelName\": \"Sunrise Romance Resort Sahl Hasheesh Adults Only\",\r\n  \"Address\": \"Sahl Hasheesh\",\r\n  \"CityName\": \"Hurghada\",\r\n  \"Zip\": \"00000\",\r\n  \"CountryCode\": \"eg\",\r\n  \"CountryName\": null,\r\n  \"State\": null,\r\n  \"Phone\": \"971 0 123 6666\",\r\n  \"Fax\": \"971 0 123 6666\",\r\n  \"Email\": null,\r\n  \"Website\": \"http://www.hilton.com\",\r\n  \"StarRating\": null,\r\n  \"Chain\": null,\r\n  \"CrossReference\": null,\r\n  \"RoomCount\":null ,\r\n  \"Latitude\": 27.0489,\r\n  \"Longitude\": 33.8931\r\n} ]","options":{"raw":{"language":"json"}}},"url":"https://live.mapping.works/mapping/maphotels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"653"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sun, 09 Jun 2024 11:38:38 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"matches\": [\n        {\n            \"hotelId\": 6646842,\n            \"sourceKey\": \"66565\",\n            \"hotelName\": \"Ibis Amsterdam Airport\",\n            \"address\": \"Schipholweg 181\",\n            \"phone\": \"31/207219171\",\n            \"cityName\": \"Amsterdam\",\n            \"countryCode\": \"NL\",\n            \"state\": null,\n            \"zipCode\": null,\n            \"starRating\": null,\n            \"lat\": null,\n            \"lng\": null,\n            \"roomCount\": null,\n            \"fax\": null,\n            \"email\": null,\n            \"webSite\": null,\n            \"hotelScore\": 100,\n            \"matchCategory\": \"Confident\",\n            \"supplierKeys\": [\n                {\n                    \"supplierName\": \"Amadeus\",\n                    \"key\": \"RTAMSSCH\",\n                    \"matchCategory\": \"Confident\"\n                },\n                {\n                    \"supplierName\": \"HotelBedsV2\",\n                    \"key\": \"9076\",\n                    \"matchCategory\": \"Confident\"\n                },\n                {\n                    \"supplierName\": \"Agoda\",\n                    \"key\": \"11266\",\n                    \"matchCategory\": \"Confident\"\n                },\n                {\n                    \"supplierName\": \"Expedia Rapid\",\n                    \"key\": \"26161\",\n                    \"matchCategory\": \"Confident\"\n                }\n            ]\n        },\n        {\n            \"hotelId\": 4642047,\n            \"sourceKey\": \"12588888\",\n            \"hotelName\": \"KaiSol Romance Resort Sahl Hasheesh Adults Only\",\n            \"address\": \"Sahl Hasheesh\",\n            \"phone\": \"201273299991\",\n            \"cityName\": \"Hurghada\",\n            \"countryCode\": \"EG\",\n            \"state\": null,\n            \"zipCode\": null,\n            \"starRating\": null,\n            \"lat\": null,\n            \"lng\": null,\n            \"roomCount\": null,\n            \"fax\": null,\n            \"email\": null,\n            \"webSite\": null,\n            \"hotelScore\": 84,\n            \"matchCategory\": \"Confident\",\n            \"supplierKeys\": [\n                {\n                    \"supplierName\": \"Expedia Rapid\",\n                    \"key\": \"24124758\",\n                    \"matchCategory\": \"Confident\"\n                },\n                {\n                    \"supplierName\": \"Agoda\",\n                    \"key\": \"31437756\",\n                    \"matchCategory\": \"Confident\"\n                },\n                {\n                    \"supplierName\": \"Agoda\",\n                    \"key\": \"32646166\",\n                    \"matchCategory\": \"Confident\"\n                },\n                {\n                    \"supplierName\": \"HotelBedsV2\",\n                    \"key\": \"140171\",\n                    \"matchCategory\": \"Confident\"\n                },\n                {\n                    \"supplierName\": \"Amadeus\",\n                    \"key\": \"WVHRG902\",\n                    \"matchCategory\": \"Confident\"\n                }\n            ]\n        }\n    ],\n    \"errors\": []\n}"}],"_postman_id":"4d622e8e-c97b-4985-adfc-427849174aa0"}],"id":"f25191ec-8470-49bf-ae6d-45c142e8c841","description":"<p>The Map Hotels request, gets a list of Hotels details (up-to 100), and returns the Mapping information.<br />Along with Gimmonix HotelId and your connected suppliers cross-mapping Ids.</p>\n<p><em>**** Note**</em> <em>- While there's only few Mandatory parameters - please specify as much data as possible to ensure accurate mapping.</em></p>\n<p><strong>Request Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HotelId</td>\n<td>Property ID</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>HotelName</td>\n<td>Properties Name</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Properties Address</td>\n<td></td>\n</tr>\n<tr>\n<td>CityName</td>\n<td>Properties City Name</td>\n<td></td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Properties Zip Code</td>\n<td></td>\n</tr>\n<tr>\n<td>CountryCode</td>\n<td>Properties ISO2/ISO3 Country Code.</td>\n<td>Yes - if no CountryName specified.</td>\n</tr>\n<tr>\n<td>CountryName</td>\n<td>Properties Country name.</td>\n<td>Yes - if no CountryCode specified.</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Properties state (ISO2), state code</td>\n<td></td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Properties phone number.</td>\n<td></td>\n</tr>\n<tr>\n<td>Fax</td>\n<td>Properties Fax number.</td>\n<td></td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Properties Email address.</td>\n<td></td>\n</tr>\n<tr>\n<td>Website</td>\n<td>Properties website.</td>\n<td></td>\n</tr>\n<tr>\n<td>StarRating</td>\n<td>Properties Star-Rating</td>\n<td></td>\n</tr>\n<tr>\n<td>Chain</td>\n<td>Hotel chain name or 2 character code.</td>\n<td></td>\n</tr>\n<tr>\n<td>CrossReference</td>\n<td>Hotel Code in other systems (i.e. your Hotel Code in the Expedia file)</td>\n<td></td>\n</tr>\n<tr>\n<td>RoomCount</td>\n<td>Number of rooms in the property.</td>\n<td></td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td>Properties Geo-Location.</td>\n<td></td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td>Properties Geo-Location.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>matches</td>\n<td>opening Element</td>\n</tr>\n<tr>\n<td>hotelId</td>\n<td>Properties HotelId (Gimmonix Id).</td>\n</tr>\n<tr>\n<td>sourceKey</td>\n<td>Properties HotelId (As Client requested).</td>\n</tr>\n<tr>\n<td>hotelName</td>\n<td>Properties Name.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Properties Address.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>Properties Phone number.</td>\n</tr>\n<tr>\n<td>cityName</td>\n<td>Properties city name.</td>\n</tr>\n<tr>\n<td>countryCode</td>\n<td>Properties country code.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>Properties state (for applicable destinations)</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>Properties zip code.</td>\n</tr>\n<tr>\n<td>starRating</td>\n<td>Properties star rating.</td>\n</tr>\n<tr>\n<td>lat</td>\n<td>Properties GeoCodes.</td>\n</tr>\n<tr>\n<td>lng</td>\n<td>Properties GeoCodes.</td>\n</tr>\n<tr>\n<td>roomCount</td>\n<td>Properties rooms count.</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>Properties fax number.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Properties email address.</td>\n</tr>\n<tr>\n<td>webSite</td>\n<td>Properties website.</td>\n</tr>\n<tr>\n<td>hotelScore</td>\n<td>Properties score.</td>\n</tr>\n<tr>\n<td>matchCategory</td>\n<td>Confident - mapped.</td>\n</tr>\n<tr>\n<td>supplierKeys</td>\n<td>Opening Elemnt</td>\n</tr>\n<tr>\n<td>supplierName</td>\n<td>Supplier name.</td>\n</tr>\n<tr>\n<td>key</td>\n<td>Suppliers key.</td>\n</tr>\n<tr>\n<td>matchCategory</td>\n<td>Confident - mapped.</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>List of errors occured.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"f25191ec-8470-49bf-ae6d-45c142e8c841"}],"id":"2ec1e6cf-479b-477b-96eb-d7ea08a20858","description":"<p>This flow allows you to map hotels in seconds by directly passing the hotel information to the API, resulting in an instant response from the service.</p>\n","_postman_id":"2ec1e6cf-479b-477b-96eb-d7ea08a20858"}],"id":"3b3fb9e4-d527-4bb4-8467-34e19c6b64b8","_postman_id":"3b3fb9e4-d527-4bb4-8467-34e19c6b64b8","description":""},{"name":"Locations Services","item":[{"name":"Get Location","item":[{"name":"Get Location Request","id":"70640773-e803-44a2-980d-ab087172681e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"request\": \"Vienna\",\r\n\t\"limit\":99,\r\n\t\"type\":2,\r\n\t\"includeGeoDataInfo\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://services.carsolize.com/BookingServices/LocationsService.svc/json/GetLocations","urlObject":{"protocol":"http","path":["BookingServices","LocationsService.svc","json","GetLocations"],"host":["services","carsolize","com"],"query":[],"variable":[]}},"response":[{"id":"75f1e3b8-cde3-410b-bf93-1339402d0781","name":"Get Location Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"request\": \"New York\",\r\n\t\"limit\":30,\r\n\t\"type\":2,\r\n\t\"includeGeoDataInfo\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://services.carsolize.com/BookingServices/LocationsService.svc/json/GetLocations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"prdvmssp0001OP"},{"key":"Date","value":"Sun, 01 Dec 2024 07:49:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"GetLocationsResult\": [\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644158\",\n            \"Lat\": 40.75668,\n            \"Lng\": -73.98647,\n            \"Name\": \"New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"655032\",\n            \"Lat\": 46.520983,\n            \"Lng\": -95.364387,\n            \"Name\": \"New York Mills, Detroit Lakes, MN, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644180\",\n            \"Lat\": 40.769554,\n            \"Lng\": -73.878443,\n            \"Name\": \"East Elmhurst, New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644144\",\n            \"Lat\": 40.642597,\n            \"Lng\": -73.95034,\n            \"Name\": \"Brooklyn, New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644307\",\n            \"Lat\": 43.161273,\n            \"Lng\": -78.696295,\n            \"Name\": \"Lockport, Niagara Falls - Western New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644404\",\n            \"Lat\": 40.566083,\n            \"Lng\": -74.139507,\n            \"Name\": \"Staten Island, New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644172\",\n            \"Lat\": 40.686523,\n            \"Lng\": -73.833297,\n            \"Name\": \"Queens, New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644223\",\n            \"Lat\": 42.994565,\n            \"Lng\": -78.184377,\n            \"Name\": \"Batavia, Niagara Falls - Western New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644244\",\n            \"Lat\": 42.685813,\n            \"Lng\": -74.471578,\n            \"Name\": \"Cobleskill, Central New York State, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"667391\",\n            \"Lat\": 43.0653,\n            \"Lng\": -76.0789,\n            \"Name\": \"East Syracuse, New York, NY, \"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644190\",\n            \"Lat\": 40.679153,\n            \"Lng\": -73.848663,\n            \"Name\": \"Ozone Park, New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644412\",\n            \"Lat\": 40.748576,\n            \"Lng\": -73.816265,\n            \"Name\": \"Flushing, New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644293\",\n            \"Lat\": 40.674376,\n            \"Lng\": -73.786715,\n            \"Name\": \"Jamaica, New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644514\",\n            \"Lat\": 40.72384,\n            \"Lng\": -73.907643,\n            \"Name\": \"Maspeth, New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644855\",\n            \"Lat\": 40.752871,\n            \"Lng\": -73.869858,\n            \"Name\": \"Laguardia Airport, New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644230\",\n            \"Lat\": 40.854584,\n            \"Lng\": -73.844707,\n            \"Name\": \"Bronx, New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644460\",\n            \"Lat\": 40.776319,\n            \"Lng\": -73.773298,\n            \"Name\": \"Bayside, New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644478\",\n            \"Lat\": 40.749916,\n            \"Lng\": -73.856106,\n            \"Name\": \"Corona, New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644542\",\n            \"Lat\": 42.683648,\n            \"Lng\": -74.313301,\n            \"Name\": \"Schoharie, Central New York State, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644550\",\n            \"Lat\": 40.747968,\n            \"Lng\": -73.906335,\n            \"Name\": \"Woodside, New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644760\",\n            \"Lat\": 40.788194,\n            \"Lng\": -73.968291,\n            \"Name\": \"Manhattan, New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644458\",\n            \"Lat\": 40.772082,\n            \"Lng\": -73.913336,\n            \"Name\": \"Astoria, New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644329\",\n            \"Lat\": 43.30268,\n            \"Lng\": -78.702644,\n            \"Name\": \"Newfane, Niagara Falls - Western New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644548\",\n            \"Lat\": 40.787269,\n            \"Lng\": -73.813074,\n            \"Name\": \"Whitestone, New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644353\",\n            \"Lat\": 42.637318,\n            \"Lng\": -74.552283,\n            \"Name\": \"Richmondville, Central New York State, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644375\",\n            \"Lat\": 42.422793,\n            \"Lng\": -74.612306,\n            \"Name\": \"Stamford, Central New York State, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644462\",\n            \"Lat\": 40.737439,\n            \"Lng\": -73.72206,\n            \"Name\": \"Bellerose, New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644895\",\n            \"Lat\": 40.755787,\n            \"Lng\": -73.98282,\n            \"Name\": \"Midtown, New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644714\",\n            \"Lat\": 40.658235,\n            \"Lng\": -73.843917,\n            \"Name\": \"Howard Beach, New York, NY, United States\"\n        },\n        {\n            \"Code\": \"US\",\n            \"ID\": \"644313\",\n            \"Lat\": 42.144323,\n            \"Lng\": -74.660114,\n            \"Name\": \"Margaretville, Central New York State, NY, United States\"\n        }\n    ]\n}"}],"_postman_id":"70640773-e803-44a2-980d-ab087172681e"}],"id":"a909dfff-0957-4d4a-bc78-6cae8b531d9d","description":"<p>The request accepts free-text input of locations (e.g., \"Rome\" / \"New York\"),<br />and returns matching locations along with their corresponding Latitude and Longitude coordinates.</p>\n<p><strong>Request Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>request</td>\n<td>Free-text input of locations. (Min - 3 characthers)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Number of locations matching to the \"request\" field.  <br />Max = 30 Locations.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>type</td>\n<td>= 2</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>includeGeoDataInfo</td>\n<td>True / False. Includes the Geo Location data of the location searched.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Code</td>\n<td>Country code. ISO 2 Chars.</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>The locations ID - not in use.</td>\n</tr>\n<tr>\n<td>Lat</td>\n<td>Latitude of the location.</td>\n</tr>\n<tr>\n<td>Lng</td>\n<td>Lonfitude of the location.</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>Name of the location.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"a909dfff-0957-4d4a-bc78-6cae8b531d9d"},{"name":"Country Code by IP","item":[{"name":"Contry Code by IP Request","id":"db9016fa-4f67-43d2-8d47-082a35a150d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\"31.168.42.58\"\r\n","options":{"raw":{"language":"json"}}},"url":"http://services.carsolize.com/BookingServices/LocationsService.svc/json/CountryCodeByIp","urlObject":{"protocol":"http","path":["BookingServices","LocationsService.svc","json","CountryCodeByIp"],"host":["services","carsolize","com"],"query":[],"variable":[]}},"response":[{"id":"5ea0a450-1f7d-40d5-9cc1-cba60bdbbce0","name":"Country Code by IP Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\"31.168.42.58\"\r\n","options":{"raw":{"language":"json"}}},"url":"http://services.carsolize.com/BookingServices/LocationsService.svc/json/CountryCodeByIp"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/xml; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"prdvmss0013IW"},{"key":"Date","value":"Thu, 25 Apr 2024 07:49:55 GMT"}],"cookie":[],"responseTime":null,"body":"<string xmlns=\"http://schemas.microsoft.com/2003/10/Serialization/\">IL</string>"}],"_postman_id":"db9016fa-4f67-43d2-8d47-082a35a150d3"}],"id":"f73ef665-d26b-4848-9b60-3cb15fdfbdcf","description":"<p>The request accepts user's IP Address (IPv4) and returns the country code of the user.</p>\n<p><strong>Request Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th><strong>Description</strong></th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IP</td>\n<td>The IP of the user.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Country Code</td>\n<td>The country Code of the IP user.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"f73ef665-d26b-4848-9b60-3cb15fdfbdcf"},{"name":"Get Country by Code","item":[{"name":"Get Country by Code Request","id":"629cf5b2-d1a6-4321-9c46-b6cf00cd6028","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\"US\"\r\n","options":{"raw":{"language":"json"}}},"url":"http://services.carsolize.com/BookingServices/LocationsService.svc/json/GetCountryByCode","urlObject":{"protocol":"http","path":["BookingServices","LocationsService.svc","json","GetCountryByCode"],"host":["services","carsolize","com"],"query":[],"variable":[]}},"response":[{"id":"7569bb7d-73f6-45fe-b625-f28232b68324","name":"Get Country by Code Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\"US\"\r\n","options":{"raw":{"language":"json"}}},"url":"http://services.carsolize.com/BookingServices/LocationsService.svc/json/GetCountryByCode"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/xml; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"ServerId","value":"prdvmssp0001AW"},{"key":"Date","value":"Thu, 25 Apr 2024 07:53:52 GMT"}],"cookie":[],"responseTime":null,"body":"<Country xmlns=\"http://schemas.datacontract.org/2004/07/IsuBe.Database.Entities.Static\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n    <CountryCode>US</CountryCode>\n    <CountryName>United States</CountryName>\n    <CountrySoundex>U533 S332</CountrySoundex>\n</Country>"}],"_postman_id":"629cf5b2-d1a6-4321-9c46-b6cf00cd6028"}],"id":"d32f6481-243a-41ae-98d8-7fa4160f92ec","description":"<p>The request accepts country code (ISO country code) and returns the country name.</p>\n<p><strong>Request Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Country Code</td>\n<td>Country Code in ISO 2 Chars.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Parameters :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CountryCode</td>\n<td>Country Code which passed in the request.</td>\n</tr>\n<tr>\n<td>CountryName</td>\n<td>Country Name of the searched codes.</td>\n</tr>\n<tr>\n<td>CountrySoundex</td>\n<td>Not is use.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"d32f6481-243a-41ae-98d8-7fa4160f92ec"}],"id":"7dafe5f7-d613-4315-96ed-d29d0431918b","description":"<h1 id=\"overview\">Overview</h1>\n<h5 id=\"to-perform-a-geo-location-based-search-for-a-destination-its-essential-to-have-accurate-geo-location-information-in-place\">To perform a Geo Location based search for a destination, it's essential to have accurate Geo Location information in place.</h5>\n<h5 id=\"hsp-provides-a-convenient-solution-for-clients---by-offering-a-dedicated-api-for-location-services\"><em><strong>HSP provides a convenient solution for clients - by offering a dedicated API for location services.</strong></em></h5>\n<h5 id=\"when-an-end-customer-searches-for-a-location-name-ie-new-york-its-crucial-to-have-the-necessary-details-for-initiating-a-search-hotels-request-to-hsp\">When an end customer searches for a location name (i.e. New York), it's crucial to have the necessary details for initiating a Search Hotels request to HSP.</h5>\n<h5 id=\"this-information-should-include-the-latitude-longitude-and-a-radius-in-meters-specific-to-the-chosen-location\"><strong>This information should include the latitude, longitude, and a radius in meters specific to the chosen location.</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Get Locations</td>\n<td>The request accepts free-text input of locations (e.g., \"Rome\" / \"New York\"),  <br />and returns matching locations along with their corresponding Latitude and Longitude coordinates.</td>\n</tr>\n<tr>\n<td>Country by IP</td>\n<td>The request accepts user's IP Address (IPv4),  <br />and returns the country of the user.</td>\n</tr>\n<tr>\n<td>Country Code</td>\n<td>The request accepts country code (ISO country code),  <br />and returns the country of the user.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"7dafe5f7-d613-4315-96ed-d29d0431918b"}],"event":[{"listen":"prerequest","script":{"id":"5d9c2290-2be8-4849-a182-b7233fc0091f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ccb81fd9-2d7b-41ab-8788-6c0a2c32b501","type":"text/javascript","exec":[""]}}]}